﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0px auto;
	width: 930px;
	border: solid 1px #a6004e;
}

.master-wrapper-content
{
	float: left;
	width: 960px;
	margin: 0px 0px 0px;
	text-align: left;
	display: inline;
	/* fixed graphic background */
	/* background: #fff url(images/headerbackground.gif) repeat-x; */
	/*background: #fff url(images/HeaderBackground_lined.gif) repeat-x; */
	background: #fff url(images/HeaderBackground_Slashed.gif) repeat-x;
	
	
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0px 0px 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 610px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px 6px 0px 5px;
	height: 116px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url(  'images/ico-register.gif' ) no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url(  'images/ico-login.gif' ) no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url(  'images/ico-logout.gif' ) no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url(  'images/ico-cart.gif' ) no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url(  'images/ico-wishlist.gif' ) no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url(  'images/ico-admin.gif' ) no-repeat;
	padding-left: 20px;
}

.header-logo
{
	margin-top: 0px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url(  'images/AebersoldFlorist_Logo_WithBackground.gif' );
	display: block;
	width: 268px;
	height: 99px;
	text-decoration: none;
	margin-top: 9px; 
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: none;
	padding-bottom: 4px;
	text-align: right;
}

.header-languageselector
{
	float: left;
}

.header-callUs
{
	width: 209px;
	height: 61px;
	float: right;
	background: url(images/location_img.gif) no-repeat;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 0px;
	color: #ffffff;
	text-align: left;
}

.header-facebook
{
	float: right;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 0px;
	text-align: left;
}

a.header-facebook-logo
{
	background: url(  'images/icon_facebook.gif' );
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	margin-top: 0px; 
}

.header-clicktocall
{
	float: right;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 0px;
	text-align: left;
}

a.header-clicktocall
{
	background: url(  'images/icon_clicktocall.png' );
	display: block;
	width: 18px;
	height: 18px;
	text-decoration: none;
	margin-top: 0px; 
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 500px;
}

.header-links
{
	border: solid 1px #9a9a9a;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
	background: #ffefd5;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	font-size: 10px;
	color: Black;
}

.header-links a
{
	color: #000000;
	text-decoration: none;
}

.header-links a:hover
{
	color: #a6004e;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#body_area
{
	width: 999px;
	height: auto;
	overflow: hidden;
	clear: both;
}

.ul-none
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	font-size: 10px;
	color: Black;
}

.body_bg
{
	background: url(images/body_repeat.gif) repeat-y;
	float: left;
	width: 981px;
	overflow: hidden;
	padding: 0px 9px;
}

.bottomcurve
{
	background: url(images/bottomcurve.gif) no-repeat;
	height: 18px;
	clear: both;
}

.left_pannel_outer
{
	width: 187px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}

.right_pannel_outer
{
	width: 187px;
	height: auto;
	overflow: hidden;
	float: right;
}

.left_pannel
{
	width: 176px;
	height: auto;
	overflow: hidden;
	float: left;
	background: url(images/colored_bg.gif) no-repeat left top;
	padding: 6px 6px 0px 5px;
	background-color: WHITE;
}

.left_pannel_short
{
	width: 176px;
	height: auto;
	overflow: hidden;
	float: left;
	background: url(images/colored_bg_short.gif) no-repeat left top;
	padding: 6px 6px 0px 5px;
	background-color: WHITE;
}


.leftpannel_inner_box
{
	width: 176px;
	float: left;
	height: auto;
	overflow: hidden;
}

.lft_inr_topcurve
{
	background: url(images/curveheader.gif) no-repeat;
	height: 25px;
	clear: both;
	line-height: 25px;
	padding-left: 25px;
	width: 156px;
}

.lft_inr_repeat
{
	width: 176px;
	height: auto;
	overflow: hidden;
	background: url(images/leftpannel_y.gif) repeat-y;
}

