/* 
 * Reset
 **********************************************************************/

html{color:#636363;}body,div,dl,dt,dd,ul,ol,li,§,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* 
-
Font sizes
-
px	%
10 	77
11 	85
12 	93 
13 	100
14 	108 
15 	116 
16 	123.1 
17 	131 
18 	138.5 
19 	146.5 
20 	153.9 
21 	161.6 
22 	167
23 	174
24 	182
25 	189
26 	197
30  230 
*/


/* 
 * Core stuff
 **********************************************************************/

body {
	margin: 0;
	color: #fff;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
}

.noshow {
	display: none !important;
}

.hidden {
	display: none;
}

/* mastheader */

#main {
/*	background: #2e2924 url(../ui/gradient.jpg) no-repeat center top;*/	
	text-align: center;
}

#main.full {
	filter: none;
	background: #2e2a26;
/*	height: 700px;*/
	padding-bottom: 15px;
}

#main.short #header {
	padding-bottom: 15px;
}

#main .standard {
	min-height: 94px;
}

#main .inner-content {
	width: 920px;
	text-align: left;
	margin: 0 auto;
}

/* global */

#global {
	min-height: 37px;
	background: url(../ui/shade.png);
}

#global a:focus {
	outline: none;
}

#global .inner-content {
	width: 880px;
	position: relative;
}

#global .left {
	float: left;
}

#global .left ul {
	margin: 0;
}

#global .left ul li {
	padding: 0 12px;
	background: url(../ui/menu-divider.png) no-repeat right center;
	float: left;
}

#global .left ul li.first {
	padding-left: 0;
/*	margin-left: -16px;*/
}

#global .left ul li.last {
	background: none;
}

#global .left ul a {
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	text-shadow: #000 2px 2px 7px;
	padding: 11px 2px;
	display: block;
}

#global .left ul a:hover {
	text-shadow: #888 1px 1px 8px;
}

#global .left ul .brands a {
	padding-right: 16px;
	background: url(../ui/menu-arrow-small.png) no-repeat right 17px;
}

#global .left ul .brands.open a {
	background-position: right -29px;
}

#global .global-text {
	padding: 10px 0;
	color: #999;
}

#global .global-text.global-small {
	font-size: 77%;
	padding-top: 12px;
}

#global .right {
	margin-top: 7px;
	margin-left: 13px;
	float: right;
}

#global .right p {
	margin-right: 2px;
	margin-top: 3px;
	vertical-align: baseline;
	color: #bbb;
	float: left;
}

#global .right select {
	vertical-align: baseline;
	margin-left: 8px;
}


/* alert */

#global-alert {
	height: 36px;
	background: url(../ui/shade.png);
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ffdc87;
	background: #fff2d2;
	text-align: center;
}

#global-alert .alert-inner {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	padding: 10px 0 3px 0;
	position: relative;
}

#global-alert .alert-inner p {
	margin: 0;
	font-size: 108%;
}

#global-alert .alert-inner p {
	margin: 0;
	font-size: 108%;
}

#global-alert .flag {
	float: left;
	display: block;
	margin: -5px 6px 0 0;
}

#global-alert .arrows {
	color: #FFA65E;
}

#global-alert .link {
	text-decoration: underline;
}

#global-alert .link:hover {
	text-decoration: none;
}

#global-alert .close {
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url(../ui/global-alert-close.png) no-repeat;
}


#global-alert.offer {
	border-bottom: 1px solid #1d5e70;
	background: #c8e1e8;
}

#global-alert.offer .arrows {
	color: #32bde3;
}


/* strap */

#strap {
	/*
		position: absolute;
		right: 155px;
		top: 25px;
	*/
	font-size: 100%;
	text-shadow: #000 2px 2px 7px;
/*	display: none;*/
	color: #bbb;
}

#strap a {
	color: #bbb;
	text-decoration: none;
}

#strap a:hover {
	color: #fff;
}

#logo-wc {
	/*height: 40px;
		width: 129px;
		position: absolute;
		right: -138px;
		top: -8px;*/
}

#logo-wc a {
	/*height: 40px;
		width: 129px;
		display: block;
		text-indent: -999px;
		overflow: hidden;
		background: url(../ui/logo-wc.png) no-repeat;*/
}

/* 
 * Navigation
 **********************************************************************/

#mobile-menu-icon {
	display: none;
}

#mobile-search-icon {
	display: none;
}

#navigation {
	position: relative;
	z-index: 500;
}

#navigation .nav-inner {
	width: 892px;
	padding: 6px 15px 4px 15px;
	position: relative;
	margin: 10px auto 0 auto;
	background: #2a2926;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-height: 36px;
}

#navigation ul {
	margin: 0;
}

#navigation ul li {
	float: left;
	margin: 0 14px 0 0;
	font-size: 116%;
	text-align: left;
}

#navigation ul li.last {
	margin-right: -5px;
}

#navigation ul li a,
#navigation ul li .a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 7px;
}

#navigation ul li span.expand {
	display: none;
}

html.js ul.megamenu {
	display: none;
	text-align: left;
}

ul.megamenu li.nav-item.has-more {
	max-width: 140px;
}

html.js ul.megamenu li.nav-item {
	max-width: none;
}

ul.megamenu li {
	margin: 0px;
	padding: 0px;
}

ul.megamenu li li a {
	color: #fff;
}

ul.megamenu li.clear-fix {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited, ul.megamenu span.mm-item-link {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 8px 15px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	z-index: 10;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.megamenu .has-more a.mm-item-link:link, ul.megamenu .has-more a.mm-item-link:visited, ul.megamenu .has-more span.mm-item-link {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {

}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited, ul.megamenu span.mm-item-link-hover {
	background: #fda237;
}

#navigation a.mm-item-link-hover, #navigation span.a.mm-item-link-hover {
	color: #000;
}

ul.megamenu div.mm-item-content {
	padding: 0px;
	position: absolute;
	z-index: 500;
}

.mm-content-base {
	background: #fda237;
	position: relative;
	z-index: 11;
	padding: 14px;
	text-align: left;
	font-size: 92%;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	color: #000;
}

.mm-js-shadow {
	background: #000;
	position: absolute;
	z-index: 10;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

.nav-content.mm-item-content {
	width: 420px;
}

#navigation .nav-content ul {
	margin: 0 0 5px 0;
}

#navigation .nav-content ul li a {

}

#navigation .nav-content {
	margin-left: 16px;
}

html.js #navigation .nav-content {
	margin-left: 0;
}

#navigation .nav-content ul ul {
	margin: 5px 0;
}

#navigation .nav-content p.more {
	margin: 8px 0 0 0;
}

html.js #navigation .nav-content .right p.more {
	margin: 7px 0 0 0;
}

#navigation .nav-content p a {
	color: #ccc;
	padding: 0;
}

html.js #navigation .nav-content p a {
	color: #3e3224;
}

#navigation .nav-content p a:hover {
	text-decoration: underline;
}

#navigation .nav-content ul li {
	float: none;
	margin: 0 0 5px 0;
	font-size: 100%;
	display: block;
	color: #3e3224;
	font-size: 80%;
}

html.js #navigation .nav-content ul li {
	font-size: 100%;
}

#navigation .nav-content ul li li {
	font-size: 85%;
}

html.js #navigation .nav-content ul li li {
	margin: 0 0 2px 5px;
}

#navigation .nav-content ul li a {
	display: block;
	padding: 0;
	color: #777;
}

html.js #navigation .nav-content ul li a {
	color: #3e3224;
}

html.js #navigation .nav-content ul li li a {
	color: #fff;
}

#navigation .nav-content ul li a:hover {
	text-decoration: underline;
}

#navigation .nav-content ul li li a {
	color: #fff;
}

#navigation .nav-content ul li.sole-link a {
	text-decoration: underline;
}

#navigation .nav-content ul li.sole-link a:hover {
	text-decoration: none;
}

#navigation .nav-content ul li.sole-link p.info {
	margin-bottom: 18px;
}

html.js .nav-content .left {
	min-height: 180px;
	width: 196px;
	float: left;
}

.nav-content p {
	color: #777;
	font-size: 75%;
}

html.js .nav-content p {
	color: #3e3224;
	font-size: 100%;
}

html.js .nav-content .right {
	min-height: 180px;
	width: 196px;
	float: left;
}

#navigation .nav-content .right .list li {
	margin: 0 0 2px 0;
	font-size: 75%;
}

html.js #navigation .nav-content .right .list li {
	margin: 0 0 2px 5px;
	font-size: 100%;
}

#navigation .nav-content .right .list li a {
	color: #fff;
}

#navigation .nav-content .right  p {
	margin: 1em 0 6px 0;
}

html.js #navigation .nav-content .right  p {
	margin: 0 0 6px 0;
}

#navigation .nav-content .left p.info {
	margin: 0.4em 0;
	font-size: 85%;
	color: #666;
}

html.js #navigation .nav-content .left p.info {
	color: #664f42;
}

/* 
 * Promo
 **********************************************************************/

#promo-banner {
	margin: 9px auto 0 auto;
	height: 146px;
	width: 921px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 8px 1px #222;
	-moz-box-shadow: 1px 2px 8px 1px #222;
	box-shadow: 1px 2px 8px 1px #222;
	text-align: left;
	position: relative;
}

#promo-banner .content {
	padding: 18px 10px 10px 260px;
}

#promo-banner .content .title {
	font-size: 180%;
	margin: 0 0 8px 0;
}

#promo-banner .content .sub-title {
	font-size: 108%;
	margin: 0;
}

#promo-banner .content .sub-title a {
	color: #fff;
}

#promo-banner .content .link {
	position: absolute;
	right: 18px;
	top: 100px;
	font-size: 181%;
	margin: 0;
}

#promo-banner .content .link a {
	text-decoration: none;
}



/* 
 * Menu - legacy
 **********************************************************************/


#menu {
	background: url(../ui/shade.png);
/*	border-bottom: 1px solid #111;*/
	display: none;
	position: relative;
}

#menu a:focus {
	outline: none;
}

#menu .inner-content {
	position: relative;
	padding: 15px 0;
	height: 230px;
}

#menu .columns {
	display: none;
}

#menu .column {
	float: left;
	margin-right: 6px;
	min-height: 233px;
	width: 295px;
}

#menu .column.last {
	margin-right: -10px;
}

#menu .column .inner-content {
	padding: 10px 12px;
	width: auto;
	position: relative;
	height: auto;
}

#menu .types {
	
}

#menu .panel {
	display: none;
}

#menu .column.list {
	background: url(../ui/shade.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 312px;
}

#menu .column.popular {
	background: url(../ui/shade.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu .column p.title {
	border-bottom: 1px solid #2e2e2e;
	margin: 0;
	padding: 6px 0 13px 6px;
	font-weight: bold;
	font-size: 108%;
}

#menu .content {
	padding: 15px 6px 0 6px;
}

#menu .popular ul {
	margin: 0;
}

#menu .popular ul li {
	margin: 0 0 9px 0;
}

#menu .popular ul li.last {
	margin-bottom: 0;
}

#menu .popular ul li a {
	display: block;
}

#menu .popular ul li span {
	color: #fff;
	display: block;
}

#menu .popular ul li .image {
	float: left;
	width: 31px;
	height: 31px;
	padding: 1px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 9px;
	text-align: center;
}

#menu .popular ul li .image img {
	
}

#menu .popular ul span.title {
	font-size: 93%;
	padding-top: 3px;
}

#menu .popular ul span.sub-title {
	color: #666;
	font-size: 85%;
}

#menu .list ul {
	margin: 0 1px;
}

#menu .list ul li {
	margin-bottom: 0.55em;
}

#menu .list ul a {
	color: #fff;
	text-decoration: none;
}


#menu .list .filter {
	position: absolute;
	right: 11px;
	top: 13px;
}

#menu .list .filter input {
	border: 1px solid #444;
	padding: 3px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 95px;
	background: #111;
	color: #fff;
	font-size: 85%;
}

#menu .list .filter input:focus {
	outline: none;
}

#menu .types ul {
	margin: 0;
}

#menu .types ul li {
	margin-bottom: 2px;
	font-size: 108%;
/*	border-bottom: 1px solid #111;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../ui/shade-lighter.png);
}

#menu .types ul li.active {
	background: url(../ui/shade.png);
}

#menu .types ul li.active a {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	background: url(../ui/menu-arrow.png) no-repeat 96% 50%;
}

#menu .types ul li.last {
	border-bottom: none;
}

#menu .types ul li a {
	display: block;
	color: #999;
	padding: 9px 20px;
	text-decoration: none;
}


/* header */

#header {
	padding-top: 7px;
}

#header .inner-content {
	height: 48px;
	position: relative;
}

/* logos */

#logo-wmp {
	height: 33px;
	width: 260px;
	position: absolute;
	left: 23px;
	top: 20px;
	margin: 0;
}

#logo-wmp a {
	height: 33px;
	width: 260px;
	display: block;
	/*text-indent: -999px;*/
	overflow: hidden;
	/*background: url(../ui/logo-wpm-cropped.png) no-repeat;*/
}

#international-sites {
	position: absolute;
	left: 14px;
	top: 0;
}

.js #international-sites {
	top: -200px;
}

#international-sites ul {
	margin: 0;
}

#international-sites ul li {
	float: left;
	font-size: 80%;
	margin-left: 7px;
}

#international-sites ul li a {
	color: #fff;
	text-decoration: none;
}

#international-sites ul li a:hover {
	text-decoration: underline;
}

#global-options {
	margin: 22px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 600;
}

#fb-like {
	position: absolute;
	left: 300px;
	top: 25px;
	width: 100px;
	z-index: 10000;
}

#google-plus-button {
	position: absolute;
	left: 295px;
	top: 27px;
}

#global-options div.dropdown {
	float: right;
	margin-left: 3px;
}

#global-options div.dropdown-group {
	float: right;
}

#global-options div.dropdowns-2 {
	display: none;
}

#global-options div p {
	display: none;
}

#global-options #flag-icon {
	float: right;
	margin: -6px -1px 0 7px;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

.js #global-options #flag-icon {
	display: block;
}

.js #global-options #flag-icon:hover {
	/*background: #2A2926;*/
	cursor: pointer;
}

#global-options #flag-icon img {
	display: block;
}

/* 
 * RSS
 **********************************************************************/


.rss-subscribe {
	position: absolute;
	right: 14px;
	top: 28px;
}

.rss-subscribe img {
	float: right;
	margin-left: 8px;
}

.rss-subscribe p {
	padding-top: 1px;
	margin-left: 12px;
	float: right;
	font-size: 121%;
}

.rss-subscribe p a {
	color: #fff;
	text-decoration: none;
}

/* 
 * Top content section
 **********************************************************************/


#top-content {
	width: 921px;
	margin: 12px auto 3px auto;
	position: relative;
}

#top-content .top-inner {
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 8px 1px #222;
	-moz-box-shadow: 1px 2px 8px 1px #222;
	box-shadow: 1px 2px 8px 1px #222;
	min-height: 120px;
	text-align: left;
}

#top-content .left {
	background: #d8e7c6;
	padding: 18px 22px 25px 22px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float: right;
	width: 272px;
	min-height: 200px;
	color: #000;
}

#top-content .full {
	background: #fff url(../ui/green-block.gif) repeat-x;
	padding: 18px 22px 25px 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 200px;
	color: #000;
}

#top-content .top-inner .full h1 {
	margin: 0 0 0.7em 0;
	padding-bottom: 13px;
	color: #000;
	font-size: 180%;
	font-weight: normal;
	/*border-bottom: 1px solid #ccc;*/
	float: left;
}

#top-content .top-inner .full .search {
	float: left;
	margin: -3px 0 0 18px;
}

#top-content .top-inner .full .search.loading .field {
	/*padding: 0 42px 0 0;*/
	/*background: url(../ui/loading-spinner-green.gif) no-repeat right center;*/
	background: #fff url(../ui/search-field-loading.gif) no-repeat 96% 40%;
}

#top-content .top-inner .full .search .field {
	padding: 8px 9px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*border: 1px solid #999;*/
	background: #fff url(../ui/search-icon.png) no-repeat 97% 50%;
	width: 180px;
}

#top-content .top-inner .full .search .field:focus {
	outline: none;
}

#top-content .top-inner .full .col {
	float: left;
	width: 260px;
	margin-right: 15px;
	padding-right: 15px;
}

#top-content .left .product-details {
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #444;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*
	padding: 12px;
	background: #e7f1da;
	*/
}

#top-content .left .product-details dt {
	float: left;
	display: block;
	margin: 0;
	width: 30%;
	margin-bottom: 4px;
	font-weight: normal;
}

#top-content .left .product-details dd {
	float: left;
	display: block;
	margin: 0;
	width: 70%;
	text-align: right;
	margin-bottom: 4px;
}

#top-content .left .product-details dd a {
	color: #444;
	text-decoration: none;
}

#top-content .left .product-details dd a:hover {
	text-decoration: underline;
}

#top-content .left .title {
	color: #222;
	font-size: 138.5%;
	margin: 0 0 12px 0;
}

#top-content .left .title.first {
	margin-top: 11px;
	padding-right: 80px;
}

