@import url('styles.base.css');

body {
	background: #00285c url('images/body_bg.jpg') repeat-x center top;
}
body, div, p, input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
	color: #2d2d2d;
	border: 1px solid #b7b7b7;
	padding: 2px;
}
select {
	border: 1px solid #b7b7b7;
	padding: 1px;
}
a, a:visited, a:hover, a:active {
	color: #ffffff;
}
hr, .dark-hr {
	border: 0px solid #c5c3b2;
	border-top-width: 1px;
}
hr.dashed {
	border: 0 none;
	border-bottom: 1px dashed #909090;
}
.error-text {
	color: #f27a00;
}
.view-large-image-link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
	padding: 1px 0px 1px 15px;
}
.sidebox-body .input-text, .input-text {
	color: #2d2d2d;
	padding: 2px 1px 0px 1px;
}

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0px 0px 0px 5px;
}

.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0px 5px 0px 0px;
}

.ajax-inner-loading-box {
	background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 12px;
	font-weight: bold;
	color: #3f0000;
}

.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-w, .notification-n, .notification-e {
	background-color: #d72323;
}
.notification-header-w, .notification-header-n, .notification-header-e {
	color: #ffffff;
	background: #b50000 url('images/icons/notification_icon_e.gif') no-repeat left center;
}
.notification-body {
	color: #ffffff;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
	color: #ffffff;
}
.notification-n {
	background-color: #88ba00;
}
.notification-header-n {
	background: #5ca400 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
	background-color: #ff9600;
}
.notification-header-w {
	background: #f66e00 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
	border: 1px solid #d0cebe;
}
.section-title {
	background: #f3f1da url('images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
	color: #5c5d3e;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	border-top: 1px solid #d0cebe;
	background-color: #f6f5e4;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}	
/* Section in main box */






/* Buttons */
.button a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 2px 0px 3px 8px;
}

/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button {
	background: #ba0300 url('images/but_right_action.gif') no-repeat right top;
	height: 25px;
	color:#FFF;
}
.button-submit-action, .button-action {
	padding-right: 5px;
}
.button-submit-action, .button-action, x:-moz-any-link {
	padding-right: 8px;
	color:#FFF;
}
.button-submit-action input, .button-submit input, .button-submit-big input .button a {
	background: transparent url('images/but_left_action.gif') no-repeat left top;
	padding: 3px 0px 4px 9px;
	height: 25px;
	line-height: 14px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button a {
	border: 0px none;
	margin: 0px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button a, x:-moz-any-link {
	padding: 1px 0px 4px 6px;
}

.button-submit, .button {
	background: #aaa123 url(images/but_right.gif) no-repeat right top;
	background: transparent url('images/but_right_action.gif') no-repeat right top;
	padding-right: 4px;
}

.button-submit input, .button a {
/*	background-image: url(images/but_left.gif);
*/	background: transparent url('images/but_left_action.gif');
	padding: 1px 6px 3px 9px;
}

.button-submit-big {
	background: #e72019 url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}

.button-submit-big input {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-submit-big input, x:-moz-any-link {
	padding: 5px 16px 8px 4px;
}
/* /input buttons */
.button a {
	padding: 3px 10px 0px 10px;
}
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	color: #000000;
	background: url('images/icons/text_but_arrow.gif') no-repeat right 5px;
	font-weight: bold;
}

.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url('images/icons/action_text_but_arrow.gif');
}
.go-button {
	padding-left: 3px;
}
.top-tools-container .go-button {
	padding-left: 4px;
}
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 12px Arial;
	color: #b20101;
	text-transform: lowercase;
}
/* /Buttons */




/* Category page */
.product-title, .product-title:visited, .product-title:hover, .product-title:active {
	color: #002b5f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
.list-price {
	color: #757575;
}
.price, .sub-price, .winesQuantityLabel {
	color: #002b5f;
	font:14px Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.sub-price {
	color: #333333;
}
.discount {
	color: #666666;
}
.qty-in-stock {
	font-size: 11px;
	font-weight: bold;	
	color: #000000;
}
/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	background: url('images/tabs_bg.gif') 0px 0px;
}
.tabs ul li, .tabs ul li.cm-active {
	padding: 4px 11px 6px 11px;
	margin: 2px 0px 0px 0px;
	height: 16px;
}
.tabs ul li.cm-active {
	background-color: #ffffff;
	border: 1px solid #b7b5a6;
	border-bottom-width: 0px;
	padding: 2px 11px 4px 11px;
	margin: 3px 0px 2px 0px;
}
.tab-list-title {
	border-bottom: 1px solid #a5a5a5;
	font-size: 22px;
}
/* /Tabs */
.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
}
.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
/* /jCarusel */

/* Listmania */
.lm-top {
	border-top: 1px solid #c6ce99;
}
.lm-left {
	border-left: 1px solid #c6ce99;
}
.lm-right {
	border-right: 1px solid #c6ce99;
}
.lm-bottom {
	border-bottom: 1px solid #c6ce99;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* common styles */
.border {
	border: 1px solid #aeb098;
}
.no-items {
	background-color: #fafafa;
}


<!-- Web2Go Modified -->
#footer {
	background-color:#ffcc33;	
	color:#00285c;
	height:234px;
	margin-top:0px;
	position:relative;
	width:100%;
}
<!-- Web2Go Modified -->


/* /common styles */

/* main styles */
/* Styles for the fixed width layout */

#container {
	width: auto;
	padding: 0px;
}
.logo-image {
	left:0px;
	top:0px;
	position: absolute;
	z-index: 8;
	width:149px;
	height:149px;	
	z-index:20;
	cursor:pointer;
}

