﻿@charset "utf-8";
/* CSS Document */

@import url('reset.css');
	 
/* GLOBAL */

body {
	font: 100% museo-sans-n5, museo-sans, Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #f1e7d9 url(../images/bg_body.gif) repeat;
	color: #584f4f;
	padding-bottom: 50px;
	}

/*Stick footer*/
/*body, html {
    height: 100%;
	}
#wrapper {
	width: 100%;
	height: 100%;
    min-height: 100%;
	}*/


#container {
	min-height: 100%;
	}
#content {
	width: 940px;
	min-height: 300px;
	margin: 0 auto;
	padding: 40px 50px 60px 50px;
	position: relative;
	clear: both;
	background: #fff;
	overflow: hidden;
	/*-moz-box-shadow: 0 0 16px 16px rgba(131, 124, 116, 0.12);
	-webkit-box-shadow: 0 0 16px 16px rgba(131, 124, 116, 0.12);
	box-shadow: 0 0 16px 16px rgba(131, 124, 116, 0.12);*/
	}
.frontpage #content {
	width: 960px;
	padding: 40px 40px 60px 40px;
	}

h1, h2, h3, h4 {
	font-family: droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	}

h1 {
	font-size: 2em;
	line-height: 130%;
	color: #9e003f;
	padding-bottom: 35px;
	}
h1 span {
	font-weight: 500;
	}
h2 {	
	font-size: 1.500em;
	color: #193f82;
	padding-bottom: 18px;
	}
h2.divider {
	font-weight: bold;
	color: #9e003f;
	line-height: 100%;
	padding-top: 30px;
	margin-bottom: 6px;
	border-top: 2px solid #9e003f;
	clear: both;	
	}

h3 {	
	font-size: 1.125em;
	padding-bottom: 10px;
	font-weight: 600;
	}
h3.block {
	color: #fff;
	padding: 10px 15px;
	background: #584f4f;
	clear: both;
	}

#content p {
	font-size: 0.875em;
	font-weight: 500;
	line-height: 150%;
	}
.intro p {
	font-size: 1em;
	line-height: 150%;
	padding-bottom: 10px;
	}

a {
	color: #193f82;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

textarea {
	resize: vertical;
	}

del {
	text-decoration: line-through;
	}

strong, b {
	font-weight: 600;
	}

.btn1,
.btn2,
.btn3 {
	font: 0.813em museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	height: 32px;
	line-height: 28px;
	border: none;	
	cursor: pointer;
	padding: 0 15px;
	display: inline-block;
	white-space: nowrap;
	transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	}
a.btn1,
a.btn2,
a.btn3 {
	line-height: 32px;
	}
.btn1 {
	background: #ea0138;
	}
.btn1:hover {
	background: #fc1646;
	}
.btn1:disabled,
.btn1.disabled,
.btn1:disabled:hover,
.btn1.disabled:hover {
	zoom: 1;
	filter: alpha(opacity=35);
	opacity: 0.35;
	background: #ea0138;
	cursor: default;
	}
.btn2 {
	background: #193F82;
	}
.btn2:hover {
	background: #1c4791;
	}
.btn3 {
	background: #796d6d;	
	}
.btn3:hover {
	background: #817474;	
	}
.btn1:hover,
.btn2:hover,
.btn3:hover {
	text-decoration: none !important;
	}
.btn1 i,
.btn2 i,
.btn3 i {
	padding: 2px 0 2px 12px;
	}
i.icon-left {
	padding: 2px 10px 2px 0;
	}

.actions .btn1,
.actions .btn2,
.actions .btn3,
.btn1.bigger,
.btn2.bigger,
.btn3.bigger {
	font-size: 0.938em;
	padding: 0 18px;
	margin: 0 10px;
	height: 38px;
	line-height: 34px;
	}
.actions a.btn1,
.actions a.btn2,
.actions a.btn3,
a.btn1.bigger,
a.btn2.bigger,
a.btn3.bigger {
	line-height: 38px;
	}
.btn1.bigger,
.btn2.bigger,
.btn3.bigger {
	margin: 0;
	}


/* HEADER */

#header {
	width: 1040px; /* Global width */
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	}
#header #logo {
	margin-top: 45px;
	float: left;
	}
#header #logo img {
	display: block;
	}

#header #search {
	margin-top: 47px;
	float: right;
	position: relative;
	}
#header #search .form {
	padding: 2px;
	background: url(../images/bg_search.png) repeat;
	overflow: hidden;
	}
#header #search a:hover {
	text-decoration: underline;
	}
#header #search .field {
	font-size: 0.875em;
	width: 220px;
	padding-left: 34px;
	height: 36px;
	background: #fff;
	border: none;
	line-height: 30px;
	background: #fff url(../images/sprite.png) no-repeat 0 0;
	float: left;
	}
#header #search .field:focus {
	border: none !important;
	}
#header #search .btn2 {
	width: 60px;
	height: 36px;
	padding: 0;
	cursor: pointer;
	float: left;
	}
#header #search > span {
	font-size: 0.813em;
	padding: 7px 0 0 10px;
	display: block;
	clear: both;
	}

#cart {
	width: 100%;
	height: 47px;
	background: #e7dbca url(../images/bg_header.gif) repeat-x;
	position: relative;
	}
#cart .container li > a {
	font-size: 0.875em;
	line-height: 47px;
	}
#cart .container li {
	height: 47px;
	}

/*.list #cart,
.wine_details #cart,
.winery #cart {
	position: fixed !important;
	}*/
#cart .wrap {
	width: 1040px; /* Global width */
	height: 47px;
	margin: 0 auto;
	position: relative;	
	}
#cart .container {
	font-weight: 300;
	line-height: 100%;
	height: 47px;
	float: right;
	}
#cart .end {
	display: none;
	}

#cart ul.mininav,
#cart ul.lang {
	color: #584f4f;
	padding: 0 20px 0 16px;
	display: inline-block;
	border-left: 1px solid #cdc1b4;
	}
#cart ul.mininav span {
	padding: 0 10px;
	}
#cart ul.mininav a,
#cart ul.lang a {
	font-weight: 500;
	color: #584f4f;
	}

.lang_min {
	display:none;
}

#cart ul.mininav a i,
#cart ul.lang a i {
	padding-right: 8px;
	display: inline-block;
	}
#cart ul.lang a i {
	font-size: 95%;
	}
#cart ul.mininav a i {
	font-size: 90%;
	}
#cart ul.mininav a:hover i,
#cart ul.lang a:hover i {
	text-decoration: none !important;
	}
#cart ul.lang a.jp {
	font: 90% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	line-height: 47px;
	}

#cart ul.basket {
	z-index: 100;
	display: inline-block;
	}
#cart ul.basket span {
	font-weight: bold;
	padding-left: 15px;
	}
#cart ul.basket a:hover span {
	text-decoration: none !important;
	}
#cart ul.basket li a > i {
	height: 17px;
	padding: 12px 15px 18px 13px; /*padding: 0 12px 0 10px;*/
	margin-right: 20px;
	background: #EA0138;
	float: left;
	}
#cart ul.basket li > a {
	cursor: default;
	display: inline-block;
	white-space: nowrap;
	background: #9e003f;
	padding-right: 25px;
	height: 47px;
	text-align: center;
	min-width: 275px;
	}
#cart ul.basket.empty li > a {	
	text-align: left;
	min-width: inherit !important;
	}
#cart ul.basket a:hover {
	text-decoration: none;
	}
#cart ul.basket a:hover i {
	text-decoration: none;
	}
#cart li {
	float: left;
	}

#sns li {
	padding-top: 8px;
	}
#sns li + li {
	padding-left: 5px;
	}
#sns a {
	font-size: 80%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	background-color: rgb(88,79,79); /* Needed for IEs */

	-moz-box-shadow: 1px 1px 1px 1px rgba(88,79,79,0.2);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(88,79,79,0.2);
	box-shadow: 1px 1px 1px 1px rgba(88,79,79,0.2);
	
	text-align: center;

	/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20)";
	zoom: 1;*/
	}
#sns a span {
	padding: 0;
	}
#sns .facebook a {
	background: #3c5a9a;
	}
#sns a:hover {
	text-decoration: none;
	}
#sns .facebook a i {

	}
#sns .facebook a:hover {
	background: #4065b4;
	}
#sns .twitter a {
	background: #2daae1;
	}
#sns .twitter a i {

	}
#sns .twitter a:hover {
	background: #37bbf5;
	}

#cart li a {	
	color: #fff;	
	}
#slidingTopWrap {
	margin: 0 auto;
	position: relative;
	z-index: 900;
	}
#basketWrap {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	}

#tbl_minicart {
	background: #fff;
	border: 3px solid #e3e3e3;
	border-bottom: none;
	width: 100%;
	}
#tbl_minicart td {
	font-size: 0.875em;
	color: #193f82;
	line-height: 100%;
	padding: 10px 12px;
	border-bottom: 1px solid #e3e3e3;
	}
#tbl_minicart td.col1 {
	padding-right: 0;
	}
#tbl_minicart td.col2 {
	padding-right: 0;	
	}
#tbl_minicart td.col3 {
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
	}
#tbl_minicart_total {
	background: #fff;
	border-left: 3px solid #e3e3e3;
	border-right: 3px solid #e3e3e3;
	width: 100%;
	}
#tbl_minicart_total td {
	font-size: 0.938em;
	color: #9e003f;
	line-height: 100%;
	padding: 15px 12px;
	}
#tbl_minicart_total .col1 {
	font-weight: 600;
	}
#tbl_minicart_total .col2 {
	font-size: 1.125em;
	font-weight: 800;
	text-align: right;
	}
#tote-bag .arrow {
	width: 13px;
	height: 7px;
	background: url(../images/arrow_cart.png) no-repeat;
	margin-left: 139px;
	position: relative;
	z-index: 1010;
	display: none;
	}
#tote-bag .action {
	padding: 15px 0;
	background: #e3e3e3;
	text-align: center;
	}
#tote-bag .action a {
	margin: 0 auto;
	}
#tote-bag .wrapper {
	-moz-box-shadow: 5px 0 8px 6px rgba(131, 124, 116, 0.1);
	-webkit-box-shadow: 5px 0 8px 6px rgba(131, 124, 116, 0.1);
	box-shadow: 5px 0 8px 6px rgba(131, 124, 116, 0.1);
	z-index: 1005;
	}

#tbl_minicart td.col2 a {
    color: #193F82;
}

#tbl_minicart td.col2 a:hover {
	text-decoration: underline;
}
/* NAV */

#nav_container {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	}

#nav {
	width: 1040px; /* Global width */
	height: 53px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	border-bottom: 4px solid #9e003f;
             background: #193f82;
	}
#nav > li {
	height: 53px;
	display: inline;
	float: left;
	position: relative;
	background: #193f82;
	transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	}
#nav > li + li {
	border-left: 1px solid #15346c;
	}
#nav > li > a {
	font-size: 0.938em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	height: 53px;
	line-height: 53px;
	display: block;
	z-index: 25;
	display: block;
	text-decoration: none;
	text-transform: uppercase;	
	}
