/* --------------------------------------------- */
/* 1. HTML TAGS                                  */
/* 2. LAYOUT SECTION                             */
/*    - 2.1 Main blocks                          */
/*    - 2.2 Masthead                             */
/*    - 2.3 Sidebar                              */
/*    - 2.4 Footer                               */
/* 3. CONTENT SECTION                            */
/*    - 3.1 Homepage                             */
/*    - 3.2 Categories                           */
/*    - 3.3 Product Detail                       */
/*    - 3.4 Sidebar Content                      */
/*    - 3.5 My Account                           */
/* 4. CART SECTION                               */
/* --------------------------------------------- */


/* --------------------------------------------- */
/*         START: 1. HTML TAGS                   */
/* --------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#928676;
}

body {
	background-color: #928676;
	color: #6a6256;
	font-family: "Baskerville", "Palatino", "Georgia", serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
}

#container {
	width: 1050px;
	margin: 0 auto;
	background-position:center;
	background-image:url('/static/60/Image/wide.jpg');
	background-repeat:repeat-y;
}

td, input, select {}

h1 {
	font-size: 17px;
	color: black;
}
.staticPage {
	color: #6a6256;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 7px;
}

.staticPageUnderline {
	border-bottom:1px solid #6A6256;
	color:#6A6256;
	font-size:24px;
	font-weight:normal;
	margin-bottom:7px;
	padding-bottom:10px;
}

.bold {
	font-weight: bold;
}

h2 {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}
a:link {
	color: #6a6256;
	padding: 2px;
}
a:visited {
	color: #6A6256;
	padding: 2px;
}
a:hover {
	color: #9d2912;
	padding: 2px;
	text-decoration: underline;
}
a:active {
	color: #6a6256;
	padding: 2px;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

.italic {
	font-style: italic;
}

/* --------------------------------------------- */
/*         END: 1. HTML TAGS                     */
/* --------------------------------------------- */


/* --------------------------------------------- */
/*       START: 2. LAYOUT SECTION                */
/* --------------------------------------------- */
/* Start: - 2.1 Main blocks                      */
#layout-masthead {
	background-color: #fbf9f4;
	width: 970px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 8px;
	background-position:center;
}

#layout-content {
	width: 700px;
	float: left;
	margin-left: 20px;
	background-color: #fbf9f4;
	background-position:center;
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.4em;
	color: black;
}

#layout-content a,
#layout-content a:hover,
#layout-content a:visited {
	color: #9d2912;
	font-weight: bold;
}

/*** End: - 2.1 Main blocks                      */
/* --------------------------------------------- */
/* Start: - 2.2 Masthead                         */

#header {
	text-align: left;
}

#tagline-homepage p {}

#logo {
	width: 435px;
}

#header-links {
	float: right;
	text-align: right;
	margin-right: 30px;
}

#header-links ul {
	list-style: none;
	margin-top: 10px;
}

#header-links ul li {
	border-left: 1px solid #6a6256;
	display: inline;
	padding: 0 5px;
}

#header-links ul li.first {
	border: 0;
	padding-left: 0;
}

#header-links ul li a {}
#icon-login {}
#icon-faq {}
#icon-cart {}

#tabs_horizontal {
	height: 50px;
	clear: both;
	background-color: #fbf9f4;
	background-position:center;
	padding-right: 40px;
	text-align: right;
}

#tabs_horizontal ul {
	list-style: none;
	margin-right: 30px;
}

#tabs_horizontal ul li {
	float: left;
	margin-left: 30px;
	display: inline;
	font-size: 18px;
	position: relative;
}

#tabs_horizontal a {
	display: block;
}

#tabs_horizontal li ul {
	background-color: #fbf9f4;
	position: absolute;
	left: -999em;
	width: 160px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#tabs_horizontal li ul.last {
	background-color: #fbf9f4;
	position: absolute;
	right: -30/*-999em*/;
	width: 120px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#tabs_horizontal li ul.last li {
	float: right;
	margin-right: 3px;
}

#tabs_horizontal li ul li {
	float: left;
	clear: both;
	margin-left: 3px;
	display: block;
}