.logo-image a {
	display:block;
	width:149px;
	height:149px;	
	
}

.content-helper, #footer .quick-links, .bottom-copyright, .bottom-search form, #header .quick-links, .top-tools-container, .content-tools, #top_menu {
	width: 1000px;
	margin: 0 auto;
}
#content {
	margin-top: 26px;
	border:0px;
}
.left-column {
	margin-left: -1000px;
}
.central-column, .container-right .central-column, .container-left .central-column {
	width: 614px;
}
.container-right .central-column, .container-left .central-column {
	width: 807px;
}
/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout.
#container {
	padding: 0px;
}
#content {
	padding: 26px 11px 0 11px;
}
.top-tools-container, .content-tools {
	margin: 0px 11px;
}
.logo-image {
	margin: 14px 0 0 11px;
}
div#top_menu, #header .quick-links {
	padding-right: 11px;
}
*/
/* Styles for the 100% width layout */ 
/* /main styles */

/* top styles */
.header-helper-container {
}

#top_menu {
	padding: 0;
	text-align: right;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:80px;
	right:20px;
	clear: none;
	height: 34px;
}
#top_menu ul li.first-level {
	background-color: transparent;
	height: 34px;
}
#top_menu ul li.first-level a {
	padding: 12px 13px 10px 13px;
	display: block;
}
#top_menu ul li.first-level:hover, #top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level a:hover {
	background-color: #003569;
	

}
#top_menu ul ul {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#top_menu ul li.first-level a {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#top_menu ul li.first-level a:hover,#top_menu ul li.first-level.cm-active a:hover,#top_menu ul li.first-level.cm-active a{
color:#ffc500;
font: bold 11px/14px Arial, Helvetica, sans-serif;
text-decoration:none;
}

#top_menu ul li.first-level ul {
	text-align: left;
}
#top_menu ul li.first-level ul li a, #top_menu ul li.first-level ul li a:hover, #top_menu ul li.first-level.cm-active ul li a, #top_menu ul li.first-level.cm-active ul li a:hover {
	padding: 5px 20px 4px 2px;
	color: #2a2a2a;
	background-color: transparent;
	font-size: 12px;
}
#top_menu ul li.first-level ul li a:hover, #top_menu ul li.first-level.cm-active ul li a:hover {
	text-decoration: underline;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
	margin-top: 26px;
	padding: 2px 0 2px 0;
}
.top-tools-container span.float-left, .top-tools-container span.float-right {
	display: none;
}
.search-selectbox, .search-input {
	border: 1px solid #cccccc;
}
.search-products-text {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.search-advanced, .search-advanced:visited, .search-advanced:active {
	padding: 0 12px 0 5px;
	color: #ffffff;
	text-transform: capitalize;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.search-advanced:hover{
text-decoration:none;	
font: bold 11px Arial, Helvetica, sans-serif;
}

/* /top tools styles */





/* Quick links ------------------------------------------*/
.quick-links {
	text-align: right;
	float: none;
	padding: 8px 0 0 0;
}
#header .quick-links a, #header .quick-links a:visited, #header .quick-links a:active, #header .quick-links a:hover {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0px 7px 3px 7px;
	margin: 0 0 0 -1px;
	background-color: #fefefe;
	border: 1px solid #b4b190;
	border-top: 0 none;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #090909;
	vertical-align: top;
}
#header .quick-links a:hover {
	text-decoration: underline;
}
.quick-links a, .quick-links a:visited, .quick-links a:active, .quick-links a:hover {
	margin: 0 6px;
	color: #00285c;
	text-decoration:none;
	outline:none;
}

	.quick-links a:hover{
	text-decoration:underline;	
	}

/* /Quick links */

/* content-tools */
.content-tools {
	padding: 0;
	position:absolute;
	bottom:10px;
	left:183px;
	width:600px;
}

.content-tools-helper {
	padding: 7px 0 8px 8px;
}
.content-tools span.float-left, .content-tools span.float-right {
	display: none;
}
/* /content-tools */