#nav > li:hover {
	color: #fff;
	background: #1c4791;
	}
#nav > li.active > a {
	color: #fff;
	background: #9e003f;
	}

#nav li.item2,
#nav li.item2 > a {
	width: 82px;
	}	
#nav li.item3,
#nav li.item3 > a {
	width: 82px;
	}
#nav li.item4,
#nav li.item4 > a {
	width: 82px;
	}
#nav li.item5,
#nav li.item5 > a {
	width: 111px;
	}
#nav li.item6,
#nav li.item6 > a {
	width: 112px;
	}	
#nav li.item7,
#nav li.item7 > a {
	width: 123px;
	}
#nav li.item8,
#nav li.item8 > a {
	width: 132px;
	}	
#nav li.item9,
#nav li.item9 > a {
	width: 142px;
	}
#nav li.item10,
#nav li.item10 > a {
	width: 152px;
	}
#nav li.item11,
#nav li.item11 > a {
	width: 162px;
	}
#nav li.item12,
#nav li.item12 > a {
	width: 172px;
	}	
#nav li.item13,
#nav li.item13 > a {
	width: 192px;
	}
#nav li.item14,
#nav li.item14 > a {
	width: 192px;
	}	
#nav li.item15,
#nav li.item15 > a {
	width: 192px;
	}

/*
#nav li.item1,
#nav li.item1 > a {
	width: 143px;
	}
#nav li.item2,
#nav li.item2 > a {
	width: 164px;
	}	
#nav li.item3,
#nav li.item3 > a {
	width: 179px;
	}
#nav li.item4,
#nav li.item4 > a {
	width: 146px;
	}
#nav li.item5,
#nav li.item5 > a {
	width: 110px;
	}
#nav li.item6,
#nav li.item6 > a {
	width: 158px;
	}
#nav li.item7,
#nav li.item7 > a {
	width: 134px;
	}
*/
#nav li ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 10;
	}
#nav li.item7 ul {
	left: auto;
	right: 0 !important;
	}
#nav li:hover ul {
	display: block;
	}
#nav li ul li {
	border-top: 1px solid #15346c;
	display: block;
	height:auto;
	}

#nav li ul li a {
	font-size: 0.938em;
	font-weight: 500;
	background: #1c4791;	
	display: block;
	color: #fff;
	text-indent: 0;
	text-align: left;
	padding: 15px 30px;
	line-height: 100%;
	height: auto;
	transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
	}
#nav li ul li a:hover {
	background: #1f4d9c;
	text-decoration: none;
	}

#subnav {
	width: 1040px; /* Global width */
	margin: 0 auto;
	position: relative;
	background: #9e003f;
	overflow: hidden;
	}
#subnav ul {
	margin-left: 30px;
	}	
#subnav li {
	display: inline;
	float: left;
	position: relative;
	padding: 10px 0 14px 0;
	line-height: 100%;
	}
#subnav li + li {
	padding-left: 30px;
	}
#subnav li a {
	font-size: 0.938em;
	color: #fff;
	}
#subnav li.active a {
	font-weight: 600;
	}


/* FRONTPAGE */

.frontpage #main {
	width: 640px;
	float: left;
	}

/* Editable Content */

#layout_image,
#layout_free,
#flash_container {
	width: 640px;
	margin-bottom: 40px;
	}
#layout_image img {
	width: 640px;	
	display: block;
	}

.portlet {
	width: 300px;
	float: left;
	}
.portlet img {
	width: 130px;
	margin: 0 0 20px 20px;
	float: right;
	}
.portlet h2 {
	font-size: 1.250em;
	font-weight: 700;
	line-height: 120%;
	color: #9e003f;
	padding-bottom: 7px;
	}
.portlet h3 {
	font: 0.913em museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #ea0138;
	padding-bottom: 12px;
	}
.portlet p {
	padding-bottom: 10px;
	}
.portlet a.more {
	font: 0.875em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	}
.portlet + .portlet {
	margin-left: 40px;
	}

.noflash {
	width: 654px;
	height: 413px;
	padding: 0px;
	margin: 0px;
	background: url(../images/flash.jpg);
	}

.noflash .message {
	font-size: 10px;
	color: #FFFFFF;
	width: 654px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	background: #000000;
	text-align: center;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	}
.noflash .message a {
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
	
/* FRONTPAGE SIDEBAR */

.frontpage #sidebar {
	width: 290px;
	float: right;
	}

/* News */

.frontpage #sidebar #news {
	background: #eeeded;
	margin-bottom: 30px;
	position: relative;
	}
.frontpage #sidebar #news h3 {
	font-size: 1.125em;
	font-weight: 700;
	color: #fff;
	background: #584f4f;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	text-align: center;
	}
.frontpage #sidebar #news ul {
	padding-top: 20px;
	}
.frontpage #sidebar #news li {
	padding: 0 20px;
	}
.frontpage #sidebar #news li + li {
	padding-top: 15px;
	}
.frontpage #sidebar #news li.divider {
	display: none;
	}
.frontpage #sidebar #news img {
	display: block;
	margin-bottom: 18px;
	}
.frontpage #sidebar #news .date {
	font-size: 0.75em;
	font-weight: 700;
	line-height: 100%;
	color: #9e003f;
	padding-bottom: 8px;
	display: block;
	}
.frontpage #sidebar #news h4 {
	margin-bottom: 10px;
	}
.frontpage #sidebar #news h4 a {
	font-size: 1em;
	font-weight: 700;
	line-height: 130%;
	color: #584f4f;
	}
.frontpage #sidebar #news h4 a:hover {
	text-decoration: underline;
	}
.frontpage #sidebar #news p {
	font-size: 0.875em;
	line-height: 150%;
	color: #675e5e;
	}
.frontpage #sidebar #news p a {
	color: #675e5e;
	}
.frontpage #sidebar #news p a:hover {
	text-decoration: underline;
	}
.frontpage #sidebar #news .readmore {
	padding: 14px 0;
	margin-top: 14px;
	background: #E3E3E3;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	}
.frontpage #sidebar #news .readmore a {
	font: 0.875em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	line-height: 100%;
	}

/* Newsletter */

.frontpage #sidebar #newsletter {
	background: #9e003f;
	color: #fff;
	padding: 25px 20px;
	overflow: hidden;
	}
.frontpage #sidebar #newsletter h3 {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	margin: 0 0 14px 0;
	text-align: center;
	}
.frontpage #sidebar #newsletter p {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 100%;
	padding-bottom: 18px;
	}
.frontpage #sidebar #newsletter p.sns {
	font: 1.000em Georgia, "Times New Roman", Times, serif; /*16px*/
	font-weight: bold;
	line-height: 100%;
	padding-top: 14px;
	padding-bottom: 0;
	clear: both;
	}
.frontpage #sidebar #newsletter .field {
	width: 155px;
	height: 30px;
	padding: 0 8px;
	background: #fff;
	line-height: 28px;
	float: left;
	}
.frontpage #sidebar #newsletter .btn1 {
	width: 77px;
	padding: 0;
	float: left;
	}
.frontpage #sidebar #newsletter li {
	font-size: 0.813em;
	font-weight: 500;
	padding-top: 10px;
	float: left;
	}
.frontpage #sidebar #newsletter li + li {
	padding-left: 15px;
	}
.frontpage #sidebar #newsletter label div,
.frontpage #sidebar #newsletter label span {
	vertical-align: middle;
	}


/* WINERIES */

.wineries #main table {
	padding: 0;
	margin-top: 10px;
	border: none;
	}
.wineries #main table td {
	width: 234px;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	}
.wineries #main table td img {
	margin: 20px 0;
	max-width: 180px !important;
	}
.wineries #main table td a:hover img {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*for IE8*/
	filter: alpha(opacity=80); /*for IE5-7*/
	}
.wineries #main table td.last,
.wineries #main table td.divider {
	border-right: none;
	}
.wineries #main table td.divider span {
	width: 100%;
	height: 1px;
	display: block;	
	background: #dfdfdf;
	}


/* REGIONS */

.regions #main {
	padding-bottom: 35px;
	}
.regions .result .bottle {
    margin-left: 0;
	}
.regions .result .bottle img {
    max-width: 180px;
	}
.regions .result .container {
    margin-top: 0;
	}
.regions .result .details {
	width: 710px;
	}
.regions .result .details h2 {
	display: block;
	}
.regions .result .desc {
	float: none;
    width: auto;
	}
.regions .result .desc p {
	padding-right: 80px;
	}
.regions #map_id {
	width: 100%;
	height: 400px;
	margin-top: 1px;
	}


/* WINERY DETAILS */

.winery #main {
	width: 650px;
	float: left;
	}
.winery #main p.intro {
	padding-bottom: 28px;
	}
.winery #main p,
.regions #main p {
	font-size: 1em;
	padding-bottom: 20px;
	line-height: 170%;
	}

.winery h3.block {
	margin-top: 35px;
	clear: both;
	}

.winery #sidebar {
	width: 250px;
	padding-top: 80px;
	float: right;
	}

.winery #sidebar img {
	display: block;
	margin: 0 auto;
	}
.winery #sidebar img + img {
	margin-top: 50px;
	}
.winery #sidebar .caption {
	font-size: 0.875em;
	color: #666;
	display: block;
	padding-top: 7px;
	text-align: center;
	}
.winery #sidebar .caption + img {
	margin-top: 25px;
	}

.winery .photo_gallery {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px dotted #d7d3ce;
	text-align: center;
	}
.winery .photo_gallery h3 {	
	font: 1.500em Georgia, "Times New Roman", Times, serif; /*14px*/
	font-weight: bold;
	color: #193f82;
	line-height: 100%;
	text-align: center;
	padding-bottom: 22px;
	}
.winery .photo_gallery li {
	padding: 0;
	display: inline;
	}
.winery .photo_gallery li img {
	margin: 5px 4px;
	}
.winery .photo_gallery li a:hover img {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*for IE8*/
	filter: alpha(opacity=80); /*for IE5-7*/
	}


/* SEARCH RESULTS */

.list h1 + p {
	font-size: 0.938em;
	}
.list .pagination.top {
    margin-top: 20px;
	}
.mixed_cases .pagination.top {
    margin-top: 0 !important;
	}

a.search_again {
	font-family: droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	float: right;
	}

.result {
	border-top: 1px solid #dfdfdf;
	padding: 35px 0;
	overflow: hidden;
	}
#results .result:first-child {
	border-top: none !important;
	}
.result .bottle {
	margin-left: 20px;
	float: left;
	}
.result .details {
	width: 820px;
	float: right;
	}
.result .details h2 {
	display: inline;
	}
.result .container {
	margin-top: 19px;
	}
.result .desc {
	width: 580px;
	float: left;
	}
.result .desc p {
	font-size: 0.875em;
	line-height: 170%;
	margin-bottom: 12px;
	padding-right: 20px;
	}
.result .desc .btn_details {
	font: 0.913em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
	}