#catalogue-list p {
	color: #444;
}

#top-content .full ul {
	margin: 0 0 0.6em 0;
}

#top-content .full ul li {
	margin-bottom: 0.7em;
	line-height: 1.3;
	font-size: 92%;
}

#top-content .full ul li a {
	text-decoration: none;
	color: #444;
}

#top-content .full ul a:hover {
	text-decoration: underline;
	color: #222;
}

#catalogue-list ul li.show-more a {
	font-weight: bold;
	color: #000;
}

#catalogue-list ul {
	margin: 0 0 0.6em 0;
}

#catalogue-list ul li {
	margin-bottom: 0.7em;
	line-height: 1.15;
	font-size: 92%;
}

#catalogue-list ul li a {
	text-decoration: none;
	color: #444;
}

#catalogue-list ul li a:hover {
	text-decoration: underline;
	color: #222;
}

#catalogue-list ul li.show-more a {
	font-weight: bold;
	color: #000;
}

#catalogue-list p.sub-title {
	margin: 0 0 0.6em 0;
	font-size: 108%;
	display: block;
	padding: 3px 0;
	color: #26661c;
/*	border-bottom: 1px solid #c7af92;*/
}

#catalogue-list .recommended {
	margin: 18px 0 -5px 0;
	padding: 12px 14px 8px 14px;
	background-color: #c1ceb2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#catalogue-list .recommended p.title {
	color: #000;
	font-weight: bold;
	margin: 5px 0 10px 0;
	font-size: 92%;
}

#catalogue-list p.title {
	position: relative;
}

#catalogue-list p.title span.plus {
	display: none;
}

#catalogue-list p.title .search {
	position: absolute;
	right: 0;
	top: -2px;
	display: block;
}

#catalogue-list p.title .search.loading .field {
	background: #fff url(../ui/search-field-loading.gif) no-repeat 96% 42%;
}

#catalogue-list p.title .search .field {
	padding: 5px 25px 5px 10px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*border: 1px solid #999;*/
	background: #fff url(../ui/search-icon.png) no-repeat 97% 50%;
	width: 40px;
	font-size: 65%;
	color: #444;
}

#catalogue-list p.title .search .field:focus {
	outline: none;
}

#catalogue-list .recommended .item {
	margin-bottom: 3px;
	position: relative;
}

#catalogue-list .recommended .item.last {
	margin-bottom: 0;
}

#catalogue-list .recommended .item a {
	text-decoration: none;
	color: #444;
	display: block;
}

#catalogue-list .recommended .item a:hover {
	color: #000;
}

#catalogue-list .recommended .item a.image img {
	float: left;
	margin: 2px 9px 0 -2px;
}

#catalogue-list .recommended .item a.arrow {
	position: absolute;
	right: -2px;
	top: 6px
}

#catalogue-list .recommended .item p {
	float: left;
	font-size: 85%;
	width: 190px;
	padding-top: 0;
}

#catalogue-list .recommended .item p a:hover {
	text-decoration: none;
}

#catalogue-list .recommended .image img {
	-webkit-box-shadow: 0 1px 10px 3px #fff;
	-moz-box-shadow: 0 1px 10px 3px #fff;
	box-shadow: 0 1px 10px 3px #fff;
}

#top-content .top-inner .right {
	padding: 25px 22px 18px 22px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	float: right;
	width: 561px;
	color: #ccc;
}

#top-content .top-inner .right h1 {
	margin: 0 0 0.3em 0;
	color: #000;
	font-size: 220%;
	font-weight: normal;
}

#top-content .top-inner .right h2 {
	font-size: 150%;
	margin: 0 0 0.4em 0;
}

#top-content .top-inner .right p {
	font-size: 100%;
	color: #777;
}

#top-content .right .product {
	border-bottom: 1px dashed #D7D7D7;
	padding-bottom: 5px;
	margin-bottom: 18px;
}

#top-content .right .product-details {
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #888;
	background: #f1f1f1;
	padding: 14px 16px;
	float: right;
	width: 190px;
	margin-left: 0;
}

#top-content .right .product-details dt {
	float: left;
	display: block;
	margin: 0;
	width: 30%;
	margin-bottom: 6px;
	font-weight: normal;
}

#top-content .right .product-details dd {
	float: left;
	display: block;
	margin: 0;
	width: 70%;
	text-align: right;
	margin-bottom: 6px;
}

#top-content .right .product-details dd a {
	color: #444;
	text-decoration: underline;
}

#where-to-buy {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

#where-to-buy .content {
	float: left;
	width: 366px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#where-to-buy .description {
	font-style: italic;
	margin: 0.5em 0 1.5em 0;
}


#top-content #where-to-buy h2 {
	color: #000;
	font-weight: normal;
	font-size: 121%;
	margin-bottom: 0.2em;
}

#where-to-buy .image {
	width: 180px;
	height: 245px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#where-to-buy p {
	margin: 0 0 10px 0;
}

#where-to-buy .content p.price {
	font-size: 108%;
	color: #888;
	margin: 0 0 18px 0;
}

#where-to-buy .content p.price a {
	padding: 6px 10px 6px 30px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #57ab49 url(../ui/button-arrow-right.gif) left center no-repeat;
	text-decoration: none;
	float: left;
	display: block;
}

#where-to-buy .content p.price span {
	margin-top: 6px;
	margin-left: 11px;
	float: left;
	display: block;
	font-size: 108%;
	color: #000;
	font-weight: bold;
}

#where-to-buy .content p.price span.local,
#where-to-buy .content p.price span.actual-price {
	color: #999;
	margin-left: 7px;
	font-weight: normal;
}

#where-to-buy .content p.price a:hover {
/*	background-color: #307524;*/
}

.extra-details {
	margin: 10px 0 10px 0;
}

.extra-details .similar {
	/*float: right;*/
	position: absolute;
	right: 24px;
	bottom: 20px;
	width: 350px;
	text-align: right;
}

.extra-details .similar p {
	display: inline;
	line-height: 2;
}

.extra-details .similar ul {
	margin: 0;
	display: inline;
}

.extra-details .similar ul li {
	float: right;
	margin: 0;
	margin-left: 7px;
}

.extra-details .similar ul li a {
	display: block;
	background: #e1e1e1;
	color: #444;
	padding: 5px 8px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.extra-details .similar ul li a:hover {
	background: #666;
	color: #fff;
}

.extra-details .shopping {
	float: left;
	width: 220px;
}

.extra-details .shopping a {
	display: block;
	background: #57ab49 url(../ui/button-arrow-down.gif) left center no-repeat;
	color: #fff;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.extra-details .shopping a:hover {
/*	background-color: #307524;*/
}

.extra-details .samples {
	position: absolute;
	right: 20px;
	bottom: 15px;
	width: 390px;
}

.extra-details .samples .tracking-pixel {
	position: absolute;
	width: 1px;
	height: 1px;
}

.extra-details .samples a img {
	float: right;
	margin: 0 0 0 3px;
	display: block;
}

.extra-details .samples p {
	margin: 10px 0 0 0;
	text-align: right;
}

.extra-details .samples p a {
	/*display: block;*/
	text-decoration: none;
}

.extra-details .samples p a:hover span {
	color: #000000;
}

.extra-details .samples p a span.sub-title .link-text {
	/*text-decoration: underline;*/
	display: inline;
}

.extra-details .samples p a:hover span.sub-title .link-text {
	text-decoration: underline;
}

.extra-details .samples p a:hover span.count {
	/*color: #fff;
	text-decoration: none;*/
}

.extra-details .samples p span {
	display: block;
}

.extra-details .samples p span.title {
	font-size: 128%;
	margin-bottom: 2px;
	color: #222;
	padding-top: 10px;
}

.extra-details .samples p span.sub-title {
	color: #777;
}

.extra-details .samples p span.count {
	/*padding-top: 0;
	position: absolute;
	right: 28px;
	top: -1px;
	width: 20px;
	height: 20px;
	background: url(../ui/record-count.png) no-repeat;
	text-align: center;
	color: #fff;
	line-height: 21px;
	font-size: 92%;*/
}

.extra-details .samples p span.count.small {
	font-size: 75%;
}

.polaroid {
	width: 150px;
	padding: 10px 10px 15px 10px;
	border: 1px solid #BFBFBF;
	background-color: white;
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	transform: rotate(9deg);
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
}

.polaroid img {
	margin: 0 0 10px 0;
}

.polaroid .caption {
	margin: 0;
	font-size: 0.7em;
}

.pull-right {
	float: right;
	margin: -35px -25px 1.5em 1.5em;
}
.pull-left {
	float: left;
	margin: 0.8em 3em 2em 0;
}
.pull-left.polaroid {
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

/* 
 * Quick Look
 **********************************************************************/

#quick-look {
	min-height: 245px;
}

#top-content #quick-look h2 {
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 5px;
	font-size: 131%;
}

#quick-look .items {
	padding: 0 5px;
	margin-bottom: 8px;
	clear: both;
}

#quick-look .items .item {
	float: left;
	width: 120px;
	margin: 0 23px 0 0;
	text-align: center;
	position: relative;
}

#quick-look .items .item .image {
	width: 120px;
	height: 144px;
	background: #f0f0f0;
	margin: 0 0 10px 0;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #e1e1e1;
	position: relative;
}

#quick-look .items .item .image a:focus {
	outline: none;
}

#quick-look .items .item .image img {
	display: block;
}

#quick-look .items .item .image .panel {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: url(../ui/shade-darker.png);
	height: 0;
	overflow: hidden;
	cursor: pointer;
}

#quick-look .items .item .image .panel p {
	padding: 8px;
	color: #fff;
	text-align: left;
	overflow: hidden;
}

#quick-look .items .item .icon {
	position: absolute;
	z-index: 100;
	top: 8px;
	left: 8px;
}

#quick-look .items .item.last {
	margin-right: 0;
}

#quick-look .items .item p.price {
	color: #888;
}

#quick-look .items .item p.price .local-price {
	display: inline;
	padding: 0 14px;
	background: url(../ui/quick-look-link-arrow.gif) no-repeat left center;
}

#quick-look .items .item p.price .local-price a:hover {
	text-decoration: none;
}

#quick-look .items .item p.price .actual-price {
	display: block;
	margin-top: 3px;
}

/* 
 * Search filters
 **********************************************************************/


#filters {
	padding-top: 30px;
	margin: 0 -12px;
	background: url(../ui/filters-block-top.png) no-repeat top left;
	width: 945px;
	position: relative;
}

#filters .maintenance {
	position:absolute; 
	left:12px; 
	top:12px; 
	background:url(../ui/search-offline-top.png); 
	width:921px; 
	height:217px;
	z-index: 100;
	text-align: center;
	color: #000;
}

#filters .maintenance p {
	margin-top: 85px;
	font-size: 200%;
}

.advanced #filters .maintenance {
	position:absolute; 
	left:12px; 
	top:12px; 
	background:url(../ui/search-offline-side.png); 
	width:320px; 
	height:646px;
	z-index: 100;
	text-align: center;
	color: #000;
}

.advanced #filters .maintenance p {
	margin-top: 150px;
}

#filter-fields {
	background: url(../ui/filters-block-middle.png) repeat-y;
	padding: 0 12px;
	color: #000;
	position: relative;
}

#filter-fields .inner {
	background: #fff;
	padding: 0 28px;
}

#filter-fields h1,
#sidebar-content h1,
#sidebar-content .h1 {
	color: #7d7d7d;
	margin: 0 0 11px 0;
	font-size: 154%;
	font-weight: normal;
/*	text-shadow: #888 1px 1px 1px;*/
}


#sidebar-content p.h1 {
	font-size: 100%;
}

#sidebar-content p.fact {
	font-size: 100%;
	color: #7B7B7B;
	margin: 0 0 0.7em 0;
}

#sidebar-content p.fact a {
	color: #e1e1e1;
	text-decoration: none;
}

#sidebar-content p.fact a:hover {
	text-decoration: underline;
}

#sidebar-content p.link a {
	color: #ccc;
}

#sidebar-content p.link a:hover {
	color: #fff;
	text-decoration: none;
}

#filter-fields .row {
	padding-bottom: 10px;
	position: relative;
}

#filter-fields .column {
	float: left;
	width: 260px;
/*	border-right: 1px solid #e9e9e9;*/
	margin-right: 17px;
	padding-right: 17px;
	padding-bottom: 0;
	min-height: 105px;
	position: relative;
}

#filter-fields .column.last {
	border-right: none;
	margin-right: 0 !important;
}

#filter-fields .title h2 {
	margin: 0 0 1px 0;
	font-size: 131%;
	font-weight: normal;
	float: left;
}

#filter-fields .title h2 input {
	margin-right: 3px;
}

#filter-fields .row.primary {
	background: url(../ui/filters-divider.png) no-repeat 48.3% 0;
}

#filter-fields .row.secondary {
	background: #f1f1f1;
	margin: 0 -28px;
	padding: 14px 25px 8px 25px;
}

#filter-fields .row.secondary .column {
	border-right: none;
	width: 262px;
	margin-right: 17px;
	padding-right: 17px;
	padding-bottom: 10px;
	min-height: 0;
}

#filter-fields .row.secondary .title {
	margin-left: 3px;
}

#filter-fields .row.secondary .title h2 {
	font-size: 108%;
	margin-bottom: 2px;
}

#filter-fields .row.secondary .slider {
	clear: both;
	margin: 5px 9px 0 8px;
}

#filter-fields .row.secondary .range {
	font-size: 100%;
	margin: -1px -5px 0 0;
}

#filter-fields .row.secondary .note {
	font-size: 100%;
}

#filter-fields .title .range {
	padding: 3px 0 0 8px;
	float: left;
	margin: 0;
	color: #7b7b7b;
}

#filter-fields .title .range .longhand {
	display: none;
}

#filter-fields .note {
	font-size: 108%;
	color: #adadad;
	margin-bottom: 6px;
	clear: both;
}

#filter-fields .prompt {
	font-size: 100%;
	margin: 12px -20px 0 0;
	color: #adadad;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 500px;
}

#filter-fields .prompt a {
	color: #7B7B7B;
}

#filter-fields .prompt a:hover {
	text-decoration: none;
}

#filter-fields .prompt .tick {
	background: url(../ui/icon-info-tick.png) no-repeat left center;
	padding-left: 21px;
}

#filter-fields .prompt .info {
	background: url(../ui/icon-info-info.png) no-repeat left center;
	padding-left: 21px;
}

#filter-fields .input {
	position: relative;
}

#filter-fields .input .text {
	margin: 0;
	display: block;
	font-size: 108%;
	line-height: 1.2;
	padding: 0 21px 0 8px;
	height: 35px;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-appearance: none;
}

#filter-fields .input .text:focus {
	outline: none;
}

#filter-fields .input .clear,
#advanced .input .clear {
	width: 15px;
	height: 15px;
	background: url(../ui/clear-search.png) no-repeat;
	display: block;
	position: absolute;
	right: 6px;
	top: 9px;
	cursor: pointer;
}

#advanced .input .clear {
	right: 98px;
	top: 28px;
}

/* advanced */

#search.advanced #filters {
	float: none;
	width: 327px;
	float: left;
	margin-right: 0;
	background: url("../ui/filters-options-advanced-top.png") no-repeat 12px 0;
}

#search.advanced #filter-fields,
#search.advanced #sidebar-content {
	padding: 0 25px 50px 38px;
	background: url("../ui/filters-options-advanced-middle.png") repeat-y 12px 0;
}

#search.advanced #filter-fields .inner {
	background: none;
	padding: 0;
}

#search.advanced .column {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	min-height: 58px;
}

#advanced {
	float: right;
	width: 617px;
	min-height: 400px;
     margin: 0 -12px 0 0;
	position: relative;
}

#advanced-results {
/*	background: url("../ui/filters-block-middle.png") repeat-y right top;*/
    padding-top: 0;
	color: #000;
}

#advanced-results .header {
	background: url("../ui/advanced-block-top.png") no-repeat right top;
	height: 20px;
}

#advanced #main-column {
	background: url("../ui/advanced-block-middle.png") repeat-y 0 0;
	margin-right: -12px;
	padding-right: 12px;
	padding-top: 0;
	min-height: 600px;
}

#advanced #main-column .inner {
	background: #fff;
	min-height: 600px;
	padding: 0;
}

#advanced #main-column #keyword-search .inner {
	min-height: 0;
}

#advanced #main-column .main-inner-content {
	padding: 10px 18px;
	background: #fff;
}

#search-prompt {
	position: absolute;
	right: 30px; 
	top: 30px; 
	background: #ebebeb url(../ui/search-prompt-mini.png) no-repeat right center;
	width: 80px;
	height: 25px;
	z-index: 200;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #bababa;
}

#search-prompt:hover {
	cursor: text;
}



/* 
 * Awards
 **********************************************************************/

#content .awards-index {
	
}

#content .awards-index .item {
	height: 130px;
	padding: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border-bottom: none !important;
	position: relative;
}

#content .awards-index .item p.title {
	color: #000;
	font-size: 150%;
	line-height: 1;
	margin: 15px 0 0.4em 0;
}