/* cart box styles */
#cart_status .float-left {
	position:relative;
	padding: 0px 14px 0px 0px;
	margin-right: 11px;
	color: #ffffff;
	width:261px;
	height:46px;
	background:url(images/dynamicCartBg.png) no-repeat;	
}

	#cartStatusItems, #cartStatusItemsEmpty{
		position:absolute;
		top:7px;
		left:58px;
		color:#FFF;
	}
	
	#cartStatusItemsEmpty{
	top:15px;	
	}
	
	#cartStatusPrice{
		position:absolute;	
		top:25px;
		left:61px;	
		color:#FFF;
	}

	.carStatusCheckOut{
	background: url(images/icons/checkout_link_arrow.gif) no-repeat 95% 10px;		
	position:absolute;
	right:18px;
	top:10px;
	height:20px;
	z-index:5;
	border-left:1px dotted #ccc;
	padding:4px 0px 0px 4px;
	}


#cart_status .lowercase a, #cart_status .lowercase a:hover {
	color: #ffffff;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	color: #ffffff;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
/*	background: url('images/icons/checkout_link_arrow.gif') no-repeat 95% 6px;
*/	background-color: none !important;
}
.full-cart a.view-cart, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
/*	background-color: #f2f2f2 !important;*/
/*	background: url('images/icons/checkout_link_arrow.gif') no-repeat 95% 6px;
*/}
.cart-list {
	
}
.list-container {
	border-top-width: 0px;
	margin:44px 0px 0px 0px;
	padding:4px 10px 4px 10px;
	background-color:#002c60;
	width:241px;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

.cart-list .list {
	background-color:#FFF;
	margin-top:5px;
}

.cart-list ul {
	margin: 0px 4px;
}
#cart_status .cart-list ul a {
	padding-left: 0px;
	padding-right: 2px;
	color:#333;
	font-size:11px;
}
.cart-list ul li {
	padding: 5px 0px;
}
.cart-list ul li.delim {
	background-color: #ebebeb;
	background-image: none;
}
.list p {
	color:#006;
	font-size:11px;
}

.list p.center {
	font-weight: bold;
	color:#006;
}
.buttons-container {
margin:10px 0px 0px 0px;	
color:#006;
}

.buttons-container .cartStatusBtns{
color:#FFF;	
background: url(images/icons/checkout_link_arrow.gif) no-repeat 95% 6px;
}

/*#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status, #cart_status .buttons-container a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 95% 6px;
	color:#006;
}

#cart_status .full-cart a:visited, #cart_status .full-cart a:hover, #cart_status .full-cart a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 95% 6px;
	color:#006;
}
#cart_status .full-cart a.view-cart, #cart_status .full-cart a.view-cart:visited, #cart_status, #cart_status .full-cart a.view-cart:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 95% 6px;
	color:#006;
}

.checkout-link .full-cart, #cart_status .full-cart a,#cart_status .full-cart a:visited{
	color:#006;	
}

 .full-cart a{
	color:#fff;	
}*/
.buttons-container a{
inherit: none;
color:#006;
}

.full-cart{
background: url(images/icons/checkout_link_arrow.gif) no-repeat 95% 10px;	
}

/* /cart box styles */