#tabs_horizontal li:hover ul, #tabs_horizontal li.sfhover ul {
    left: auto;
}

#tabs_horizontal li:hover ul.last, #tabs_horizontal li.sfhover ul.last {
    text-align: right;
}

/*** End: - 2.2 Masthead                         */
/* --------------------------------------------- */
/* Start: - 2.3 Sidebar                          */

.button {}

#layout-sidebar {
	font-family: "Arial", "Helvetica", sans-serif;
	width: 200px;
	float: left;
	margin-left: 70px;
}

#layout-sidebar h2 {
	margin-bottom: 0px;
	font-size: 13px;
	text-align: left;
}


#search_form fieldset {
	padding: 2px;
	margin: 0;
}

#search_form legend {}
#search_form p {}

#login_form {
	border: 1px solid #D7E3F6;
}

#login_form form {
	margin: 5px 10px;
}

#login_form fieldset {
	border: 0;
}

#login_form p {
	margin-top: 5px;
}

#login_form input {
	margin-top: 2px;
	width: 110px;
}

#login_form #submit {
	margin: 5px 10px 0 10px;
	width: 80px;
}

#login_form .login_form_links {
	padding: 5px;
	text-align: right;
}

#certificate-logo {
	border: 0px;
	padding: 10px 5px;
	text-align: center;
}

/*** End: - 2.3 Sidebar                          */
/* --------------------------------------------- */
/* Start: - 2.4 Footer                           */

#layout-footer {
	clear: both;
	text-align: center;
	background-position: center;
	background-color: #928676;
	margin: 0 auto;
	padding: 0;
	color: #fbf9f4;
	background-image: url("/static/60/Image/footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
}

#layout-footer a {
	color: #fbf9f4;
}

#layout-footer a:hover {
	color: #9d2912;
	text-decoration: underline;
}

.links-footer {
	padding-top: 65px;
	font-size: 16px;
}

.links-footer ul {
	list-style: none;
	text-align: center;
}

.links-footer ul li {
	margin-left: 13px;
	display: inline;
}

.links-footer ul li.first {
	border: 0;
	padding-left: 0;
}

.links-footer ul li a {}

#footer-contact {
	margin: 25px 0 20px 0;
	line-height: 1.6em;
}

#copyright {
    border: 0px solid #000;
	clear: both;
	text-align: center;
	height: 20px;
}

/*** End: - 2.4 Footer                           */
/* --------------------------------------------- */
/*          END: 2. LAYOUT SECTION               */
/* --------------------------------------------- */



/* --------------------------------------------- */
/*         START: 3. CONTENT SECTION             */
/* --------------------------------------------- */
/* Start: - 3.1 Homepage                         */
.header-home {
	border: 1px solid #C5736D;
	margin: 10px 0 0 0;
}

.header-home h1 {
	background-color: #C5736D;
	border-bottom: 1px solid #EAAEA8;
	border-left: 1px solid #EAAEA8;
	border-right: 1px solid #EAAEA8;
	border-top: 1px solid #EAAEA8;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
}

/*** End: - 3.1 Homepage                         */
/* --------------------------------------------- */
/* Start: - 3.2 Categories                       */

.sub-categories {
	border: 1px solid #C5736D;
	margin: 10px 0 15px 0;
}

.header-sub-categories h1 {}
.sub-categories-link {
	padding: 5px;
}

#productTableHeader table {
	border-bottom: 1px solid #999;
	margin: 3px 0;
	padding-bottom: 5px;
	width: 100%;
}

#productTableHeader table tr td {
    font-family: Verdana, sans-serif;
	font-size: 11px;
}

#records_found {
	
}

#sort_by {
	text-align: right;
}

#sort_by select {
	font-size: 11px;
	width: 170px;
}

.paging_links {}
.paging_links table tr td {}
.paging_links hr {}
.paging_links hr.top {}
.paging_links hr.bottom {}

.product-template {
	border: 0px solid #999;
	font-size: 11px;
	margin: 10px;
}