#content .awards-index .item p.sub-title {
	color: #444;
	margin: 0 0 1em 0;
	width: 350px;
}

#content .awards-index .item p.sub-title a:hover {
	text-decoration: none;
}

#content .awards-index .item p.button {
	padding: 0;
	float: none;
	height: auto;
	width: auto;
}

#content .awards-index .item p.button a {
	background: url(../ui/shade-darker.png);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 108%;
	height: auto;
	width: auto;
	display: inline;
	display: inline-block;
	padding: 0 10px;
}

#content .awards-index .item p.button a:hover {
	background: #000;
}

#advanced #main-column #award-header {
	margin: -19px -18px 20px -18px;
	padding: 30px 20px 0 20px;
	height: 95px;
	background: #000;
}

#advanced #main-column #award-header h1 {
	margin: 0 !important;
	padding: 0;
}

#advanced #main-column #award-header h1 span {
	display: block;
}

#advanced #main-column #award-header h1 span.title {
	color: #000;
	font-size: 150%;
	line-height: 1;
}

#advanced #main-column #award-header h1 span.sub-title {
	font-size: 120%;
	color: #444;
}

#advanced #main-column #award-header h1 span.sub-title a:hover {
	text-decoration: underline !important;
}

.awards .title {
	color: #333;
	font-size: 121%;
	font-weight: normal;
	margin: 0;
}

.awards .h2 {
	color: #000;
	font-size: 138.5%;
	font-weight: normal;
	margin: 0 0;
}

.awards .category {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
	margin-top: 8px;
}

.award-result {
	margin-bottom: 50px;
}

.award-result .image {
	float: left;
	margin-right: 18px;
}

.award-result .info {
	float: left;
	padding-top: 18px;
	width: 420px;
}

.awards .info h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0;
	color: #888;
}

.awards .info .sub-title {
	font-size: 116%;
	font-weight: normal;
	margin: 4px 0 10px 0;
	color: #000;
}

.awards .info .table {
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
}

.awards .info .table table {
	width: 100%;
	margin: 0;
}

.awards .info tr {
	
}

.awards .info td {
	border: none;
	padding: 8px 20px;
}

.awards .info td.site img {
	margin-right: 8px;
	vertical-align: middle;
}

.awards .info td.site .stock {
	color: #666;
	font-size: 85%;
}

.awards .info td a {
	text-decoration: none;
}

.awards .info td.price {
	color: #555;
}

.awards .info td.buy a {
	text-align: center;
	background: #333;
	color: #fff;
	padding: 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.table.offers .buy a:hover {
	background: #307524;
}

.other-awards .category {
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	font-size: 100%;
	color: #888;
}

.other-awards .bottle {
	margin: 0 0 1.5em 0;
	color: #000;
	font-size: 116%;
	font-weight: normal;
}

.other-awards .bottle a {
	text-decoration: none;
}

.other-awards .bottle a:hover {
	text-decoration: underline;
}

/* 
 * Advanced search
 **********************************************************************/


#search-options {
	display: none;
}

#search.advanced .row {
	margin-bottom: 0;
	padding-bottom: 0;
}

#search.advanced .row.secondary {
	background: none;
	padding: 0;
	margin: 0;
}

#search.advanced .row.secondary .column {
	min-height: 58px;
	margin: 0;
	padding: 0;
	width: auto;
}

#search.advanced #advanced .footer {
	background: url("../ui/advanced-block-bottom.png") no-repeat right top;
	height: 31px;
}

#search.advanced #filters .footer {
	background: url("../ui/filters-options-advanced-bottom.png") no-repeat 12px 0;
	height: 31px;
}

#search.advanced #filter-fields .title h2 {
	color: #fff;
	font-size: 108%;
}

#search.advanced #filter-fields .disabled .title {
	visibility: hidden;
}
 
#search.advanced #filter-fields .disabled .slider {
	visibility: hidden;
}

#search.advanced #filter-fields .mask {
	position: absolute;
	/*background: #222;*/
	height: 55px;
	width: 290px;
	top: -8px;
	left: -13px;
	z-index: 100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #333;
}

#search.advanced #filter-fields .mask input {
	padding: 5px;
	margin: 5px;
	width: 30px;
	color: #000;
	font-size: 150%;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 5px;
	background: #fff;
}

#search.advanced #filter-fields .mask .field-title {
	color: #fff;
	font-size: 108%;
	position: absolute;
	left: 15px;
	top: 18px;
}

#search.advanced #filter-fields .mask .field-text {
	color: #fff;
	font-size: 150%;
	position: absolute;
	left: 105px;
	top: 13px;
}

#search.advanced #filter-fields .mask .field-change {
	font-size: 100%;
	position: absolute;
	right: 10px;
	top: 18px;
}

#search.advanced #filter-fields .mask .field-change a {
	color: #888;
}

#search.advanced #filter-fields .mask .field-change a:hover {
	text-decoration: none;
	color: #fff;
}

#search.advanced #filter-fields .title p {
	padding-top: 1px;
}


#search.advanced #filter-fields .title p.range {
	color: #949494;
	font-size: 93%;
	padding-top: 2px;
}

#search.advanced #filter-fields .note {
	display: none;
}

#search.advanced #filter-fields .slider {
	margin-top: 14px;
	margin-right: 17px;
}

#search.advanced .h1 {
	color: #fff;
	font-size: 100%;
	margin-bottom: 1.5em;
	line-height: 1.6;
}

#search.advanced #content .h1 {
	color: #000;
	font-size: 150%;
	margin: 10px 0 10px 0;
}

#choose-retailer {
	position: absolute;
	top: 29px;
	width: 230px;
	display: none;
}

#choose-retailer-button {
	position: absolute;
	top: 36px;
	right: 26px;
	width: 13px;
	height: 13px;
	background: url(../ui/up-down-arrow.png) no-repeat;
	cursor: pointer;	
}

#search.advanced .h1 .title {
	color: #7B7B7B;
	font-size: 108%;
	display: block;
	margin: 0;
	line-height: 1.3;
}

#search.advanced .h1 span.sub {
	font-size: 175%;
	display: block;
	color: #fff;
	line-height: 1.3;
}

#advanced #keyword-search.shadow {
	min-height: 0;
	background: url(../ui/advanced-block-middle.png) repeat-y 0 0;
	padding: 0 12px 0 0;
	width: 605px;
	margin: 0 -12px 0 0;
}

#advanced #keyword-search.hub {
	display: none;
}

#advanced #keyword-search.shadow .lining {
	padding: 10px 0 0 18px;
	background: #fff;
}

#advanced #keyword-search .note {
	margin: 0;
	display: none;
}

#advanced .retailer-group-input {
	right: 18px;
}

#advanced #keyword-search .title {
	margin: 0;
	display: none;
}

#advanced .input .text:focus {
	outline: none;
}

#advanced .input {
	width: 486px;
	height: 72px;
	background: url(../ui/search-field.png) no-repeat;
	width: 569px;
	float: left;
	padding-left: 23px;
	position: relative;
}

#advanced .input.focus {
	background: url(../ui/search-field.png) no-repeat bottom left;
}

#advanced #search-input {
	border: none;
	font-size: 121%;
	line-height: 1.2;
	padding: 0 6px;
	margin-top: 16px;
	width: 462px;
	height: 39px;
	background: transparent;
}

#advanced #search-input:focus {
	outline: none;
}

#advanced .button {
	float: left;
	width: 118px;
	height: 36px;
	margin: 0;
}

/*#advanced #search-data {
	margin: 0 18px 12px 18px;
	background: none;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #e1e1e1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#advanced #search-data span {
	color: #666;
}

#advanced #search-data select {
	margin: 0 4px;
}*/

.check-menu {
	color: #949494;	
	margin-bottom: 20px;
}

.check-menu h2 {
	color: #fff;
	font-weight: normal;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	font-size: 108%;
	padding-bottom: 8px;
	cursor: pointer;
}

.check-menu h2 a {
	text-decoration: none;
	color: #fff;
}

.check-menu h2.orange,
.check-menu h2.orange a {
	color: #ffb246;
}

.check-menu h2.orange a:hover {
	color: #fff;
}

.check-menu h2.arrow {
	background: url(../ui/filter-check-arrows.png) no-repeat 239px 6px;
}

.check-menu h2.open {
	background-position: 238px -13px;
	border-bottom: none;
	padding-bottom: 10px;
}

.check-menu h2.last {
	border-bottom: none;
}

.check-menu h2:hover,
.check-menu h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.check-menu ul {
	margin: 0 0 8px 0;
	background: url(../ui/shade-lighter.png);
}

.check-menu ul li {
	margin: 0 0 2px 0;
/*	cursor: pointer;*/
	padding: 9px 12px;
	border-bottom: 1px solid #111;
	color: #ccc;
}

.check-menu ul li a {
	color: #ccc;
	text-decoration: none;
	display: block;
}

.check-menu ul li.link {
	padding: 0;
}

.check-menu ul li.link a {
	padding: 9px 12px;
}

.check-menu ul li.check {
	background: url(../ui/filter-check-icons.png) no-repeat 241px 11px;
	cursor: pointer;
}

.check-menu ul li span {
	color: #777;
	margin-left: 5px;
}

.check-menu ul li.hover {
	color: #fff;
	background-position: 241px -20px;
}

.check-menu ul li.on.hover {
	background-position: 241px -78px;
	color: #fff;
}

.check-menu ul li.on,
.check-menu ul li.on.active {
	background-position: 241px -50px;
	color: #fff;
}

/*
#sidebar-menu {
	margin: 0;
	padding: 0;
}

#sidebar-menu li {
	margin: 0;
}

#sidebar-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 108%;
}

*/

.checkbox {
	color: #949494;
	margin: 0.5em 0 1.4em 0;
	font-size: 100%;
	cursor: pointer;
}

.checkbox input {
	margin-right: 4px;
}

.button a {
	display: block;
	width: 118px;
	height: 36px;
	background: url(../ui/button-search.png) no-repeat;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	font-size: 121%;
}

#sidebar-extra {
	margin-top: 10px;
	padding-top: 25px;
	color: #fff;
	border-top: 1px solid #444;
}

/* 
 * Sidebar reviews
 **********************************************************************/


.review {
	margin: 2em 0;
}

.review .title {
	color: #FFB246;
	font-size: 116%;
	margin: 0 0 0.4em 0;
}

.review .title a {
	color: #FFB246;
}

.review .title a:hover {
	text-decoration: none;
}

.review .title span {
	display: block;
}

.review .snippet {
	margin: 0;
}

.review .score {
	margin: 3px 0;
	color: #666;
}

#advanced #results {
	padding: 0 18px;
}

#advanced .prompt { 
	padding: 1em 0;
	display: none !important;
}

#other-results {
	padding-top: 5px;
}

#other-results p {
	color: #777;
}

#other-results .split {
	float: left;
	width: 49.5%;
}

#other-results .title {
	font-size: 121%;
	color: #444;
}

#other-results ul {
	margin: 0;
}

#other-results ul li {
	margin: 5px 0;
}

#other-results ul li a:hover {
	text-decoration: none;
}

/* 
 * Bubbles
 **********************************************************************/


#bubbles {
	padding: 0 18px;
	position: relative;
	z-index: 400;
	height: 180px;
}

#bubbles .bubble {
	width: 572px;
	min-height: 90px;
	padding-bottom: 31px;
	position: relative;
	margin-bottom: 4px;
}

#bubbles .bubble .content {
	padding: 57px 18px 0 20px;
	min-height: 50px;
}

#bubbles .bubble p {
	font-style: normal;
	font-size: 138.5%;
	margin: 0;
}

#bubbles .bubble p em {
	font-style: normal;
	font-weight: bold;
}

#bubbles .bubble .footer {
	width: 572px;
	min-height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#bubbles .adjust {
	top: -66px;
}

#bubbles .bubble.green {
	background: url(../ui/bubble-green-top.png) no-repeat right top;
}

#bubbles .bubble.green .footer {
	background: url(../ui/bubble-green-bottom.png) no-repeat top right !important;
}

#bubbles .bubble.yellow {
	margin-left: -25px;
	padding-left: 25px;
	min-height: 62px;
	background: url(../ui/bubble-yellow-top.png) no-repeat right top;
}

#bubbles .bubble.yellow .footer {
	background: url(../ui/bubble-yellow-bottom.png) no-repeat top right !important;
}

#bubbles .bubble.yellow .content {
	padding-top: 30px;
}

#why-search {
	margin: 20px 0;
	padding: 0 18px;
}

#why-search ul {
	margin: 0;
	width: 49.9%;
	float: left;
}

#why-search ul li {
	padding-bottom: 14px;
	padding-left: 45px;
	padding-right: 15px;
	margin-bottom: 10px;
	background: url(../ui/icons.png) no-repeat left top;
}

#why-search ul li.icon.search {
	background-position: 0 0;
}

#why-search ul li.icon.cog {
	background-position: 0 -100px;
}

#why-search ul li.icon.graph {
	background-position: 0 -200px;
}

#why-search ul li.icon.time {
	background-position: 0 -300px;
}

#why-search ul li.icon.basket {
	background-position: 0 -400px;
}

#why-search ul li.icon.star {
	background-position: 0 -500px;
}


#filter-options {
	background: url(../ui/filters-options-bottom.png) no-repeat bottom left;
	height: 61px;
	padding: 0 40px;
	position: relative;
	font-size: 108%;
}

#filter-options .left {
	position: absolute;
	left: 40px;
	top: 15px;
	color: #bbbbbb;
}

#filter-options .left input#input-samples {
	margin-right: 8px;
}

#filter-options .left p#input-categories {
	vertical-align: middle;
}

#filter-options .left p#input-categories span {
	margin: 0 15px 0 0;
	vertical-align: middle;
	display: inline-block;
}

#filter-options .left p#input-categories span label {
	cursor: pointer;
}

#filter-options .left p#input-categories input {
	margin: -2px 4px 0 0;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
}

#filter-options .left p#input-categories input:focus {
	outline: none !important;
}

#filter-options .right {
	position: absolute;
	right: 32px;
	top: 7px;
}

#filter-options .right p {
	float: right;
	padding-left: 20px;
}

#filter-options p a {
	color: #bbbbbb;
	text-decoration: none;
	display: block;
	padding: 8px 38px 8px 0;
}

#filter-options p a:hover {
	text-decoration: underline;
}

#more-options a {
	background: url(../ui/icon-advanced.png) no-repeat right center;
}

#clear-filters {
	position: absolute;
	right: 17px;
	top: 0;
	display: none;
}

#clear-filters a {
	padding: 7px 5px 0 32px;
	text-decoration: none;
	background: url(../ui/button-reset.png) no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 88px;
	height: 21px;
	font-size: 85%;
	display: block;
	color: #888;
}

#search.advanced #clear-filters a {
	background-position: left bottom;
	color: #fff;
}

#search.advanced #clear-filters a:hover {
	color: #ff7302;
}

#clear-filters a:hover {
	color: #333;
}

#filter-options p {
	margin: 0;
}

#filter-fields .slider {
	margin-right: 8px;
	margin-left: 7px;
	margin-top: 12px;
	height: 9px;
	top: 2px;
}

#filter-alerts {
	position: absolute;
	left: -40px;
	bottom: -59px;
	background: url(../ui/filters-block-alerts.png) no-repeat bottom left;
	height: 49px;
	padding: 0 30px;
	margin: 0 12px;
	width: 861px;
	z-index: 100;
	font-size: 108%;
	
}

#filter-alerts.mid {
	bottom: -79px;
	height: 69px;
	background: #f1f1f1;
}

#filter-alerts .inner {
	padding-top: 15px;
	background: none;
}

#filter-alerts p {
	display: inline;
	color: #000;
}

#filter-alerts p a {
	color: #000;
	text-decoration: underline;
}

#filter-alerts p a:hover {
	text-decoration: none;
}

#filter-alerts select {
	display: inline;
	margin-right: 8px;
}

#filter-alerts select option {
	font-size: 108%;
}

.ui-slider-handle:focus {
	outline: none;
}

#filter-fields .ui-widget-content {
	border: 1px solid #bababa;
	background: #f5f5f5;
}

.ui-slider .ui-slider-range {
	background: #ffa65e; 
	cursor: crosshair;
}

#filter-fields .ui-slider  {
	cursor: crosshair;
}

#filter-fields .ui-slider .ui-slider-handle {
	background: url(../ui/slider-handle.png) no-repeat;
	border: none;
	width: 19px;
	height: 19px;
	margin-top: -1px;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#filter-fields .ui-slider .ui-slider-handle.ui-state-active {
	background: url(../ui/slider-handle.png) no-repeat bottom left;
	cursor: grabbing;
     cursor: -moz-grabbing;
     cursor: -webkit-grabbing;
}

#search.advanced .ui-slider {
	background: #333;
}

#search.advanced .ui-slider-range {
	background: #555;
}

#search.advanced .ui-widget-content {
	border: none;
	height: 7px;
}

#search.advanced .ui-slider-handle {
	margin-top: -2px;
	background: url(../ui/slider-handle-advanced.png) no-repeat;
}