/* common sidebox style */
.sidebox-title, .sidebox-categories-wrapper .sidebox-title{
	padding: 0;
}
.sidebox-title span {
	padding: 0;
	color: #ffcc33;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.sidebox-body {
	padding: 8px 9px 8px 0px;
	color:#FFF;	
}
.sidebox-body ul{
padding-top:5px;
}
.sidebox-bottom {
	display: none;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title {
}
.sidebox-categories-wrapper .sidebox-title span {
	padding: 0;
}
/* /categories sidebox style */

/***** Tables *****/
/* Common table */
.table {
	border: 1px solid #999999;
	border-width: 1px 0px 1px 1px;
}
.table th {
	background-color: #353131;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #ffffff;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #ffffff;
	font-weight: bold;
}
.table td, .table .table td {
	border-right: 1px solid #999999;
}
.table .table-footer td {
	background-color: #353131;
	border-right: 1px solid #999999;
}
.table tr, .table .table tr {
	background-color: #f2f1df;
}
.table-row, tr.table-row, td.table-row {
	background-color: #fefdf0;
}
/* /Common table */
/***** /Tables *****/

.mainbox-title{
margin:0px;
padding:0px;
}

.mainbox-title span {
	color: #7f6619;
	background-color:#ffcc33;
	font: 20px Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px 10px 0px 20px;
	height:40px;
	line-height:35px;
	margin:-2px 0px 10px 0px;
	display:block;
	width:610x;
	height:40px;
	overflow:hidden;
}

.product-main-info h1.mainbox-title {
	padding: 6px 0 0 0;
	color: #002b5f;
	font-size: 19px;
}
/* mainbox2 */
.mainbox2-title {
	background: url('images/subheader_bg.gif') repeat-x left bottom;
}
.mainbox2-title span {
	color: #7c8e06;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
	color: #2d2e2e;
	background: url('images/subheader_bg.gif') repeat-x bottom;
	padding: 13px 0px 5px 0px;
	margin-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}

/* color mainbox */
.mainbox-cart-title {
	background: #f9faf3 url('images/mainbox_cart_title_bg.gif') repeat-x left bottom;
	font-size: 14px;
	padding: 8px;
	border: 1px solid #c5c3b2;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	display: none;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
	border: 1px solid #c5c3b2;
	border-width: 0px 1px;
}
.cart-buttons {
	background-color: #fafafa;
	border: 1px solid #c5c3b2;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	border: 1px solid #b0ae9f;
	margin: 8px -9px -7px -9px;
}

.updates-wrapper p{
color:#003;	
}

.sidebox-body .updates-wrapper {
	border-width: 1px 0 0 0;
}
/* Bottom styles */
.bottom-search {
	background-color: #d5d3ba;
	border-bottom: 1px dashed #3a3927;
	border-top: 1px dashed #fefced;
	padding: 15px 0;
}
.bottom-search .search-products-text {
	color: #353535;
}
.bottom-search .search-selectbox, .bottom-search .search-input {
	border-color: #a5a5a5;
}
.bottom-copyright, .bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	color: #00285c;
	font-size: 12px;
}
.bottom-search span.float-left, .bottom-search span.float-right {
	display: none;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link, .extra-link:visited, .extra-link:hover, .extra-link:active {
	color: #ff5400;
	text-transform: lowercase;
	font: normal 11px Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0px 0px 0px 10px;
}
.product-details-options .discount-label {
	margin-top: 23px;
}
.discount-label em {
	background: #7393a5 url('images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 13px Arial, Helvetica, sans-serif;
	min-width: 28px;
	text-align: center;
	height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
/* /product LIST view styles */

/* pagination styles */
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active {
	color:#333;
}
.pagination a:hover, .pagination-selected-page {
}
.pagination-selected-page {
	font-weight:bold;
	color:#333;
}
/* /pagination styles */

.info-field-title {
	background-color: #ffffff;
}

/* product details styles */
.product-details-options {
	background-color: #ffffff;
}
/* /product details styles */

/* List with circle bullets */


.wysiwyg-content{
padding:20px 10px 40px 10px;	
}

.wysiwyg-content h2{
padding:10px 0px 10px 0px;	
font:14px Verdana, Geneva, sans-serif;
font-weight:bold;
}

.wysiwyg-content p{
line-height:21px;
color:#636363;
}

.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, ul.bullets-list li {
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
ul.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
.arrows-list li {
	background: url('images/icons/accountArrow.gif') no-repeat 0px 7px;
	padding-left: 17px;
}

.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
li.cm-expanded {
	background: url('images/icons/category_expanded.gif') no-repeat scroll right 5px;
}
li.cm-collapsed {
	background: url('images/icons/category_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Arrow list */
.arrow-list li {
	padding-left: 10px;
	background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}
.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Arrow list*/

/* Action bullets */
.action-bullets {
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
	padding: 0px 10px 0px 13px;
}
/* /Action bullets*/

/* No bullets */
ul.no-markers li, .wysiwyg-content ul.no-markers li {
	background-image: none;
	list-style-type: none;
	padding-left: 0px;
}
/* /No bullets */


.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
}


/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #f9f9f9;
	border: 1px solid #c5c5c5;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #808080;
}
.checkout-steps {
	background-color: #fdfded;
}
.step-title-active {
	border-bottom: 1px solid #808080;
	background-color: #bb0000;
}
.step-title span.float-left, .step-title-active span.float-left {
	color: #a2acae;
}
.step-title-active span.float-left {
	color: #b90000;
}
.step-body .shipping-rates label {
	font: italic bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8ca1a1;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	font: bold 17px Tahoma;
	color: #8ca1a1;
	background: url('images/icons/step_arrow.gif') no-repeat 3px 7px;
}
.step-title-active a.title, .step-title-active a.title:hover {
	color: #ffffff;
	background: url('images/icons/step_arrow_active.gif') no-repeat 0px 7px;
}
.step-complete-wrapper, .step-complete-wrapper strong {
	color: #8ca1a1;
	font: italic 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-wrapper span {
	font-style: normal;
}
p.step-complete-wrapper {
	padding-top: 11px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: bold 11px Tahoma;
	padding-top: 2px;
	padding-right: 3px;
}
#list_payment_methods {
	margin-left: -8px;
}
#summary {
	padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0px;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
}
/* /One page checkout styles */

/* Estimation form */
.estimation-popup-box, .box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
	color: #ff0000;
}

/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
	opacity: 0.1;
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#thumbs_frame img {
	border: 1px solid #d6dbaa;
	cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
	border: 1px solid #8f9d1c;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected, #thumbs_frame img {
	border: 1px solid #dad9ca;
	margin: 1px;
	background-color: #ffffff;
}
a.cm-cur-item, .product-variant-image-selected, #thumbs_frame img.cm-current-thumb {
	border: 1px solid #aeb098;
}
a.cm-thumbnails-mini img {
	padding: 0px;
	border: 0 none;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
	cursor: pointer;
}
.calendar-box {
	border: 1px solid #cecece;
	border-color: #cecece #797979 #797979 #cecece;
	-moz-user-select: none;
	background-color: #dad6bb;
}
.calendar-navig a.cm-previous-month {
	background: url('images/icons/calendar_previous.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-navig a.cm-next-month {
	background: url('images/icons/calendar_next.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-box div.float-left {
	background-color: #f4f7f8;
}
.calendar {
	background-color: #ffffff;
}
.calendar th {
	background-color: #edeedb;
	font-weight: normal;
}
.calendar th.weekend {
	color: #f15513;
}
.search-advanced .calendar td, .calendar td {
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #0033cc;
}
.calendar td a.strong {
	text-decoration: none;
}
.calendar td a.strong:hover {
	text-decoration: underline;
}
.calendar td a:hover {
	background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
	color: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff4317;
	font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
	color: #bfbfbf;
	text-decoration: none;
}

.calendar td.cm-current-days a{
color:#003;	
}

.calendar-box ul li a {
	padding: 3px 0;
	color:#006;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('images/icons/delete_icon.gif') no-repeat 0px 3px;
	text-transform: lowercase;
	font-size: 11px;
}
/* /block "Product filters" */

/* captcha */.image-captcha {
	border: 2px solid #d0e25a;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 16px Tahoma;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 3px;
}
.select-wrap .select-link, .select-wrap .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
	color: #ffffff;
}
.cm-select-list a.active {
	font: bold 12px Arial;
}
.select-popup {
	border: 1px solid #cecece;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0px 2px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url('images/coupon_code_bg.gif') repeat-x left top;
	border: 1px solid #c5c3b2;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* Statistic list */
ul.statistic-list {
	background-color: #f8f8f0;
}
ul.statistic-list li.total {
	background-color: #f2f1df;
}
/* /Statistic list */

/* plain/dynamic menu */
.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
	color: #2d2d2d;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
	color: #2d2d2d;
	font-weight: bold;
}
.sitemap-list {
	padding-top: 10px;
}
ul.sitemap-list li {
	padding-left: 10px;
	background: #ffffff url(images/icons/left_menu_arrow.gif) no-repeat 0px 6px;
}
/* /plain/dynamic menu */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	font: 10px Tahoma;
	color: #858585;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
	font: bold 11px Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url('images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
}
.product-description a.cm-combo-off {
	background-image: url('images/icons/prod_details_expanded.gif');
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container em {
	background: #d1d1d1 url('images/pb_step.gif') no-repeat 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.gif');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#sign_io, #sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
	color: #ffffff;
}
#sign_io a.text-button, #sign_io a.text-button:visited, #sign_io a.text-button:hover, #sign_io a.text-button:active {
	background-image: url(images/icons/sign_arrow.gif);
}
.login-popup {
	background-color: #fdffec;
	border: 1px dashed #4a4646;
}
#login {
	border-style: none;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
	color: #757474;
}
.login-popup .form-field .input-text {
	border: 1px solid #999999;
	background: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 4px;
}
.login-popup .form-field .password {
	background-image: url('images/icons/icon_password.gif');
}
#sign_io .login-popup, #sign_io .login-popup a, #sign_io .login-popup a:visited, #sign_io .login-popup a:hover, #sign_io .login-popup a:active {
	color: #505050;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #FFF;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 0px 5px 0px;
}
/* /breadcrumbs */