.product-image {
	border: 0px solid #999;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}

.product-description {
	text-align: center;
}

.product-description a {
	color: #9d2912 !important;
	font-size: 12px;
	font-weight: bold;
}

.product-price {
	text-align: center;
	color: #9d2912 !important;
	font-size: 12px;
	font-weight: bold;
}

/*** End: - 3.2 Categories                       */
/* --------------------------------------------- */
/* Start: - 3.3 Product Detail                   */

* html #iewrap {
	display: inline;
	float: left;
	margin-left: 552px;
	position: relative;
}

.product-detail {
	border: 0px black solid;
	float: left;
	margin: 0px;
	min-width: 450px;
	padding: 0px;
	width: 100%;
}

* html .product-detail {
	float: left;
	margin-left: -452px;
	position: relative;
}

li {
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.product-detail-column-A {
	float: left;
}

.product-detail-column-B {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:30px;
	margin-top: 50px;
	width:400px;
}

#product-detail-price {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}

#product-detail-price label {
	margin-left: 50px;
}

#product-detail-price input {

}

/*** End: - 3.3 Product Detail                   */
/* --------------------------------------------- */
/* Start: - 3.4 Sidebar Content                  */

.header-content-sidebar h2 {
	border-left: 1px solid #D0B8AA;
	border-right: 1px solid #D0B8AA;
	border-top: 1px solid #D0B8AA;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}

.sidebar {
	border: 1px solid #938975;
}

.sidebar .button {
	background: #EEE8DD;
	color: #938975;
	font: bold 11px Verdana, sans-serif;
	padding: 1px 3px;
	
}

/*** End: - 3.4 Sidebar Content                  */
/* --------------------------------------------- */
/* Start: - 3.5 My Account                       */

.my_profile_table {
	width:100%;
	color: black;
}
.my_profile_table th {text-align:left;font-size:100%;padding:0 7px; color: black;}
.my_profile_table td {padding:3px 7px;border-bottom:1px solid #fff; color: black;}
.my_profile_table td div.cmhdrln {margin-top:7px; border-bottom:1px solid #E4DDD8;}
.my_profile_table td div.cmhdrln b {margin-right:10px;}
.my_profile_table h3 {font-size:100%;margin:0 0 2px;}

/* End: - 3.5 My Account                         */
/* --------------------------------------------- */


/* --------------------------------------------- */
/*           END: 3. CONTENT SECTION             */
/* --------------------------------------------- */

	
/* --------------------------------------------- */
/*            START: 4. CART SECTION             */
/* --------------------------------------------- */
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
	/* border: 1px solid #000; */
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.mark {
	FONT-SIZE: 12px;
	color : red;
	font-weight : normal;
	padding: 0px 3px 0px 3px;
	}	
	
.required {
	FONT-SIZE: 11px;
	color : red;
	font-weight : normal;
	padding: 0px 3px 0px 3px;
	}	
	
.alert {
	background-color: #FFFFCE;
	border: 1px #858789 solid;
	color: #362E7B;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}		
/* Masthead */
#cart_masthead {
    margin:0 0 10px 0;
    padding:0px;
    border:1px solid #000;
}

/* Content */
#cart_content {
    margin-right: 0px;
    margin-bottom:10px;
    padding:0px;
	border: 0px solid #000;
}

#cart_content .SectionTitleMedium {
	color: #3F3F3F;
	margin-bottom: 10px;
	font-size: 21px;
	font-variant: small-caps;
	font-weight: bold;
}

#cart_content h3 {
	font-weight: bold;
	color: #000;
}

#cart_content p {
	margin-top: 0px;
	line-height: 18px;
	color: black;
}


.cart_error {
	margin-bottom:10px;
	color : Red;
	font-weight : bold;
	BACKGROUND-COLOR: #FFFFCE;
	padding: 10px;
	border: 1px #858789 solid;
	text-align : left;
}

.cart_empty {
	text-align:left;
	font-weight: bold;
	margin-bottom:10px;
}

#cart_content #breadcrumb {
	margin-bottom:10px;
}