#search.advanced .ui-slider .ui-slider-handle.ui-state-active {
	background: url(../ui/slider-handle-advanced.png) no-repeat bottom left;
}

#search.advanced #clear-filters {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 5px;
}

.other-results .h2 {
	margin: 1.2em 0 0.5em 0;
	font-weight: normal;
	font-size: 138.5%;
}

.other-results p {
	color: #777;
}

#advanced .other-results #results {
	padding: 0;
	border-top: 1px dashed #D7D7D7;
}

#advanced .other-results.no-border #results {
	border-top: none;
}

.hub-premium-results-notice {
	padding: 10px;
	background-color: #d8e7c6;
	text-align: center;
	margin: 0 0 1em 0;
	color: #475833 !important;
}

.hub-display-all-results {
	text-decoration: underline;
	cursor: pointer;
}


/* 
 * intro
 **********************************************************************/


#content {
	min-height: 530px;
	background: #ededed url(../ui/offers-gradient.jpg) repeat-x center bottom;
	padding-top: 15px;
	padding-bottom: 40px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}

#content h2 {
	margin: 0 0 0.5em 0;
	padding-bottom: 7px;
	font-size: 161%;
	font-weight: normal;
	color: #47423d;
	text-shadow: #fff 1px 1px 10px;	
}

#content .h2,
#results-title,
.h2.heading {
	margin: 0 0 0.5em 0;
	padding-bottom: 7px;
	font-size: 161%;
	font-weight: normal;
	color: #47423d;
	text-shadow: #fff 1px 1px 10px;
}

#content .inner-content {
	width: 920px;
	margin: 0 auto;
}

#intro {
	margin: -10px 0 0 0;
	text-align: center;
	padding-bottom: 10px;
	text-align: left;
}

#intro .share {
	float: right;
	width: 184px;
	text-align: right;
	margin: 3px 17px 0 0;
}

#intro .share .addthis_toolbox {
	float: right;
}

#intro .inner-content {
	margin: 18px 0 5px 0;
	background: #383430;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: left;
}

#intro .inner-content .left {
	float: left;
	width: 565px;
	padding: 24px 10px 20px 28px;
	color: #e1e1e1;
	font-size: 100%;
	position: relative;
	min-height: 280px;
	background: #f0a54b url(../ui/noise-orange.jpg);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#intro .inner-content .left .text {
	width: 320px;
}

#intro .inner-content .left h2 {
	color: #000;
	text-shadow: none;
	font-size: 210%;
	line-height: 1.2;
	margin: 0 -20px 10px 0;
	padding: 0;
}

#intro .inner-content .left p {
	color: #47423d;
	font-size: 100%;
	margin: 0;
}

#intro .inner-content .left p a:hover {
	text-decoration: none;
}

#intro .inner-content .left img {
	position: absolute;
	right: 10px;
	bottom: 0;
	display: block;
}

#intro .inner-content .left p {
	margin: 0;
	padding: 0;
}

#intro .inner-content .right {
	float: right;
	width: 317px;
}

#intro .inner-content .right .text {
	color: #fff;
	padding: 18px 28px 5px 20px;
}

#intro .inner-content .right .text h2 {
	color: #fff;
	text-shadow: none;
	font-size: 138.5%;
	margin: 0;
}

#intro .inner-content .right .text h2 a {
	color: #fff;
	text-decoration: none;
}

#intro .inner-content .right p {
	color: #a2a2a2;
	font-size: 100%;
	margin: 0;
}

#intro .inner-content .right p a {
	color: #fff;
}

.video-list {
	margin: 12px 0;
}

.video-list .item {
	margin: 0 0 8px 0;
}

#intro .video-list .item p {
	color: #ccc;
	font-size: 85%;
}

#intro .video-list .item p a {
	color: #ccc;
	text-decoration: none;
}

#intro .video-list .item p a:hover {
	color: #fff;
}

.video-list .item img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #666;
}

.latest-posts-list {
	font-size: 100%;
	margin: 0;
}

.latest-posts-list ul {
	margin: 0;
}

.latest-posts-list ul li {
	margin: 0 0 0.3em 0;
}

.latest-posts-list ul li a {
	color: #a2a2a2;
	text-decoration: none
}

.latest-posts-list ul li a:hover .title {
	color: #fff;
	text-decoration: underline;
}

.latest-posts-list ul li a span {
	display: block;
}

.latest-posts-list ul li a span.date {
	font-size: 85%;
	color: #fff;
	margin-bottom: 8px;
}

/* 
 * Featured Series
 **********************************************************************/

#featured-series {
	width: 918px;
	height: 282px;
	margin: 3px 0 28px 0;
	position: relative;
}

#featured-series a {
	display: block;
	height: 282px;
	float: left;
	background: url(../ui/promo-featured-series.jpg) no-repeat;
}

#featured-series.worldwide a {
	background: url(../ui/promo-featured-series-worldwide.jpg) no-repeat;
}

#featured-series.france a {
	background: url(../ui/promo-featured-series-fr.jpg) no-repeat;
}

#featured-series a span {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#featured-series a.left {
	width: 327px;
	margin-left: -25px;
	background-position: 0 0;
}

#featured-series a.middle {
	width: 300px;
	background-position: -327px 0;
}

#featured-series a.right {
	width: 319px;
	background-position: -627px 0;
	margin-right: -10px;
}

/* 
 * Featured Series Stacked
 **********************************************************************/

#featured-series-stacked {
	width: 569px;
	padding: 0 18px;
	position: relative;
	margin: 28px 0;
}

.main-inner-content #featured-series-stacked {
	margin-left: -18px;
}

#featured-series-stacked a {
	display: block;
	height: 205px;
	width: 579px;
	background: url(../ui/promo-featured-series-stacked.jpg) no-repeat;
	margin-left: -10px;
	margin-bottom: 18px;
}

#featured-series-stacked.worldwide a {
	background: url(../ui/promo-featured-series-stacked-worldwide.jpg) no-repeat;
}

#featured-series-stacked.france a {
	background: url(../ui/promo-featured-series-stacked-fr.jpg) no-repeat;
}

#featured-series-stacked a span {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#featured-series-stacked a.promo-1 {
	background-position: 0 0;
}

#featured-series-stacked a.promo-2 {
	background-position: 0 -205px;
}

#featured-series-stacked a.promo-3 {
	background-position: 0 -410px;
	height: 220px;
	margin-bottom: 5px;
}

/* 
 * Christmas promo
 **********************************************************************/

#christmas-promo {
	width: 918px;
	height: 307px;
	margin: 6px 0 32px 0;
	position: relative;
}

#christmas-promo a {
	display: block;
}

#christmas-promo a span {
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

#christmas-promo.almost  a.top-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 470px;
	height: 145px;
}

#christmas-promo.almost  a.bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 470px;
	height: 150px;
}

#christmas-promo.almost {
	background: url(../ui/christmas-promo-almost.jpg) no-repeat;
}

#christmas-promo.festive  a.top-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 231px;
	height: 150px;
}

#christmas-promo.festive  a.bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 231px;
	height: 150px;
}

#christmas-promo.festive  a.top-left {
	position: absolute;
	right: 235px;
	top: 0;
	width: 240px;
	height: 150px;
}

#christmas-promo.festive  a.bottom-left {
	position: absolute;
	right: 235px;
	bottom: 0;
	width: 240px;
	height: 150px;
}

#christmas-promo.festive {
	background: url(../ui/christmas-promo-festive.jpg) no-repeat;
}

#christmas-promo.festive-2  a.top-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 231px;
	height: 150px;
}

#christmas-promo.festive-2  a.bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 231px;
	height: 150px;
}

#christmas-promo.festive-2  a.top-left {
	position: absolute;
	right: 235px;
	top: 0;
	width: 240px;
	height: 150px;
}

#christmas-promo.festive-2  a.bottom-left {
	position: absolute;
	right: 235px;
	bottom: 0;
	width: 240px;
	height: 150px;
}

#christmas-promo.festive-2  a.left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 440px;
	height: 155px;
}

#christmas-promo.festive-2 {
	background: url(../ui/christmas-promo-festive-2.jpg) no-repeat;
}

/* 
 * offers
 **********************************************************************/


#offers {
	margin: -10px 0 0 0;
	text-align: center;
	padding-bottom: 10px;
	text-align: left;
}

#offers .inner-content {
	margin: 18px 0 5px 0;
	background: #91bb61 url(../ui/noise-green.jpg);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: left;
}

#offers .inner-content .left {
	float: left;
	width: 565px;
	padding: 24px 10px 10px 28px;
	font-size: 100%;
	position: relative;
	background: #383430;
	min-height: 320px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	min-height: 360px;
}


#offers .inner-content .left .text {

}

#offers .inner-content .left h2 {
	color: #fff;
	text-shadow: none;
	font-size: 180%;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #222 1px 1px 3px;
}

#offers .inner-content .left h2 span {
	color: #FFA65E;
}

#offers .inner-content .left p {
	color: #47423d;
	font-size: 100%;
	margin: 0;
}

#offers .inner-content .right {
	
}
	
#offers .inner-content .right {
	float: right;
	width: 317px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
}

#offers .inner-content .right .text {
	color: #fff;
	padding: 24px 28px 10px 20px;
}

#offers .inner-content .right .text .title {
	color: #fff;
	text-shadow: none;
	font-size: 150%;
	margin:  5px 0 8px 0;
	padding-bottom: 0;
	text-shadow: #444 1px 1px 3px;
}

#offers .inner-content .right p {
	color: #222;
	font-size: 100%;
	margin: 0 0 0.8em 0;
}

#offers .offer-items {
	width: 100%;
	margin: 8px 0 0 0;
}

#offers .item {
	width: 267px;
	height: 135px;
	background: #fff url(../ui/buy-whisky-arrow-orange-offer.png) no-repeat right bottom;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	margin: 0 15px 15px 0;
	-webkit-box-shadow: 1px 2px 8px 1px #222;
	-moz-box-shadow: 1px 2px 8px 1px #222;
	box-shadow: 1px 2px 8px 1px #222;
}

#offers .item.last {
	margin-right: 0;
}

#offers .item a {
	width: 295px;
	height: 132px;
	display: block;
	text-decoration: none;
}

#offers .item img {
	float: left;
	margin: 12px 0 0 5px;
}

#offers .item span.content {
	display: block;
	float: left;
	width: 165px;
	padding: 0 0 0 5px;
}

#offers .item span.content span {
	display: block;
}

#offers .item span.category {
	margin: 18px 0 3px 0;
	color: #000;
	font-size: 85%;
	color: #777;
}

#offers .item span.title {
	color: #000;
	margin: 3px 0;
	font-size: 116%;
	line-height: 1.2;
}

#offers .item span.new {
	color: #888;
	margin: 3px 0;
	font-size: 170%;
}

#offers .item span.old {
	color: #ffa04a;
	margin: 3px 0;
	font-size: 121%;
}

#offers .previous {
	margin: 1em 0 0 0 !important;
}

#offers .previous a {
	color: #000;
	text-decoration: underline
}

#offers .previous a:hover {
	color: #fff;
	text-decoration: none;
}

#offers .button {
	margin: 1.2em 0 0 0 !important;
}

#offers .button {
	margin: 1em 0;
}

#offers .button a {
	display: block;
	width: auto;
	height: 36px;
	background: #222;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	font-size: 121%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	float: left;
	padding: 0 20px;
}

#offers .button a:hover {
	background: #111;
	color: #c7f296;
}



#video-promo {
	margin-bottom: 10px;
}

#video-promo.rounded video {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
	-webkit-transform: rotate(0.000001deg); 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	border-radius: 12px; 
	overflow: hidden; 
}

@media only screen and (max-width : 750px) {
	#video-promo {
		margin-top: 10px;
		margin-bottom: 12px;
	}
}


#image-promo {
	padding-bottom: 10px;
}

#image-promo.rounded img {
	width: 100%;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

@media only screen and (max-width : 750px) {
	#image-promo {
		margin-top: 10px;
	}
}



/*

#offers {
	margin: 0 0;
	text-align: center;
	padding-bottom: 10px;
	text-align: left;
}

#offers .inner-content {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

#offers h2 {
	margin: 0;
}

#offers .inner-content .column {
	float: left;
	margin-right: 17px;
	width: 295px;
}

#offers .inner-content .promo {
	width: 295px;
	height: 132px;
	background: url(../ui/promo-border.png) no-repeat;
}

#offers .inner-content .promo.last {
	margin-right: 0;
}

#offers .inner-content .promo a {
	width: 295px;
	height: 132px;
	display: block;
	text-decoration: none;
}

#offers .inner-content .promo img {
	float: left;
}

#offers .inner-content .promo span.content {
	display: block;
	float: left;
	width: 180px;
}

#offers .inner-content .promo span.content span {
	display: block;
}

#offers .inner-content .promo span.title {
	color: #8c8c8c;
	margin: 22px 0 3px 0;
	font-size: 116%;
	line-height: 1.2;
}

#offers .inner-content .promo span.new {
	color: #000;
	margin: 3px 0;
	font-size: 170%;
}

#offers .inner-content .promo span.old {
	color: #ffa04a;
	margin: 3px 0;
	font-size: 121%;
}

#offers .inner-content .column.last {
	margin-right: 0;
}*/

/* info */

#info {
	padding: 4px 0;
	height: 40px;
	text-align: left;
	color: #000;
	width: 920px;
	margin: 0 auto;
	background: #fff;
/*	position: relative;*/
	display: none;
}

#advanced-results #info {
	padding: 10px 14px 4px 14px;
	width: auto;
	height: auto;
	min-height: 40px;
	position: relative;
	display: block;
}

#advanced-results #info .tweet-share {
	position: absolute;
	right: 19px;
	top: 19px;
	display: none;
}

#advanced-results #info .tweet-share * {
	display: inline;
	vertical-align: top;
}

#advanced-results #info .tweet-share a {
	margin-left: 5px;
}

#advanced-results #info .tweet-share span {
	line-height: 1.5;
}

#advanced-results #prompt-title {
	margin: 8px 0 0 3px;
}

#advanced-results #prompt-title div {
	margin: 0 0;
	padding-bottom: 7px;
	font-size: 138.5%;
	font-weight: normal;
	color: #000;
	text-shadow: #fff 1px 1px 10px;
	text-align: left;
	width: 350px;
	position: static;
}

#results-sub-title {
	position: absolute;
	right: 30px;
	top: 123px;
	color: #777;
}

#loading {
	background: url(../ui/loading.gif) repeat-x 0 5px;
	height: 39px;
	width: 920px;
	position: absolute;
	z-index: 500;
}

#loading .frame {
	background: url(../ui/loading-frame.png) no-repeat left top;
	height: 39px;
	width: 920px;
	position: absolute;
	top: 0;
	left: 0;
}

#advanced-results #loading {
	width: 579px;
}

#search-data .box.group .menu {
	width: 152px;
}

#advanced-results #loading .frame {
	background: url(../ui/loading-frame-small.png) no-repeat left top;
	width: 579px;
}

#search-data {
	width: 606px;
	height: 40px;
	background: url(../ui/search-data-wide.png) no-repeat;
	margin-bottom: 12px;
}

#advanced #search-data {
	margin: 0 17px 14px 17px;
	width: 569px;
	background: url(../ui/search-data.png) no-repeat;
	visibility: hidden;
}

#advanced #search-data.visible {
	visibility: visible;
}

#search-data .box {
	float: left;
	height: 32px;
	width: 127px;
	padding: 5px 12px 3px 12px;
	position: relative;
	cursor: pointer;
}

#search-data .box .menu {
	position: absolute;
	top: 32px;
	left: 0;
	width: 150px;
	background: #2b2b2b;
	z-index: 99;
	padding: 8px 0 7px 0;
	display: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#advanced #search-data .box .menu {
	width: 142px;
}

#advanced #search-data .box.total .menu {
	width: 142px;
}

#advanced #search-data .box.total {
	width: 118px;
}

#advanced #search-data .box.sort .menu {
	width: 142px;
	margin-left: 1px;
}

#advanced #search-data .box.sort {
	width: 119px;
}

#advanced #search-data .box.order .menu {
	width: 142px;
	margin-left: 1px;
}

#advanced #search-data .box.order  {
	width: 119px;
}

#advanced #search-data .box.group .menu {
	width: 140px;
	margin-left: 1px;
	margin-right: 1px;
}

#advanced #search-data .box.group {
	width: 117px;
}

#search-data .box .menu ul {
	margin: 0;
}

#search-data .box .menu ul li {
	color: #fff;
	padding: 2px 12px;
}

#search-data .box .menu ul li:hover {
	color: #fd8c00;
}

#advanced #search-data .box {
	width: 118px;
}

#search-data .box span.label {
	color: #8f8f8f;
	display: block;
	font-size: 85%;
	position: absolute;
	z-index: 100;
}

#search-data .box span.value {
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 108%;
	position: absolute;
	top: 19px;
	z-index: 100;
}

#search-data .total.hover,
#search-data .limit.hover {
	background: url(../ui/search-data-wide.png) no-repeat 0 -40px;
}

