
@charset "utf-8";

/* GLOBAL PROPERTIES */

body {
  margin: 0 auto;
  text-align:center;
  font-family: "arial", Helvetica, sans-serif;
  font-size:13px;
  line-height: 17px;
  background-color: #f47d37;
}

.backgroundDiv {
  width:100%; 
  height:100%; 
  margin:0px; 
  background-color: #f47d37;
}

a:link {
	font-family: "arial",Helvetica,sans-serif;
	font-size:13px;
	color: #4b4bc0; 
	text-decoration: underline; 
}

a:active {
	font-family: "arial",Helvetica,sans-serif;
	font-size:13px;
	color: #4b4bc0; 
	text-decoration: underline; 
}

a:visited {
	font-family: "arial",Helvetica,sans-serif;
	font-size:13px;
	color: #4b4bc0;
	text-decoration: underline;
}

a:hover {
	font-family: "arial",Helvetica,sans-serif;
	font-size:13px;
	color: #3d3d98;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #543656;
	font-weight:bolder;
	margin: 0px 0px 10px 0px; 
}

.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#543656;
	background-image:url(../static/images/bg_contentH2.jpg);
	background-repeat:no-repeat;
	background-position: -4px -4px;
	padding-bottom: 8px;
}

a img {
	border: 0;

}

hr {
        border:none;
        border-top:dotted 1px #cecece;

}


/* HEADER PROPERTIES */

#preheader {
	width: 948px;
	padding: 10px 0px 10px 0px;
	border:0px dashed black;
	height: 20px;
	
}

.mainphone {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
        margin-top: 40px;
}

.logo_overlay {
	float: left; 
	height: 70px; 
	width: 300px; 
	cursor:pointer;
}

.topTab {
	background-image:url(../static/images/global/bg_topTab.gif);
	background-repeat:no-repeat;
        width:1000px;
        height:43px;
}

.homeLink {
        margin-left: 15px;
        text-align: left;
        width:100px;
        height: 40px;
        padding-top: 5px;
        float:left;
}

.homeLink a:link, .homeLink a:visited, .homeLink a:hover {
	font-size: 12px;
        color:white;
}

.toplinks {
	font-size:14px;
	float:right;	
	border:0px dashed black;
}

.toplinks a:link, .toplinks a:visited, .toplinks a:hover {
	font-size:14px;
}

#mainheader {
	width: 100%;
	height: 81px;
	border-top: 0px
	border-bottom: 0px;
	background-image:url(../static/images/global/logo_mainSunsetWineClub.gif);
	background-repeat:no-repeat;
	
}

.mainheader_search {
	float:left;
	border:0px dashed white;
	margin: 10px 10px 10px 10px;
	font-size:14px;	
}

.mainheader_search a:link, .mainheader_search a:visited, .mainheader_search a:hover {
	font-size: 14px;
}

.mainheader_search h3 {
	display: inline;
}

.mainheader_search input, textarea {
        background: url(/static/images/global/bg_input.gif) no-repeat 0 0;
        border: 1px solid #c4beb0;
}

.nav_main {
	width: 100%;
	height:36px;
	background-image:url(../static/images/global/bg_menuNeutral.gif);
        background-repeat:repeat-x;
}	

#nav_item a {
	border-left: 1px solid #efede7;
        border-right: 1px solid #cec7ba;
	padding:7px 15px 6px 15px;
	margin-top:1px;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
        font-weight: bolder;
	color:#5b5135;
	text-decoration:none;
	background-image:url(../static/images/global/bg_menuItem.gif);
        background-repeat:repeat-x;
}

#nav_item a:hover {
	background-image:url(../static/images/global/bg_menuActive.gif);
        background-repeat:repeat-x;
	color:#FFFFFF;
}

#nav_item a:active {
	background-color: #887389;
}

.nav_sub {
	width: 100%;
	height:40px;
	background-color:#fdf5e4;
}


.subnav_links {
	float:right;
	border:0px dashed gray;
	margin: 13px 0px 10px 0px;
	font-size:12px;	
}

#nav_secondary a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 16px;
	color: #543656;
	font-variant:small-caps;
	margin: 3px 30px 3px 30px;
}

#nav_secondary a:hover {
	text-decoration: underline;
}

/* FOOTER */