.cart_table {
	width:100%;
	margin:5px 0 0 0;
	font-size: 14px;
	color: black;
	background-color: #FBF9F4 !important;
}

/*ie hack */
* html body .cart_table {
  width:99.1%;
 }

.cart_table th {
	text-align:center;
	font-size:11px;
	padding:2px 7px;
}

.cart_table th.item {
	text-align:left;
}

.cart_table th.price {
	text-align:right;
	padding-right: 10px;
}
.cart_table th.total {
	text-align:right;
	padding-right: 10px;
}


.cart_table .remove {
	width: 50px;
	text-align:center;
}
.cart_table .item {
	width: 50%;
	text-align:left;
}

.cart_table td {
	padding:5px 7px;
}

.cart_table td.price {
	text-align:right;
}

.cart_table .quantity {
	text-align:center;
}

.cart_table td.quantity input {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

.cart_table td.total {
	text-align:right;
}

.cart_table td.discount_label {
	text-align:right;
}

.cart_table td.discount_amount {
	text-align:right;
	color: Red;
}
.cart_table td.total_label {
	text-align:right;
	font-weight:bold;
}

.cart_table td.total_amount {
	text-align:right;
	font-weight:bold;
}

/* .cart_table td#cmcarttotal, #cart_table td#cmcarttotal {background:#fff;text-align:right;font-weight:bold;padding:0 10px;}
.cart_table td.cmcartlast, #cart_table td.cmcartlast {border-bottom:5px solid #fff;}
.cart_table h3.cmcartheader {margin: 0px; padding:0px; background-color:#fff;} */

#cart_content div.discount {
	padding:8px 7px;
}

/*ie hack */
* html body #cart_content div.discount{
  width:97%;
 }


#cart_content div.form_submit {
	text-align:right;
	margin: 5px 250px 0 0;
	padding: 0;
}

#cart_content button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
	/* border: 1px solid #000; */
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}


/*
#cart_content button span {
	padding: 0px;
	margin: 0px 5px;
}

#button_apply {
	padding: 0px;
	border: 1px solid #fff;
}

#button_apply span {
	padding: 0px;
	border: 0px solid #000;
}
*/
/*
#button_apply, #button_update, #button_continue_shopping, #button_check_out, #button_continue_cart, #button_add_new_address, #button_modify_order, #button_place_order {
  border: 0;
  background-color: none;
  margin: 0;
  padding: 0;
}
#button_apply {
  background: url('/static/35/Image/12btn_apply.gif') no-repeat 0 0;
  width: 54px;
  height: 23px;
}
#button_update {
  background: url('/static/35/Image/12btn_update.gif') no-repeat 0 0;
  width: 54px;
  height: 23px;
}
#button_continue_shopping {
  background: url('/static/35/Image/12btn_continue_shopping.gif') no-repeat 0 0;
  width: 136px;
  height: 23px;
}
#button_check_out {
  background: url('/static/35/Image/12btn_checkout.gif') no-repeat 0 0;
  width: 98px;
  height: 23px;
}
#button_continue_cart {
  background: url('/static/35/Image/12btn_continue.gif') no-repeat 0 0;
  width: 98px;
  height: 23px;
}
#button_add_new_address {
  background: url('/static/35/Image/12btn_add_new_address.gif') no-repeat 0 0;
  width: 98px;
  height: 23px;
}
#button_modify_order {
  background: url('/static/35/Image/12btn_modifyorder.gif') no-repeat 0 0;
  width: 98px;
  height: 23px;
}
#button_place_order {
  background: url('/static/35/Image/12btn_submitorder.gif') no-repeat 0 0;
  width: 98px;
  height: 23px;
}

#button_apply span, #button_update span, #button_continue_shopping span, #button_check_out span, #button_continue_cart span, #button_add_new_address span, #button_modify_order span, #button_place_order span {
  display: none;
}
*/


/*Billing Information */
.form_label {
	width: 34%;
}
.form_field input,select {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

/*Shipping Destination */

#ship_dest_table {
	width:100%;
}

/*ie hack */
* html body #ship_dest_table {
  width:99.1%;
 }