#search-data .sort.hover {
	background: url(../ui/search-data-wide.png) no-repeat -151px -40px;
}

#search-data .order.hover {
	background: url(../ui/search-data-wide.png) no-repeat -151px -40px;
}

#search-data .group.hover {
	background: url(../ui/search-data-wide.png) no-repeat -453px -40px;
}


#advanced #search-data .total.hover {
	background: url(../ui/search-data.png) no-repeat 0 -40px;
}

#advanced #search-data .sort.hover {
	background: url(../ui/search-data.png) no-repeat -142px -40px;
}

#advanced #search-data .order.hover {
	background: url(../ui/search-data.png) no-repeat -142px -40px;
}

#advanced #search-data .group.hover {
	background: url(../ui/search-data.png) no-repeat -428px -40px;
}

#search-data .box .arrow {
	width: 13px;
	height: 5px;
	background: url(../ui/search-data-arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 24px;
}

#search-data .box.hover .arrow {
	
}

#search-data p {
	color: #fff;
	padding: 12px 10px;
}

/* content */

#columns {
	margin-bottom: 1.2em;
}

#main-column {
	width: 605px;
	text-align: left;
	margin-right: 18px;
	float: left;
}

#main-column .column {
	width: 605px;
	background: url(../ui/rounded-border-double-top.png) no-repeat left top;
	padding-top: 20px;
}

#main-column .inner {
	background: #fff;
	min-height: 300px;
	padding: 0 19px;
}

#main-column .footer {
	background: url(../ui/rounded-border-double-bottom.png) no-repeat left bottom;
	height: 20px;
}

.retailer-group-input {
	text-align: right;
	color: #888;
	position: absolute;
	right: 0;
	top: 3px;
}

.retailer-group-input input {
	margin: 0 8px;
}

#main-column .padding-top {
	padding-top: 32px;
}

#main-column .grouping {
	margin: 0 -24px;
	padding: 0 24px 20px 24px;
/*	border-bottom: 1px solid #f1f1f1;*/
/*	min-height: 100px;*/
}

#main-column .grouping.hover {
/*	background: #f9f9f9;*/
}

#main-column .grouping.first {
/*	border-top: 1px solid #f1f1f1;*/
}

#main-column .grouping.last {
	border-bottom: none;
	position: relative;
}

#results-title {
	margin: 10px 0 0.3em 0;
	visibility: hidden;
}

#results-title span.refine,
h2 span.refine {
	font-size: 85%;
	color: #999;
	padding-left: 7px;
}

#results-title span.refine a,
h2 span.refine a {
	color: #666;
}

#results-title span.refine a:hover,
h2 span.refine a:hover {
	text-decoration: none;
}

#results-title.visible {
	visibility: visible;
}

#advanced-results #results-title {
	color: #000;
	margin: 6px 0 -6px 4px;
	font-size: 138.5%;
/*	width: 350px;	*/
}

#advanced-results #content {
	background: #fff;
	border-bottom: none;
}

/* 
 * Standard e.g about 
 **********************************************************************/


#content.standard-content {
	min-height: 300px;
}

#content.standard-content .inner-content {
	min-height: 300px;
	width: 880px;
	padding: 14px 0;
	position: relative;
}

#content.standard-content .h1 {
	font-weight: normal;
	margin: 0 0 0.9em 0;
	font-size: 220%;
	color: #000;
}

#content.standard-content h2.h1 {
	margin: 0.7em 0 0.1em 0;
}

#content.standard-content .h2 {
	font-weight: normal;
	font-size: 131%;
	color: #000;
	margin: 0;
}

#content.standard-content .header-combo .h1 {
	margin-bottom: 5px;
}

#content.standard-content .header-combo .sub-title {
	font-size: 131%;
	color: #666;
	margin-bottom: 18px;
}

#content.standard-content p {
	font-size: 108%;
	margin: 0 0 0.8em 0;
	color: #7D7D7D;
}

#content.standard-content ul {
	margin: 1em 0;
}

#content.standard-content ul li {
	margin: 0 0 0.5em 0;
	font-size: 108%;
}

#content.standard-content ul li span a {
	color: #999;
}

#content.standard-content p a {
	text-decoration: underline;
}

#content.standard-content p a:hover {
	text-decoration: none;
}

#content.standard-content .item {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}

#content.standard-content .column.double {
	width: 605px;
}

#content.standard-content .column.double-extra {
	width: 805px;
}

#content.standard-content .column .split {
	width: 49%;
	float: left;
}

#content.standard-content .column.full .split {
	width: 33%;
	float: left;
}


/* 
 * News Articles
 **********************************************************************/

.news-article h1 {
	margin: 0 0 0.1em 0;
	font-size: 250%;
	font-weight: normal;
}

.news-article .date {
	color: #999;
	margin-bottom: 1.3em;
	font-size: 100%;
}

.news-article p {
	line-height: 1.4;
	font-size: 108%;
	color: #444;
}

.news-article .body {
	margin: 0 0 20px 0;
}

.news-article .review {
	background: #ececec;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px;
	position: relative;
	font-size: 108%;
	margin: 10px 0;
}

.news-article .review .content {
	margin-right: 15px;
}

.news-article .review p {
	line-height: 1.3;
}

.news-article .review .image {
	margin: 30px 0 0 20px;
	float: right;
	width: 255px;
	display: none;
}

.news-article .review .image .image-credit {
	text-align: center;
	font-size: 85%;
	margin: 0.5em 0 1em 0;
}

.news-article .review .image .image-credit a {
	text-decoration: none;
	color: #888;
}

.news-article .review .image img {
	
}

.news-article .review p.description {
	font-size: 131%;
}

#main-column .news-article .review h2 {
	font-size: 200%;
	margin: 10px 0 0 0;
	font-weight: normal;
	width: 279px;
}

.news-article .review h2 a {
	text-decoration: none;
}

#main-column .news-article h3 {
	margin: 10px 0 3px 0;
}

.news-article .review .score {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100px;
	height: 100px;
	background: url(/blog/wp-content/themes/wmp/images/seal-red-small.png) no-repeat;
}

.news-article .review .score p {
	color: #fff;
	text-align: center;
}

.news-article .review .score p span {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 000, -1px -1px #000;
}

.news-article .review .score p span.title {
	margin-top: 19px;
	line-height: 0.7em;
	font-size: 100%;
}

.news-article .review .score p span.number {
	font-size: 300%;
	line-height: 0.9em;
}

.news-article .review .score p span.total {
	line-height: 1em;
}

.news-article .review-comment {
	margin-top: 22px;
	padding: 0 70px 0 24px;
	background: url(images/speech-mark.jpg) no-repeat right top;
}

.news-article .review-comment h3 {
	margin: 1.5em 0 0.4em 0;
	font-size: 120%;
}

p.more-articles-title {
	font-size: 150%;
}

ul.articles-list {
	margin: 0;
}

ul.articles-list li {
	margin: 0.7em 0;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #222;
}

ul.articles-list li a {
	color: #ffb246;
	font-weight: normal;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	font-size: 108%;
	padding-bottom: 8px;
	cursor: pointer;
	text-decoration: none;
}

ul.articles-list li a:hover {
	color: #fff;
}

/* 
 * Results
 **********************************************************************/


#button-top-right {
	position: absolute;
	right: 0;
	top: 15px;
}

#subscribe {
	color: #000;
	text-align: left;
	padding: 20px;
}

#subscribe .h2 {
	font-weight: normal;
	font-size: 200%;
	margin: 0 0 1em 0;
}

#subscribe span.label { padding-top: 8px;}
#subscribe span.label,span.spacer,span.multiple span {width:120px;float:left; } 
#subscribe span.multiple {float:left;} 
#subscribe span.button {padding-left:120px; display: block; margin-top: 1em;} 
#subscribe div.clear {clear:both;padding-top:5px;}

#alert {
	border: 1px solid #ffdc87;
	border-left: none;
	border-right: none;
	padding: 12px 10px;
	margin: -3px 18px 10px 18px;
	background: #fff2d2;
}

#alert p {
	font-size: 108%;
	margin: 0;
	color: #a55500;
}

#error {
	padding: 60px 0;
	text-align: center;
}

#error .message {
	margin: 0 auto;
	background: #ebebeb url(../ui/error-block.gif) no-repeat;
	width: 250px;
	height: 120px;
	line-height: 1.4;
}

#error .message-inner {
	padding: 35px 20px 0 20px;
	color: #999;
	font-size: 121%;
}

#error .message-inner a {
	color: #555;
	text-decoration: none;
}

#error .message-inner span {
	display: block;
}

#error .message-inner a:hover {
	text-decoration: underline;
}

#main-column .title .options {
	float: right;
	width: 180px;
	margin: 0;
	color: #888;
	font-size: 108%;
	text-align: right;
}

#main-column .title h3 {
	margin: 0;
	font-weight: normal;
	color: #888;
	margin-bottom: 10px;
	font-size: 121%;
	float: left;
	width: 260px;
}

#main-column .title h3 img {
	vertical-align: middle;
	margin-right: 8px;
}

#main-column .grouping ul {
	margin: 0;
}

#main-column .grouping ul li {
/*	background: #f6f6f6;*/
	border-bottom: 1px dashed #d7d7d7;
	margin: 0;
	padding: 12px 150px 12px 10px;
/*	margin-bottom: 5px;*/
	position: relative;
}

#main-column .grouping ul li img.info {
	display: none;
	margin: -2px 8px 0 8px;
}

#main-column .grouping ul li span.delivery {
	color: #57ab49;
	font-size: 85%;
	display: none;
}

#main-column .grouping ul li .persist img.info,
#main-column .grouping ul li .persist span.delivery {
	display: inline;
}

#main-column .grouping ul li.featured {
	background: #fcf4e6;
	border-color: #e8cea0;
}

#main-column .grouping ul li.featured .site a {
	color: #444;
}

#main-column .grouping ul li.featured.hover {
	border-color: #e8cea0;
	background-color: #fff0d6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#main-column .grouping ul li.featured.last {
	margin-bottom: 10px;
	border-bottom: none;
}

#main-column .title-featured-results {
	margin-top: -5px;
}

#main-column .title-featured-results p {
	background: #fcf4e6;
	color: #fc7a02;
	margin: 0;
	text-align: right;
	padding: 3px 10px 1px 10px;
	float: right;
}

#main-column .details {
	float: left;
	width: 320px;
}

#main-column .details a {
	text-decoration: none;
}

#main-column .details a:hover {
/*	text-decoration: underline;*/
}

#main-column .details .heading {
	margin: 0 0 3px 0;
}

#main-column .details .heading span.title {
	font-size: 108%;
}

#main-column .details .description {
	margin: 0 0 3px 0;
	color: #888;
	font-size: 85%;
}

#main-column .details .site {
	margin: 0;
}

#main-column .details .site a {
	margin: 0;
	color: #ccc;
	font-size: 93%;
}

#main-column .details .site img.icon {
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	display: inline-block;
}

#main-column .details .site img {
	vertical-align: middle;
}

#main-column .details .site a:hover {

}

#main-column .details .description span {
	margin-right: 7px;
}

#main-column .grouping ul li.product-promotion,
#main-column .grouping ul li.product-promotion.hover {
	background-color: #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: transparent;
}

#main-column .grouping ul li.product-promotion .description br {
	display: none;
}

#main-column .grouping ul li.product-promotion .site a {
	color: #000;
}

#main-column .grouping ul li.product-promotion .buy {
	margin-top: 7px;
}

#main-column .grouping ul li.product-promotion .overlay {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	cursor: pointer;
}

#main-column .grouping ul li.product-promotion.jewellry {
	background: #ebebeb url(../result-promos/jewellry/background.jpg) no-repeat center center;
}

#main-column .grouping ul li.product-promotion.watches {
	background: #ebebeb url(../result-promos/watches/background.jpg) no-repeat center center;
}


@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {

    	#main-column .grouping ul li.product-promotion.jewellry {
		background-image: url(../result-promos/jewellry/background@2x.jpg);
        	background-size: 569px 84px;
	}

	#main-column .grouping ul li.product-promotion.watches {
		background-image: url(../result-promos/watches/background@2x.jpg);
        	background-size: 569px 84px;
	}
}

@media only screen and (max-width : 750px) {

	#main-column .grouping ul li.product-promotion {
		margin: 0 -18px;
		padding-left: 10px;
	}

	#main-column .grouping ul li.product-promotion .description br {
		display: inline;
	}

	#main-column .grouping ul li.product-promotion .buy {
		display: none;
	}

	#main-column .grouping ul li.product-promotion.jewellry {
		background-position: -60px 0;
	}

	#main-column .grouping ul li.product-promotion.watches {
		background-position: -80px 10px;
	}

}

#retailer-results {
	position: relative;
}

#main-column #retailer-results .price {
	position: absolute;
	right: 95px;
	top: 23px;
	font-size: 108%;
	color: #000;
	text-align: center;
	font-weight: bold;
}

#main-column #retailer-results .price.multi-line {
	top: 20px;
}

#main-column .price span.gbp,
#main-column .price span.actual-price {
	color: #888;
	font-size: 75%;
	display: block;
}

#main-column .details .buy {
	position: absolute;
	right: 15px;
	top: 24px;
	font-size: 108%;
}

#main-column .details .buy a {
	background: #666;
	padding: 5px;
	font-size: 93%;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main-column .details .buy a:hover {
	text-decoration: none;
	background: #000;
}

#main-column .grouping ul li .image {
	float: left;
	height: 54px;
    width: 54px;
	background: #fff;
    margin-right: 9px;
    position: relative;
    text-align: center;
	overflow: hidden;
}

#main-column .grouping ul li .image a {
	text-decoration: none;
	font-size: 85%;
}

#main-column .grouping ul li .image img {
	max-width: 54px;
	color: #fff;
}

#main-column .grouping ul li .image img.lazy {
	border: none;
	width: 1px;
	height: 1px;
}

#main-column .grouping ul li .image.loading {
	background: url(../ui/image-loading.gif) no-repeat center center;
}

#main-column .grouping.hover ul li {
/*	background: #fff;*/
}

#main-column .grouping.hover ul li.hover {
/*	background: #fff;*/
}

p.more-results {
	margin-top: -10px;
	margin-bottom: 20px;
	padding-left: 73px;
	z-index: 100;
	position: relative;
}

p.more-results.loading {
	background: url(../ui/loading-spinner-more-results.gif) no-repeat 50px 0;
}

p.more-results a {
	text-decoration: underline;
}

p.more-results a:hover {
	text-decoration: none;
}

p.total-results {
	position: absolute;
	right: 22px;
	bottom: -20px;
	color: #999;
}

#results {
	position: relative;
}

.loading-opacity {
	opacity: 0.5;
}

#main-column .prompt-text {
	position: absolute;
	top: 120px;
	width: 100%;
	font-size: 138.5%;
	color: #000;
	text-align: center;
}

#main-column .prompt-text a:hover {
	text-decoration: none;
}

#sub-column {
	width: 297px;
	padding-top: 22px;
	text-align: left;
	float: left;
}

#sub-column h2 {
	color: #555;
}

#sub-column h3 {
	margin: 0;
	font-weight: normal;
	color: #888;
	margin-bottom: 10px;
	font-size: 121%;
}

#sub-column .type {
	background: #fff url(../ui/rounded-border-single-top.png) no-repeat left top;
	position: relative;
	margin: 0 0 1.7em 0;
}

#sub-column .type .inner {
	background: url(../ui/rounded-border-single-bottom.png) no-repeat left bottom;
	padding: 12px 10px 5px 10px;
}

#sub-column .type .image {
	float: left;
	height: 40px;
    width: 40px;
	background: #fff;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

#sub-column .type .entry {
	margin-bottom: 15px;
}

#sub-column .type .entry.last {
	margin-bottom: 5px;
}

#sub-column .type .entry .title {
	color: #333;
	margin: 0 0;
}

#sub-column .type .entry .title.padded {
	padding-top: 3px;
}

#sub-column .type .entry .title a {
	text-decoration: none;
}

#sub-column .type .entry .meta {
	color: #ccc;
}

/* 
 * Home WMTV promo
 **********************************************************************/


#home-video-block {
	margin: -6px 0 30px 0;
	background: url(../ui/wmtv-homepage-background.jpg) no-repeat;
	padding: 26px 0 26px 26px;
	height: 335px;
	position: relative;
}

#home-video-block .player {
	float: left;
	margin-right: 20px;
	position: relative;
	height: 361px;
}

#home-video-block .player .title {
	position: absolute;
	bottom: 11px;
	left: 0;
	margin: 0;
	color: #fff;
	font-size: 108%;
}

#home-video-block .player .subscribe {
	position: absolute;
	bottom: 11px;
	right: 0;
	margin: 0;
	color: #fff;
}

#home-video-block .player a {
	color: #fff;
}

#home-video-block .player a:hover {
	text-decoration: none;
}

#home-video-block .info {
	float: left;
	width: 282px;
	height: 361px;
}

#home-video-block .info h2 {
	color: #fff;
	text-shadow: none;
}

#home-video-block .info h2 span {
	display: block;
}

#home-video-block .info h2 span.title {
	font-size: 131%;
}