.result .shopping {
	width: 240px;
	float: right;
	}
.result .shopping .price {
	text-align: right;
	}
.shopping .retail, .shopping .sale{
	font-size: 0.875em;
	line-height: 100%;
	margin-top: 4px;
	margin-bottom: 18px;
	text-align: right;
	display: block;
	}
.shopping .special {
	font: 1.875em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	line-height: 100%;
	color: #9e003f;
	text-align: right;
	display: inline-block;
	min-width: 50px;
	}
.shopping .special small {
	font-size: 60%;
	vertical-align: text-top;
	padding-right: 5px;
	}
.shopping .notice {
	font-size: 0.875em;
	line-height: 100%;
	margin-top: 8px;
	text-align: right;
	display: inline-block;
	background: #fcf0bb;
	padding: 3px 6px;
	}
.result .shopping .form {
	margin-top: 25px;
	float: right;
	}
.shopping label {
	font-size: 0.813em;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
	margin-top: -3px;
	display: none;
	}

.mixed_cases .result .details {
	width: 700px;
	}
.mixed_cases .result .desc {
	width: 450px;
	}
.mixed_cases .result .shopping .retail, .mixed_cases .result .shopping .sale {
	margin-bottom: 6px;
	}
.mixed_cases .result .bottle {
    margin-left: 0;
	}
.mixed_cases .result .shopping {
	margin-top: -48px;
	}

.mixed_cases_details .desc_case .desc {
	float: left;
	width: 380px;
	margin-bottom: 30px;
	}
.mixed_cases_details .desc_case p {
	font-size: 1em;
    line-height: 170%;
    margin-bottom: 18px;
	}
.mixed_cases_details .soc-networks {
	float: left;
	}
	
.mixed_cases_details .image {
	margin-right: 40px;
	float: left;
	}
.mixed_cases_details .image img {
	display: block;
	margin-top: 5px;
	margin-bottom: 50px;
	}
.mixed_cases_details .shopping {
	float: right;
	}
.mixed_cases_details .shopping .price {
    text-align: right;
	}
.mixed_cases_details .shopping .form {
    margin-top: 29px;
	}
.mixed_cases_details .shopping .retail,.mixed_cases_details .shopping .sale {
	margin-bottom: 6px;
	}

.mixed_cases_details .bottle_qty {
	margin-right: 10px;
	}
.mixed_cases_details .result .desc {
    width: 640px;
}

.new,
.inventory_status_2,
.inventory_status_3,
.inventory_status_4 {
	font: 0.813em museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	height: 21px;
	line-height: 21px;
	background: #f3830a;
	display: inline-block;
	padding: 0 8px;
	vertical-align: text-top;
	margin: -3px 10px 0 0;
	text-transform: uppercase;
	}
.inventory_status_2,
.inventory_status_3,
.inventory_status_4 {
	font-weight: 500;
	margin: 10px 0 0 0 !important;
	text-transform: capitalize;
	clear: both;
	float: right;
	}
#sidebar .inventory_status_2,
#sidebar .inventory_status_3,
#sidebar .inventory_status_4 {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
	}
.inventory_status_3,
.inventory_status_4 {
	margin: 0 !important;
	}
.inventory_status_2,
.inventory_status_3 {
	background: #cf0202;
	}
.form .outofstock {
	margin-right: 0;
	vertical-align: middle;
	}



/* WINE DETAILS */

/* Data */

.wine_details #sidebar {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	}
.wine_details #sidebar .bottle {
	text-align: center;
	padding-bottom: 30px;
	}
.wine_details #sidebar .bottle img {
	margin: 0 auto;
	display: block;
	}
.wine_details #sidebar .bottle span {
	font-size: 0.813em;
	font-weight: bold;
	line-height: 100%;
	display: none;
	}

.wine_details #sidebar .shopping {
	text-align: center;
	}
.wine_details #sidebar .shopping .form {
	margin-top: 25px;
	overflow: hidden;
	display: inline-block;
	}
.wine_details #sidebar .shopping .special + .status_2,
.wine_details #sidebar .shopping .special + .status_3,
.wine_details #sidebar .shopping .special + .status_4 {
	display: block;
	margin-top: 20px;
	}
.wine_details #sidebar .shopping .status_3,
.wine_details #sidebar .shopping .status_4 {
	display: block;
	}
.wine_details #sidebar .shopping input,
.wine_details #sidebar .shopping button {
	float: left !important;
	}
.wine_details #sidebar .shopping .retail,.wine_details #sidebar .shopping .sale {
	margin-bottom: 16px;
	text-align: center;
	}
.wine_details #sidebar .shopping .special small {
	font-size: 60%;
	vertical-align: text-top;
	}
.wine_details #sidebar .shopping label {
	font-size: 0.813em;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-top: -3px;
	display: none;
	}
.wine_details #sidebar .shopping .outofstock {
	float: none;
	margin: 0 auto;
	}

.downloads {
	padding-top: 25px;
	padding-bottom: 40px;
	border-top: 1px dotted #d7d3ce;
	}
.downloads h3 {	
	font: 1.500em Georgia, "Times New Roman", Times, serif; /*14px*/
	font-weight: bold;
	color: #193f82;
	line-height: 100%;
	text-align: center;
	padding-bottom: 20px;
	}

.downloads li {
	padding: 0 0 10px 20px;
	}
.downloads a {
	font: 0.875em Georgia, "Times New Roman", Times, serif; /*14px*/
	font-weight: bold;
	line-height: 100%;
	}
.downloads span {
	font-size: 0.688em; /*11px*/
	}


/* Details */

.wine_details #main {
	width: 660px;
	margin: 20px 0 40px 0;
	float: right;
	}

/* Wine Product Details */

.tabs {
	overflow: hidden;
  }
.tabs li {
	text-align: center;
	float: left;
	}
.tabs li + li {
	margin-left: 1px;
	}
/*
.tabs li.tab1 a {
	width: 113px;
	}
.tabs li.tab2 a {
	width: 198px;
	}
.tabs li.tab3 a {
	width: 136px;
	}
.tabs li.tab4 a {
	width: 87px;
	}
.tabs li.tab5 a {
	width: 122px;
	}
*/
.tabs li.tab1 a {
	width: 95px;
	}
.tabs li.tab2 a {
	width: 175px;
	}
.tabs li.tab3sub a {
	width: 95px;
	}	
.tabs li.tab3 a {
	width: 115px;
	}
.tabs li.tab4 a {
	width: 75px;
	}
.tabs li.tab5 a {
	width: 100px;
	}
.tabs li a {
	height: 46px;
	font-size: 0.938em;
	font-weight: bold;
	color: #584f4f;
	line-height: 46px;
	text-decoration: none;
	background: #e3e3e3;
	display: inline-block;
	}
.tabs li a:hover,
.tabs li.active a {
	color: #fff;
	background: #584f4f;
	}  
.tab_content {
	clear: both;
	}

#tbl_wine {
	font-size: 0.938em;
	width: 660px;
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	}
#tbl_wine h2 {
	font: 1em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #584f4f;
	line-height: 100%;
	padding: 0;
	}
#tbl_wine td.full h2 {
	padding-bottom: 10px;
	}
#tbl_wine td.full p {
	line-height: 160%;
	}
#tbl_wine th,
#tbl_wine td {	
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	}
#tbl_wine td p {
	font-size: inherit;
	line-height: 140%;
	}
#tbl_wine th.label {
	width: 135px;
	border-right: 1px solid #DFDFDF;
	padding-left: 30px;
	}
#tbl_wine td {
	padding-left: 30px;
	padding-right: 30px;
	}
#tbl_wine td.full {
	width: 590px;
	padding: 28px 30px;
	}


/* REVIEWS */

/* Subnav */

#tab3sub {
	font-size: 0.938em;
	margin-bottom: 25px;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	padding-top: 15px;
	position: relative;
	}

.tabssub {
	height: 43px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
  }
.tabssub li {
	height: 42px;
	padding: 0 20px;
	text-align: center;
	border: 1px solid #dfdfdf;
	float: left;
	}
.tabssub li.tabsub1 {
	margin-left: 15px;
	}
.tabssub li.tabsub2 {
	border-left: none;
	}
.tabssub li a {
	height: 42px;
	font-size: 0.938em;
	font-weight: bold;
	color: #584f4f;
	line-height: 42px;
	text-decoration: none;
	display: inline-block;
	}
.tabssub li.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	}

.tab_sub_content {
	border-bottom : 1px solid #DFDFDF; 
	}

/* Users */

.user_reviews #success {
	font-size: 1em;
	margin: 15px !important;
	line-height: 100%;
	}
.user_reviews .noreviews {
	font-size: 1em;
	padding-top: 3px;
	margin-left: 20px;
	}

.user_reviews .btn1 {
	position: absolute;
	top: 15px;
	right: 15px;
	}

.user_reviews h2 {
	font: 1em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #584f4f;
	line-height: 100%;
	padding: 0;
	}
.user_reviews td.full h2 {
	padding-bottom: 10px;
	}
.user_reviews td.full p {
	line-height: 160%;
	}
.user_reviews th,
.user_reviews td {	
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #C3C1C1;
	}
.user_reviews td p {
	font-size: 1em;
	}
.user_reviews th.label {
	width: 135px;
	border-right: 1px solid #DFDFDF;
	padding-left: 30px;
	}
.user_reviews td.fullsub {
	width: 590px;
	padding: 28px 0px;
	}

#tbl_wine_review {
	width: 628px;
	margin: 0 15px;
	}
#tbl_wine_review th {
	width: 150px;
	padding-left: 15px
	}
#tbl_wine_review td {
	padding-right: 15px;
	} 
#tbl_wine_review th,
#tbl_wine_review td {
	vertical-align: top;
	}
.user_reviews .user {
	font-size: 1em;
	font-weight: 600;
	display: block;
	}
#tbl_wine_review .date {
	font-size: 0.813em;
	color: #9b9595;
	padding-top: 5px;
	display: block;
	}
#tbl_wine_review h3 {
	font-size: 1em;
	display: inline-block;
	margin-left: -4px;
	padding: 0;
	line-height: 100%;
	}
#tbl_wine_review p {
	padding-top: 7px;
	clear: both;
	}

.rating {
	width: auto !important;
	float: left;
	}
.rating img {
	display: inline-block;
	float: left;
	}
.rating img + img {
	margin-left: 1px;
	}

#average_rating {
	padding: 14px 15px;
	margin: 15px;
	background: #eeeded;
	overflow: hidden
	}
#average_rating * {
	float: left;
	}
#average_rating .user {
	font-family: droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color:#9e003f;
	padding-right: 10px;
	}
#average_rating_text {
	color:#9e003f;
	}
#average_rating .total {
	margin-left: -8px;
	}

.goto {
	font: 0.913em/100% droid-serif-n4, droid-serif, Georgia, "Times New Roman", Times, serif;
	text-align: right;
	border-bottom: none !important;
	padding: 20px !important;
	}
.goto a {
	text-decoration: none;
	}
.goto a:hover {
	text-decoration: underline;
	}