#cart_content dl {
	margin-top: 20px;
}

#cart_content th.ship_dest_item {
	text-align: left;
}
#cart_content th.ship_dest_quantity {
	text-align: center;

}
.ship_dest_label {
	text-align: left;
	padding: 10px 10px 0px 0;
}

.ship_dest_field {
	text-align: left;
	padding: 10px 10px 0px 0;
	color: black;
	font-size: 13px;
}

.cart_table td.ship_dest_item {
	padding: 5px 0 5px 8px;
	line-height:22px;
}

.cart_table td.ship_dest_points {
	text-align:center;
	line-height:22px;
}

.cart_table td.ship_dest_qty_remove {
	text-align:right;
	line-height:22px;
}

.cart_table td.ship_dest_qty_remove input {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

.menu_highlight {
	color:#800;
	font-weight:bold;
}


/***************** Shipping Options - Start ************************/
#ship_to_header {
	margin:15px 0 0 5px;
}

#cart_content fieldset {
	margin-top:15px;
	padding: 0 5px 5px 5px;
	border: 0;
}
#cart_content legend {
	padding: 0 10px;
	color: #000;
	font-weight: bold;
}

#cart_content .section_header {
	padding: 10px 5px 3px 5px;
	color: black;
}

#cart_content .section_header h3 {
	margin-bottom: 0;
	color: black;
}

#cart_content .gift_form_label {
	width: 10%;
	vertical-align: top;
	border-bottom:0px;
	color: black;
	text-size: 12px;
}

#cart_content .gift_form_label_error {
	width: 10%;
	vertical-align: top;
	border-bottom:0px;
	color: #F00;
	font-weight: bold;
}


#cart_content .gift_form_field {
	width: 90%;
	border-bottom:0px;
	color: black;
	text-size: 12px;
}

#cart_content .gift_message_hint {
	line-height:14px;
	padding:3px 0;
	vertical-align: middle;
	font-size: 12px;
	color: gray;
}

#cart_content .gift_message_max_chars {
	border: 0px;
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
	color:#333;
}

#cart_content .ship_opt_item {
	text-align:left;
	width: 70%;
}

#cart_content .ship_opt_quantity {
	width: 15%;
}

#cart_content .ship_opt_price {
	width: 15%;
}
/***************** Shipping Options - End ************************/

/***************** Payment - Start ************************/
.cart_summary {
	width:35%;
	margin:5px 0 0 0;
	color: black;
}
.cart_summary td {
	padding:5px 7px;
	border-bottom:2px solid #fff;
}

#cart_content th.payment_header {
	padding: 0;
	text-align:left;
}

#cart_content .payment_header h3 {
	font-size:12px;
	padding:5px 0;
	text-transform:uppercase;
	border-top: 5px solid #FFF;
	margin-bottom: 0;
}

#cart_content .payment_header p {
	font-weight:normal;
}

#cart_content .payment_summary {
	width: 20%;
}

#cart_content .payment_cc_options h3 {
	display: inline;
	padding: 0px 0 0 5px;
}

#cart_content .payment_cc_options div {
	padding: 10px 0 15px 35px;
}

#cart_content .payment_form_label {
	width: 35%;
	text-align: right;
	border-bottom:0px;
	color: black;
}

#cart_content .payment_form_field {
	width: 65%;
	border-bottom:0px;
	color: black;
}

#cart_content .payment_form_field input {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

#cart_content #exp_date_month {
	width: 100px;
}

#cart_content #exp_date_year {
	width: 65px;
}

#cart_content p.agreement {
	margin: 0 5px 10px 5px;
	color: black;
}

#saveCCInfo {
	text-align:left;
	margin: 20px;
	color: #333;
	line-height: 18px;
	width:350px;
}

/***************** Payment - End ************************/

/***************** Contact - Start ************************/
#cart_content #contact_map {
	padding: 5px;
	text-align: center;
}

/***************** Contact - End ************************/


/***************** Login - Start ************************/

.login_table {
	margin: 0 auto;
	width: 900px;
	color: black;
}