#home-video-block .info h2 span.name {
	color: #f8650c;
	font-size: 92%;
}

#home-video-block .recent-episodes {
	margin: 0;
	padding: 0;
}

#home-video-block .recent-episodes li {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0;
}

#home-video-block .recent-episodes li img {
	display: block;
}

#home-video-block .recent-episodes li a img {
	border: 1px solid transparent;
}

#home-video-block .recent-episodes li a:hover img {
	border: 1px solid #fff;
}

#home-video-block .more {
	position: absolute;
	bottom: 11px;
	right: 26px;
	margin: 0;
}

#home-video-block .more a {
	color: #fff;
}

#home-video-block .more a:hover {
	text-decoration: none;
}

#home-video-block .logo-wmtv {
	position: absolute;
	right: -22px;
	top: -18px;
}

/* 
 * Home popular list
 **********************************************************************/

#popular {
	margin: 0.3em 0 15px 0;
}

.tabs ul {
	margin: 0;
}

.tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabs li a {
	text-decoration: none;
	background: #e1e1e1 url(../ui/tabs-top-right.png) no-repeat right top;
	color: #888;
	font-size: 108%;
	display: block;
}

.tabs.tabs-small li a {
	font-size: 77%;
}

.tabs li a span {
	display: block;
	padding: 8px 12px;
	background: url(../ui/tabs-top-left.png) no-repeat;
}

.tabs li.active a,
.tabs li a:hover {
	color: #444;
	background-color: #fff;
}

.tabbed-content {
	background: #fff url(../ui/tabs-content-top-default.png) no-repeat;
}

.tabbed-content .panel {
	position: relative;
	padding-bottom: 60px;
}

.js .tabbed-content .panel {
	padding-bottom: 0;
}

.tabbed-content .panel.noshow {
	display: block !important;
}

.js .tabbed-content .panel.noshow {
	display: none !important;
}

.tabbed-content .links {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.js .tabbed-content .links {
	bottom: -60px;
}

.tabbed-content .links .left {
	float: left;
	width: 49%;
}

.tabbed-content .links .right {
	float: right;
	width: 49%;
	text-align: right;
}

.tabbed-content .links a {
	text-decoration: none;
	color: #888;
}

.tabbed-content .links a:hover {
	text-decoration: underline;
	color: #444;
}

.tabbed-content .content {
	padding: 18px;
	background: url(../ui/tabs-content-bottom.png) no-repeat left bottom;
}

.tabbed-content .column {
	float: left;
	margin-right: 10px;
	width: 288px;
/*	border-right: 1px solid #e9e9e9;*/
	background: #F6F6F6 url(../ui/tabs-col-top.png) no-repeat;
}

.tabbed-content .column.last {
	margin-right: 0;
	border-right: none;
}

.search-list .item {
	margin-bottom: 2px;
	padding: 2px 7px 0 8px;
/*	background: #f1f1f1;*/
	border-bottom: 1px solid #fff;
}

.search-list .item.last {
	border-bottom: none;
	background: url(../ui/tabs-col-bottom.png) no-repeat bottom left;
	margin-bottom: 0;
}

.search-list .item a {
	text-decoration: none;
	color: #555;
}

.search-list .item a:hover {
	text-decoration: underline;
}

.search-list .item .image {
	float: left;
	margin: 5px 0 5px 2px;
	display: block;
	width: 17px;
	height: 30px;
}

.search-list .item p {
	float: left;
	width: 250px;
	line-height: 1;
	margin: 0;
}

.search-list .item p a {
	display: block;
	padding: 10px 5px 12px 12px;
	font-size: 100%;
	display: block;
	min-height: 15px;
}

#cboxContent input {
	padding: 6px;
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 8px;
	width: 235px;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	color: #444;
}

#cboxContent .login {
	padding: 30px 15px;
	color: #000;
	text-align: left;
}

#cboxContent .login p {
	font-size: 130%;
	color: #888;
	margin: 8px 0;
}

#cboxContent .login button {
	padding: 6px 10px;
	border: none;
	background: orange;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	float: right;
	cursor: pointer;
}

/* 
 * index list legacy
 **********************************************************************/


.producer-index-list {
	margin: 0;
}

.producer-index-list li {
	margin: 0;
	float: left;
	width: 187px;
	margin: 0 2px 2px 0;
}

.producer-index-list li a {
	display: block;
	background: #f1f1f1;
	padding: 15px 15px;
	text-decoration: none;
	color: #444;
	overflow: hidden;
}

.producer-index-list li a:hover {
	color: #222;
	background: #e1e1e1;
}

.bottle-index-list {
	margin: 0;
}

.bottle-index-list li {
	margin: 0;
	margin: 0 2px 2px 0;
}

.bottle-index-list li a {
	display: block;
	background: #f1f1f1;
	padding: 15px 15px;
	text-decoration: none;
	color: #444;
	overflow: hidden;
}

.bottle-index-list li a:hover {
	color: #222;
	background: #e1e1e1;
}

.paging {
	margin: 1em 0;
}

.paging a {
	margin-right: 1px;
	text-decoration: none;
	background: #f1f1f1;
	padding: 1px 2px;
	color: #999;
}

/* 
 * Bottle details - legacy
 **********************************************************************/


#bottle-details {
	color: #000;
}

#advanced #main-column #bottle-details .content .h1 {
	color: #000;
	margin: 0 0 13px 0;
	line-height: 1.3;
	font-size: 170%;
}

#bottle-details .content p.price {
	font-size: 108%;
	color: #888;
	margin: 0 0 18px 0;
}

#bottle-details .content p.price a {
	padding: 7px 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #57ab49;
	text-decoration: none;
	float: left;
	display: block;
}

#bottle-details .content p.price span {
	margin-top: 6px;
	margin-left: 11px;
	float: left;
	display: block;
	font-size: 108%;
	color: #000;
	font-weight: bold;
}

#bottle-details .content p.price span.local {
	color: #999;
	margin-left: 7px;
	font-weight: normal;
}

#bottle-details .content p.price a:hover {
	background: #307524;
}

#bottle-details .image {
	float: left;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 200px;
	text-align: center;
}

#bottle-details .content {
	float: left;
	width: 353px;
	padding-top: 30px;
	margin-bottom: 25px;
}

#bottle-details .content ul {
	margin: 0 0;
}

#bottle-details .content ul li {
	color: #444;
	margin-bottom: 7px;
	font-size: 108%;
}

#bottle-details .content ul li a {
	color: #444;
}

#bottle-details .content ul li a:hover {
	text-decoration: none;
}

#bottle-details .bottle-data {
	/*
	padding: 15px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #e3e3e3;
	*/
}

#bottle-search {
	margin: 35px 0 25px 0;
}

#bottle-search .h2 {
	font-weight: normal;
	font-size: 121%;
}


/* 
 * Offers
 **********************************************************************/

.table.offers {
	width: 100%;
}

.table.offers tbody tr {
	width: 100%;
	background: #fff;
/*	border-bottom: 2px solid #555;*/
}

.table.offers td {
	border: none;
	padding: 7px 15px;
	color: #444;
	border-bottom: 1px solid #e1e1e1;
}

.table.offers .bottle {
	text-align: left;
	padding-left: 13px;
	vertical-align: middle;
}

.table.offers .bottle .image {
	padding: 3px 8px;
	background: #fff;
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	text-align: center;
}

.table.offers .bottle p {
	margin: 0 !important;
	display: inline-block;
	width: 320px;
	font-size: 108%;
	vertical-align: middle;
}

.table.offers .bottle p a {
	text-decoration: none !important;
}

.table.offers .bottle img {
	vertical-align: middle;
}

.table.offers .bottle span {
	display: block;
	margin-bottom: 2px;
}

.table.offers .bottle span.sub {
	font-size: 85%;
	margin-bottom: 3px;
}

.table.offers .bottle span.meta {
	color: #ccc;
	margin-bottom: 0;
}

.table.offers .bottle span.meta img {
	margin-bottom: 3px;
	margin-right: 2px;
}

.table.offers .bottle span.meta a {
	color: #ccc;
	text-decoration: underline !important;
}

.table.offers .bottle span.meta a:hover {
	text-decoration: none !important;
}

.table.offers .price {
	width: 80px;
	text-align: center;
	border-left: 1px solid #e1e1e1;
}

.table.offers .price.offer {
	width: 80px;
}

.table.offers .price span {
	display: block;
}

.table.offers .price span.base,
.table.offers .price span.actual-price {
	color: #444;
	font-size: 80%;
	font-weight: normal;
}

.table.offers .discount {
	width: 95px;
	text-align: center;
	border-left: 1px solid #e1e1e1;
	font-weight: bold;
}

.table.offers .buy {
	width: 80px;
	text-align: center;
	border-left: 1px solid #e1e1e1;
}

.table.offers .buy a {
	padding: 5px 8px;
	font-size: 108%;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #666;
}

.table.offers .buy a:hover {
	background: #307524;
}

.table.offers tr:hover .buy a {
	background: #57ab49;
}

.table.offers .offer {
	font-weight: bold;
	width: 80px;
	font-size: 116%;
	color: #fc3e25;
/*	color: #57AB49;*/
}

.table.offers td a {
	text-decoration: none;
	color: #444;
}

.table.offers th {
	border: none;
	padding: 10px 15px 7px 15px;
	color: #fff !important;
	border-bottom: 1px solid #555;
	font-size: 108%;
	background: #444;
}

.table.offers th.sorted {
	background: #333;
}

.table.offers th img {
	vertical-align: top !important;
}

.table.offers th.bottle {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.table.offers th.buy {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.table.offers th {
	border-color: #555 !important;
}

.table.offers th a {
	text-decoration: none;
	color: #444;
}

.table.offers tbody tr:hover {
	background: #f6f6f6;
	color: #2f6026;
}

/*
.table tbody tr:hover td.price,
.table tbody tr:hover td.discount,
.table tbody tr:hover td.buy {
	color: #000;
	border-left: 1px solid #a4d09d;
}

.table tbody tr:hover td.price {
	color: #b61f0b;
}

.table tbody tr:hover td.offer {
	color: #155309;
}

*/


/* 
 * Podcasts
 **********************************************************************/

#video-player {
	width: 587px;
	height: 330px;
	margin: -18px -4px 10px -4px;
}

#video-intro .video-text-content {
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#video-intro .video-text-content p {
	color: #000;
	font-size: 116%;
}

#video-intro .video-text-content h2 {
	color: #fff;
	background: #FFB246;
	font-size: 200%;
	margin: 12px 0 10px 0;
	padding: 5px 8px;
	text-shadow: none;
}

#video-intro .video-text-content h3 {
	margin: 0;
	font-style: italic;
}

#video-intro .video-text-content ul {
	margin: 1em 1.6em;
	padding: 0;
}

#video-intro .video-text-content ul li {
	margin-bottom: 0.5em;
	color: #777;
	font-size: 108%;
	list-style-type: disc;
}

#video-intro .text-subscribe {
	color: #888;
}

#video-intro .text-subscribe a {
	color: #444;
}

#podcast-details {
	
}

#podcast-details h2 {
	color: #ffb246;
	font-weight: normal;
	margin-bottom: 0.3em;
}

#podcast-details ul {
	margin: 0.7em 0 1.6em 0;
}

#podcast-details ul.episodes-list {
	margin-bottom: 3em;
}

#podcast-details ul li {
	color: #c5c5c5;
	margin-bottom: 0.7em;
}

#podcast-details ul li p {
	margin: 0;
}

#podcast-details ul li span {
	display: block;
}

#podcast-details ul li span.title {
/*	color: #777;*/
}

#podcast-details ul li.image {
	margin-bottom: 12px;
}

#podcast-details ul li.image img {
	float: left;
	margin-right: 8px;
	border: 1px solid #fff;
}

#podcast-details ul li a {
	text-decoration: none;
	color: #fff;
}

#podcast-details ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#video-intro {
	margin-bottom: 15px;
}

#video-intro h1 {
	margin: 0 0 0.3em 0;
	font-weight: normal;
}

#video-intro p {
	color: #8C8C8C;
}

.facebook-comments {
	margin-top: 20px;
}

#content .facebook-comments h2 {
	margin: 0;
	font-weight: normal;
	font-size: 131%;
}

/* 
 * Sitemap
 **********************************************************************/

#content #sitemap h2.h2 {
	color: #e9951f;
	margin: 0.5em 0;
	font-size: 150%;
}

#content #sitemap h3.h3 {
	color: #999;
	font-weight: normal;
	margin: 0;
	font-size: 121%;
}

#content #sitemap ul {
	margin-bottom: 25px;
}

#content #sitemap ul li a:hover {
	text-decoration: none;
}


/* 
 * Footer
 **********************************************************************/

#footer {
	
}

#footer .split {
	float: left;
	width: 49.5%;
}

#footer .h2 {
	margin: 0 0 0.5em 0;
	color: #777;
	font-size: 108%;
	font-weight: bold;
}

#footer .h2.line {
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
}

#footer p {
	font-size: 93%;
	line-height: 1.4;
}

#footer .footer-inner {
	width: 945px;
	text-align: left;
	margin: 0 auto;
	padding: 24px 0 10px 0;
	color: #999;
}

#footer .footer-inner .column {
	float: left;
	width: 141px;
	margin-right: 13px;
}

#footer .footer-inner .column.double {
	width: 286px;
	padding: 0 10px;
}

#footer .footer-inner .column.last {
	margin-right: 0;
}

#footer .footer-inner ul {
	margin: 0 0 10px 0;
}

#footer .footer-inner ul li {
	margin: 0 0 0.4em 0;
}

#footer .footer-inner .lang-links.first {
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	margin-top: 9px;
}

#footer .footer-inner ul li {
	font-size: 94%;
}

#footer .footer-inner ul li a {
	color: #000;
	text-decoration: none;
}

#footer .footer-inner ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	color: #888;
	background: #f1f1f1;
	padding: 12px 0;
	width: 921px;
	margin: 0 auto 15px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 85%;
}

#footer .copyright a {
	color: #555;
}

#footer .copyright a:hover {
	text-decoration: none;
}

#footer .update a {
	color: #444;
	text-decoration: none;
}

#footer .update a:hover {
	text-decoration: underline;
}

#footer .about {
	margin-bottom: 12px;
}



/* 
 * Clearing
 **********************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


.clear {
	clear: both;
}


/* 
 * Selectbox
 **********************************************************************/



.sbHolder {
    background-color: #2D2D2D;
    border: 1px solid #515151;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sbHolder.sbParToggleOpen {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.sbOptions {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sbSelector {
    display: block;
    height: 22px;
    left: 0;
    line-height: 22px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
/*  width: 170px;*/
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #fff;
    outline: medium none;
    text-decoration: none;
}
.sbToggle {
    background: url("../ui/select-icons.png") no-repeat scroll 0 -120px transparent;
    display: block;
    height: 22px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
	width: 30px;
}


#currency, #retailers, #language, #domains {
	display: none;
}

#currency {
	display: none !important;
}

#currency .sbHolder {
    width: 100px;
}

#currency .sbOptions {
    width: 100px;
}

#retailers .sbHolder {
    width: 175px;
}

#retailers .sbOptions {
    width: 175px;
}

#language .sbHolder {
    width: 94px;
}

#language .sbOptions {
    width: 94px;
}

#domains .sbHolder {
    width: 120px;
}

#domains .sbOptions {
    width: 120px;
}

.sbToggle:hover {
    background: url("../ui/select-icons.png") no-repeat scroll 0 -171px transparent;
}
.sbToggleOpen {
    background: url("../ui/select-icons.png") no-repeat scroll 0 -20px transparent;
}
.sbToggleOpen:hover {
    background: url("../ui/select-icons.png") no-repeat scroll 0 -70px transparent;
}
.sbHolderDisabled {
    background-color: #3C3C3C;
    border: 1px solid #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
    background-color: #212121;
    border: 1px solid #515151;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 500;
}
.sbOptions li {
    padding: 0 7px;
}
.sbOptions a {
    border-bottom: 1px dotted #515151;
    display: block;
    outline: medium none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
    color: #DDDDDD;
    text-decoration: none;
}
.sbOptions a:hover {
    color: #EBB52D;
}
.sbOptions li.last a {
    border-bottom: medium none;
}

/* 
 * scroller
 **********************************************************************/

#menu .list .viewport { height: 155px; overflow: hidden; position: relative; }
#menu .list .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#menu .list .scrollbar { position: relative; background-position: 0 0; float: right; width: 10px; }
#menu .list .track { background: #111; height: 100%; width:10px; position: relative; padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#menu .list .thumb { background: #ffa65e; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#menu .list .disable { display: none; }

#navigation .mm-item-content .list .viewport { height: 152px; overflow: hidden; position: relative; }
#navigation .mm-item-content .list .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#navigation .mm-item-content .list .scrollbar { position: relative; background-position: 0 0; float: right; width: 10px; }
#navigation .mm-item-content .list .track { background: #d77f18; height: 100%; width:10px; position: relative; padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#navigation .mm-item-content .list .thumb { background: #333 url(../ui/scrollbar.png) no-repeat center top; height: 20px; width: 14px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-2px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#navigation .mm-item-content .list .disable { display: none; }