.lft_topbody
{
	width: 176px;
	height: auto;
	overflow: hidden;
	padding: 3px;
	float: left;
	text-align: left;
}

.lft_inr_bottomcurve
{
	width: 176px;
	height: 13px;
	background: url(images/lft_bottomcurve.gif) no-repeat;
	float: left;
	margin-bottom: 0px;
}

.line_space
{
	height: 16px;
	border-top: #d6d6d6 solid 1px;
	width: 187px;
	float: left;
	margin-top: 14px;
}


.search_bg
{
	width: 174px;
	padding-left: 13px;
	height: 116px;
	float: left;
	background: url(images/search_bg.gif) no-repeat;
}

.search_text
{
	width: 168px;
	height: 22px;
	float: left;
	margin-top: 22px;
}

.search_box
{
	width: 168px;
	height: 22px;
	float: left;
	margin-bottom: 13px;
}

.search_input_1
{
	width: 150px;
	height: 18px;
	border: #FFFFFF 0px solid;
	color: #333333;
	font-size: 14px;
}

.search_advance_box
{
	width: 168px;
	height: 23px;
	float: left;
}

.search_advance_text
{
	width: 92px;
	height: 23px;
	float: left;
	line-height: 23px;
}

.search_button
{
	width: 70px;
	height: 23px;
	float: left;
}

a.link_advsearch:link, a.link_advsearch:active, a.link_advsearch:visited
{
	text-decoration: none;
	font-size: 11px;
	color: #a01800;
}
a.link_advsearch:hover
{
	text-decoration: underline;
	color: #a01800;
}



.lft_inr_topcurve
{
	background: url(images/curveheader.gif) no-repeat;
	height: 25px;
	clear: both;
	line-height: 25px;
	padding-left: 25px;
	width: 156px;
}

.right_inr_topcurve
{
	background: url(images/curveheader_right.gif) no-repeat;
	height: 25px;
	clear: both;
	line-height: 25px;
	width: 181px;
	text-align: center;
}

.right_inr_repeat
{
	clear: both;
	height: auto;
	overflow: hidden;
	background: url(images/leftpannel_y.gif) repeat-y;
	padding-left: 6px;
}

.right_flowerbox_top
{
	width: 161px;
	height: 30px;
	text-align: center;
	float: left;
	line-height: 30px;
}

.right_flowerbox
{
	width: 161px;
	height: 194px;
	text-align: center;
	clear: both;
}

.right_flower_1
{
	width: 161px;
	height: 132px;
	text-align: center;
	clear: both;
}

.right_price
{
	width: 161px;
	height: 20px;
	font-size: 13px;
	font-family: Tahoma;
	color: #ca381e;
}

.border_bottom
{
	border-bottom: #dedede solid 1px;
}

.right_inr_bottomspace
{
	width: 176px;
	height: 250px;
	float: left;
}