.footer_content {
  float:left; 
  border:0px dashed white; 
  margin-left:30px; 
  margin-top: 10px; 
  line-height: 24px;
  text-align:left;
  width: 850px;
}

.footer_links {
  border: 0px dashed red; 
  width: 450px; 
  float:left; 
  text-align:left;
  margin-left: 15px;
  margin-top: 10px;

}

.footer_links a:link, .footer_links a:visited, .footer_links a:hover {
  font-size: 10px;
  border: 0px dashed red;
}

#footer_container {		
	width:930px;
	background-color: #e0e7d1;
	border: 1px solid #bebebe;
	margin-top:10px;
	padding:10px;
	line-height: 18px;
}

#footer_container td {
	padding-left: 15px;
}

.footer_divider {
	border-right: 1px solid #bebebe;
}

.footer_emailContainer {
  width: 330px;
  height: 80px;
  border: 1px solid #bebebe;
  margin-left: 20px;
  float:left;
  background-color: white;
  background-image:url(../static/images/global/bg_email.jpg);
  background-repeat:no-repeat;
}

/* HOMEPAGE PROPERTIES */

.home_left {
        border:0px dashed red; 
        float:left;
        margin: 5px 5px;
        width:654px; 
        height:600px;

}

.home_right {
  border:0px dashed gray; 
  float:right; 
  width:326px; 
  height:100px;


}

.homeHero_head {
  border: 0px dashed white;
  margin-left: 20px; 
  margin-top:24px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  color: #FFFFFF;   
  text-align:left;

}

.homeHero_sub {
	width: 520px;
	color:#FFFFFF;
	margin: 10px 0px 0px 20px;
	border: 0px solid white;
	text-align:left;	
	font-size: 14px;
	line-height: 18px;
}

.homeHero_sub a {
  color: #1c0c07;
  text-decoration: none;
  font-size: 14px;
}

.home_row2container {
	width:295px;
	height: 150px;	
	background-color:#FFFFFF;
	margin: 10px 15px 10px 0px;
	border: 1px solid #bebebe;
	float:left;
	
}

.home_row2title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 6px;
	color: #543656;
	float:left;

}


/* CONTENT PROPERTIES */

.breadcrumb {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:left;
        margin:10px;

}

.breadcrumb a {
  font-size:10px;
  text-decoration:underline;
}

.breadcrumb a:hover {
  text-decoration:none;
}

.contentImageCenter {
  border:1px solid #dadada;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 0px;
  background-color:white;
}

.contentImage img {
  display:block;
}
.contentImage {
  float:right;
  border:1px solid #dadada;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 10px;
  background-color:white;
}

.contentImageCenter img {
  display:block;
}

.contentImageLeft {
  float:left;
  border:1px solid #dadada;
  padding: 5px 5px 5px 5px;
  margin: 0px 10px 0px 0px;
  background-color:white;
}

.contentImageLeft img {
  display:block;
}


.rightColumn {
  background-image:url(/static/images/global/bg_rightContent.gif); 
  background-repeat:repeat-y;
}

.rightCallout {
  margin-top:10px;
  width:301px;
  border:0px dashed red;
  margin-bottom:10px;
}

.rightCallout_title {
	background-image:url(../static/images/global/bg_calloutBoxTitle.gif);
	background-repeat:no-repeat;
        width:301px;
        height:25px;
	font-family:Arial, sans-serif;
	font-size:16px;
        font-weight:bold;
        color: #ffffff;
        text-align: center; 
        padding-top: 8px;

}

.rightCallout_content {
	background-image:url(../static/images/global/bg_calloutBoxMiddle.gif);
	background-repeat:repeat-y;
        width:301px;
	font-family:Arial, sans-serif;
	font-size:12px; 
        border: 0px red dashed;
        text-align:center;
}

.rightCallout_contentInner {
  width:90%;
  padding:15px;
  padding-bottom: 0px;
  text-align:left;
}

.rightCallout_contentInner li {
  margin-left: 20px;
}

.rightCallout_contentImage {
  border: 1px solid gray;
  padding: 3px;
  color:white;
  float:right;
  margin-left: 5px;
}

.rightCallout_contentImage img {  
  display: block;
}

.rightCallout_price {
  font-weight: bold;
  color:#f37421;
  font-size: 14px;
}