#catalogue-list .list .viewport { position: relative; }
html.js #catalogue-list .list .viewport { height: 280px; overflow: hidden; }
html.js #catalogue-list .list .viewport.small { height: 180px; }
html.js #catalogue-list .list .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width: 255px;  }
#catalogue-list .list .scrollbar { position: relative; background-position: 0 0; float: right; width: 10px; }
#catalogue-list .list .track { background: #e7f1da; height: 100%; width:10px; position: relative; padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#catalogue-list .list .thumb { background: #444 url(../ui/scrollbar.png) no-repeat center top; height: 20px; width: 14px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#catalogue-list .list .disable { display: none; }


/* 
 * Retina
 **********************************************************************/

@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {

    	/*#logo-wmp a {
		background:url(../ui/logo-wpm-cropped@2x.png) no-repeat top left;
        	background-size: 260px 31px;
	}*/
}


/* 
 * Responsive
 **********************************************************************/

 @media only screen and (min-width : 1000px) {

 	#main .linear {
		background-color: #2e2a26;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5753', endColorstr='#2e2a26'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#5b5753), to(#2e2a26)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #5b5753,  #2e2a26); /* for firefox 3.6+ */
		overflow: visible;
		/*height: 700px;*/
	}

	#main .radial {
		/* fallback */
		background-color: #2e2a26;
		background-image: url(../ui/gradient.jpg);
		background-position: center top;
		background-repeat: no-repeat;

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5753', endColorstr='#2e2a26'); /* for IE */
		/* Firefox 3.6+ */ 
		background: -moz-radial-gradient(top center, circle, #5b5753, #2e2a26);
		/* Safari 4-5, Chrome 1-9 */
		/* Can't specify a percentage size? Laaaaaame. */
		background: -webkit-gradient(radial, center center, 0, center center, 1000, from(#5b5753), to(#2e2a26));
		/* Safari 5.1+, Chrome 10+ */
		background: -webkit-radial-gradient(circle, #5b5753, #2e2a26);

	}

	#main-column .grouping ul li.hover {
		background: #ebebeb;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-color: transparent;
	}

	#main-column .grouping ul li.sibling-hover {
		border-color: transparent;
	}

	#main-column .grouping ul li.hover p.site a {
		color: #000;
	}

	#main-column .grouping ul li.hover p img.info {
		display: inline;
	}

	#main-column .grouping ul li.hover p.buy a {
		color: #fff;
		background: #57ab49;
	}

	#main-column .details .overlay {
		display: none;
	}

	#top-content .text-content .summary {
		display: none !important;
	}

	#top-content .text-content .details {
		display: block !important;
	}

	#top-content .text-content .read-more,
	#top-content .text-content .read-less {
		display: none !important;
	}

	.not-desktop {
		display: none;
	}

 }


 /* = 1024
--------------------------------------------------------------------------- */

@media only screen and (max-width : 1000px) {

	#global-alert-holder {
		display: block;
		position: static;
		width: 100%;
	}

	#global-alert {
		position: static;
	}

	#global-alert .alert-inner {
		width: auto;
		padding-left: 20px;
		padding-right: 40px;
	}

	#global-alert .close {
		right: 15px;
		top: 10px;
	}

	#global-alert .alert-inner p {
		text-align: center;
	}

	.plus.closed {
		background-position: right bottom;
	}

	.closed-mobile {
		display: none;
	}

	#info {
		width: 700px;
		display: none !important;
	}

	#main {
		position: static;
	}

	#main .linear,
	#main .radial,
	#main.full {
		background-color: #303030;
	}

	#header {
		padding-top: 0;
	}

	#main.short #header {
		padding-bottom: 6px;
	}

	#navigation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 2000;
	}

	#navigation .nav-inner {
		width: 350px;
		height: 100%;
		padding: 30px 30px 500px 30px;
		position: absolute;
		margin: 0;
		background-color:rgba(0,0,0,0.9);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		min-height: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2000;
	}

	#navigation .lining {
		width: 100%;
		height: 600px;
		overflow-x: hidden;
		overflow-y: scroll;
  		/*-webkit-overflow-scrolling: touch;*/
	}

	#navigation #mobile-close {
		cursor: pointer;
	}

	#navigation #mobile-close:after {
		content: "x";
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 20000;
		top: 15px;
		right: 15px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
	}

	#navigation ul li {
		float: none;
		display: block;
		width: 100%;
	}

	#navigation ul li.nav-item {
		margin-bottom: 10px;
	}

	#navigation ul li span.expand {
		display: inline-block;
		margin: -3px 0 0 5px;
		color: #fff;
		padding: 0 10px;
		font-size: 20px;
		cursor: pointer;
		vertical-align: middle;
	}

	#navigation ul li p span.expand {
		color: #ffb246;
	}

	#navigation ul li.nav-item > a, 
	#navigation ul li.nav-item > .a {
		padding: 0;
		font-size: 108%;
		font-weight: bold;
		display: inline-block;
	}

	#navigation ul li.nav-item > a:hover {
		text-decoration: underline;
	}

	#navigation ul.megamenu {
		display: block;
	}

	#navigation .nav-content {
		/*display: none;*/
	}

	#navigation .nav-content .left {
		float: none;
		width: 100%;
	}

	#navigation .nav-content .right {
		float: none;
		width: 100%;
	}

	html.js #navigation .nav-content ul {
		margin: 10px 0 0 0;
	}

	html.js #navigation .nav-content ul li {
		margin-bottom: 5px;
	}

	html.js #navigation .nav-content ul li a {
		color: #ccc;
	}

	html.js #navigation .nav-content ul li li a {
		color: #ccc;
	}

	html.js #navigation .nav-content ul ul {
		margin: 5px 0;
	}

	html.js #navigation .nav-content p {
		font-size: 108%;
		color: #ffb246;
		margin: 10px 0 !important;
	}

	html.js #navigation .nav-content p a {
		color: #ccc;
	}

	html.js #navigation .nav-content .right p.more {
		font-size: 100%;
		display: none;
	}

	html.js #navigation ul li.nav-item > .a {
		display: none;
	}

	html.js #navigation .nav-content ul li li {
		margin-left: 0 !important;
		margin-bottom: 5px;
	}

	html.js .nav-content p {
		color: #fff;
	}

	html.js #navigation .nav-content .right .list li {
		margin-left: 0;
	}

	html.js .nav-content .left {
		min-height: 0;
	}

	html.js .nav-content .right {
		min-height: 0 !important;
	}

	html.js .nav-content .right .list {
		display: none;
	}

	html.js #navigation .nav-inner span.a {
		display: none;
	}

	html.js #navigation div.nav-content#nav-scotch-whisky {
		display: none;
	}

	#navigation div.nav-content#nav-scotch-whisky .left {
		min-height: 0;
	}

	#navigation div.nav-content#nav-scotch-whisky .left ul ul {
		margin: 10px 5px 10px 5px;
	}

	#navigation div.nav-content#nav-scotch-whisky .right {
		display: none;
		min-height: 0;
	}

	#navigation div.nav-content#nav-scotch-whisky .right ul {
		/*display: none;*/
	}

	#navigation div.nav-content#nav-other-whisky {
		/*display: none;*/
	}

	#navigation div.nav-content#nav-other-whisky .right {
		display: block;
	}

	#navigation div.nav-content#nav-other-whisky .left ul li,
	#navigation div.nav-content#nav-other-spirits .left ul li {
		margin-bottom: 11px;
	}

	#navigation div.nav-content#nav-other-whisky .left a,
	#navigation div.nav-content#nav-other-spirits .left a {
		font-weight: bold;
		color: #fff;
		font-size: 108%;
	}

	#navigation #nav-search-for-whisky {
		display: none;
	}

	#mobile-menu-icon,
	#mobile-search-icon {
		display: block;
		position: absolute;
		top: 15px;
		width: 20px;
		height: 20px;
		background: url(../ui/mobile-icons.png) no-repeat;
		background-size: 40px 40px;
		cursor: pointer;
	}

	#mobile-menu-icon {
		left: 0;
		background-position: left top;
	}

	#mobile-search-icon {
		right: 0;
		background-position: right top;
	}

	#fb-like, 
	#google-plus-button {
		display: none;
	}

	#global-options {
		display: none;
	}

	#global {
		position: fixed;
		z-index: 100000000;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(25, 25, 25, .8);
		width: 100%;
		min-height: 0;
		font-size: 92%;
		/*height: 8px;*/
		/*width: 0;
		height: 0;
		overflow: hidden;*/
	}

	#global .left {
		float: none;
	}

	#main #global .inner-content {
		/*width: auto;*/
		text-align: center;
		padding-bottom: 0;
		/*position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;*/
	}
	
	#global .global-text {
		padding: 7px 0;
		text-align: center;
	}

	#global .global-text p {
		margin: 0;
	}

	#search #filters {
		width: 700px;
		background: none;
	}

	#results {
		margin-top: 11px;
	}

	#advanced-results #results {
		margin-top: 0;
	}

	#filters {
		padding-top: 0;
		margin: 0 0 10px 0;
	}

	#clear-filters a {
		display: none;
	}

	#search.advanced #filters {
		width: 100%;
		padding: 0;
		float: none;
		background: #fff;
		margin-bottom: 0;
	}

	#search.advanced #filters .h1,
	#search.advanced #filters .row,
	#search.advanced #filters .clear-filters {
		display: none;
	}

	#sidebar-extra {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	#search.advanced #filters #sidebar-extra .h1,
	#search.advanced #filters #sidebar-content .h1 {
		display: block;
	}

	#search.advanced #filters .h1 {
		color: #000;
		font-size: 120%;
		margin: 0;
	}
	
	#search.advanced #filters .h1 span {
		color: #000;
		display: inline;
		font-size: 100%;
	}

	#search.advanced #filters .h1 span.sub {
		text-transform: lowercase;
	}

	#search.advanced #filters .footer {
		display: none;
	}

	#search.advanced #filter-fields,
	#search.advanced #sidebar-content,
	#search.advanced #filters #sidebar-content {
		background: none;
		padding: 0 18px 0 18px;
	}

	#search.advanced .review {
		margin: 18px 0;
	}

	#search.advanced .review .title {
		font-size: 100%;
	}

	#search.advanced .review .title a {
		color: #000;
	}

	#search.advanced .review .snippet {
		color: #777;
	}

	#filter-fields {
		background: none;
		padding: 0;
	}

	#filter-fields .inner {
		padding: 12px 20px 12px 20px;

		-webkit-border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;

		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	#filter-fields .column {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		min-height: 80px;
	}

	#filter-fields .row {
		padding-bottom: 8px;
	}

	#filter-fields .inner h1 {
		font-size: 116%;
		text-align: center;
		color: #000;
	}

	#filter-fields #keyword-search {
		/*min-height: 70px;*/
		min-height: 0;
	}

	#filter-fields #keyword-search .title,
	#filter-fields #keyword-search .note {
		display: none;
	}

	#filter-fields #price-search,
	#filter-fields #age-search {
		display: none;
	}

	#filter-fields .prompt {
		display: none !important;
		position: static;
		width: 100%;
		margin: 10px 0 0 0;
	}

	#filter-fields .input .text {
		margin: 0;
		font-size: 121%;
		line-height: 1.2;
		padding: 0 6px;
		height: 39px;
		border: 1px solid #ccc;
		width: 100%;
		text-align: center;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-appearance: none;
	}

	#filter-fields .input .clear {
		top: 11px;
	}

	#filter-fields .inner .title h2 {
	
	}

	#filter-fields .inner .note {
		text-align: center;
	}

	#filter-fields .row.primary {
		background: none;
	}

	#filter-options {
		padding: 16px 20px;
		background: #000;
		height: auto;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		display: none;
	}

	#filter-options .left {
		position: static;
		left: auto;
		top: auto;
		text-align: center;
	}

	#filter-options p {
		font-size: 90%;
	}

	#filter-options .right {
		display: none;
	}

	#header {
		width: auto;
		position: relative;
	}

	#featured-series,
	#featured-series-stacked {
		display: none;
	}

	#header .inner-content {
		padding-top: 15px;
		height: 35px;
		width: 700px;
	}

	#logo-wmp {
		position: static;
		left: auto;
		top: auto;
		margin: 0 auto;
	}

	#main .inner-content {
		width: 700px;
		padding-bottom: 6px;
	}

	#content {
		padding-top: 7px;
	}

	#content .inner-content {
		width: 700px;
	}

	#intro {
		margin: 9px 0 15px 0;
		padding: 10px 18px;
		background-color: #fff;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

	#content #intro .mobile-heading-block,
	#sidebar-extra .mobile-heading-block,
	#sidebar-content .mobile-heading-block {
		background-color: #e9e9e9;
		color: #444;
		padding: 7px 12px;
		margin: 0 0 6px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 108% !important;
		cursor: pointer;
		line-height: 1.1 !important;
	}

	#content #intro .mobile-heading-block a,
	#sidebar-extra .mobile-heading-block a,
	#sidebar-content .mobile-heading-block a {
		color: #444;
	}

	#content #intro .mobile-heading-target,
	#sidebar-extra .mobile-heading-target,
	#sidebar-content .mobile-heading-target {
		display: none;
		padding: 10px;
		line-height: 1.4;
	}

	#intro .share {
		display: none;
	}

	#intro .inner-content {
		background: none;
		margin: 10px 0 0 0;
		width: auto;
	}

	#intro .inner-content .left {
		width: 100%;
		height: auto;
		min-height: 0;
		float: none;
		background: none;
		padding: 0;
		margin-bottom: 0;
	}

	#intro .inner-content .left h2 {
		font-size: 120%;
	}

	#intro .inner-content .left .text {
		width: 100%;
	}

	#intro .inner-content .left img {
		display: none;
	}

	#intro .inner-content .right {
		float: none;
		width: 100%;
		padding: 0;
		height: auto;
		min-height: 0;
	}

	#intro .inner-content .right .text h2 {
		font-size: 120%;
		color: #000;
	}

	#intro .inner-content .right .text h2 a {
		color: #000;
		text-decoration: none;
	}

	#intro .inner-content .right .text {
		padding: 0;
	}

	#intro .inner-content .right p {
		color: #000;
	}

	#intro .inner-content .right p a {
		color: #000;
	}

	#intro .latest-posts-list {
		
	}

	#intro .latest-posts-list ul li {
		margin-bottom: 8px;
	}

	#intro .latest-posts-list ul li a {
		color: #000;
	}

	#intro .latest-posts-list ul li a:hover .title {
		color: #000;
	}

	#intro .latest-posts-list ul li a span {
		display: inline;
		font-size: 100%;
	}

	#intro .latest-posts-list ul li a span.date {
		color: #888;
	}

	#intro .secondary br {
		display: none;
	}

	#home-video-block {
		/*
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding-left: 50px;
		padding-top: 22px;
		border: 15px solid #311f16;
		background-position: center center;
		height: 415px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		*/
		background: #fff;
		margin-top: 12px;
		padding: 18px;
		height: 400px;
		clear: both;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow: hidden;
	}

	#home-video-block .player {
		float: none;
	}

	#home-video-block .player .title,
	#home-video-block .player .subscribe {
		position: static;
		margin-top: 3px;
	}

	#home-video-block .player .title {
		float: left;
	}

	#home-video-block .player .subscribe {
		float: right;
		margin-right: -20px;
	}

	#home-video-block .player .title a,
	#home-video-block .player .subscribe a {
		color: #000;
	}

	#home-video-block .info {
		display: none;
	}

	#video-player {
		margin: 0;
		height: auto;
		margin-bottom: 10px;
		overflow: hidden;
		width: 664px;
	}

	#main .podcast-header .index-video {
		background: #fff;
		margin-top: 12px;
		padding: 18px;
		height: 400px;
		clear: both;
		margin-bottom: 15px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		overflow: hidden;
	}

	#main .podcast-header iframe {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#top-content {
		width: 700px;
		margin-bottom: 0;
		margin-top: 0;
	}

	#top-content .top-inner .right {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#top-content .full {
		background: #fff;
	}

	#top-content .top-inner .full .search {
		display: none;
	}

	#top-content .top-inner .full h1 {
		padding-bottom: 0;
	}

	#top-content .product {
		text-align: center;
	}

	#top-content .left {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#top-content .left .product-details {
		/*display: none;*/
	}

	#top-content .left .product-details dt {
		float: left;
		display: block;
		width: auto;
		clear: left;
		margin: 0 4px 10px 0;
	}

	#top-content .left .product-details dd {
		float: left;
		display: block;
		width: auto;
		text-align: left;
	}

	#top-content .left .product-details dd a {
		/*text-decoration: underline;*/
	}

	#top-content .top-inner .left {
		min-height: 0 !important;
	}

	#top-content .polaroid {
		width: 70px;
		padding: 8px;
		-webkit-backface-visibility: hidden;
		margin-bottom: 0;
	}

	#top-content .top-inner .right {
		min-height: 0 !important;
	}

	.polaroid img {
		width: 100%;
		height: auto;
	}

	div.extra-details {
		padding-bottom: 5px;
		margin-bottom: 0;
	}

	#quick-look {
		min-height: 0 !important;
	}

	#catalogue-list .list {
		
	}

	html.js #catalogue-list .list .viewport {
		overflow-x: hidden;
		overflow-y: scroll;
  		-webkit-overflow-scrolling: touch;
	}

	html.js #catalogue-list .list .overview {
		position: static;
	}

	#catalogue-list p.title {
		margin-bottom: 15px;
		padding: 5px 0;
	}

	#catalogue-list p.title span.plus {
		background: url(../ui/mobile-icons.png) left bottom;
		background-size: 40px 40px;
		position: absolute;
		right: 0;
		top: 5px;
		width: 20px;
		height: 20px;
		display: block;
		cursor: pointer;
	}

	#catalogue-list p.title span.plus.closed {
		background-position: right bottom;
	}

	#catalogue-list p.title .search {
		display: none;
	}

	#catalogue-list .list {
		/*display: none;*/
	}

	#where-to-buy .image {
		margin-left: 60px;
	}

	#where-to-buy .content {
		width: 401px;
	}

	#where-to-buy .description {
		padding-right: 60px;
		overflow: hidden;
	}

	div.extra-details {
		padding-bottom: 15px;
	}

	#whisky-samples {
		position: static;
		bottom: auto;
	}

	#whisky-samples {
		width: auto;
		text-align: right;
	}

	.extra-details .shopping {
		display: none;
	}

	#advanced {
		width: 700px;
		margin: 0 0;
		/*-webkit-border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;*/
	}

	#advanced #main-column {
		width: 700px;
		margin-bottom: 20px;
		background: none;
	}

	#advanced #main-column .main-inner-content {
		padding-bottom: 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	#advanced-results .header,
	#advanced .footer {
		display: none;
	}

	#bubbles {
		display: none !important;
	}

	#why-search h2 {
		text-align: center;
		font-size: 150%;
	}

	#why-search ul {
		width: 100%;
	}

	#info {
		width: 100%;
		min-height: 0;
	}

	#advanced-results #info {
		margin-top: 12px;
		padding-bottom: 0;
		min-height: 0;
	}

	#advanced.context-search #info {
		display: none;
	}

	#advanced-results #results-title {
		margin: 0;
		padding: 0;
	}

	#advanced-results #results-title .refine {
		display: none;
	}

	#advanced-results #prompt-title {
		display: none;
	}

	#search-data {
		display: none;
	}

	#advanced {
		width: 700px;
		background-color: #fff;
		-webkit-border-bottom-left-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-bottomright: 7px;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	#advanced.context-podcast-index,
	#advanced.context-podcasts,
	#advanced.context-search,
	#advanced.context-awards {
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
	}

	#advanced #main-column {
		width: 700px;
		margin: 0;
		padding: 0;
		background: none;
	}

	#advanced #keyword-search.shadow {
		width: 700px;
		padding: 0;
		background: none;
	}

	#advanced #keyword-search.shadow .lining {
		background: #f1f1f1;
		padding: 0 20px 5px 20px;
		border-bottom: 1px solid #e1e1e1;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}

	#advanced .input {
		background: none;
		width: 100%;
		padding: 0;
		float: none;
		height: auto;
	}

	#advanced #search-input {
		border: 1px solid #ccc;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-appearance: none;

	}

	#advanced .input.focus {
		background: none;
	}

	#advanced .input .clear {
		display: none;
	}

	#main-column {
		width: 700px;
		margin-right: 0;
		min-height: 0 !important;
	}

	#main-column .inner {
		min-height: 0 !important;
		background: none;
	}

	#main-column .column {
		width: 700px;
		background: #fff;
		padding: 0;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
	}

	#main-column .column .footer {
		display: none;
	}

	#sub-column {
		display: none;
	}

	#footer .footer-inner {
		width: 700px;
	}

	#footer .copyright {
		width: 700px;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer .footer-inner .column.double {
		padding: 0;
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	#error {
		padding: 20px 0;
	}

	.read-less {
		margin-bottom: 15px;
		display: block;
	}

	#search-prompt {
		display: none;
	}

	#retailer-results .grouping {
		padding-top: 20px;
	}

	#catalogue-list .recommended {
		display: none;
	}

	#main-column .results li .overlay {
		display: block;
		position: absolute;
		z-index: 1000;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		cursor: pointer;
	}

	#catalogue-list .list .thumb,
	#catalogue-list .list .track {
		display: none;
	}

	#content.standard-content .inner-content {
		width: 700px;
	}

	#content.standard-content .table.offers .bottle p {
		width: 275px;
	}
	
	#content.standard-content .table.offers .discount {
		display: none;
	}

	#content.standard-content .header-combo {
		text-align: center;
	}

	#content.standard-content .header-combo .h1 {
		font-size: 150%;
	}

	#content.standard-content .header-combo .sub-title {
		font-size: 116%;
	}

	#button-top-right {
		display: none;
	}

	#popular .tabs li:last-child {
		display: none;
	}

	#popular .panel .column {
		width: 322px;
	}

	#popular .panel .column.last {
		display: none;
	}

	#offers .inner-content .left {
		width: 300px;
		padding-left: 38px;
	}

	#offers .item {
		float: none;
		margin-bottom: 20px;
	}

	#offers .inner-content .right {
		width: 335px;
		padding-right: 10px;
	}

	.rss-subscribe {
		display: none;
	}

	#main .podcast-header {
		width: 700px;
		margin: 0 auto;
	}

	#main .podcast-header .inner {
		width: 700px;
	}

	#main .podcast-header .intro {
		display: none;
	}

	#main .podcast-header .index-video {
		float: none;
	}

	#main .podcast-header .index-meta p a {
		color: #000;
	}

	#sidebar-content.context-podcast-index,
	#sidebar-content.context-podcasts,
	#sidebar-content.context-awards {
		display: none;
	}
	
}