/*
.category-navigation
{
	width:176px; 
	height:auto; 
	overflow:hidden; 
	float:left; 
	background:url(images/bullet.gif) no-repeat 6px 4px; 
	padding:6px 6px 0px 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	list-style-type:none; 
}

.category-navigation li
{
	list-style-type:none; 
	padding-bottom:5px;
	margin-top:5px; 
	border-bottom:1px solid #f8e5c4; 
	background:url(images/bullet.gif) no-repeat 6px 4px; 
	padding-left:15px; 
	color:#ac3768; 
	font-size:11px;
	font-weight: bold;
}

.category-navigation a
{
	color: #ac3768;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected
{
	list-style-type:none; 
	color: #111111;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px; 
	margin-top:5px; 
	white-space:normal; 
	border-bottom:1px solid #f8e5c4; 
	background:url(images/bulletSelected.gif) no-repeat 4px 6px; 
	padding-left:15px; 
	color:#ac3768; 
	font-size:11px;
}

.category-navigation .li_selected a
{
	list-style-type:none; 
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px; 
	margin-top:5px; 
	white-space:normal; 
	border-bottom:1px solid #f8e5c4; 
	background:url(images/bullet.gif) no-repeat 4px 6px; 
	padding-left:15px; 
	color:#ac3768; 
	font-size:11px;
	
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ffffff;
	background: #a6004e url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	list-style-type:none; 
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffefd3 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.category-navigation .treeview ul
{
	list-style-type:none; 
	padding-bottom:5px;
	margin-top:5px; 
	border-bottom:1px solid #f8e5c4; 
	padding-left:15px; 
	color:#6e5234; 
	font-size:11px;
	font-weight: bold;
}


.category-navigation .treeview ul .li_selected 
{
	list-style-type:none; 
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px; 
	margin-top:5px; 
	white-space:normal; 
	border-bottom:1px solid #f8e5c4; 
	padding-left:15px; 
	color:#ac3768; 
	font-size:11px;
}

.category-navigation .li_unselected
{
	list-style-type:none; 
	padding-bottom:5px;
	margin-top:5px; 
	border-bottom:1px solid #f8e5c4; 
	background:url(images/bullet.gif) no-repeat 6px 4px; 
	padding-left:15px; 
	color:#6e5234; 
	font-size:11px;
	font-weight:normal;
}

.category-navigation .treeview ul .li_unselected
{
	padding-bottom:5px;
	margin-top:5px; 
	border-bottom:1px solid #f8e5c4; 
	background:url(images/bullet.gif) no-repeat 6px 4px; 
	padding-left:15px; 
	color:#6e5234; 
	font-size:11px;
	font-weight: bold;
}

*/




.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #f8e5c4;
	background: url(images/bullet.gif) no-repeat 6px 4px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
}

.category-navigation a
{
	color: #6e5234;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
	background: url(images/bullet.gif) no-repeat 4px 6px;
}

.category-navigation .treeview ul .li_unselected
{
	background: url(images/bullet.gif) no-repeat 4px 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #f8e5c4;
	background: url(images/bullet.gif) no-repeat 6px 4px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
}

.manufacturer-navigation a.inactive
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #111111;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ffffff;
	background: #a6004e url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffefd3 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #f8e5c4;
	background: url(images/bullet.gif) no-repeat 6px 4px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
}

.RecentlyViewedProductsBox a
{
	color: #6e5234;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style-type: none;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	margin-top: 5px;
	white-space: normal;
	border-bottom: 1px solid #f8e5c4;
	background: url(images/bulletSelected.gif) no-repeat 4px 6px;
	padding-left: 15px;
	color: #ac3768;
	font-size: 11px;
}

.infoblock-navigation a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ffffff;
	background: #a6004e url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffefd3 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}
/* Accepted Payments Box */
.Accepted-PaymentTypesRelative
{
	position: relative;
	width: 640px;
	left: 0px;
	height: auto;
}

.Accepted-PaymentTypes
{
	width: 187px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	height: 100px;
	margin-left:37px;
	background: url(images/PayPalVerified.gif) no-repeat;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 55px;
	padding: 5px 3px 5px 3px;
	background:#c9a27a;
}

.footer a
{
	text-decoration: none;
	color: #111111;
}

.footer-disclaimer
{
	float: left;
	font-size: 11px;
	vertical-align: bottom;
	color:#ffffff;
}

.footer-poweredby
{	
	width: 300px;
	float: left;
	font-size: 11px;
	text-align:left;
	vertical-align:text-bottom;
}
.footer-ContactUs
{
	width: 300px;
	/* background: url(images/PayPalVerified.gif) no-repeat; */
	float: left;
	overflow:hidden;
	display:block;
	vertical-align:text-top;
	text-align:center;
}
.footer-logo
{
	width: 100px;
	height: 55px;
	background: url(images/Aebersold_Florist_foot_logo.gif) no-repeat;
	float: right;
	overflow:hidden;
	display:block;
	vertical-align:text-top;
}