.manage-post {
	background-color: #f8f8f0;
}
.posts em {
	font-size: 11px;
}

/* checkout login */
.login-table td.login {
	background: url('images/sidebox_vert_delim.gif') repeat-y right;
}
.order-status {
	background: #f2f1df url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #687700;
}
body.clear-body {
	background-image: none;
	padding: 13px 12px;
	min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 32px Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0px;
}
.exception-body h2 {
	color: #373737;
	font: bold 42px Arial, Helvetica, sans-serif;
	padding: 32px 0px 2px 0px;
	margin: 0px;
}
.exception-body h3 {
	margin: 0px 0px 28px 0px;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0px 5px;
	padding: 0px 0px 14px 10px;
	color: #898989;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
}
.exception-menu li a, .exception-menu li a:visited, .exception-menu li a:hover, .exception-menu li a:active {
	font: normal 14px Arial, Helvetica, sans-serif;
}
.exception-content p {
	font-size: 14px;
}
.exception-logo {
	margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
	border: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** /for checkboxes in FF **/
.error-message .message {
	background-color: #f5f5ea;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom-color: #f5f5ea;
	border-top-width: 0px;
}
.form-field label {
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
}
.product-list-field label {
	font: bold 10px verdana, geneva, arial, helvetica, sans-serif;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
	font: normal 11px Tahoma;
}
.search-field textarea {
	border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 11px;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #c5c3b2;
}
#content_discussion p.stars {
	padding: 3px 0 15px 0;
	text-align: right;
	margin: 0px;
}
.post-author {
	text-align: right;
	padding: 3px 0 0 0;
	font-size: 11px;
}
.left-column .post-author, .right-column .post-author {
	padding: 3px 0 15px 0;
}
.post-message {
	padding: 0;
	font-style: italic;
}
.tags-group {
	font: italic normal 13px Arial, Helvetica, sans-serif;
}
.tags-list-container {
	padding: 0 0 10px 7px;
}
.product-image img, .product-item-image img, .categories-image img, .feature-image img, .image-border img {
	border: none;
	background-color: #ffffff;
}
.product-image img {
	padding: 5px;
}
.product-image .stars img, .product-item-image .stars img, .categories-image .stars img, .feature-image .stars img, .image-border .stars img {
	border: 0px none;
	background-color: transparent;
	padding: 0;
}
.product-image a.cm-thumbnails-mini img {
	border: 0px none;
	padding: 0px;
}
.tags-buttons {
	margin: -27px 0 0 230px;
}
.table-filters .scroll-y {
	border: 1px solid #b7b7b7;
}
.cm-hint {
	color: #A5A5A5 !important;
}