/* = 1024
--------------------------------------------------------------------------- */

@media only screen and (max-width : 750px) {

	#global-alert {
		height: 55px;
		overflow: hidden;
	}

	#global-alert .alert-inner {
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}

	#global-alert .flag {
		margin: 0 6px 2px 0;
		float: none;
		display: inline;
		width: 15px;
		height: 15px;
		vertical-align: middle;
	}

	#global-alert .close {
		display: none;
	}

	#global-alert .alert-inner p {
		text-align: center;
		display: inline;
		vertical-align: middle;
		font-size: 100%;
	}

	#logo-wmp,
	#logo-wmp a {
		width: 200px;
		height: 28px;
	}

	#logo-wmp a img {
		width: 200px;
		height: 24px;
        	/*background-size: 200px 24px;*/
	}

	#header .inner-content {
		margin-left: auto;
		margin-right: auto;
		height: 28px;
	}

	#navigation .nav-inner {
		width: 300px;
	}

	#navigation .lining {
		height: 400px;
	}

	#header .inner-content {
		width: 300px;
	}

	#main .inner-content {
		width: 300px;
	}

	#search #filters {
		width: 300px;
	}

	#content .inner-content {
		width: 300px;
	}

	#intro {
		padding: 0;
		background: none;
		margin-bottom: 0;
	}

	#intro .inner-content {
		width: auto;
	}

	#intro .inner-content .left .text {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#intro .inner-content .left h2 {
		margin-right: 0;
	}

	#content #intro .mobile-heading-block {
		font-size: 108%;
		background-color: #c9c9c9;
	}

	#content #intro .mobile-heading-target {
		
	}

	#intro .latest-posts-list ul li a span {
		display: block;

	}

	#top-content {
		width: 300px;
	}

	#top-content .top-inner .right {
		padding-top: 18px;
		padding-bottom: 18px;
		min-height: 0 !important;
	}

	#top-content .right .product {
		margin-bottom: 10px;
	}

	#top-content .right .product p {
		margin-bottom: 8px;
	}

	#top-content .top-inner .right h1 {
		font-size: 200%;
		line-height: 1.15;
		text-align: center;
	}

	#top-content .top-inner .text-content {
		text-align: center;
	}

	#top-content .polaroid {
		display: none;
	}

	.extra-details .shopping {
		float: none;
		width: auto;
		display: none;
	}

	.extra-details .shopping a {
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#quick-look h2 {
		display: none;
	}

	#quick-look .items .item {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#where-to-buy {
		margin-bottom: 0;
	}

	#where-to-buy .content {
		float: left;
		width: 126px;
	}

	#where-to-buy .content h2 {
		-ms-word-break: break-all;
     	word-break: break-all;
     	word-break: break-word;

		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
		        hyphens: auto;
	}

	#where-to-buy .description {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	#where-to-buy .image {
		margin: 0 10px 8px 0;
		width: 120px;
		height: 173px;
		float: left;
	}

	#where-to-buy .image img {
		width: 120px;
		height: auto;
	}

	#where-to-buy .content p.price a {
		margin-bottom: 5px;
		width: 86px;
		overflow: hidden;
	}

	#where-to-buy .content p.price span.local-price, 
	#where-to-buy .content p.price span.actual-price {
		margin-left: 0;
		margin-right: 5px;
	}
 
	#where-to-buy .content p.price span.actual-price {
		margin-right: -8px;
	}

	#where-to-buy .description {
		text-align: center;
	}

	#whisky-samples {
		position: static;
		right: auto;
		bottom: auto;
		width: 100%;
	}

	.extra-details .samples p a {
		overflow: hidden;
	}

	#whisky-samples p span {
		display: inline;
	}

	#top-content .extra-details {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 0;
	}

	#top-content .product-details {
		
	}

	#whisky-samples p span.title {
		font-size: 116%;
	}

	#main-column {
		width: 300px;
	}

	#main-column .column {
		width: 300px;
	}

	#main-column .grouping {
		padding: 0;
		margin: 0;
	}

	#main-column .grouping ul li {
		padding: 12px 0;
	}

	#main-column .details .heading span.title {
		font-size: 100%;
	}

	#main-column .grouping ul li .image {
		margin-bottom: 10px;
	}

	#main-column .grouping ul li.hover {
		background: none;
	}

	#main-column .details {
		float: none;
		width: 170px;
		margin-right: 0;
	}

	#main-column .grouping ul li .image {
		margin: 0 10px 6px 0;
	}

	#main-column .details {
		overflow: hidden;
	}

	#main-column .details .description {
		width: 170px;
		float: left;
	}

	#main-column .details .heading {
		width: 170px;
		float: left;
	}

	#main-column #retailer-results .price {
		top: auto;
		bottom: auto;
		position: static;
		text-align: left;
		margin-bottom: 2px;
	} 

	#main-column #retailer-results .price.multi-line {
		top: auto;
		bottom: 0;
		width: auto;
	}

	#main-column #retailer-results .price span {
		display: inline;
		font-size: 92%;
		margin-right: 6px;
	}

	#main-column #retailer-results .buy {
		top: 15px;
		right: 0;
	}

	#main-column #retailer-results .buy a {
		padding: 0;
		color: #000;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: url('../ui/mobile-buy-arrow.png') no-repeat center center;
		background-size: 100%; 
		text-decoration: none;
		display: block;
		text-indent: 100%;
		overflow: hidden;
		width: 25px;
		height: 60px;
		white-space: nowrap;
	}

	p.total-results {
		position: static;
		text-align: center;
		margin: 8px 0;
	}

	#main-column .details .site {
		display: inline-block;
		float: left;
		margin-right: 8px;
	}

	#main-column .details .site a, 
	#main-column .details .site img.icon,
	#main-column .grouping ul li .persist span.delivery {
		display: none;
	}

	#main-column .grouping ul li img.info {
		margin: 0;	
	}

	#main-column .grouping ul li.featured {
		padding-left: 8px;
		padding-right: 8px;
		margin-right: -8px;
		margin-left: -8px;
	}

	#main-column .title-featured-results {
		margin-top: 0;
	}

	#other-results {
		margin: 1em 0 0 0;
	}

	#other-results .split {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#advanced {
		width: 300px;
	}

	#advanced #main-column {
		width: 300px;
	}

	#advanced #keyword-search.shadow {
		width: 300px;
	}

	#advanced #keyword-search.shadow {
		width: 300px;
	}

	p.more-results {
		margin-top: 24px;
		margin-bottom: 20px;
		padding-left: 20px;
		text-align: center;
	}

	p.more-results.loading {
		background-position: 35% 0;
	}

	#results-title {
		text-align: center;
	}

	#footer .footer-inner {
		width: 300px;
		padding: 20px 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer .copyright {
		width: 300px;
	}

	#home-video-block {
		height: 170px;
		text-align: center;
		margin-bottom: 10px;
	}

	#home-video-block .player {
		height: auto;
		width: 100%;
	}

	#home-video-block .player .title {
		float: none;
		text-align: center;
	}

	#home-video-block .player .subscribe {
		display: none;
	}

	#video-player {
		width: auto;
	}

	#main .podcast-header {
		width: 300px;
	}

	#main .podcast-header .index-video {
		height: auto;
	}

	#main .podcast-header .inner {
		width: 300px;
	}

	#main .podcast-header .index-meta {
		padding: 10px 0 0 0;
	}

	#main .podcast-header .index-meta .left {
		float: none;
		width: 100%;
		text-align: center;
	}

	#main .podcast-header .index-meta .right {
		display: none;
	}

	#main .podcasts-index li img {
		width: 90px;
	}

	#main .podcasts-index li .title {
		overflow: hidden;
		font-size: 108%;
		margin-bottom: 8px;
	}

	#main .podcasts-index li .meta {
		width: 160px;
		float: right;
	}

	#comments {
		overflow: hidden;
	}

	#content #offers {
		width: 300px;
	}

	#offers {
		overflow: hidden;
	}

	#offers .item {
		margin-bottom: 15px;
	}

	#offers .inner-content .left h2 {
		text-align: center;
		font-size: 150%;
	}

	#content #offers .inner-content .left {
		float: none;
		width: 100%;
		padding: 16px;
		min-height: 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;

		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-left-radius: 0;
	}

	#content #offers .inner-content .left .column {
		float: none;
	}

	#content #offers .inner-content .right {
		display: block;
		float: none;
		width: auto;
		text-align: center;
		padding-right: 0;
	}

	#content #offers .inner-content .right .text {
		padding: 10px 18px 18px 18px;
	}

	#offers .button a {
		float: none;
	}

	#popular .tabs {
		display: none;
	}

	#popular .tabbed-content {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

	#popular .search-list .item, 
	#popular .tabbed-content .column {
		background-image: none !important;
	}

	#popular .search-list .item.last {
		border-bottom: 1px solid #fff;
	}

	#popular .tabbed-content .column {
		width: 100%;
		margin-right: 0;
	}

	#popular .tabbed-content .links {
		display: none;
	}

	#popular .tabbed-content .panel.noshow {
		display: block !important;
	}

	#error {
		padding: 10px 0;
	}

	#retailer-results .grouping {
		padding-top: 10px;
	}

	#quick-look {
		margin-top: 10px;
	}

	#quick-look .items {
		margin-left: -6px;
		margin-right: -16px;
	}

	#quick-look .items .item {
		margin-right: 14px;
	}

	#content.standard-content .inner-content {
		width: 300px;
	}

	#content.standard-content .table.offers .bottle p {
		width: 114px;
		vertical-align: top;
		padding-top: 5px;
	}
	
	#content.standard-content .table.offers .discount,
	#content.standard-content .table.offers .price,
	#content.standard-content .table.offers .buy {
		display: none;
	}

	.table.offers .bottle .image {
		width: 25px;
		vertical-align: top;
	}

	.table.offers .bottle .image img {
		width: 100%;
	}

	.table.offers .bottle span.meta,
	.table.offers .bottle span.description {
		display: none;
	}

	#content.standard-content .table.offers .price.offer {
		display: table-cell;
	}

	.table.offers tbody tr {
		cursor: pointer;
	}

	.table.offers th.price.offer {
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
	}

	#content.standard-content .header-combo {
		text-align: center;
	}

	#content.standard-content .header-combo .h1 {
		font-size: 150%;
	}

	#content.standard-content .header-combo .sub-title {
		font-size: 116%;
	}

	#main-column .main-inner {
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
	}

	#advanced #main-column .main-inner-content {
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
	}

	#content .h1 {
		text-align: center;
	}

	#content .awards-index .item {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

	#content .awards-index .item p.title {
		margin-top: 0;
	}

	#content .awards-index .item p.sub-title {
		width: auto;
	}

	#advanced #main-column #award-header {
		height: auto;
		margin-top: -11px;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: center;
		-webkit-border-top-right-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.awards {
		text-align: center;
	}

	.award-result .image {
		float: left;
		margin-right: 12px;
	}

	.award-result .image img {
		width: 80px;
	}

	.award-result .info {
		width: 172px;
		float: left;
		padding-top: 8px;
		text-align: left;
	}

	.award-result .info h3 {
		font-size: 116%;
	}

	.awards .info td.site {
		display: none;
	}

	.awards .info td.price {
		text-align: left;
	}

	.awards .info td.buy {
		text-align: right;
	}

	#content.standard-content .column.full .split {
		float: none;
		width: 100%;
	}

}