.login_table td h1 {
	margin-bottom: 10px;
	font-size: 21px;
	font-variant: small-caps;
	font-weight: bold;
}

.section_header {
	padding: 10px 5px 3px 5px;
	color: black;
}


.section_header h3 {
	font-size: 12px;
	color: black;
}

.login_form_label {
	color: black;
	width: 50%;
	text-align: right;
	vertical-align: top;
	padding:5px 7px;
}

.login_form_field,
.login_form_text_field {
	width: 50%;
	padding:5px 7px;
	color: black;
	text-align: right;
}

.login_form_field input {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

.login_form_text_field input {
	font-family :  Verdana,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
	width: 190px;
}

.form_small {
	color: black;
}

/***************** Login - End ************************/
/* Sidebar */
#cart_sidebar {
    float:right;
    width:160px;
    margin-bottom:10px;
    padding:0px;
    border:0px solid #000;
}
#cartinfo {
	width:130px;
	padding: 1px;
	text-align: right;
	margin: 0 0 10px 10px;
}
#cart_sidebar #cartinfo .bottles {
	font-weight: normal;
	padding-top: 1px;
}
#cart_sidebar #cartinfo .bottles a {
}
#cart_sidebar #cartinfo .remainder {
	padding-bottom: 2px;
}
.cart_content {
	color: black;
}

.cart_paragraph {
	color: black;
}

#cart_sidebar #cartinfo_wrapper {}

#box_header {
	padding-top: 0;
	padding-bottom: 3px;
	text-align: center;
}

#box_header a {
	color: #910004;
	font-size: 11px;
	font-weight: bold;
}

#box_items {
	text-align: left;
	color: #000;
	font-size: 10px;
	padding: 5px;
}

#box_bottle_msg {
	text-align: left;
	color: #000;
	font-size: 10px;
	padding: 3px 3px 3px 5px;
	border-top: 1px solid #BBB;
}

#box_bottle_msg span {
	font-size: 9px;
}

#box_footer {
	text-align: center;
	padding: 1px;
}

#box_footer a {
	color: #910004;
	font-size: 11px;
	font-weight: bold;
}

/* Footer */
#cart_footer {}
	
/* --------------------------------------------- */
/*          END: 4. CART SECTION                 */
/* --------------------------------------------- */



/***************** Extra (Non-FORT) pages - Start ************************/

#layout-content-extra {
	width: 970px;
	clear: both;
	margin: 0 auto;
	background-color: #fbf9f4;
	background-position:center;
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.4em;
	color: black;
}

#layout-content-extra a,
#layout-content-extra a:hover,
#layout-content-extra a:visited {
	color: #9d2912;
	font-weight: bold;
}

#layout-content-extra a:hover {
	color: #9d2912;
	font-weight: bold;
	text-decoration: underline;
}

#layout-content-extra-center {
	margin: 0 auto;
	width: 750px;
	padding-bottom: 20px;
}

#layout-content-extra-left {
	/*border: 1px solid black;*/
	margin-left: 30px;
	float: left;
	width: 550px;
}

#layout-content-extra-left p {
	margin-bottom: 14px;
	margin-top: 7px;
}

#layout-content-extra-left table {
	width: 500px !important;
	font-size: 14px;
	border-right: 1px solid #928676;
}

#layout-content-extra-left table th {
	background-color: #928676;
	border-left: 1px solid #928676;
	border-bottom: 1px solid #928676;
    margin: 0;
    padding: 4px;
	color: #ffffff;
}

#layout-content-extra-left table td {
	border-left: 1px solid #928676;
	border-bottom: 1px solid #928676;
	vertical-align: top;
	color: black;
    margin: 0;
	padding: 4px;
}

#layout-content-extra-right {
	/*border: 1px solid black;*/
	float: right;
	width: 350px;
	margin-right: 30px;
	text-align: right;
}

#layout-content-extra-right img {
	margin-bottom: 10px;
}

.contentheader {
	font-size: 26px;
	margin-bottom: 15px;
}

.contentsubheader {
	font-weight: bold;
}