.goto a.active{
	font-weight: 700;
	}
.goto ul {
	display: inline;
	}
.goto li {
	padding-left: 3px;
	display: inline-block;
	}

/* Press */

.press_reviews {
	padding: 15px;
	}

.press_reviews li {
	position: relative;
	padding-top: 10px;
	margin-top: 18px;
	}
.press_reviews li:first-child {
	margin-top: -10px;
	}
.press_reviews li + li {
	border-top: 1px dotted #C3C1C1;	
	}
.press_reviews .score {	
	font-size: 1em;
	font-weight: 600;
	color: #fff;	
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	background: #9E003F;
	position: absolute;
	top: 10px;
	left: 0;
	}
.press_reviews h2 {
	color: #584F4F;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 100%;
	margin-left: 50px;
	padding: 8px 0;
	display: block;
	}
.press_reviews p {
	font-size: 1em;
	margin-left: 50px;
	}

#reviews_unscored {
	border-top: 1px dotted #C3C1C1;
	margin-top: 20px;
	}
#reviews_unscored li {
	padding-left: 15px;
	padding-right: 15px;
	}
#reviews_unscored li:first-child {
	margin-top: 0;
	}
#reviews_unscored h2,
#reviews_unscored p {
	margin-left: 0;
	}
#reviews_unscored h2:first-child {
	padding-top: 18px;
	}
#reviews_unscored p + h2 {
	border-top: 1px dotted #C3C1C1;
	margin-top: 18px;
	padding-top: 18px;
	}



/* Modal */

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#review_wine_form {
	width: 600px;
	padding: 30px; 
	display:none;
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#review_wine_form h1 {
	padding-bottom: 23px;
	}
#review_wine_form .table {
	background: #fff;
	}
#review_wine_form input,
#review_wine_form textarea,
#review_wine_form .rating {
	margin-bottom: 10px;
	}
#review_wine_form label {
	font-weight: 600;
	}
#review_wine_form .actions {
	margin: 15px -30px -30px -30px;
	border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	}
#review_wine_form input,
#review_wine_form textarea {
	width: 568px !important;
}
#review_wine_form #str_captcha {
	width: auto !important;
	}
#review_wine_form td {
	padding-bottom: 2px;
	padding-top: 5px;
}


.error_review{
	color: #D90000;
  display: block;
  margin-top: 7px;
  padding: 4px 0 4px 22px;
  float: left;
  background: url(../images/icon_alert.png) no-repeat left center;
  line-height: 100%;
}

.red {
	color:#FF0000;
}






/* Related Wines */

#related_wines {
	clear: both;
	overflow: hidden;
	}
#related_wines h2 {	
	font-weight: bold;
	color: #9e003f;
	margin-bottom: 34px;
	}
#related_wines h3 {
	font-size: 1.125em;
	padding-bottom: 14px;
	}
#related_wines h3 a:hover {
	text-decoration: underline;
	}

#related_wines .wine {
	width: 283px; /*290*/
	padding: 35px 30px 0 0;
	float: left; /*left*/
	overflow: hidden;
	}
#related_wines .bottle {
	float: left;
	}

#related_wines .shopping {
	width: 220px;
	float: right;
	}
#related_wines .form {
	margin-top: 23px;
	}
#related_wines .size {
	font-size: 0.813em;
	padding-right: 16px;
	display: inline-block;
	}
#related_wines .shopping .retail, #related_wines .shopping .sale {
	text-align: left;
	margin-bottom: 10px;
	}
#related_wines .price .before {
	font-size: 1.25em;
	display: inline-block;
	padding-right: 8px;
	}
#related_wines .price .before i {
    padding-left: 8px;
}
#related_wines .price .special {
	font-size: 1.5em;
	display: inline-block;
	}
#related_wines .price small {
	font-size: 70%;
	vertical-align: text-top;
	}
#related_wines .inventory_status_2,
.inventory_status_3, .inventory_status_4 {
	float: none;
	clear: both;
	}
#related_wines label {
	font-size: 0.813em;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	display: none;
	}
#related_wines input.field {
	vertical-align: middle;
	display: inline-block;
	}
#related_wines .btn1 {
	height: 30px;
	line-height: 29px;
    padding: 0 10px;
	}
#related_wines .outofstock {
	font-size: 80%;
	float: none;
	}
#related_wines .new {
	font-size: 80%;
	}

.before {
	font: 1.375em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	line-height: 100%;
	padding-right: 12px;
	margin: 0;
	}
.before small {
	font-size: 70%;
	vertical-align: text-top;
	padding-right: 4px;
	}
.before i {
	font-size: 80%;
	padding-left: 12px;
	}


/* TABLES */

.table {
	width: 100%;
	background: #EEEDED;
	}
.table .actions {
	border-top: 1px solid #fff !important;
	background: #e3e3e3;
	padding: 25px !important;
	text-align: center;
	}
#tbl_checkout.password .actions {
	text-align: center;
	}

.table td.spacer {
	height: 25px;
	padding: 0 !important;
	}
.table td.divider {
	padding: 0 !important;
	vertical-align: middle !important;
	}
table th {
	font-weight: 600;
	}


/* SEARCH */

#tbl_search {
	width: 100%;
	margin-top: 10px;
	}
#tbl_search th {
	font: 0.875em droid-serif-n7, droid-serif, Georgia,"Times New Roman",Times,serif;
	font-weight: 700;
	}
#tbl_search th,
#tbl_search td {
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
#tbl_search .col1 {
	width: 145px;
	padding-left: 25px;
	line-height: 100%;
	}
#tbl_search .col2 {
	width: 305px;
	}
#tbl_search .col3 {
	width: 145px;
	padding-left: 34px;
	line-height: 100%;
	border-left: 1px dotted #c3c1c1;
	}
#tbl_search .col4 {
	width: 270px;
	padding-right: 25px;
	}
#tbl_search td.spacer {
	width: 100%;
	}
#tbl_search td.divider {
    padding: 15px 0 !important;
    width: 100%;
	}
#tbl_search td.divider div {
    background: #D8D5D5;
    height: 1px;
	}
#tbl_search input.text {
	width: 238px;
	}
#tbl_search select {
	width: 277px;
	padding: 6px 0;
	height: 32px;
	}
#tbl_search select.half {
	width: 145px;
	}
#tbl_search input.range {
	width: 60px;
	float: left;
	}
#tbl_search select.slider {
	width: 150px;
	float: right;
	}
#tbl_search .checkbox li {
	padding-right: 40px;
	float: left;
	}
#tbl_search .checkbox label {
	font-size: 0.875em;
	}
#tbl_search .checkbox label,
#tbl_search .checkbox input {
	vertical-align: middle;
	}
#tbl_search .checkbox input {
	margin-right: 10px;
	}
#tbl_search .actions {
	text-align: center;
	}

.ui-slider .ui-slider-handle {
	width: 15px !important;
	height: 15px !important;
	background: #15346C url(../images/btn_slider.png) no-repeat !important;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
.ui-slider .ui-slider-handle:hover {
	background: #1c4791 url(../images/btn_slider.png) no-repeat !important;
	}

.ui-slider-horizontal {
	height: 6px;
    background: #fff !important;
    border: 1px solid #DFDBD6;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	}


/* LOCATIONS */

#location_result .btn1 {
	float: right;
	}

#map {
	width: 100%;
	height: 420px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	}
#map .links {
	padding-top: 5px;
	display: inline-block;
	}
#map .links i {
	padding-right: 6px;
	}
#map .links a:hover i {
	text-decoration: none;
	}

#tbl_locations {
	margin-top: -40px;
	}
#tbl_locations th {
	padding: 20px 30px;
	}
#tbl_locations td {
	padding: 30px;
	}
#tbl_locations tr + tr th,
#tbl_locations tr + tr td {
	padding: 5px 30px;
	}
#tbl_locations tr.last th,
#tbl_locations tr.last td {
	padding-bottom: 30px;
	}
#tbl_locations input[type=text] {
	width: 190px;
	}
#tbl_locations .selector {
	width: 205px;
	}
	
#tbl_locations_results {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #dfdfdf;
	}
#tbl_locations_results i,
#tbl_event i {
	padding-right: 6px;
	display: inline-block;
	}
#tbl_locations_results a:hover i,
#tbl_event a:hover i {
	text-decoration: none;
	}
#tbl_locations_results td {
	font-size: 0.938em;
	line-height: 140%;
	width: 33%;
	padding: 30px 30px 30px 0;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: top;
	}
#tbl_locations_results td:last-child {
	border-right: none;
	}
#tbl_locations_results td + td {
	padding-left: 30px;
	}
#tbl_locations_results td + td + td {
	padding-left: 30px;
	border-right: none;
	}
#tbl_locations_results .links,
#tbl_event .links {
	padding-top: 5px;
	display: block;
	}
#tbl_locations_results .tags {
	font-size: 90%;
	padding-top: 10px;
	display: block;
	}


/* CHECKOUT */

/* Shopping Cart */

.cart p.note {
	color: #584F4F;
	font-size: 0.75em;
	line-height: 160%;
	}
.cart h1 + .btn1 {
	position: absolute;
	top: 45px;
	right: 50px;
	}
.cart .error,
.cart #success {
	margin: 0 0 15px 0 !important;
	}

#tbl_cart {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;	
	}

#tbl_cart th {
	background: #e3e3e3;
	padding: 8px 20px 10px 20px;
	line-height: 100%;
	border-top: 10px solid #e3e3e3;
	border-left: 1px dotted #c3c1c1;
	border-bottom: 10px solid #e3e3e3;
	text-align: center;
	white-space: nowrap;
	}
#tbl_cart tr th:first-child {
	border-left: none;
	}
#tbl_cart th.col1 {
	padding-left: 25px;
	text-align: left;
	}
#tbl_cart th.col6 {
	padding-right: 25px;
	}

#tbl_cart td {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 100%;
	border-left: 1px dotted #c3c1c1;
	text-align: right;
	vertical-align: middle;
	}
#tbl_cart td.no_border {
	border: none !important;
	}
#tbl_cart tr td:first-child {
	border-left: none;
	}
#tbl_cart td.col1 {
	width: 50%;
	padding-left: 25px;
	text-align: left;
	line-height: 130%;
	}
.order_history #tbl_cart .col1 {
    width: auto;
	text-align: center;
}
#tbl_cart td.col1 a {
	font-family: droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	}
#tbl_cart td.col1 a:hover {
	text-decoration: underline;
	}
#tbl_cart td.col2,
#tbl_cart td.col3 {
	text-align: center;
	}
#tbl_cart td.col3 {
	width: 42px;
	text-align: center;
	}
#tbl_cart td.col2-3 {
	text-align: center;
	}
#tbl_cart td.col4-5 span:first-child,
#tbl_cart tr.subtotal .col6 span:first-child {
	padding-bottom: 6px;
	}
#tbl_cart td.col4-5 span:first-child {
	font-weight: 600;
	}
#tbl_cart tr.subtotal .col6 span:first-child {
	font-weight: 800;
	}
