/* Default Styles */
html
{
	margin:0px;
	padding:0px;
	background:#333;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
body, a, a:visited
{
	color:#666;
}

.clear
{
	clear:both;
}

ul, li, h1, h2, h3, h4, body, div, form, select
{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

h1, h2, h3
{
	font-weight:bold;
}

h1
{
	font-size:16px;
}

h2, h3
{
	font-size:14px;
}


/* Positions and container specific styles */

div#main
{
	background:url(/images/background.jpg) repeat-x bottom;
	padding-top:10px;
}

/* Main Container */
div#container
{
	width:950px;
	margin:auto;	
	
}

/* we start the head section, with all it's contents and divs */
div#head
{
	width:948px;
	height:70px;
	padding:0px 1px 0px 1px; /*using a 1px side border so not to go over the background borders, which are made up of a repeating y image*/
	position:relative;/*positions relative used for z-index to work. using this system to get a negative margin on the first menu to overwrite white space in the header. keep all z-index and positions as they are, don't need to increase them. */
	z-index:1;
	overflow:hidden;
	background:url(/images/header.jpg) no-repeat;
}

div#head div#logo img
{
	margin-top:5px;
	width:281px;
}

div#head div#logo
{
	float:left;
}

div#head div#banner
{
	width:80px;
	float:left;
	/*background-image:url('/images/teleflorist.gif');
	background-repeat:no-repeat;*/
	
	margin-top:7px;
	margin-left:7px;
}

div#head div#cart
{
	width:162px;
	height:69px;
	float:right;
	text-align:center;
	color:#fff;
	padding-top:6px;
	margin-top:-60px;
	margin-left:10px;
}

div#centcont
{
	width:948px;
	background:url(/images/centerback.jpg) repeat-y;
	padding:0px 1px 0px 1px;		

}

div#topmenu
{
	background:url(/images/topmenuback.jpg) repeat-x bottom;
	width:948px;
	height:30px;
	margin-top:-8px;/*this part which moves top menu further above, to overwrite white space by header. it's also the part that drives all IE's crazy (fixed ready by conditional style sheets)*/
	position:relative;
	z-index:1;
}

div#topmenu a, div#topmenu a:visited
{
	/*color:#ffffff;*/
}
/*
div#topmenu li
{
	float:left;
	list-style-type:none;
}

div#topmenu li a
{
	display:block;
	padding-top:10px;
	width:108px;
	height:30px;
	text-decoration:none;
	text-align:center;
}

div#topmenu li a:hover, div#topmenu li a.active
{
	background:url(/images/topmenubackhover.jpg) no-repeat;
}
*/

li.topMenuItem
{
	float:left;
}

li.topMenuItem a
{
	display:block;
	padding-top:10px;
	width:108px;
	height:30px;
	text-decoration:none;
	text-align:center;
	color:White;
}
li.topMenuItem a:hover
{
	background:url(/images/topmenubackhover.jpg) no-repeat;	
}
a.active
{
	background:url(/images/topmenubackhover.jpg) no-repeat;	
}
.active2
{
	background:url(/images/topmenubackhover.jpg) no-repeat;	
}
div#topmenu ul
{
	list-style:none;
}

div#topmenu form
{
	float:right;padding:0;
	margin-right:34px;
}

.searchTextBoxLeft
{
	background:url(/images/searchback_left.gif) no-repeat;
	width:20px;
	height:20px;		
	margin-top:8px;
	_margin-top:13px;
	float:left;		
	position:relative;
	left:5px;
}
.searchTextBoxRight
{
	background:url(/images/searchback_right.gif) no-repeat;
	width:20px;
	height:20px;		
	margin-top:-22px;
	float:left;		
	position:relative;
	left:105px;
	_top:5px;
	_margin-left:-18px;
}
.searchTextBox
{
	width:80px;
	height:20px;
	background:url(/images/searchback_middle.gif) repeat-x;
	margin-top:8px;	
	font-size:12px;
	color:#AB2144;
	border:none;	
	text-align:center;
	position:relative;
	left:5px;
	line-height:18px;
	_position:relative;
	_top:5px;
	_margin-left:-3px;
}

/*end TOP MENU*/



/*start LEFT MENU*/
div#left
{
	width:155px;
	float:left;
	_width:135px;
}

div#left h3
{
	margin-top:15px;
	background:url(/images/leftmenuh3back.jpg) no-repeat left;
	width:126px;
	color:#606060;
	height:20px;
	padding:1px 0px 0px 5px;
	font-weight:normal;
}

div#left ul
{
	list-style:none;
	margin-top:15px;	
}

div#left ul li
{
	width:131px;	
	_width:128px;
}

div#left ul li a
{
	display:block;
	width:130px;
	color:#000;
	text-decoration:none;
	padding:2px 0px 2px 5px;
	
}

div#left ul li a:hover
{
	background:#ab2144;
	color:#fff;
}

/*end LEFTMENU*/



/*start CENTER CONTENT*/
div#pathway
{
	/*width:609px;*/
	font-size:10px;
	color:#999999;	
	
}

div#pathway a, div#pathway a:visited
{
	color:#999999;
}

div#content
{
	float:left;
	width:609px;
	margin-top:10px;		
}

div#featuredproducts
{
	width:609px;
	margin-top:10px;text-align:center;color:#999;	
		
}
#featuredproducts h3
{
	color:#AB2143;
	font-size:20px;
}
/*
div#featuredproducts div.featured, div#specials div.specialoffers, div#rightbanner div.right
{
	background:url(/images/featured-center.jpg) repeat-y;
	width:143px;
	float:left;
	margin-left:5px;
}

div#featuredproducts div.featured div, div#specials div.specialoffers div, div#rightbanner div.right div
{
	background:url(/images/featured-bottom.jpg) no-repeat bottom;
	width:143px;
}
*/
div.right
{
	width:170px;
}
div#frontslideshow
{
	width:440px;
	height:200px;
	margin-top:10px;
	float:left;
}

div#specials
{
	width:143px;
	float:left;margin-left:5px;
}

div#specials h3, div#rightbanner h3
{
	background:#AB2144;
	color:#fff;
	width:165px;
	min-height:15px;
	_height:15px;
	text-align:center;
	padding:4px;	
	text-align:center;	
}

div#specials div.specialoffers
{
	margin-top:10px;
}
div#maincontent
{
	margin-top:15px;			
}

div#maincontent h1, div.featured h3
{
	color:#AB2144;
	text-align:center;
}
/*end CENTER CONTENT*/




/*start RIGHT BANNER*/
div#rightbanner
{
	float:right;
	width:143px;
	margin-top:15px;
	margin-right:35px;
	_margin-right:10px;	
	_width:130px;
}
/*end RIGHT BANNER*/





/*start SUB MENU (TOP) & SUB MENU (BOTTOM)*/
div#submenu, div#submenudown
{
	background:#ccc;
	width:948px;
	height:60px;	
}

div#submenudown
{
	margin-top:15px;
}

div#submenu a, div#submenu a:visited, div#submenudown a, div#submenudown a:visited
{
	color:#5e5e5e;
}

div#submenu ul, div#submenudown ul
{
	list-style:none;
}

div#submenu ul li, div#submenudown ul li
{
	float:left;
}

div#submenu ul li a, div#submenudown ul li a
{
	display:block;
	_display:inline;
	_line-height:18px;
	padding:1px 5px 1px 5px;/*adjust as needed. divide total number of links / 948px if using the fixed width property, or else if using the padding just play a bit until you get them all fixed up to 100% width. ideally, use the padding, as it gives a nicer effect. */	
	height:18px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}

div#submenu ul li a:hover, div#submenudown ul li a:hover, #submenudown a:hover
{
	background:#AB2144;
	color:#ffffff;
}

/*end  SUB MENU (TOP) & SUB MENU (BOTTOM)*/





/*start FOOTER*/
div#footer
{
	width:950px;
	height:74px;
	background:url(/images/footerback.jpg) no-repeat;	
}

div#footertext
{
	width:948px;
	text-align:center;
	padding-top:6px;
}
/*end FOOTER*/

.btnSearch
{
	font-size:11px;
	margin-bottom:2px;
	height:20px;
	margin-left:20px;
	font-weight:bold;
	_position:relative;
	_top:4px;
}
.currenciesCombo
{
	background-color:White;
	color:#AB2144;
	width:130px;
	margin-top:2px;
	font-size:11px;
}

.smallFlowerCtrlWrapper
{
	float: left; 
	background-color: white; 	
    text-align: center; 
    margin: 3px;         
	float:left;
	margin-left:5px;	
	width:143px;	
	background:url(/images/featured-center.jpg) repeat-y;	
	
}
.smallFlowerCtrlImgWrapper
{
	margin: auto; 
	background-color: White; 
	
    height: 160px;      
	float:left;
	padding-top:3px;
   
    border: solid 1px #CCCCCC;
        border-bottom: none; 
        width: 141px
}
.smallFlowerCtrlFlowerName
{
	height:15px;
	_height: expression(this.scrollHeight > 15 ? '15px' : 'auto');
	_overflow:hidden;		
}
a.smallFlowerCtrlFlowerName
{
	cursor: pointer; 
	color: #2764A9;
	text-decoration:none;
	position:relative;
	top:-7px;
	color:#AB2144;	
	
}
a.smallFlowerCtrlFlowerName:hover
{
	text-decoration:underline;
}
a.smallFlowerCtrlFlowerName:visited
{
	color: #AB2143;
}
.smallFlowerCtrlPrice
{
	
	font-weight:bold;
	position:relative;
	top:-2px;
	
}
.smallFlowerCtrlButtons
{
	text-align:center;
	bottom:1px;
	left:30px;	
}
.smallFlowerCtrlBottom
{
	clear:none;
	float:left;
	background:url(/images/featured-bottom.jpg) no-repeat bottom;
	width:100%;
	height:7px;
}

div#frontcountry
{
	width:750px;
	_width:600px;	
}

div#frontcountry, div#frontcountry div
{
	float:left;		
}

div#frontcountry div
{
	font-size:20px;
	font-weight:bold;
	text-align:center;		
}

div#frontcountry div h2
{
	text-align:center;	
	display:block;
	font-family:Arial, Helvetica, sans-serif;	
}

div#frontcountry a
{
	padding:5px;
}

div#frontcountry a:hover
{
	text-decoration:none;
}
div #frontcountrylinks
{
	width:350px;
}
div #frontcountrylinks h2
{	
	text-align:center;	
	display:block;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:20px;
	color:#AB2143;
}
div #topHeading
{
	float:left;
	width:435px;
	font-size:14px;
	height:65px;	
	text-align:center;	
	margin-left:-20px;
	padding-top:10px;
}
div #topHeading h1
{	
	color:#AB2143;
	font-size:18px;
}
#bottomPlaces
{ 
	
	overflow:auto;
	text-align:center;
}
#bottomPlaces a
{
	margin-left:5px;
	margin-right:5px;	
}
#bottomPlaces a:hover
{
	color:White;
	background-color:#AB2143;
}

.fpageCountryDiv
{
	float: left; 
	width: 33%; 
	height: 25px; 
	text-align: left;
    border-bottom: solid 1px #EFF3FB; 
    margin-top: 12px;
    
}
.countryFlag
{
	width:20px;
	height:13px;
	border: ridge 1px gray;
}

.pagingCtrlSelected
{
	background-color:#AB2143;
	color:White;
	font-weight:bold;
	margin-right:5px;
	margin-left:5px;	
}

a.pagingCtrl
{	
	font-family:Tahoma;
	font-size:12px;
	margin-right:5px;
	margin-left:5px;	
}
.pricingOptions
{
	width:600px;
	background-color:White;
	color:Black;	
	padding:20px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.highlight1
{
	color:#AB2143;
}
.highlight2
{
	color:#2764A9;
}
.mainFlowerCtrlH1
{
	color:#990000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	margin-bottom:10px;	
}
.mainFlowerCtrlH2
{
	color:#4E4E4E;
	font-size:20px;
	font-weight:bold;
}

.addonCtrlWrapper
{
	float: left; 
	background-color: #F8F8F8; 
	width: 179px; 	
	height: 210px;
    text-align: center; 
    padding-top: 5px; 
    padding-left:15px;
    margin: 3px; 
    border: outset 1px #F1F1F1;
}
.addonCtrlImgWrapper
{
	margin: auto; 
	background-color: White; 
	width: 120px;
    height: 120px; 
    
    border: inset 1px #FFFFFF;
}
.addonPrice
{
	font-weight:bold;
	padding-left:30px;
}
.requiredStar
{
	color:Red;
}
.frontH3
{
	display:inline;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.recipientFormLabelDiv
{
	width: 135px; 
	float: left; 
	text-align: right; 
	padding-right: 5px;
	font-size:12px;
	float:left;
}
.recipientFormCtrl
{
	
	
	clear:right;
	margin-bottom:3px;
	text-align: left; 
	width:238px;
	font-family:Tahoma;
	font-size:12px;
	
	
}
.recipientFormRule
{
	width:100%;
	clear:both;
	margin-bottom:7px;
	color:#AB2143;
	background-color:#AB2143;
	border-style:solid;		
	height:1px;
	border:0;
}
.recipientFormSectionTitle
{
	background-color:#AB2143;
	color:White;
	text-align:left;
	margin-bottom:20px;
	padding:5px;
}

#test
{
	display:inline;
}

ul.topCountryMenu
{
	display:block;
	background-color:#9F2844;
	color:White;
	margin-top:-12px;
	width:105px;	
	margin-left:2px;	
	position:absolute;	
	display:none;
	_margin-top:-5px;
}
li.topCountryMenu
{
	color:Blue;
}
li.topCountryMenu a,li.topCountryMenu a:visited
{
	
	color:White;
	width:auto;
	height:auto;
	padding:auto;
	margin:auto;
	background:none;
	text-align:left;
	line-height:normal;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px #FC7B99;	
}
li.topCountryMenu a:hover
{
	background:none;	
	background-color:#FC7B99;	
	color:#9F2844;
}
ul.topCountryMenu iframe
{
	position: absolute;
	z-index: 1;
	filter:alpha(opacity:0.1);
	display:inline;	
	top:0;	
	background-color:White;
}
li.topCountryMenuBottom
{
	background-image:url('/images/topmenubottom.jpg');
	height:18px;	
	margin-left:-1px;
	background-repeat:no-repeat;
	background-color:White;	
}