.rightCallout_terms {
  color:#f37421;
  font-style:italic;
}

.rightCallout_bottom {
	background-image:url(../static/images/global/bg_calloutBoxBottom.gif);
	background-repeat:no-repeat;
        width:301px;
        height:15px;
}

.gradient {
	background-image:url(../static/images/bg_gradientShort.gif);
	background-repeat:repeat-x;
	background-color: #ebebeb;	
}

.content_container {
	background-color:#FFFFFF;
	padding: 0px;
        border-top: 1px solid #c6b8a5;
}

.outerContentDiv {
	width:930px;
	border: 1px solid #bebebe;
	background-color: #FFFFFF;
	padding:0px;
	overflow:hidden;

}

.contentTable {
	border: 0px solid #bebebe;
	text-align: left
	
}

.relatedProducts {
	border-top: 1px solid #bebebe;
}


#leftNav {
	background-color: #ffffff;
	border-right: 1px solid #f4f4ec;
	line-height: 20px;

}

#leftNav a:link {color: #1f548f; text-decoration: none; }
#leftNav a:active {color: #1f548f; text-decoration: none; }
#leftNav a:visited {color: #1f548f; text-decoration: none; }
#leftNav a:hover {color: #1f548f; text-decoration: underline; }

#leftNav img {
	margin-top: -6px;
	margin-left:-5px;
}

.leftNavLevelOne {
  text-transform: uppercase;
  font-weight:bolder;
  margin-top: 5px;
  border-bottom: 1px solid #f4f4ec;
  line-height:15px;  
	
}

.leftNavLevelOne a {
       font-weight:bolder;
}

.leftNavLevelTwo {
  margin-left: 10px;
  margin-bottom:6px;
  margin-top:6px;
  line-height:18px;

}

.leftNavLevelThree {
  margin-left: 20px;


}


/* CONTENT PAGES */

#content_table ul {
	width: 350px;
        margin-left: 20px;
        padding-left: 20px;
}

#content_table li {
	width: 350px;
        margin-left: 20px;
        margin-bottom:5px;
}

#content_table td {
	padding: 10px;
}

#content_table H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
	padding-bottom: 5px;
	padding-top: 5px;
        margin-left:-10px;
        border-bottom: dashed 1px #f4f4ec;
		
}

#content_table H3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #e97936;
  padding-bottom: 8px;
  text-decoration:none;
  font-weight:bold;
		
}

.content_imageDiv {
	border: 1px solid rgb(204, 204, 204); 
	margin: 0px 0px 10px 20px; 
	padding: 5px 5px 3px; 
	float: right; 
	width: 300px; 
	background-color: rgb(238, 238, 238);
}

#contentInfo_table td {
	padding: 10px;
}

#contentInfo_table H2 {
	font-family: "arial",Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#543656;
	padding-bottom: 8px;
	margin: 0px;
		
}

#contentInfo_table H3 {
	font-family: "arial",Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#543656;
	padding-bottom: 8px;
        text-decoration: none;
		
}


/* LANDING PAGES */

.landing_2colContainer {
	border:1px solid #bebebe;
	width:346px;
	height:125px;
	float:left;
	margin: 14px 14px 0px 0px;

}

.landing_2colLeft {
	border:1px solid #bebebe;
	width: 250px;
	height:145px;
	float:left;
	margin: 14px 14px 0px 0px;

}

.landing_2colRight {
	border:1px solid #bebebe;
	width: 442px;
	height:145px;
	float:left;
	margin: 14px 14px 0px 0px;

}

/* CONTENT HERO */


.contentHero_container {
	border:1px solid #bebebe;
	width:709px;
	height:165px;

}

.contentHero_copyblock {
	width: 330px;
	height: 105px;
	padding: 20px;
	color:#FFFFFF;
	float:right;
	margin: 10px;
	border: opx solid black;
	text-align:center;	
}

.contentHero_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:18px;
	font-weight:bolder;
}

/* LIST PAGES */

.categoryDiv {
	margin: 11px;
	border: 1px solid #bebebe;
	background-color: #fff5ca;
	width: 220px;
	height: 255px;
	float:left;
	
}

.category_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #543656;
	font-size:14px;
	font-weight:bolder;
}