#tbl_cart td.col4-5 span,
#tbl_cart tr.subtotal .col6 span {
	display: block;
	}
#tbl_cart td.col4-5 span + span,
#tbl_cart tr.subtotal .col6 span + span {
	padding-top: 8px;
	white-space: nowrap;
	}
#tbl_cart td.col4-5-6 {
	font-weight: 600;
	padding-right: 25px;
	}
.step3 #tbl_cart td.col4-5-6 {
	padding-bottom: 5px;
	}
#tbl_cart td.col4-5-6 span {
	font-size: 1.500em;
	font-weight: 800;
	color: #9e003f;
	padding: 5px 0 5px 20px;
	display: inline-block;
	}
#tbl_cart td.col6 {
	font-weight: 600;
	color: #9e003f;
	padding-right: 25px;
	}
#tbl_cart td.col3 input {
	width: 30px;
	padding: 5px;
	text-align: right;
	}
#tbl_cart td.spacer {
	height: 15px;
	padding: 0;
	}
#tbl_cart td.spacer.top {
	border-top: 1px solid #fff;
	}
#tbl_cart td.divider {
	width: 100%;
    padding: 15px 0 !important;
	}
#tbl_cart td.divider div {
    background: #D8D5D5;
    height: 1px;
	}
#tbl_cart td.divider_subtotal {
	width: 100%;
	padding: 15px 0 !important;
	}
#tbl_cart td.divider_subtotal div {	
    background: #D8D5D5;
    height: 1px;    
	}
#tbl_cart td.divider_total {
	width: 100%;
	padding: 15px 0 !important;
	}
#tbl_cart td.divider_total div {	
	background: #D8D5D5;
    height: 1px;
	}

#tbl_cart td.message.green {
	color: #7caa19;
	}
#tbl_cart td.message.red {
	color: #d90000;
	}
#tbl_cart td.message span {
	font-size: 0.938em;
	padding-bottom: 4px;
	display: block;
	}
#tbl_cart td.message span b {
	font-weight: 600;
	}
#tbl_cart td.message p {
	font-size: 0.75em;
	line-height: 100%;
	}

/*#tbl_cart td.col1,
#tbl_cart td.col4,
#tbl_cart td.col5,
#tbl_cart td.col6 {
	font-size: 1.125em;
	}*/

#tbl_cart .strike del {
	color: #948e8e;
	padding: 0 1px;
	}

#tbl_cart ol.bottles {
	width: 132px;
	padding: 0;
	margin: 0 auto;
	}
#tbl_cart ol.bottles li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
#tbl_cart ol.bottles li span {
	width: 11px;
	height: 32px;
	background: url(../images/cart_bottles.png) no-repeat;
	display: inline-block;
	text-indent: -99999px;
	text-align: left;
	}
#tbl_cart ol.bottles li.red span {
	background-position: -11px 0;
	}
#tbl_cart ol.bottles li.green span {
	background-position: -22px 0;
	}
.cart .actions .btn2 {
	float: left;
	}

.checkout.step3 #tbl_cart,
.order_history #tbl_cart,
.order_details #tbl_cart{
	width: 630px;
	}
.checkout.step3 #tbl_cart .col2,
.order_details #tbl_cart .col2{
	text-align: left;
	}


/* Login/Register */

.login #main {
	margin-left: auto;
	margin-right: auto;
	float: none !important;
	}
.login .actions {
	text-align: center;
	}
.login .actions .btn_sign,
.login .actions .btn_cancel {
	margin: 0 8px;
	}
.login .btns {
	margin-left: auto;
	margin-right: auto;
	float: none !important;
	}
.login .terms {
	padding-top: 15px !important;
	}
.login .error.mt {
	margin-top: 20px;
	}


/* General */

.checkout h2 {
	color: #9E003F;
	font-size: 2em;
	padding-bottom: 15px;
	padding-top: 45px;
	}
.checkout #login_module h2,
.checkout #forgot_password_module h2 {
	padding-top: 0 !important;
	}

.checkout.step4 h2 {
	font: 1.500em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.563em;
	color: #6b6156;
	padding-top: 0;
	padding-bottom: 20px;
	}
.checkout > p {
	font-size: 0.813em;
	}

.checkout #main {
	width: 630px;
	float: right;
	}
.checkout #main > p,
.checkout #login_module p,
#forgot_password_module p {
	font-size: 1em;
	padding-bottom: 15px;
	}
p.notmember {
	text-align: center;
	padding-top: 15px;
	}
	
.checkout #sidebar {
	width: 250px;
	float: left;
	}
.checkout #sidebar ol,
.my_account #sidebar ol {
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #dfdfdf;
	}
.checkout #sidebar li,
.my_account #sidebar li {
	font-size: 1.125em;
	line-height: 100%;
	color: #AFACAC;
	list-style: none;
	padding: 25px 0 25px 10px;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
	}
.my_account #sidebar li {
	color: #AFACAC;
	}
.my_account #sidebar li i {
	display: inline-block;
    width: 28px;
	color: #193F82;
	}
.checkout #sidebar li span,
.my_account #sidebar li span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #AFACAC;
	display: inline-block;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	margin-right: 20px;
	}

.checkout #sidebar li.active span,
.my_account #sidebar li.active span {
	background: #193F82;
	}
.my_account #sidebar li.step1.active,
.my_account #sidebar li.step2.active,
.my_account #sidebar li.step3.active,
.my_account #sidebar li.step4.active {
	color: #193F82;
	}
.checkout #sidebar li.active,
.my_account #sidebar li.active {
	color: #193F82;
	font-weight: 600;
	}
.my_account #sidebar li.active i {
	color: #9E003F;
	}

#tbl_checkout {
	width: 630px;
	}
#tbl_checkout th {
	width: 170px;
	padding-left: 25px;
	padding-top: 10px;
	vertical-align: top;
	}
#tbl_checkout th + td {
	width: 425px;
	}
#tbl_checkout th.full {
	width: auto;
	padding-left: 25px;
	}
#tbl_checkout input.text {
	width: 220px;
	margin-right: 15px;
	}
#tbl_checkout select {
	padding: 6px 0;
	height: 30px;
	}
#tbl_checkout select.auto {
	width: auto;
	padding: 4px;
	margin-right: 15px;	
	}
#tbl_checkout select.selection {
	margin: 9px 0 10px 0;	
	}
#tbl_checkout textarea {
	width: 340px;
	}
#tbl_checkout .section {
	font: 1.250em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #193F82;
	padding-bottom: 16px;
	display: block;
	line-height: 100%;
	}

#tbl_checkout td {
	padding-bottom: 8px;
	padding-top: 8px;
	}
#tbl_checkout td a.side {
	font: 0.875em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	display: inline-block;
	padding-top: 8px;
	}
#tbl_checkout td p {
	font-size: 1.000em;
	}
#tbl_checkout .checkbox li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
#tbl_checkout .checkbox li.sub {
	padding-bottom: 6px;
	padding-left: 27px;
	}
#tbl_checkout .checkbox input {
	margin-right: 10px;
	vertical-align: middle;
	}
#tbl_checkout td label {
	font-size: 0.875em;
	vertical-align: middle;
	}

#tbl_checkout td.divider div {
	height: 1px;
	background: #d8d5d5;
	margin: 19px 0 15px 0;
	}
#tbl_checkout td.spacer_half {
	height: 10px;
	padding: 0;
	}

#tbl_addresses {
	width: 100%;
	font-size: 1em;
	}
#tbl_addresses td {
	font-size: 1em;
	}
#tbl_addresses td.col1 {
	padding-left: 25px;
	}
#tbl_addresses td.col2 {
	padding-left: 25px;
	border-left: 1px dotted #c3c1c1;
	}

.checkout.step3 #tbl_checkout {
	margin-top: 0;
	}
.checkout.step3 #tbl_checkout th,
.checkout.step3 #tbl_checkout td {
	padding-top: 5px;
	vertical-align: top;
	}
.checkout.step3 #tbl_checkout .spacer.top {
	height: 10px;
	}
.checkout.step3 #tbl_checkout a {
	margin-top: 15px;
	float: left;
	}


/* MY ACCOUNT */

.my_account h2 {
	color: #193f82;
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.563em;
	padding-top: 45px;
	}

.my_account #sidebar {
	width: 250px;
	float: left;
	}
.my_account #sidebar ol {
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #dfdfdf;
	}
.my_account #sidebar li {
	font-size: 1.125em; /*18px*/
	line-height: 100%;
	list-style: none;
	padding: 25px 0 25px 10px;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
	}
.my_account #sidebar li.active {
	font-weight: 600;
	color: #9E003F;
	}
.my_account #sidebar li.active a {
	color: #9E003F;
	}
.my_account #main {
	width: 630px;
	float: right;
	}

.my_account .actions {
	text-align: center;
	}

.order_history #tbl_cart th,
.order_history #tbl_cart td {
	text-align: left;
	}
.order_history #tbl_cart th.col5 {
	text-align: center;
	}
.order_history #tbl_cart td.col5 {
	text-align: right;
	}
.order_history #tbl_cart .col2,
.order_history #tbl_cart .col6 {
	text-align: center;
	}

.order_details #tbl_checkout {
	margin-top: 0;
	}

.status {
	font-size: 0.875em;
	font-weight: 600;
	color: #584F4F;
	width: 130px;
	text-align: left;
	display: inline-block;
	}
.status i {
	width: 28px;
	height: 28px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	display: inline-block;
	margin-right: 10px;
	}
.status.unconfirmed i {
	/*background: #f47373;*/
	background: #f47373;
	}
.status.confirmed i {
	/*background: #f4aa67;*/
	background: #4b8df8;
	}
.status.paid i {
	/*background: #dfce5b;*/
	background: #1ba39c;
	}
.status.shipped i {
	/*background: #aec664;*/
	background: #35aa47
	}
.status.cancelled i {
	/*background: #7e7f85;*/
	background: #95a5a6;
	}
.status.returned i {
	/*background: #7e7f85;*/
	background: #e35b5a;
	}


.order_details h1 {
	display: inline-block;
	}
.order_details .status {
	width: auto;
	vertical-align: top;
	margin: 6px 0 0 16px;
	display: inline-block;
	}


/* CONTACT */

.contact .error {
	margin: 0 0 10px 0; 
	}

.contact h1 {
	padding-bottom: 48px;
	}
	
.contact #sidebar {
	width: 270px;
	float: right;
	}
.contact #sidebar h2 {
	padding-bottom: 22px;
	margin-top: 42px;
	}
.contact #sidebar h2:first-child {
	margin-top: 0;
	}
.contact #sidebar p {
	padding-bottom: 20px;
	}
.contact #sidebar p.address {
	line-height: 180%;
	}
.contact #sidebar > a {
	font: 0.875em droid-serif-n7, droid-serif, Georgia,"Times New Roman",Times,serif;
	font-weight: 700;
	}
	
.contact #main {
	width: 630px;
	float: left;
	}

