@charset "utf-8";
/* CSS Document */

FORM {
	margin:0px;
	padding:0px;
}

.faqtitles:link, .faqtitles:visited
{
	color				: #444;
	text-decoration		: none;
}

.faqtitles:hover
{
	text-decoration		: underline;
}

.form_input {
	color:#c84d24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.header_status {
	color:#c84d24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.LeftNav_Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4b3819;
	margin: 10px 5px 5px 10px;
	padding-bottom:10px;
	border-bottom: 1px solid white;
}

.cartbuttons {
	cursor:pointer;
}

.LeftNav_Titles a {
	color: #4b3819;
}

.Special_GreenBG {
	background-repeat: repeat-x;
	background-color: #76654C;
}

.tempbar {
	background-image: url(../interface/temp_bar_line.gif);
	background-repeat: repeat-x;
}

.Special_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 6px;
}

.Special_SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FDF9D3;
	padding: 0px;
	margin: 0px;
}

.Special_Prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F0CA81;
}

.HomepageFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.BreadCrumbTrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #988159;
}

.BreadCrumbTrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #988159;
}

.BreadCrumbTrail_Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #988159;
}

.BreadCrumbTrail_Active a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #988159;
}

.HeaderDiv {
	text-align: center;
	width: 847px;
}
.mainnav_left{
	float:left;
}
.mainnav_mid{
	float:left;	
	margin-left:25px;
}
.mainnav_right{
	float:right;	
}

/* ------------------------------ */
/* ------------------------------ */
/* Overlay Badge Code */
/* ------------------------------ */
/* ------------------------------ */

.product-image, .product-image-listing {
  position: relative;
}

.product-image span, .product-image-listing span {
  display: block;
  position: absolute;
  width: 162px;
  height: 178px;
  bottom: 0;
  right: 0;
}

.product-image-listing span {
  width: 130px;
  height: 130px;
}

.product-image span.new, .product-image-listing span.new {
  background: url(../interface/new_overlay.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 8px;
  right: 5px;
}

.product-image span.out-of-stock, .product-image-listing span.out-of-stock {
  background: url(../interface/sold_out_overlay.png);
  background-repeat: no-repeat;
}

.product-image-listing span.out-of-stock {
  background: url(../interface/sold_out_overlay_listing.png);
}

.product-image span.out-of-season, .product-image-listing span.out-of-season {
  background: url(../interface/out_of_season_overlay_new.png);
  background-repeat: no-repeat;
}

.product-image-listing span.out-of-season {
  background: url(../interface/out_of_season_overlay_listing.png);
}
/* ------------------------------ */
/* ------------------------------ */
/* End Overlay Badge Code */
/* ------------------------------ */
/* ------------------------------ */

.product_pagination_bar{
	font-family: Arial, Helvetica, sans-serif;	
	margin-top:9px;
	margin-bottom:6px;
}

.product_pagination_bar_title{
	font-size: 18px;
	font-weight: normal;
	color: white;
	padding:9px;
}

.product_pagination_bar_text{
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding:9px;
}

.sitelinks{
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.pagination_links{
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.pagination_links_active{
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #B1AE61;
	padding:2px;
}

.pagination_links2{
	font-size: 12px;
	font-weight: normal;
	color: #666666;	
}

.pagination_links2_active{
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #B1AE61;
	padding:2px;
}

.product_productTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	margin-bottom:9px;
}

.product_productDescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.product_greenbars{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #817A2A;
	padding:6px;
	margin:9px 0px 9px 0px;
}

.product_greenspacer{
	background-color: #817A2A;
	height:3px;
}

.product_subproducts{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #666666;
	margin: 0px 0px 9px 9px;
	line-height:22px;
}

.product_originalprice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	line-height:normal;	
	text-decoration:line-through;
}

.product_saleprice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: red;
	line-height:normal;	
}

.product_displayprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	line-height:normal;	
}

.product_deliverydate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #666666;
	padding: 0px 18px 9px 9px;	
}

.productcalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #CC4D25;
}