.labelDiv_outer {
	width:220px; 
	height: 270px; 
	background-image: url(../static/images/bg_labelItem.gif); 
	background-repeat:no-repeat; 
	border:1px solid #bebebe; 
	margin: 10px 15px 10px 0px; 
	float:left;

}

.labelDiv_inner {
	margin:0px;
	text-align:center;
	padding: 10px;
	border:dashed 0px black;
}

.categoryDiv_outer {
	width:240px; 
	height: 270px; 
	background-image: url(../static/images/bg_categoryItem.gif); 
	background-repeat:no-repeat; 
	border:1px solid #bebebe; 
	margin: 10px 20px 10px 0px; 
	float:left;

}

.categoryDiv_inner {
	margin:0px;
	text-align:center;
	padding: 10px;
	border:dashed 0px black;
}

#category_sortBox {
	background-color:#f4f4ec;
	border:solid 1px #bebebe;
	margin-top:10px;

}

#product_listing {
	text-align: left;	
}

#product_listing img {
	float:left;
	
}

#product_listing td {
	border-bottom: 1px solid #bebebe;

}

.list_title {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #007cc2;
  font-size:24px;
  border-bottom: 1px dotted #bebebe;
  line-height: 32px;
  margin:100px;
}

.list_description {
	padding: 10px 0px 10px 10px;
}

.label_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #543656;
	font-size:14px;
	font-weight:bolder;
}

/* PRODUCT PROPERTIES */

.product_bullets {
        margin-left: 20px;
}

.product_bullets li {
  margin-bottom: 5px;
}

#product_imageLarge {
	border: #b8c5ce 1px solid;

	width: 255px;
	margin: 10px;
	
}

.product_left {
	background-color: #fffef3;
	border-right: 1px solid #bebebe;
	line-height: 20px;

}

#product_viewLarger {
	width: 255px;
	margin: 10px 10px 5px 10px;
	

}

#product_thumbLeft {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:left;
	margin: 0px 10px 10px 10px;
	padding: 7px;
}	

#product_thumbRight {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:right;	
	margin: 0px 10px 10px 0px;
	padding: 7px;

}

#product_detailBox {
	width:600px;
	border:#333333 dashed 0px;
	margin: 10px;
	text-align:left;
}	

#product_related {
	width:820px;
	border:#333333 dashed 0px;
	margin: 0px;
}	
	
#product_related H2 {

	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color:#8aa282;
	background-image:url(../static/images/bg_relatedProdsH2.jpg);
	background-repeat:no-repeat;
	background-position: -1px -1px;
		
}

.relatedProducts_header {
	background-color:#ffffff;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bolder;
	color:#990066;
	border-bottom: 0px solid #bebebe;
}


/* PRODUCT SWATCH IMAGES */
 
div.product_thumb {
	display:inline;
}

/* PRODUCT INFO TABS */

div.product_tabs {
	width: 500px;
	margin: 10px;
}

div.product_tabs h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #543656;
  font-weight:bolder;
  margin: 20px 0px 10px 0px; 
}

div.yui-navset * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

div.yui-navset ul.yui-nav li {
	width:auto;
	margin-left:0px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:#FFFFFF;
	border:solid 1px #B8C5CE;
	position:relative;
	top:1px;
	white-space:nowrap;
	z-index:100;
}

div.yui-navset ul.yui-nav li:hover {
	background-color:#CCCCCC;
}

div.yui-navset ul.yui-nav li.selected {
	background:#FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}

div.yui-navset ul.yui-nav li a {
	margin-left:3px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:3px 5px;
}

div.yui-navset ul.yui-nav li a:hover {
	text-decoration:underline;
}

div.yui-navset ul.yui-nav li.selected a {
	font-weight:bold;
}

div.yui-navset ul.yui-nav li.selected a:hover {
	text-decoration:none;
}

div.yui-navset ul.yui-nav li.current a {
	background:#FFFFFF;
/*	border-bottom:solid 1px #FFFFFF;*/
	border-bottom:none;
}

div.yui-navset div.yui-content {
	border:solid 1px #B8C5CE;
	padding:5px 10px;
	width:100%;
	min-height:145px;
	position:relative;
	z-index:99;
}

.product_details .label {
    font-weight: bold;
    width: 35%;
    white-space: nowrap;
}

.product_details .value {
    width: 65%;
}

/* Pricing */
.price_section {
  display:inline;
}

span.price_label {
  font-size:14px;
  font-weight:bold;
  display:none;
}

span.price {
	font-size:14px;
	font-weight:bold;
}

span.regular_price_label {
	font-size:14px;
	font-weight:bold;
	display:none;
}

span.regular_price {
	font-size:14px;
	font-weight:bold;
	text-decoration:line-through;
}

span.sale_price_label {
	font-size:14px;
	font-weight:bold;
	color: #FF0000;
	display:none;
}

span.sale_price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* Shopping Cart */

#shopping_cart {
	width: 100%;
	border-collapse: collapse;
}