/* Product notification */
.product-notification {
	background-color: #f8f8f8;
}
.product-notification .notification-body {
	background-color: #ffffff;
}
/* /Product notification */

a.secondary-link {
	font-size: 11px;
}
.in-stock, .out-of-stock {
	color: #009900;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0px;
	padding: 3px 0;
}
.box {
	background-color: #f5f5f5;
	color: #707070;
	font-size: 11px;
	padding: 10px;
}
.product-descr {
	margin: 0;
	padding: 7px 0 2px 0;
	color: #232323;
	font-size: 11px;
}
.product-info, .product-info .add-product {
	padding-left: 10px;
}
.product-prices {
	padding-top: 7px;
}
.prices-container {
	padding-bottom: 5px;
}
.product-info {
	padding-left: 25px;
}
.compact-link .product-title, .compact-link .product-title:visited, .compact-link .product-title:hover, .compact-link .product-title:active {
	font-weight: normal;
	text-decoration:underline;
}

.compact-link .product-title:hover{
text-decoration:none;	
}

.compact-link .text-button, .compact-link .text-button:visited, .compact-link .text-button:hover, .compact-link .text-button:active, .compact-link .text-button-act, .compact-link .text-button-act:visited, .compact-link .text-button-act:hover, .compact-link .text-button-act:active {
	font-size: 11px;
	background-position: right 5px;
}

.product-details-page .central-column {
	margin-right: 0;
	padding-right: 0;
	width: 775px;
}
.product-details-page .product-details {
	margin-right: 172px;
	padding-right: 21px;
}
.image-border .jcarousel-skin {
	border: 0 none;
}
#product_thumbnails {
	white-space: nowrap;
	text-align: center;
}
#product_thumbnails li {
	display: inline;
	padding: 0;
}
#product_thumbnails li a.cm-thumbnails-mini {
	margin: 0 1px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #e4e3d3 url(images/icons/prev_but.gif) no-repeat 50% 50%;
	width: 12px;
	height: 38px;
	float: left;
	margin: 0 1px 0 0;
	cursor: pointer;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(images/icons/next_but.gif);
	float: right;
	margin: 0 0 0 1px;
}
.product-main-info .jcarousel-skin {
	background-color: transparent;
}
.product-main-info .jcarousel-clip-horizontal {
	margin: 0 auto;
}
.product-main-info .jcarousel-container-horizontal {
	margin: 0 auto;
}
.product-info .cm-tabs-content .input-text {
	width: 160px;
}
.product-info .cm-tabs-content .input-textarea {
	width: 200px;
}
.product-main-info .discount-label {
	margin: 27px 0 0 20px;
}
.product-main-info .stars {
	padding: 0 15px 0 0;
	float: left;
}

/* sorting */
.sort-asc, .sort-desc {
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
	padding-right: 10px;
	color:#002B5F;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
/* /sorting */
#topProductCatTools{
margin:0px;
padding:0px;
background-color:#ffcc33;
height:40px;
}


#topProductCatTools .pagination-container{
margin:0px;
padding:0px;
height:40px;
width:380px;
float:right;
}


#topProductCatTools .pagination{
	height:40px;
	padding:0px 10px 0px 0px;
	line-height:40px;
}