.contact .required {
	position: absolute;
	top: 55px;
	right: 360px;
	font-size: 0.875em;
	}
.contact .required span,
.contact table th span {
	color: #9e003f;
	font-weight: bold;
	}

.contact table th span {
	color: #9e003f;
	font-weight: bold;
	}	

.contact table {
	margin-top: 0 !important;
	}
.contact table .actions {
	text-align: center;
	}

label.error_contact {
	color: #D90000;
	display: block;
	margin-top: 7px;
	padding: 4px 0 4px 22px;
	float: left;
	background: url(../images/icon_alert.png) no-repeat left center;
	line-height: 100%;
 }
.login label.error_contact {
	clear: both;
 }
.register label.error_contact {
	clear: none !important;
 }
#uniform-str_inquiry_type {
	overflow: visible;
	}
#uniform-str_inquiry_type label.error_contact {
	position: absolute;
	top: 6px;
	left: 267px;
	width: 150px;
	margin-top: 0;
	}

#str_email_bot{
	display:none;
}

/* NEWS & EVENTS */

.news_events .items {
	width: 972px;
	margin: 0 -17px 0 -17px;
	}
.news_events .item {
	width: 290px;
	margin: 30px 17px 0 17px; 
	padding-top: 30px;
	float: left;
	border-top: 1px solid #DFDFDF;
	}
.news_events .item.first {
	border-top: none !important;
	padding-top: 0 !important;
	}
.news_events .item span {
	font-size: 0.75em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	background: #9e003f;
	}
.news_events .item h2 {
	padding-bottom: 15px;
	line-height: 110%;
	}
.news_events .item h2 a:hover {
	text-decoration: underline;
	}
.news_events .item img {
	margin: 3px 0 18px 0;
	display: block;
	}
.news_events .item p {
	padding-bottom: 14px;
	}
.news_events .item a.readmore {
	font: 0.875em droid-serif-n7, droid-serif, Georgia,"Times New Roman",Times,serif;
	font-weight: 700;
	}

.news_events .pagination.top {
	margin-bottom: 0 !important;
	}
.news_events .pagination.bottom {
	margin-top: 40px !important;
	margin-bottom: 0 !important;
	}


/* News Details */

.news_details #main {
	padding-bottom: 40px;
	}

.news_details #main h1 {
	padding-bottom: 5px !important;
	}
.news_details #main span {
	font-size: 0.75em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	display: inline-block;
	padding: 4px 6px;
	background: #9e003f;
	margin-bottom: 32px;
	}
.news_details #main p,
.event_details #main p {
	font-size: 1em;
	width: 580px;
	padding-bottom: 20px;
	}
.news_details #main img.image {
	display: block;
	margin-top: 56px;
	margin-bottom: 16px;
	float: right;
	}
a.back_to_list {
	font: 0.875em droid-serif-n7, droid-serif, Georgia,"Times New Roman",Times,serif;
	font-weight: 700;
	position: absolute;
	right: 50px;
	top: 55px;
	}

/* Events Details */

.event_details h1 {
	padding-bottom: 40px;
	}

.event_details #main {
	width: 580px;
	float: left;
	}
.event_details #sidebar {
	width: 310px;
	float: right;
	}

.event_details #main img {
	display: block;
	margin-top: 5px;
	margin-bottom: 16px;
	margin-right: 30px;
	float: left;
	}

#tbl_event {
	width: 310px;
	}
#tbl_event p {
	font-size: 0.875em;
	}
#tbl_event label {
	font-weight: 500;
	}
#tbl_event th {
	font-size: 0.875em;
	width: 100px;
	vertical-align: top;
	padding: 12px 0 12px 20px;
	}
#tbl_event td {
	width: 170px;
	padding: 12px 20px 12px 0;
	vertical-align: top;
	}
#tbl_event th,
#tbl_event td {
	border-top: 1px solid #d8d5d5;
	}
#tbl_event .form th,
#tbl_event .form td,
#tbl_event .shopping td {
	padding-top: 0;
	border-top: none;
	}
#tbl_event .first th,
#tbl_event .first td {
	border-top: none;
	padding-top: 20px;
	}
#tbl_event .form th {
	padding-top: 9px;
	}
#tbl_event .form input {
	height: 30px;
    line-height: 30px;
	padding: 0 8px;
	width: 152px;
	}
#tbl_event .actions {
	padding: 16px 0 !important;
	
	}
#tbl_event .actions .btn1 {
	font-size: 0.813em !important;
	height: 32px;
	line-height: 28px;
    margin: 0;
	vertical-align: middle;
	}
#tbl_event .actions td {
	padding-top: 5px;
	padding-bottom: 25px;
	}
#tbl_event .actions input {
	float: none;
	vertical-align: middle;
	}
#tbl_event .last th,
#tbl_event .last td {
	padding-bottom: 20px;
	}

#tbl_event td a.readmore {
	font: 0.875em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	float: left;
	margin-top: 10px;
	}
#tbl_event .qty {
	width: 25px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	}
#tbl_event .inventory_status_3 {
	font-size: 1em;
	margin: -2px 0 0 12px !important;
	}
#tbl_event .inventory_status_3.inline {
	font-size: 1em;
	margin: -3px 0 0 0 !important;
	}


/* CONTENT PAGES */

.page #main {
	padding-bottom: 0;
	}
.page #main p {
	font-size: 1em;
	line-height: 160%;
	padding-bottom: 18px;
	}
.page #main h1 {
	padding-bottom: 32px;
	}
.page #main h2 {
	padding-top: 2px;
	padding-bottom: 8px;
	}
.page #main h3 {
	font-size: 1.125em; /*18px*/
	}
.page #main h2 + h3 {
	padding-top: 12px;
	}
.page #main ul {
	margin-top: 8px;
	margin-left: 18px;
	}
.page #main li {
	padding-left: 4px;
	list-style-type: disc;
	}
.page #main li + li {
	padding-top: 10px;
	}


/* SITEMAP */

.sitemap #main > ul {
	font-size: 0.875em;
	line-height: 100%;
	float: left;
	width: 290px;
	}
.sitemap #main > ul > li > a {
	font-weight: 600;
	}
.sitemap #main > ul + ul {
	padding-left: 40px;
	border-left: 1px solid #DFDFDF;
	}
.sitemap #main ul li + li {
	padding-top: 18px;
	}
.sitemap #main li > a + ul {
	padding: 12px 0 0 20px;
	}
.sitemap #main ul ul li + li {
	padding-top: 10px !important;
	}


/* PAGINATION */

.pagination {
	padding: 10px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
	clear: both;
	}
.pagination.top {
	margin: 10px 0 15px 0;
	}
.pagination.bottom {
	margin-top: 15px;
	}
.pagination ul {
	margin-top: 3px;
	float: left;
	}
.pagination li {
	margin: 0 4px;
	display: inline;
	}
.pagination li a,
.pagination li span {
	font: 0.875em droid-serif-n4, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 100%;
	vertical-align: middle;
	}
.pagination li a.current {
	font-weight: 700;
	}
.pagination li a.first,
.pagination li a.last,
.pagination li span.first,
.pagination li span.last {
	width: 12px;
	height: 9px;
	background: url(../images/btn_pagination.gif) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	}
.pagination li span.prev,
.pagination li span.next {
	color: #afacac;
	}
.pagination li a.first {
	background-position: 0 0;
	}
.pagination li span.first {
	background-position: 0 -9px;
	}
.pagination li a.last {
	background-position: -11px 0;
	}
.pagination li span.last {
	background-position: -11px -9px;
	}
.pagination .filter {
	float: right;
	}
.pagination .filter label {
	font-size: 0.875em;
	float: left;
	vertical-align: middle;
	padding: 7px 10px 0 20px;
	}
.pagination .filter div {
	float: left;
	vertical-align: middle;
	}
.pagination .filter select {
	height: 28px;
	}


/* FOOTER */

#footer-wrapper {
	height: 100px;
	clear: both;
	position: relative;	
	}
#footer {
	width: 960px;
	height: 100px;
	padding: 0 40px;
	margin: 0 auto;
	background: #eeeded;
	}
#footer ul {
	padding: 0;
	float: left;
	}
#footer li {
	font-size: 0.813em;
	font-weight: 500;
	line-height: 100px;
	display: inline;
	float: left;
	}
#footer li span {
	padding: 0 12px;
	}
#footer .copy {
	float: right;
	}
#footer .copy p {
	line-height: 100px;
	display: inline;
	}
#footer .copy a {
	display: inline-block;
	width: 62px;
	height: 15px;
	background: url(../images/logo_footer.png) no-repeat;
	text-indent: -9999px;
	margin: -1px 0 0 3px;
	vertical-align: text-top;
	line-height: 100%;
	}
#footer a {
	color: #584f4f;
	}
.soc-networks {
  padding: 6px 0;
}
.soc-networks .tp, .soc-networks .lp {
	display: inline-block;
	margin: 0 2px 0 0;
	vertical-align: top;
}


/* Validation */

.error {
	font-size: 0.813em;
	font-weight: 600;
	color: #c40000;
	border: 2px solid  #faabab;
	background: #ffd4d4;
	padding: 10px;
	margin: 10px 0; 
	display: block;
	clear: both;
	}
.error li + li,
.error li ul {
	padding-top: 5px;
	}
#success {
	font-size: 0.813em;
	font-weight: 600;
	color: #508800;
	border: 2px solid  #cce290;
	background: #dbfba7;
	padding: 10px;
	margin: 10px 0; 
	display: block;
	clear: both;
	}


/*Noty Styles (Notification for add to cart)*/

#noty_top_layout_container {	
	width: 100% !important;
	left: 0 !important;
	}
#noty_top_layout_container li {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 2px solid  #cce290 !important;
	background: #dbfba7 !important;
	}
#noty_top_layout_container .noty_text {
	font-size: 14px;
	font-weight: 600 !important;
	color: #508800 !important;
	}

#noty_inline_layout_container {
	width: 187px !important;
	margin-top: 10px !important;
	}
#noty_inline_layout_container li {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 2px solid  #faabab !important;
	background: #ffd4d4 !important;
	box-shadow: none !important;
	}
#noty_inline_layout_container .noty_text {
	font-size: 14px;
	font-weight: 600 !important;
	color: #c40000 !important;
	}

#sidebar #noty_inline_layout_container {
	float: left;
	clear: left;
	}

.event_details #noty_inline_layout_container {
	width: 100% !important;
}	

.lang_min{
}

#tbl_minicart a {
	color: #193F82!important;
}

/*   Widget CSS */