.p_skinny {
	width: 400px;
	margin-left: 70px;
}

#layout-content-extra-center-image {
	width: 766px;
	height: 513px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#layout-content-extra-center-text {
	width: 850px;
	color: black;
	margin: 0 auto;
}

#layout-content-extra-center-text div {
	margin-top: 15px;
}

/*******************************************
visit page
*******************************************/

#mapquestdiv {
	float: left;
	width: 200px;
}

#drivinglink,
#drivinglink:hover,
#drivinglink:visited {
	text-align: center;
	color: #7c3c43 !important;
	display: block;
	width: 430px;
}

#drivingdirections {
	width: 230px;
	float: left;
	margin-top: 80px;
}

#mapquest_table {
	border: 0 !important;
}

#mapquest_table td {
	border: 0 !important;
}

/*****************************************
home page
*****************************************/
#layout-content-extra-home-blurb {
	float: left;
	width: 230px;
	margin-left: 35px;
	margin-top: 10px;
	font-family: "Arial", "Helvetica", sans-serif;
	color: black;
	font-size: 13px;
}


#enter-our-wine-shop {
	margin-top: 30px;
}

#enter-our-wine-shop a {
	height: 55px;
	width: 170px;
	display: block;
	background-image: url('/static/60/Image/enter-our-wine-shop.jpg');
	background-repeat: no-repeat;
}

#enter-our-wine-shop a:hover {
	height: 55px;
	width: 170px;
	display: block;
	background-image: url('/static/60/Image/enter-our-wine-shop-roll.jpg');
	background-repeat: no-repeat;
}

#winery-featured-event {
	margin-top: 30px;
}

#winery-featured-event a {
	height: 55px;
	width: 170px;
	display: block;
	background-image: url('/static/60/Image/winery-featured-event.jpg');
	background-repeat: no-repeat;
}

#winery-featured-event a:hover {
	height: 55px;
	width: 170px;
	display: block;
	background-image: url('/static/60/Image/winery-featured-event-roll.jpg');
	background-repeat: no-repeat;
}

#layout-content-extra-home-image {
	float: right;
	margin-right: 30px;
	width: 658px;
}

/**************************************
contact page
**************************************/
#layout-content-contact-form {
	float: left;
	color: black;
	width: 450px;
	margin-top: 20px;
}

.classicul li {
	list-style: inside;
	list-style-type: disc;
}

.underlineUl li {
	list-style: inside;
	list-style-type: disc;
	text-decoration: underline;
}

.contactinput {
	width: 100%;
	margin-bottom: 20px;
}

textarea.contactinput {
	height: 80px;
}

/***************************************
reviews page
***************************************/

.reviewanchor {
	display: block;
	margin: 20px 0;
}

#reviewtocdiv {
	margin-top: 30px;
	margin-bottom: 50px;
}

#reviewtocdiv a,
#reviewtocdiv a:visited {
	color:#1F3043;
	text-decoration:underline;
	line-height: 1em;
}

#reviewtocdiv a:hover {
	color:#3D5062;
	text-decoration:underline;
}

#reviews-toc {
	margin-bottom: 30px;
}

#reviews-toc li {
	float: left;
	display: inline;
}

#reviews-content div {
	margin-top: 20px;
}

#reviews-content .reviewfooter {
	margin-bottom: 0px;
}

#reviews-content .score {
	margin-bottom: 0px;
	font-family:"Times New Roman",Times,serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	vertical-align:bottom;
}

.review {
	margin-bottom: 30px;
}

.reviewfooter {
	border-bottom:1px solid #CED1D6;
	color:#1F3043;
	font-family:"Times New Roman",Times,serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
}

.reviewheader {
	font-weight: bold;
}

/****************************************
distribution page
****************************************/



/****************************************
staff page
****************************************/

.staffdiv {
	margin-top: 50px;
}

.imgleft {
	float: left;
	margin-right: 15px;
}

.imgright {
	float: right;
	margin-left: 15px;
}


/* --------------------------------------------- */
/*          END: Extra (Non-FORT) pages          */
/* --------------------------------------------- */