#shopping_cart td {
	border: 1px solid #BDC2C6;
	font-size: 12px;
	padding: 5px;
        text-align: left;
}

#shopping_cart td.header {
	border: 1px solid #b9b9b5;
	color: #FFFFFF;
	background-color: #b9b9b5;
	font-size: 14px;	
	font-weight: bold;
	white-space: nowrap;
}

#shopping_cart td.price_each_column {
	text-align: center;
}

#shopping_cart td.discount_label {
	color: #B8B8B8;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

#shopping_cart td.discounts {
	color: #B8B8B8;
	text-align: center;
	background-color: #F8F8F8;
	font-weight: bold;
}

#shopping_cart td.total_label {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#shopping_cart td.total_column {
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}

#shopping_cart table.shopping_cart_labels td {
	border: none !important;
}

#coupon_box {
	border-collapse: collapse;
}

#coupon_box td {
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#coupon_box td.coupon_label {
	color: #616161;
	font-weight: bold;
	text-align: right;
}

#coupon_box td.coupon_text_box input {
	border: 1px solid #859AB9;
}

#shopping_cart_controls {
	width: 100%;
	border-collapse: collapse;
}

/* Shipping Calculator */
#shipping_calculator {
	width: 100%;
	border: 1px solid #BDC2C6;
	border-collapse: collapse;
	background-color: #F8F8F8;
	color: #646464;
}

#shipping_calculator span.section_title {
	font-size: 14px;
	font-weight: bold;
}

#shipping_calculator td.label {
	text-align: right;
}

#shipping_calculator td.textbox input {
	border: 1px solid #859AB9;
	width: 115px;
}

#shipping_calculator div.shipping_methods_wrapper {
	width: 650px;
	margin: 0, auto;
	display: block;
}

#shipping_calculator div.shipping_method_option {
	width: 200px;
	float: left;
	margin: 5px;
	text-align: left;
}

#shipping_calculator div.shipping_method_label {
	width: 75%;
	float: left;
}

#shipping_calculator div.shipping_method_price {
	width: 25%;
	float: left;
}

#shipping_calculator div.shipping_method_price span.free_shipping {
	font-weight: bold;
}

/* Category Search */

#category_sortBox div.search_category {
	float:left;
	margin-right:10px;
}

#category_sortBox div.search_category h3 {
	display:inline;
	float:left;
	font-family:"Tahoma",Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
	margin:0;
}

#category_sortBox div.search_terms {
	float:left;
}

#category_sortBox div.search_checkbox {
	float: left;
}

/* Shipping message */

.shipping_methods_shipping_message {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #FF0000;
}

/* Additional Order Fields */

.additional_order_fields textarea {
	width: 670px;
	height: 80px;
}

/* Terms */

.order_terms_and_conditions {
  display: block;
  font-size: 14px;
  margin: 10px;
}

.add_to_cart {
  display: block;
  margin-bottom: 20px;
  clear: both;
}

.product_config_option {
  clear:none;
  padding:4px;
  float:left;
  margin-right:30px;
}

.header {
  color: white;
}

.configurator {
  padding-top:10px;
  margin-left: 5px; 
  border:0px dashed red; 
  width:400px;
  clear:both;
}


.product_configuration_popup_menu {
  font-size: 10px; 

}

.product_config_option_label {
  font-size:12px;
  font-style:bold;
/* float:left */
  border:0px dashed red;
  width:auto;
  margin-right:15px;

}

.product_config_option {

}

.product_configuration_popup_menu {
  width:auto;

}

.add_to_cart {
  border:0px dashed green;
  width:auto;
}

.add_to_cart_button {
 margin-top:10px;

}