.productsSortBy{
	margin:0px;
	padding:0px 0px 0px 20px;
	width:200px;
	float:left;
	height:45px;
	line-height:44px;
}


/* Product Specific Feature START */
.productSpecificFeature{
margin:0px;
padding:0px;
color:#252525;
font:11px Verdana, Geneva, sans-serif;
}

.productCategoryTable{
	clear:both;
	float:left;
	margin:-5px 0px 0px 0px;
	padding:0px;
	background-color:#FFF;
	border-spacing:0px; 
}




/*#topProductCatTools .pagination{
background-color:#ffcc33;
height:35px;
border:none;
border-bottom:1px solid #00285c;
margin-bottom:-4px;
}

#topProductCatTools .pagination{
line-height:40px;
height:40px;
padding:0px 10px 0px 0px;
}*/




/* Pagination Bottom Holder */
#paginationBottomHolder{
	clear:both;
background-color:#ffcc33;
height:50px;
line-height:25px;
padding:0px;
margin:0px;
border:none;
}

#paginationBottomHolder .pagination{
font-weight:bold;
color:#545454;
padding:10px 20px 0px 0px;
text-align:right;
border:none;
margin-top:-3px;
height:50px;
line-height:25px;
}
.productCategoryTable td{
border:1px solid #00285c;
border-left:none;
border-bottom:none;
}

/* Deatils Products Page Styles */

.product-main-info{
font-family:Verdana, Geneva, sans-serif;	
}

#wineProductDetails{
float:left;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
width:420px;
/*background:url(images/winesProductBackground.gif) no-repeat bottom right;
*/}
	
	#ProductImgContainer{
	float:left;	
	}
	
	#wineProductDetails h1{

	border:none;
	margin:20px 0px 5px 0px;
	font-weight:bold;
	}

	h1.productHeaderTitle{
		padding:5px 0px 0px 10px;
		color: #002b5f;
		font-size: 22px;		
	}
	
	.winesTabsTitle{ /* Product Chars Headers */
	font-size:14px;	
	}
	
	.tabsContainer label{
	font-weight:bold;
	font-size:11px;
	color:#555555;
	text-align:right;
	}

	#wineProductOptions{
	width:400px;
	margin:50px 10px 60px 0px;
	padding:10px 0px 10px 20px;
	background-color:#fdfdfb;
	border:1px solid #444444;
	}


#content_block_description{
	font-family:Verdana, Geneva, sans-serif;
	color:#181818;
	line-height:20px;
}

/* Categories Information Box Content */

.winesInformationBox{
background-color:#FFF;
padding:5px 10px 10px 10px;
color:#333;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
line-height:18px;
}
	.winesInformationBox p{
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		line-height:18px;
	}
	
	.winesInformationBox a{
		color:#103869;
		text-decoration:underline;
		background:url(images/icons/right_arrow.gif) no-repeat 4px right;
		padding:0px 8px 0px 0px;
		height:16px;
		line-height:18px;
	}

	.winesInformationBox a:hover{
		color:#103869;
		text-decoration:none;
	}

	.winesInformationBox h2{
	color:#103869;
	margin:5px 0px 10px 0px;
	font-size:16px;
	}
	
	/* Product Features Styles */
	.winesBlueFont{
	color:#002b5f;
	font-weight:bold;
	}
	
	table.restaurantsTable{
		width:100%;
	}
	
	table.restaurantsTable tr{
		margin-bottom:5px;
		border-bottom:1px dotted #999;
	}

	
	table.wineToGoTable{
	width:100%;
	height:100%;
	margin:0px 0px 5px 0px;
	font-family:verdana;
	font-size:11px;
	}

	table.wineToGoTable td{
	line-height:19px;
	
	background-color:#f8f8f8;
	}

	table.wineToGoTable th{
	background-color:#EEEEEE;
	font-weight:normal;
	line-height:19px;
	}
	
	.w2gMapLink{
	background:url ("images/gmaplink.png") no-repeat top left;
	}
 
	.winestitles{
	font-weight:bold;
	padding:0px 0px 5px 0px;
	}
	
	tr.spacerTable td{
	background-color:#FFF;
	height:2px;
	}
	
	
	/* Text Colors Styles */
	.yellowText{
	color:#ffcc33;
	}
	.boldText{
	font-weight:bold;	
	}
	
	/* Track my Orders Style */
	.trackOrdersWrapper{
		font-size:10px;
		margin:35px 0px 20px 0px;
	}
	
	.trackIcon{
		font-size:11px;
		background:url(images/trackOrderIcon.png) no-repeat left top;
		padding:0px 0px 5px 30px;
		height:36px;
		line-height:36px;
	}
	
	/* Top Sign In Button Place */
	#sign_io{
	position:absolute;
	top:130px;
	right:40px;
	z-index:5;
	background-color:#003569;
	padding:10px 10px 10px 10px;
	margin:0px;
	}
	
	.mainbox-body .action-button-action, .mainbox-body .action-button {
	font-size:12px;
	background: transparent url('images/but_left_action.gif') no-repeat left top;
	padding: 5px 0px 10px 5px;
	height: 25px;
	line-height: 14px;
	}	
	
	.mainbox-body .action-button-action a, .mainbox-body .action-button a{
	background: transparent url('images/but_right_action.gif') no-repeat right top;
	color:#FFF;
	padding: 5px 15px 10px 9px;
	height: 25px;
	line-height: 14px;	
	}



	/* Share This Style :: START */
	#shareThisHolder{
		background-color:#FFF;
		margin:-10px 0px 10px 0px;
		padding:10px 0px 10px 10px;
		border-top:1px solid #CCC;
	}
	/* Share This Style :: END */
	
	
	.action-button-tool{
	padding:0px 0px 10px 0px;	
	}
	
	
	.addthis_toolbox a{
	color:#333;	
	}

	/* Categories Banner */
	.categoriesBanner{
	margin-bottom:-5px;	
	}
	
	/* News Section */
	.newsHolder{
	border-bottom:1px solid #E1E2E3;
	}
	.newsTitle{
	color:#333;
	font-family:Helvetica, verdana, sans-serif;
	font-size:16px;	
	}
	
	.newsBody{
	font-size:12px;
	font-family:Helvetica, verdana, sans-serif;
	line-height:20px;
	color:#636363;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #E1E2E3;
	margin-bottom:20px;
	}
	
		.newsBody p{
		line-height:18px;	
		}
		
	.newsDate{
	color:#FFF;
	background-color:#002B5F;
	padding:5px;
	font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	}
	