.subcategory_productTitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}

.product_optiontext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	background-color: #FBF5E5;
}

.weddingbar{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0a980;
	margin-top:6px;
	margin-bottom:6px;
}
.cart_peachbar{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d68e52;
	margin-top:6px;
	margin-bottom:6px;
}

.cart_peachbar_title{
	font-size: 18px;
	font-weight: normal;
	color: white;
	padding:9px;
}


.cart_peachbar_text{
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding:9px;	
}
.cart_maroonbar{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a01917;
	margin-top:6px;
	margin-bottom:6px;
}

.cart_maroonbar_title{
	font-size: 18px;
	font-weight: normal;
	color: white;
	padding:9px;
}


.cart_maroonbar_text{
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding:9px;	
}
.cart_greenbar{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #817a2a;
	margin-top:6px;
	margin-bottom:6px;
}

.cart_greenbar_title{
	font-size: 18px;
	font-weight: normal;
	color: white;
	padding:9px;
}
.weddingbar{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0a980;
	margin-top:6px;
	margin-bottom:6px;
}

.cart_greenbar_text{
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding:9px;	
}

.cart_headerbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #42301A;
	background-color:#EEEBE2;
	border:1px solid #AF9B7A;
}

.cart_cartitems{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}

.cart_cartitems_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #666666;
}

.imagezoomtext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6B761A;	
}

.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #42301A;
	background-color:#EEEBE2;
	border:1px solid #AF9B7A;
	padding:5px;
}

.profile_navitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #42301A;
	background-color:#EEEBE2;
	border:1px solid #AF9B7A;
	padding:5px;
	text-align:left;
}

.profile_navitem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #42301A;
	text-align:left;
}


.billingfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
}

.billinginputfields{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-color:#FAF3E3;
	
}

.profile_login_titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #44341D;

}

.checkout_containers{
	width:100%;
}

.checkout_review_containers{
	margin-left:8px;
}
.checkout_edit{
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

#deliverydate{
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #666666;
	padding: 0px 18px 9px 9px;	
	width:150px;
}

.tab_on {
	background-image: url(/interface/tab-selected-bg.gif);	
	color: white;
	font-size:12px;
	font-family:arial;
	padding:0px 5px 0px 5px;
	font-weight:bold;
}

.tab_on a {
	color: white;
}

.tab_off {
	background-image: url(/interface/tab-bg.gif);	
	color: black;
	font-size:12px;
	font-family:arial;
	padding:0px 5px 0px 5px;
	font-weight:bold;
}

.tab_off a {
	color: black;
}

.tab_content_text {
	color: black;
	font-size:11px;
	font-family:arial;
}

.cart_remove a{
	padding-top:5px;
	font-size:10px;
	font-family:arial;
	color:#990000;
	font-weight:normal;
}

.bomheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #42301A;
	background-color:#EEEBE2;
	border:1px solid #AF9B7A;
	text-align:center;
}

.bomheader_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #42301A;
	background-color:#EEEBE2;
	border:1px solid #AF9B7A;
	text-align:center;
}

.bommonths {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42301A;
	background-color:#efefef;
	border:1px solid #dddddd;
	text-align:center;	
}

.bomflowers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42301A;
	background-color:#efefef;
	border:1px solid #dddddd;
	text-align:center;	
}

.bomprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42301A;
	background-color:#efefef;
	border:1px solid #dddddd;
	text-align:center;	
}

.postcardtext {
	color: #333;
}
div.hoverCart{
	border:2px solid #edd1d2;
	background: #f6f4e1;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.catalogOrdering{
	border:1px solid #4b3819;
	text-align:center;
	
}
div.catalogOrderingHeader{
	height:22px;
	padding-top:5px;
	background:	#B2A292;
	border-bottom: 1px solid #4b3819;
	color:white;
	text-align:center;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#contentdiv a { color:black; }

div.singleCartNotification{
	border:2px solid #A2191C;
	padding:5px;
	position:absolute;	
}

.searchButton{
	background: #A2191C;
	border:1px solid black;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