/*
     .frontpage #content {
    	<!---padding-left: 25px!important;
    	padding-right: 55px!important;--->
		padding-left: 40px!important;
    	padding-right: 40px!important;
		
	}
     .gridster{
		width: 1015px;
	 }
	 div.box {
		margin: 0px 19px 20px 0px; 
	 }
	 div.box4 {
		margin: 0px 0px 20px 0px; 
	 }
	 .showBorder {
		 border:1px solid #ececec!important;
		 -webkit-box-sizing: border-box!important; 
		-moz-box-sizing: border-box!important;    
		 box-sizing: border-box!important;
	 }
  	div[class^="widget"] {
		  position:relative;
		  
	  }
	  div.widget-type-2,
	  div.widget-type-3,
	  div.widget-type-4 {
	  }
	  
	  div[class^="widget"] a {
	  	color: #5a5b63;
	  }
	  
	  div[class^="widget"][class$="no-border"] {
		  border:none;
	  }
	  
	  
	  div[class^="widget"] h3 {
		  background:#ECECEC;	
		  display: table;
		  width:100%;
	  }
	  
	  div[class^="widget"] h3 span.style-type {
		  background:#EA0138;
		  height:40px;
		  width:40px;												
		  text-align:center;
		  
		  -webkit-box-sizing: border-box; 
		  -moz-box-sizing: border-box;    
		  box-sizing: border-box;   
		  color:#fff;
		  margin-right: 10px;
		  font-size:12x;
		  font-size:.75rem;
		  
	  } 
	  
	  div[class^="widget"] h3 span {
		  display: table-cell;
		  vertical-align:middle;		
	  }
	  
	  div[class^="widget"] h3 span.text {
		  padding:5px 5px 5px 10px;
		  
	  }
	  
	  div[class^="widget"] h3 span.icon {
		  background:#A1CEC5;
		  font-size:22px;
		  font-size:1.375rem;
		  
	  }
	  
	  div[class^="widget"] h2 {
		  font-size:22px;
		  font-size:1.375rem;
	  }
	  
	  div[class^="widget"] h3, 
	  div[class^="widget"] h2,
	  div[class^="widget"] span ,
	  div[class^="widget"] div {
		  font-family:Arial, Helvetica, sans-serif;
	  }
	  
	  div[class^="widget"] .content {
		  padding:10px;
	  }
	  
	  div[class^="widget"] span.price {
		  font-size:12px;
		  font-size:.75rem;
		  display:block;
		  
	  }
	  
	  div[class^="widget"] span.price.large {
		  font-size:18px;
		  font-size:1.125rem;
		  margin-bottom:20px;
	  }

	  .widget-type-1 {
		  text-align:center;	
	  }
	  
	  
	  .widget-type-1 h3 {
		  font-size:12px;
		  font-size:.75rem;		
		  text-align:left;	
		  padding:0;	
		  color:#3E3E3E;
		  font-weight:700;	
							  
	  }
	  
	  .widget-type-1 .price {
		  color:#A30C2F;
		  font-weight:700;
	  }
	  
	  .widget-type-2 {
		  background:#ECECEC;
	  }	
	  
	  .widget-type-2 h2 {
		  float:left;
		  color:#3E3E3E;													
		  max-width: 148px;
		  padding-right: 10px;
		  margin-top: 35px;
	  }	
	  
	  div.widget-type-2 img {
		  max-width: 290px;
		  min-width: auto;
	  }	
	  div.widget-type-1 img {
		  max-width: 100%;
		  min-width: auto;
	  }	
	  
	  .widget-type-2 .bottom {
		  background:#1c4791 
	  }
	  
	  .widget-type-2 .bottom h3 {
		  background: none;
		  color: #FFFFFF;
		  font-size: 1.125rem;
		  line-height: 1;
		  margin: -25px 0 0;
		  padding: 0;					
	  }
	  
	  div.widget-type-2 h3 span.icon {
		  
		  
		  width:70px;
		  display:inline-block;
		  text-align:center;
		  padding-top: 24px;
		  -webkit-box-sizing: border-box; 
		  -moz-box-sizing: border-box;    
		  box-sizing: border-box;   
		  color:#fff;
		  margin-right: 10px;
		  height:70px;
		  border-right: 1px solid #FFFFFF;
		  background:none;
		  font-size:24px;
	  }

	  div.widget-type-2 h3 span.text {
		  width: 100%;
	  }
	  .widget-type-3 h2 {
  
		  padding-bottom:5px;
	  }
	  
	.widget-type-3 h2 a {
		color: #5a5b63;
	}
		  
	.widget-type-3 p {
		color:#3E3E3E;
		font-size:15px;
		font-size:.9375rem;
	}						
	  
	.widget-type-3 img {
		
		display:block;
	}
		  
	.widget-type-4 {
		border:0;
		text-align:center;
	}	
	  
	.widget-type-4 .content {
		background:#818181;
		color:#fff;
		font-size:15px;
		font-size:.9375rem;
		text-align:left;
	}	
	 
	 div.widget-type-4 img {
		width:100%;	 
	 }
	  
	.widget-type-4 .content h2 {
		 padding-bottom: 5px;
		 
	}		
	  
	  .widget-type-4 a {
		  color:#fff;
	  }	
	  
	  .widget-type-5 h2 {
		  background:#ECECEC;
		  padding:10px;
		  margin-bottom:10px;
	  }
	  
	  .widget-type-5 a {
		  color:#A30C2F;
		  margin-bottom:8px;
		  display:block;
	  }
	  
  .widget-type-1.form {
	  background: #9E003F;
	  color:#fff;
	 
  }
  
  .widget-type-1.form h2 {
	  color:#fff;
  }
  
  .widget-type-1 input[name="str_email"] {
	  width:100%;
	  padding:6px 5px;
	 webkit-box-sizing: border-box; 
	  -moz-box-sizing: border-box;    
	  box-sizing: border-box;
	   
  }
	  
  .widget-type-1 button[type="submit"] {
	  margin:30px 0 35px 0;
	  
  }
  
 
  
	  
  .widget-type-1.form li {
	  display:inline;
  }
	  
	.widget-type-1.form li label {
		font-size:14px;
		font-size:.85rem;
		margin-right:5px;
	}
*/

/* widgets site specific */



div[class^="widget"] h2 {
	font-size:18px;
	font-size: 1.125rem;
}

.widget-type-2,
div[class^="widget"] h3,
.widget-type-5 h2 {
	background:#ECECEC;
}	

div.widget-type-1 a {
	color:#5a5b63;
	font-size:13px;
	font-size:.8125rem;
}

.widget-type-1 h3 {
	font-weight:300;
}

div[class^="widget"] {
	/*border-color:#ceced1;*/
}

#content div[class^="widget"] p {
	line-height:1.4;
	font-size:14px;
	font-size:.875rem;
}

.widget-type-5 a {
	font-size:14px;
	font-size:.875rem;
	color:#193f82;

}	



div[class^="widget"] h3 span.style-type {
	background:#f3830a;
	font-family:museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:13px;
	font-size: 0.8125rem;
	
}


div.widget-type-2 h3 span.icon {
	font-size:24px;
	font-size:1.5rem;
}

.widget-type-2 .bottom,
.widget-type-2 .bottom span.style-type  {
	background:#9e003f;
}


div.widget-type-1 h3 span.style-type.icon {
	background:#A1CEC5;
	font-size: 22px;
	font-size: 1.375rem;
}

.widget-type-2 .bottom h3 {
	background:#9e003f;
}

div[class^="widget"] span.price {
	color:#9e003f;
	font-family: droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}

div[class^="widget"] span.price {
	font-size:inherit;
}

div[class^="widget"] span.price.large {
	font-size:20px;
	font-size:1.25rem;
}


.widget-type-4 .content {
	background:#5a5b63;
}

.widget-type-1 button[type="submit"] {
	font-family:museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-weight:700;
}

.widget-type-1.form {
	background:#9e003f;
}


/*
.widget-type-2,.widget-type-4 {
	margin: 0px 24px 20px 0px!important; 
}
.widget-type-1, {
	margin: 0px 18px 20px 0px!important; 
}
*/
div.box1 {
		margin: 0px 19px 20px 0px!important; 
	 } 
	 div.box2 {
		margin: 0px 18px 20px 0px!important;
	 }
	 div.box3 {
		margin: 0px 17px 20px 0px!important;
	 }
	 div.box4 {
		margin: 0px 0px 20px 0px!important;
	 }

	 
.other {
	font: 0.913em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #193f82;
}
.ratings_text:hover{
	text-decoration: underline;
}
.ratings_text{
	font: 0.813em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	/*margin-top: -29px!important;
    position: absolute;
    padding-top: 34px;*/
}
div[class^="widget"] span.price.large {
	margin-top: 13px!important;
}


.saleText{
	font-size:18px;
}
.saleTextWidget{
	font-size:14px;
}
.isSale{
	color:#9e003f;
}
	.minorMessage{
		float: right!important;
		margin-right: -331px;
		margin-top: 21px!important;
		font-size: 0.813em!important;
		font-weight: 500;
		line-height: 120px!important;
}
#minorMessageJP{
	 margin-right: -380px !important;
}
.other {
	font: font: 1.2em droid-serif-n7, droid-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #193f82;
}
.otherDetails{
	display: block;
    line-height: 100%;
    margin-top: 20px;

}
.otherDetails .icon{
	margin-right: 10px;
}

.widgetIcons {
    color: #5a5b63;
    display: block;
    font-size: 0.75em;
    margin-top: 4px;
    min-height: 19px;
}

#longRelatedWines #related_wines .wine {
	width: 274px;
	border-bottom: 1px solid #ceced1;
}
#longRelatedWines #related_wines .wine h3{
	width: 177px;
	font-size: 0.938em;
	font-weight:600;
	min-height: 45px;
		
}
#longRelatedWines h3.block{
	font-weight: 600!important;
	font-size: 1.3em;
}
#longRelatedWines .shopping{
	text-align: left!important;
	/*margin-top: 21px;	*/
	margin-top: 5px;
}
#longRelatedWines .shopping .price{
	padding-left: 38px;
}
#longRelatedWines .shopping .notice{
	font-size: 0.775em!important;
}

#longRelatedWines .shopping .salePrice{
	color: #9e003f;
	font-size: 1.235em;
}
#longRelatedWines .shopping .sale{
	padding-left:10px;
	line-height: 1%;
	margin-top: 0px;
	margin-bottom:9px!important; 
}
#longRelatedWines .shopping .form{
		margin-top: 12px!important;
}
.tbl_wine_long .press_reviews .score {	
	font: 1em Open sans, jubilat, jubilat-n6, Georgia, "Times New Roman", Times,serif;
	font-weight: 600;
	color: #fff;	
	text-align: center;
	display:inline-block;
	width: 30px; 
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #98000c;
	position:static!important;
	top: 10px;
	left: 0;
	}

.tbl_wine_long .borderBottom{
	border-bottom: 1px solid #ceced1;
	font-size: 1.250em;
}
.tbl_wine_long .bottomFirst{
	margin-top: 10px;
}
.tbl_wine_long .vinification{
	margin-top:5px;	
}