/* Fix For Inline Box That informs visitor about products Addedd To your Cart */
.cm-bottom-resizer, .s-shadow {
	 bottom: -20px; 
}
.product-notification-container {
	height:180px;
}

.clear .float-left .action-button-action a, .clear .float-left .action-button a{
	color:#006;
}

.clear .float-right .action-button-action a, .clear .float-right .action-button a{
	color:#006;
}

.clear .action-button a{
	color:#006;
}

.buttons-container .action-button a{
color:#fff;	
}

.buttons-container .button-submit-action input:hover{
text-decoration:underline;	
}

.right .action-button a{
color:#fff;	
}

.product-notification{
padding:8px 10px 0px;
height:180px;
}

/* WineCard Section:: START :: -- 17-10-2010 */
.wineCardHeader{
font-family:verdana;
font-size:12px;
font-weight:bold;
padding:2px 0px 7px 0px;
display:block;
}

.wineCardTable p{
text-align:justify;
}

.wysiwyg-content .wineCardH2{
padding:10px 0px 10px 15px;
}

.wineCardP{
padding-left:15px;
}

.mainbox-body  .wineCardP a{
text-decoration:underline;
}

.mainbox-body .wineCardP a:hover{
text-decoration:none;
}

.wineCardBtnHolder{
text-align:right;
padding:0px 41px 20px 0px;
}

.wineCardBtnHolderBottom{
padding:30px 41px 0px 0px;
}


.wineCardBtnHolder img{
border:none;
}


/* WineCard Section:: END :: -- 17-10-2010 */






/* START:: WINETOGO SECTION - TABS VERSION */
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	padding:0px;	
}

.wysiwyg-content ul.tabsCustome {
	margin: 5px 0px 7px 0px;
}
.wysiwyg-content ul.tabsCustome li {
	list-style:none;
	display:inline;
	background:none;
	padding:0px;
}
.wysiwyg-content ul.tabsCustome li a {
	background-color:#002B5F;
	color:#FFF;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	border-bottom:none;
	/* background-image:url(images/tab_off.jpg); */
	background-repeat:repeat-x;	 
	background-position:bottom;
	outline:none;
}

/* Tabs Inner Section :: START */
.wysiwyg-content ul.tabsInner{
background:none;
margin:10px 0px 6px 2px;
padding:0px;
}

.wysiwyg-content ul.tabsInner li{
background:none;
background-color:none;
color:#00285C;
border:none;
text-align:left;
}


.wysiwyg-content ul.tabsCustome tabsInner li a {
background:none;
background-color:none;
color:#00285C;
border:none;
}

.wysiwyg-content ul.tabsCustome tabsInner li a:hover {
background:none;
background-color:#FFF;
text-decoration:underline;
}

/* Tabs Inner Section :: END  */





.wysiwyg-content ul.tabsCustome li a:hover {
	background:#002B5F url(images/tab_off.jpg);
	border-color:#2f343a;
}
.wysiwyg-content ul.tabsCustome li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #ccc; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

.wysiwyg-content ul.tabsCustome li a.activeInner {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #ccc; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}


.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #ccc; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}
/* END:: WINETOGO SECTION - TABS VERSION */