.tbl_wine_long .tab_sub_content, .tbl_wine_long .user_reviews th, .tbl_wine_long .user_reviews td{
	border-bottom:none!important;
	
}
.tbl_wine_long #tbl_wine_review , .tbl_wine_long #average_rating{
	 margin-left: -15px!important;
	 /*padding-left:0px!important;*/
}
.tbl_wine_long .user_reviews .btn1{
	position:static!important;	
	margin-top: -25px;
    /*margin-right: 210px;*/
	float:right;
	
}
.tbl_wine_long .user_reviews .noreviews{
	margin-left: 0px!important;
	margin-top: 10px;
	color: #193f82;
	float:left;
}
.tbl_wine_long #review_this_wine, .tbl_wine_long #review_this_wine_login{
	margin-top: 8px!important;
	
}
.tbl_wine_long #review_this_wine_login{
	margin-bottom: 25px;
}

#customerReview{
	margin-top: 15px;
}

.tbl_wine_long #review_this_wine{
    margin-bottom: 10px;	
}
.spacer{
	margin-top: 40px;
}

.tbl_wine_long h2 {
	font:  museo-sans-n7, museo-sans, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;

	color: #584f4f;
	line-height: 100%;
	padding: 0;
	}
.tbl_wine_long td.full h2 {
	/*padding-bottom: 10px;*/
	padding-top: 10px;
	}
.tbl_wine_long td.full p {
	line-height: 160%;
	}
.tbl_wine_long tr:first-child th,
.tbl_wine_long tr:first-child td {	
	border-top: none;
	}
.tbl_wine_long th,
.tbl_wine_long td {	
	padding-top: 5px;
	padding-bottom: 5px;
	}
.tbl_wine_long td p {
	font-size: inherit;
	line-height: 140%;
	}
.tbl_wine_long th.label {
	width: 135px;
	}
.tbl_wine_long td.full {
	width: 590px;

	}
.wine_details .long{
	background:none!important;
}

.tbl_wine_long .strong{
	padding-bottom:10px;

	
}
.tbl_wine_long{
	background:#fff;
	
}
.tbl_wine_long #average_rating{
	background:none;	
}
.tbl_wine_long h3{
	font-weight: 500!important;
	
}
.tbl_wine_long #review_content{ 
   margin-bottom: 10px;
}
#siteseal{
 	 float: right;
 	 margin-top: 1px;
 	
}
.actions .sitesealNButton{
	margin-left: 145px!important;
}
#siteseal{
 	 float: right;
 	 margin-top: 1px;
 	
}
.actions .sitesealNButton{
	margin-left: 145px!important;
}

.winery_ldetail_label{
	display:block;
}

.wineRatings {
   /* float: left;
    margin-left: 160px;*/
 /*   position: absolute;*/
    margin-top: 2px;
}
.left{
	clear:left;
}
.wineRatings li {
    display:table-cell;
}
.pressRatings {
    /* overflow: hidden; */
    float: right;
    margin-top: -9px;
    margin-left: -92px;
    /* z-index: 9999999; */
    position: relative;
}



.wineRatings .ratingProvider, .wineRatings .ratingScore {
    display: inline-block;
    border: 1px solid #EA0138;
    margin: 0;
    padding: 0;
    width: 28px;
    text-align: center;
   /* font-family: BentonMedium;*/
    font-weight: 400;
   /* -webkit-font-smoothing: antialiased;*/
    font-size: 12px;
}
.wineRatings .ratingScore {
    border-left: none;
    background: #ffffff;
    color: #292b2d;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
	
}
.wineRatings .ratingProvider{
	color: #fff;
	border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
	background: #EA0138;
	border-right: none;
}
.icon .wineRatings{
	display:inline-block;
	margin-left: 10px;
}
.icon .wineRatings .ratingProvider, .icon .wineRatings .ratingScore {
	padding: 2px!important;
}

.mixed_cases_details #content h1{
	width: 86%;
}

.result .desc .btn_details {
	float:left;
	margin:0;
	padding-right:0;
	line-height:19px;
}
/*
.icon-sale, .icon-leaf,.icon-sun,.icon-noSO2 {
	float: left;
    padding-left: 20px;
    padding-top: 4px;
}
.icon-thumbsup{
	float: left;
    padding-left: 18px;
    padding-top: 2px;
}

.icon .wineRatings{
	margin-left: 18px;
    float: left;
}
.icon .ratings_text{
	float: left;	
	padding-left: 20px;
    padding-top: 5px;
}
*/
.icondetails .icon-sale, .icondetails .icon-leaf, .icondetails .icon-sun, .icondetails .icon-noSO2 {
	float: left;
    padding-left: 18px;
    padding-top: 4px;
}
.icondetails .icon-thumbsup{
	float: left;
    padding-left: 20px;
    padding-top: 2px;
}

.icondetails .icon .wineRatings{
	margin-left: 18px;
    float: left;
}
.icondetails .icon .ratings_text{
	float: left;	
	padding-left: 18px;
    padding-top: 5px;
}

.saleProd{
    font-size: 0.813em;
    font-weight: 600;
    color: #fff;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    padding: 0 10px;
    vertical-align: text-top;
    margin: -3px 10px 0 0;
    text-transform: uppercase;
    background: #FC1646;
}
.saleLabel{
    display: block; 	
    background-color: #FC1646; 
    width: 100%;
    margin-top: -275px;
    float: right;
    position: absolute;
    margin-left: -10px;
    vertical-align: middle;
    text-align: center;
    line-height: 33px;
    font-weight: 500;
    opacity: 0.9;
	color:#fff;
}
.saleText{ 
	color: #FC1646;
}
h3.no_icon{
	text-align:center;
}
.widget-type-8B .contentBlog{
	background-color:#fff;
	height: 240px;
}
.widget-type-8B .blogContent{
	padding:10px;
    position: absolute;
    bottom: 30px;
}
.widget-type-8B .contentBlog h2{
	position:absolute;
	left: 237px;
    top: 16px;
    width: 220px;
	
}
.widget-type-8B .blogImage{
	position: absolute;
    top: 0px;
}
.widget-type-8B .alignRight{
	right: 10px;
    position: absolute;
	margin-top: 5px;
}
.widget-type-8B .slugContent{
	position: absolute;
    right: 10px;
    top: 102px;
	font-size: .7em!important;
	text-align: right;
}
.widget-type-8B .slugContent .categories{
	display: block;
}
.widget-type-8B .slugContent .underline{
	text-decoration: underline;
}

.widget-type-8A .contentBlog img{
	position: absolute;
    top: 0px;
    width: 100%;
}
.widget-type-8A .contentBlog h2 {
    position: absolute;
    left: 10px;
    top: 135px;
    width: 220px;
}
.widget-type-8A .slugContent {
    position: absolute;
    right: 10px;
    top: 222px;
    font-size: .7em!important;
    text-align: right;
}
.widget-type-8A .blogContent {
    padding: 10px;
    position: absolute;
    /* bottom: 24px; */
    top: 250px;
}

.widget-type-8A .alignRight{
	right: 10px;
    text-align: right;
	/*position: absolute;*/
	 margin-top: 5px;
}
.widget-type-8A .slugContent .categories{
	display: block;
}
.widget-type-8A .slugContent .underline{
	text-decoration: underline;
}   
.widget-type-8A .contentBlog{
	height: 240px;
}
.widget-type-8A{
	background-color:#fff!important;
}
.autoCutA, .autoCutB{
	line-height: 1.2;
    overflow: hidden;
    position: relative;
    max-height: 15em;
}
.autoCutA:before , .autoCutB:before{
background: #fff;
bottom: 0;
position: absolute;
right: 0;
content: '\2026';
}
.autoCutB{
	max-height: 4.2em;
}


/* REFINE YOUR SEARCH */


	
    h4{
		font-weight:bold;
		background-color:#dbdbdb;
		
	}
	
	#collapse{
			/*background-color: #f4e5c0;*/
			background-color: #eeeded;
			font-size: 13px;
	}
	
	
	#collapse h4 a {
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
	color: #363636!important;
    }

	
	#collapse h4.open a {
	    background-position: 145px  -25px;
	}
	
	#collapse > div{
		border-bottom: 1px solid #eeeded;
	}
	#collapse .content{
	    padding: 15px;
	}
	#str_product_name,#str_keywords{
		width: 133px;
	    margin: 0px 0px -22px 2px;
	}
	#collapse ul.scroll {
		overflow-x: hidden;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		height: 155px; 
		background: #FFFFFF none repeat scroll 0% 0% !important;
		padding:10px;
		clear: both;
   }

@media only screen and (min-device-width: 481px) and 
	(max-device-width: 1024px) {
	#collapse ul.scroll {
		overflow-y: scroll;
	}
}


	#collapse ul.scroll:hover {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.ui-slider{
		width: 152px;
		margin-left: 10px;
		margin-top: 10px;	
	}
	.sliderValueText{
	    color:#B72E4B;
		display:block;	 
		margin-left: 5px;
	}
	div.right {
		text-align: left;
		width: 132px;
		margin-top: -22px;
		margin-left: 36px;
	}
	.divider {
		height: 8px;
	}
	
	#collapse ul a{
		color:#363636;
		float: left;
		width: 124px;
		line-height: 110%;
		margin: 5px;
		 font-weight: normal; 
	}
	.selected ul li{
		cursor:pointer;
	}
    .selected ul{
		padding-bottom:10px;
	}
	.selected ul li a{
		color: #9e003f!important; 
	}
	
	#collapse ul a:hover {
    	color: #b72e4b;
	}
	
	.selected ul li span.close{ 
		  background: #EFEFEF url("/images/vinimosprite.png") no-repeat scroll right 5px;
		  background-color: #dfdfd3;
		  background-position: 0px -16px;
		  height: 14px;
		  width: 14px; 
		  z-index: 9999;
		  float: right;
		  margin-top: 2px;
		  margin-right: -6px;
    }

   .selected ul li{
		 padding: 0px 5px 0px 0px;
   }

	#collapse h4 .spritebackground{
		background: transparent url("/images/vinimosprite.png") no-repeat scroll;
		    width: 14px;
			height: 8px;
			float: right;
			margin-right: 2px;
			background-position: -2px -8px;
        	margin-top: 10px;
	}
	#collapse h4.open .spritebackground{
			background-position: 1px 0px;
    		margin-right: 6px;
			margin-top: 7px;
	}
	#collapse h4 a{
			font-size: 15px;
	}
	.selected strong{
		line-height:22px;
	}
  	.selected ul li{
		line-height:18px;
	}
	.dividerscroll{ 
		height:15px;
		clear:both;
	}
	.listrefine div.checker span{
	    background-image: url( ../images/uniform/spritecheck.png)!important;
        background-repeat: no-repeat;
	}
	.floader{
	    margin-top: 1px;
	}
	
	.listrefine #refineSearch {
    	width: 190px;
      	float: left;
        margin-top: 10px;
    }
	
	.listrefine #main.refineSearchContent{
		width: 745px;
		float: right;
	}
	
.listrefine .refineSearchContent .result .details{
		width:620px;	
	}
.listrefine #content.refineSearchContent{
		width: 970px;
		padding: 40px 35px 60px;
		}
	
	
/*	@-moz-document url-prefix() { 
	   .floader {
		  margin-top: 0px !important;
		  margin-left: -3px !important;
		  width: 20px !important;
	  }
	}
*/	 
	
	
	
