/* 
##################################################################################################
Reset default browser CSS
Based on http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
##################################################################################################
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
/* 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: bold;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/*##################################################################################################
HTML Element Overides
##################################################################################################*/

a {
	color: #600;
}
p {
	margin-bottom: 18px;
}
body {
	background-color: #F2F0F0;
	text-rendering: optimizeLegibility;
	font-size: 13px;
	color: #444;
	font-family: arial, helvetica;
	/*font-family: "proxima-nova-1","proxima-nova-2", 'Helvetica Neue', Arial, sans-serif;*/
	/*background: #F6F3E8 url("http://cdn.gauntleys.com/images/bg_shadow.png") center repeat-y;*/
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	/* max-width: 100%; */
}
h1 {
	font-family: Cambria, Georgia, serif;
	/*font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;*/
	/*font-style: italic;*/
	font-size:32px; 
	color:#444;	
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	letter-spacing:-0.05em;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #999;
	margin: 20px 0 5px 0;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin: 20px 0 20px 0;
}
textarea {
	font-family: arial, helvetica;
}
#newsletterformpromo ul {
	margin: 0;
	padding-left: 20px;
}
#newsletterformpromo li {
	padding:5px 0px;
}
/*##################################################################################################
Fixes & Tricks
##################################################################################################*/

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/*
Drop caps from http://safalra.com/web-design/typography/css-drop-caps/
*/
.firstLetter{
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.205em for two lines */
  margin-left  : -0.56em;
  margin-right : 0.5em;
  height       : 4.5em;
}

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}

/*##################################################################################################
Layout
##################################################################################################*/

#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	border: solid white 10px;
}
#content {
	margin-top: 145px;
	margin-bottom: 0px;
}
#main {
	float: right;
	width: 740px;
}
#warningheader {
	background: #730305 url("http://cdn.gauntleys.com/images/bg_header_2.png"); /* dark red */
	position: absolute;
	padding: auto, 0;
	top: 10px;
	width: 675px;
	height: 100px;
	margin-bottom: 5px;
}
#warninglogo {
	float: left;
	width: 300px;
	height: 100px;
	border: 0px;
}
.warningbutton {
	margin-left: 3px;
	padding: 2px 8px;
	width: 300px;
	height: 80px;
	/*font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;*/
	font-family: "arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	border-radius: 8px; 
	border: solid 1px #cccccc;
	
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* opera */
}


/*##################################################################################################
Header
##################################################################################################*/

#header {
	background: #730305 url("http://cdn.gauntleys.com/images/bg_header_3.png"); /* dark red */
	position: absolute;
	top: 0px;
	width: 960px;
	height: 102px;
	margin-bottom: 4px;
}
#logo {
	float: left;
	width: 300px;
	height: 100px;
	border: 0px;
}
#logo img {
	width: 300px;
	height: 100px;
	border: 0px;
}

/* Mini Basket */
#minibasket {
	float: right;
	width: 180px;
	height: 74px;
	margin: 7px;
	background-color: #700;
	font-family: "Trebuchet MS";
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 6px 8px;
	border-right: solid 1px #500;
	border-bottom: solid 1px #500;
}
#minibasket a {
	font-family: "Trebuchet MS";
	font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 6px 0px;
}
#minibasket div {
	font-family: "Trebuchet MS";
	font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
}
#minibasketheader {
	font-family: "Trebuchet MS";
	font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
#minibasketheader  a{
	font-family: "Trebuchet MS";
	font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
#minibasketprice a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	display: block;
	overflow:hidden;
	white-space:nowrap;
}
/* End Mini Basket */

/* Header Search Box */
#search {
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 10px 0px 0px 40px;
	width: 400px;
}
#search a {
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}
#search form {
	margin-top: 20px;
	font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
}
#search #searchquery {
	color: #999;
	padding: 4px;
	font-size: 13px;
	border: solid 1px #000;
	width: 170px;
	height: 18px;
}
#search #searchquery:active {
	border: solid 1px #D5A329;
}
#search input {
}
.submitbutton {
	margin-left: 3px;
	padding: 2px 8px;
	height: 26px;
	/*font-family: "Trebuchet MS", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	border-radius: 2px; 
	border: solid 1px #D5A329;
	
	background: #EBC459; /* old browsers */
	background: -moz-linear-gradient(top, #FFE18B 0%, #D5A329 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE18B), color-stop(100%,#D5A329)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE18B', endColorstr='#D5A329',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FFE18B 0%,#D5A329 100%); /* opera */
}
#search #go {
	vertical-align: middle; 
	*vertical-align: text-bottom;
	padding-bottom: 4px;
}

/*##################################################################################################
Front Page
##################################################################################################*/

.rightblock {
	border-top: solid 3px #bbbbbb;
	width: 306px;
	margin-bottom: 50px;
}
.rightblock h3 {
	font-family: trebuchet ms, arial, helvetica;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px;
	border-bottom: solid 1px #ccc;
}
.blogsnippet {
	background: url("http://cdn.gauntleys.com/images/quote.jpg") no-repeat #fff;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.7em;
	margin: 0px 0px 30px 0px;
	padding-top: 40px; 
	width: 306px;
}
.blogsnippet .blogtitle a {
	text-decoration: none;
}
.blogsnippet p  {
	margin: 0;
	text-decoration: none;
	font-style: italic;
	color: #444;
}
.blogsnippet a {
	text-decoration: underline;
}
.blogsnippet a:hover {
	text-decoration: underline;
}
.rightpanel {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.8em;
	padding: 12px;
	border-radius: 3px; 
	margin-bottom: 40px;

	background: #eee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* opera */

}


#frontpagelist {
	list-style-image: url("http://cdn.gauntleys.com/images/tick.png");
	font-size: 14px;
	padding: 0;
}
#frontpagelist li {
	font-family: Georgia, serif;
	font-size: 1.1em;
	margin: 0px 0px 12px 30px;
}
#frontpagerightcolumn {
	margin-top: 0px;
	float: right; 
	width: 308px; 
}
#quotes {
	height: 280px;
}
#quotes .quote {
	background: url("http://cdn.gauntleys.com/images/quote.jpg") no-repeat #fff;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #444;
	font-style: italic;
	line-height: 1.7em;
	margin: 0px 0px 30px 0px;
	padding-top: 40px; 
	padding-left: 4px;
	width: 306px;
}
#quotes .quote .attribute {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #009;
	font-style: normal;
	line-height: 1.8em;
}
.homeoffercontainer {
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.homeofferimage img {
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
	width: 300px;
	height: 100px;
}
.homeoffertitle {
	z-index: 999;
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background: url('http://cdn.gauntleys.com/images/featurepanel/transparent-bg.png'); 
	position: relative;
	top: -60px;
	padding: 15px 10px;
	width: 280px;
	height: 20px;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.homeoffertitle {
	text-decoration: none;
}
.homeofferintro {
	display: block;
	height: 100px;
	position: relative;
	top: -50px;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 6px 14px;
	margin: 0;
	font-family: Georgia, serif;
	text-decoration: none;
	line-height: 1.6em;
	color: #333;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 

	background: #eee; /* old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dddddd',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); /* opera */
}
.homeofferintro a {
	text-decoration: none;
	color: #666;
}
#facebook {
	background: #EEE8E0; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #EEE8E0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EEE8E0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EEE8E0',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #ffffff 0%,#EEE8E0 100%); /* opera */
	border-radius: 5px; 
}
#facebookheader {
	background: #191714; 
	font-family: Georgia, serif; 
	font-size: 17px; 
	padding: 6px 12px; 
	color: #fff; 
	background: -moz-linear-gradient(top, #3C3730 0%, #191714 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3C3730), color-stop(100%,#191714)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3730', endColorstr='#191714',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #3C3730 0%,#191714 100%); /* opera */
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
}


/*##################################################################################################
Offer Block Carousel
##################################################################################################*/
.offertitle, .offertitle a {
	font-family: Cambria, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	background-color: #fff;
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	/*border-bottom: solid 1px #ccc;*/
	text-decoration: underline;
}
.offerdescription {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	margin: 0px 0px 0px 0px;
}
.offerblock {
	padding: 0px 0px 10px 25px;
	position: relative;
	margin-bottom: 40px;
}
a.prev, a.next {
	background: url('http://cdn.gauntleys.com/images/offer_banner_sprites.png') no-repeat transparent;
	width: 28px;
	height: 60px;
	display: block;
	position: absolute;
	top: 40px;
}
a.prev {			left: -12px;
					background-position: 0 -70px; }
a.prev:hover {		background-position: -30px -70px; }
a.prev.disabled {	background-position: -60px -70px !important;  }
a.next {			right: -12px;
					background-position: 0 -270px; }
a.next:hover {		background-position: -30px -270px; }
a.next.disabled {	background-position: -60px -270px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url('http://cdn.gauntleys.com/images/offer_banner_sprites.png') 0 -450px no-repeat transparent;
	width: 9px;
	height: 9px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -30px -450px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
.offerlinks {
	border-top: solid 1px #ddd;
	margin-top: 10px;
}
.offerlink {
	border-bottom: solid 1px #ddd;
	padding: 10px 0px;
}
.offerlink a {
	color: #666;
	text-decoration: none;
}
.offerlink a:hover {
	color: #660000;
	text-decoration: underline;
}
.currentofferlink {
	font-weight: bold;
	color: #000;
	/*background: #ccc;*/
}

/*##################################################################################################
Newsletter
##################################################################################################*/

#newsletter {
	padding: 0px 10px;
	width: 630px;
	float: left;
}
#newsletter td {
	background-color: #eee;
}
#newsletter h2 {
	font-family: trebuchet ms, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #600;
	padding: 30px 0px 0px 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #600;
}
#newsletter h3 {
	font-family: trebuchet ms, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
	color: 111;
	padding: 0;
	margin: 10px 0px 10px 0px;
}
#newsletter, #newsletter div, #newsletter p, #newsletter span, #newsletter li, #newsletter td {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #111;
	text-align: justify;
}
#newsletter a {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5em;
}
#newsletterrightcolumn {
	width: 260px;
	float: right;
}
#newsletterrightcolumn h2 {
	font-size: 1.4em;
	margin: 0 0 20px 0;
	color: #666;
}
#newsletterrightcolumn ul {
	list-style: none;
	margin: 40px 0px 0px 0px;
	padding: 0;	
}
#newsletterrightcolumn li {
	padding: 5px 0px;
	border-bottom: solid 1px #edd;
}
#newsletterrightcolumn li a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
#newsletterrightcolumn li a:hover {
	text-decoration: underline;
}

/*##################################################################################################
Map Page
##################################################################################################*/

.mapinfowindow {
	width: 400px;
}
.mapinfowindow .productsstocked {
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}
.mapinfowindow .productsstocked a:link {
	font-size: 11px;
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}
.mapinfowindow .logo {
	float: left; 
	width: 90px; 
	height: 90px;
	margin-right: 10px;
}
.mapinfowindow .producername {
	margin-bottom: 10px;
}
.mapinfowindow .producername a {
	font-size: 15px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
.mapinfowindow .producername a:hover {
	text-decoration: underline;
}
.mapinfowindow .description {
	margin-bottom: 10px;
}
.mapinfowindow .description a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	margin: 20px 0px;
}
.mapinfowindow .description a:hover {
	text-decoration: none;
}

/*##################################################################################################
Left Column
##################################################################################################*/

#leftcolumn {
	float: left;
	width: 200px;
}
#leftcolumn #filtercontainer {
	background-color: #f8f8f8;
	border: solid 1px #ddd;
	width: 198px;
}
#leftcolumn .filterbox {
	border-bottom: dashed 1px #bbb;
	margin: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#leftcolumn .filterbox h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #800;
	/*text-transform: uppercase;*/
}
#leftcolumn .filterbox ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftcolumn .filterbox .current{
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}
#leftcolumn .filterbox a.backtoany {
	color: #322;
	font-size: 13px; display:block; font-weight: normal; text-decoration: none;
}
#leftcolumn .filterbox ul li{
	margin-left: 0px;
	line-height: 1.2em;
}
#leftcolumn .filterbox ul li a{
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin: 4px 0px;
	color: #322;
}
#leftcolumn .filterbox ul li a span{
	color: #aaa;
}
#leftcolumn .filterbox ul li a:hover, #leftcolumn .filterbox ul li a:hover span, #leftcolumn .filterbox a.backtoany:hover {
	text-decoration: underline;
	color: #800;
}
#leftcolumn .filterbox .morediv{
	margin-top: 5px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #600;
}
#leftcolumn .filterbox .morediv:hover {
	text-decoration: underline;
	color: #800;
	cursor: pointer;
}

/*##################################################################################################
Page
##################################################################################################*/

#page h2 {
	font-family: trebuchet ms; 
	color: #600; 
	font-size: 1.2em;
	margin-top: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
#page, #page p, #page p strong, #page label, #page li, #page strong, #page a {
	font-family: georgia, helvetica; 
	font-size: 14px;
	line-height: 1.5em;
}
#page li  {
	margin: 10px 0px 10px 18px;
}

/*##################################################################################################
Featured Producer Pages
##################################################################################################*/

#producerheaderimage {
	position: relative;
	width: 960px;
	height: 200px;
}
#producerheader {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 930px;
	height: 80px;
	padding: 20px 0px 0px 30px;
	background: url('http://cdn.gauntleys.com/images/featurepanel/transparent-bg-75.png'); 
	color: #fff;
	font-family: georgia;
	font-size: 36px;
	font-style: italic;
}
#winemakerimagecaption {
	position: absolute;
	top: 545px;
	left: 740px;
	width: 210px;
	height: 30px;
	padding: 10px 0px 0px 10px;
	background: url('http://cdn.gauntleys.com/images/featurepanel/transparent-bg-90.png'); 
	color: #fff;
	font-family: georgia;
	font-size: 16px;
}
#winemakerimagecaption2 {
	text-align: center;
	width: 210px;
	height: 15px;
	padding: 0px 0px 20px 0px;
	color: #000;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 13px;
}
#producersubheader {
	color: #fff;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
}
#producerbody {
	margin-top: 20px;
	margin-bottom: 20px;
}
#producerleft {
	float: left;
	width: 700px;
}
#producerright {
	float: right;
	width: 225px;
}
#producerintro {
	color: #666;
	font-family: georgia;
	font-size: 24px;
	font-style: italic;
	line-height: 1.4em;
	text-align: center;
	margin: 0px 15px;
}
#producerproducts {
	color: #666;
	font-family: georgia;
	font-size: 24px;
	font-style: italic;
	line-height: 1.4em;
	text-align:center;
}
#producertechsheet {
	font-family: georgia;
	color: #fff;
	background-color: #222;
	padding: 15px;
	margin-bottom: 20px;
	border-top-right-radius: 3px; 
	border-top-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	border-bottom-left-radius: 3px; 
	background: #333; /* old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #333333 0%,#111111 100%); /* opera */
}
#producertechsheet h2 {
	padding: 0;
	margin: 0;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	/*border-bottom: solid 1px #5E1111;*/
}
#producertechsheet p {
	color: #fff;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 13px;
	margin: 5px 0px 20px 0px;
	line-height: 1.5em;

}
#producertechsheet2 {
	font-family: georgia;
	color: #333;
	padding: 15px;
	margin-bottom: 20px;
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 100%); /* opera */
}
#producertechsheet2 h2 {
	padding: 0;
	margin: 0;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	/*border-bottom: solid 1px #5E1111;*/
}
#producertechsheet2 p {
	color: #666;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 13px;
	margin: 0px 0px 20px 0px;
	line-height: 1.5em;

}
#producerdetails {
	color: #444;
	font-family: georgia;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px 15px;
	/*text-align: justify;*/
}
.220block h2 {
	color: black;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.220block {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#insertsnippet {
	float: left; 
	margin: 0px 20px 20px 0px; 
	padding: 14px 20px;
	width: 220px; 
	background: #ddd;
	color: #333;
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	line-height: 1.6em;
}



/*##################################################################################################
List Pages & Search Result Pages
##################################################################################################*/

.searchsummarybar {
	background-color: #f8f8f8;
	border: solid 1px #ddd;
	padding: 6px 10px;
	margin-bottom: 20px;
}
.summarybarleft {
	float: left;
	font-size: 12px;
}
.summarybarleft select {
	font-size: 12px;
}
.summarybarright {
	padding-top: 5px;
	float: right;
	font-size: 12px;
}
.summarybarright .pagecount, .showall {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
.summarybarright span, .summarybarright a {
	color: #666;
	margin: 0 5px;
	font-size: 12px;
}

#producerinfo {
	background-color: #eeeeee;
	padding: 12px;
	text-align: justify;
	font-family: georgia, "Times New Roman", Times, Cambria, serif;
	font-size: 12px; 
	line-height:1.8em; 
	color:#444;
}
#producerinfo a {
	font-size: 1em;
	color: #600;
}
#producerinfo .wikipediaAttribution {
	font-family: Georgia, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #999;
}
#producerinfo .wikipediaAttribution a {
	color: #999;
}

#searchresults .listitem {
	padding: 0px;
	width: 750px;
	margin-bottom: 60px;
	/*background: url('http://cdn.gauntleys.com/images/bg_list.png');*/
}
#searchresults .griditem {
	float: left;
	width: 212px;
	height: 330px;
	padding: 10px;
	margin-bottom: 50px;
	margin-right: 10px;
	/* background: url('http://cdn.gauntleys.com/images/bg_grid.png') bottom left repeat-x; */
}
#searchresults .griditem .productimage img, #searchresults .listitem .productimage img {
	height: 180px;
	width: 180px;
	border: 0;
}
#searchresults .griditem .producttitle {
	height: 50px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: pre-wrap;
	background-color: #fff;
}
#searchresults .griditem .producttitle a{
	font-size: 14px;
	font-weight: normal;
	color: #633;
}
#searchresults .griditem .productimage {
	text-align: center;
	margin-bottom: 10px;
}
#searchresults .listitem .producttitle {
	padding: 7px 12px;
	background-color: #eee;
}
#searchresults .listitem .producttitle a{
	font-size: 14px;
	font-weight: bold;
	color: #633;
	text-decoration: underline;
}
#searchresults .listitem .productdescription {
	font-size: 12px;
	color: #555;
	padding: 0px;
	line-height: 1.6em;
	margin: 16px 0px 0px 0px;
}
#searchresults .listitem .availability {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#searchresults .producttitle a:hover{
	text-decoration: underline;
}
#searchresults .availability {
	margin: 6px 0px 20px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#searchresults .productprice {
	margin-top: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #700;
}
#searchresults .productpriceperbottle {
	font-size: 13px;
}
#searchresults .caseprice {
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #700;
}
#searchresults .casesave{
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #800;
	padding: 1px 4px;
}
.enprimeurlabel {
	margin-left: 20px;
	background-color: #333;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	
}
.listproducername {
	font-family: Cambria, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	background-color: #ddd;
	padding: 5px 10px;
	margin: 10px 0px 20px 0px;
}
.listproducerdesc {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	margin: 0px 30px 30px 0px;
}

/*##################################################################################################
Offer Page
##################################################################################################*/
#listpagepricedivs {
	margin-top: 20px;
}
.listProductImage {
	border: solid 1px #fff;
}
.listProductImage:hover {
	border: solid 1px #dddddd;
}
.listpagepricediv {
	border-top: solid 1px #dddddd; 
	padding: 0px 10px;
	background: #f8f8f8; /* old browsers */
}
.listpagepricediv:last-child {
	border-bottom: solid 1px #dddddd;
}
.hidden {
	display: none;
}
.pricediv {
	float: left; 
	width: 340px; 
	padding: 10px 0px 15px 0px;
}
.price {
	font-weight: bold; 
	color: #600;
}
.pricesuffix {
	font-weight: normal; 
	font-size: 12px; 
	color: #333;
}
.pricedivbutton {
	float: right; 
	text-align: right; 
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
.pricedivbutton img, .pricedivbutton input {
	margin: 6px 2px -6px 10px;
}
/*##################################################################################################
Product Page
##################################################################################################*/
.img180 {
	width: 180px;
	height: 180px;
}
#product {
	padding-top: 10px;
}
#product h1 {
	/*font-size: 28px;*/
}
#product h1 a {
	/*font-size: 28px;*/
	color: #700;
}
#product #productleft {
	float: left;
	width: 360px;
}
#product #productleft #zoommessage{
	text-align: center;
	font-size: 9px;
}
#product #productleft img, #product #productleft a img{
	border: 0;
	width: 360px;
	height: 360px;
}
#product #productmain {
	float: right;
	width: 560px;
}
#product #productcenter {
	float: left;
	width: 360px;
}
#product #productright {
	float: right;
	width: 200px;
}
#product #addtobasketpanel {
	width: 170px;
	padding: 15px;
	text-align: center;
	background: url('http://cdn.gauntleys.com/images/bg_addtobasket.png');
}
#product #addtobasketpanelbottom {
	width: 200px;
	height: 10px;
	background: url('http://cdn.gauntleys.com/images/bg_addtobasketbottom.png');
}
#product p {
	font-size: 12px;
	color: #666;
}
#product .addtobasketdiv {
	padding: 8px 0px 12px 0px; 
	border-top: solid 1px #ddd;
	height: 35px;
}
#product .productprice {
	/*float: left;*/
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #800;
}
#product .productprice2 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#product .casesave{
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #800;
	padding: 1px 4px;
}
#product .productpricetable {
	float: left;
	margin-top: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #800;
}
#product .addtobasketbutton {
	float: right; 
	margin: 5px 10px 0px 0px;
	font-size: 13px;
}
#product .addtobasketbutton select {
	font-size: 14px;
}
#product .caption {
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 120px;
	color: #777;
	padding: 5px 0px 8px 0px;
	/*border-bottom: dashed 1px #ccc;*/
}
#product .value {
	font-size: 12px;
	width: 300px;
	float: left;
	color: #333;
	padding: 5px 0px 8px 0px;
	/*border-bottom: dashed 1px #ccc;*/
}
#product #descriptionleft {
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 120px;
	text-align: center;
	padding-right: 20px;
}
#product #descriptionleft div {
	padding-top: 0px;
	font-size: 12px;
	color: #333;
}
#product #descriptionright {
	padding-top: 20px;
	float: left;
}
#product #descriptionright #description {
	width: 695px;
	padding-top: 15px;
	padding-left: 55px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: georgia;
	color: #333;
	line-height: 20px;
	background: url('http://cdn.gauntleys.com/images/bg_description.png');
}
#product #descriptionright #descriptionbottom {
	width: 770px;
	height: 15px;
	background: url('http://cdn.gauntleys.com/images/bg_descriptionbottom.png');
}

#product #snippet, .producerinfo {
	font-family: georgia;
	color: #333;
	font-size: 0.9em;
}
#product .snippetquote {
	font-family: georgia;
	font-size: 3em;
}
#productinfobox {
	margin-top: 60px;
	width: 100%;
}
#productinfoboxtabs {
	margin-left: 0px;
}
.infoboxtab {
	z-index: 99999;
	margin-bottom: -1px;
	margin-right: 5px;
	float: left;
	display: inline;
	padding: 4px 15px;
	margin-top: 0px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	font-weight: bold;
	color: #666;
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
	background: #dddddd; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 100%); /* opera */
}
.tabactive {
	color: #333;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* opera */
}
#productinfoboxpanels {
	z-index: -99;
	width: 527px;
	padding: 15px;
	border: solid 1px #ddd;

	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* opera */
}
#productinfoboxpanels p {
	line-height: 1.8em;
	color: #444;
}
.productinfoboxpanel {
}

/*##################################################################################################
Footer
##################################################################################################*/

#footer {
	background-color: #2F2B25;
	padding: 10px;
	color: #fff;
}
.footercolumn {
	float: left;
	text-align: left;
	width: 200px;
	padding: 15px;
}
.footercolumn h4 {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #AD9E88;
}
.footercolumn div {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
}
.footercolumn a {
	/*display: block;
	width: 130px;*/
	color: #E7E0D6;
	line-height: 1.8em;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 12px;
}
.footercolumn a:link, .footercolumn a:visited {
	text-decoration: none;
}
.footercolumn a:hover {
	text-decoration: underline;
}
#footernewslettersignupinput, #promonewslettersignupinput {
	width: 200px; 
	border: solid 2px #D1A02C; 
	padding: 3px;
	color: #999;
	font-size: 13px;
}
#footerbottom1 {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 11px;
	border-top: dashed 1px #666; 
	margin-top: 10px; 
	padding-top: 0px; 
	text-align:center;
}
#footerbottom2 div {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;	
}
#footerbottom2 div a {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;	
	color: #fff;
}
#footerbottom1 a {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.6em;
}

/*##################################################################################################
Pages - Left Menu
##################################################################################################*/

#leftmenu{
	width: 200px;
}
#leftmenu h4 {
	margin: 0;
	background-color: #ccccd0;
	padding: 8px;
	
}
.leftmenubox{
	margin-bottom: 20px;
}
.leftmenubox ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}
.leftmenubox li{
	padding: 8px 0px 8px 0px;
	border-bottom: solid 1px #eee;
}
.leftmenubox li:last-child{
	border-bottom: solid 1px #fff;
}
.leftmenubox li a{
	display: block;
	width: 200px;
	color: #333;
	text-decoration: none;
}
.leftmenubox li a:hover {
	color: #000;
	text-decoration: underline;
}

/*##################################################################################################
Navigation (top menu)
##################################################################################################*/

#navigation {
	position: absolute;
	top: 105px;
	clear: both;
	width: 960px;
	height: 30px;
	background: url('http://cdn.gauntleys.com/images/bg_topmenu.png') #222;
	margin-bottom: 5px;
}
#navigation ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
}
#navigation ul li {
	float: left;
	display: block;
	width: 128px;
}
.topnav {
	text-align: center;
	height: 30px;
	background: url('http://cdn.gauntleys.com/images/bg_topmenu_li.png') right top;
}
.activenav {
	text-align: center;
	background-color: #eee;
	color: #333;
	height: 31px;
	background: url('http://cdn.gauntleys.com/images/bg_topmenu_li_active3.png') right top;
}

a.navlink {
	text-decoration: none;
	display: block;
}
#navigation ul li a.navlink {
	padding: 7px 0px;
	margin: 0px;
	/* font-family: "trebuchet ms", "Helvetica Neue", "arial"; */
	font-family: "arial", "Helvetica Neue";
	color: #FFFAF6;
	font-size: 13px;
	font-weight: normal;
	/* letter-spacing: 0.05em; */
}
#navigation ul #rightnavlink {
	padding: 7px 10px;
	text-align: right;
	float: right;
	display: inline;
	white-space:nowrap;
	width: 170px;
}
#navigation ul li a.toprightnavlink {
	text-align: right;
	padding: 7px 0px;
	margin: 0px;
	font-family: "arial";
	color: #91846F;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#navigation ul li a.toprightnavlink:hover {
	text-decoration: underline;
}
/* End Navigation */


/* Bigmenu */
.bigmenu {
	z-index:99999;
	display: none;
	position: absolute;
	top: 30px;
	padding: 10px;
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	background-color: #f6f6f6;
	/* box-shadow: 1px 5px 5px #333; */
}
.bigmenufullwidth {
	left: 0px;
	width: 938px;
}
.bigmenu1col {
	width: 128px;
}
.bigmenu2col {
	width: 400px;
}
.bigmenu3col {
	width: 600px;
}
.bigmenu4col {
	width: 800px;
}
#navigation .activenav a.navlink, #navigation .activenav a.navlink div{
	color: #333;
}
.bigmenucolumn {
	float: left;
	text-align: left;
	width: 180px;
	padding: 0px 10px 10px 10px;
	font-family: "arial";
	font-size: 12px;
	color: #111;
	line-height: 1.4em;
}
.wide {
	width: 214px;
}
.bigmenucolumn div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bigmenucolumnfullwidth {
	float: left;
	text-align: left;
	width: 200px;
	padding: 0px 10px 10px 10px;
	font-family: "arial";
	font-size: 12px;
	color: #111;
}
a.bigmenulink {
	font-family: arial, helvetica;
	/*font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;*/
	font-size: 13px;
	color: #111;
	width: 160px;
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
a.bigmenulink:link {
	text-decoration: none;
}
a.bigmenulink:visited {
	text-decoration: none;
}
a.bigmenulink:hover {
	text-decoration: underline;
}
.bigmenucolumn .indent10 {
	margin-left: 10px;
}
.bigmenucolumn .indent {
	margin-left: 15px;
	color: #666;
}
.bigmenucolumn h4, .bigmenusubheader {
	font-family: "arial";
	font-weight: bold;
	font-size: 12px;
	color: #800;
	padding-top: 12px;
	padding-bottom: 6px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
.bigmenucolumn a:link {
	text-decoration: none;
}
.bigmenucolumn a:visited {
	text-decoration: none;
}
.bigmenucolumn a:hover {
	text-decoration: underline;
	color: #800;
}
.scrollablemenu {
	width: 180px;
	height: 315px;
	overflow: auto;
	border: solid 1px #f0f0f0;
}
.arrow {
	background: url('http://cdn.gauntleys.com/images/menu_arrow_down.png') no-repeat right center;
	margin-top:10px;
	padding-right: 15px;
	color: #eee;
	display: inline;
}


/*##################################################################################################
Basket Page
##################################################################################################*/

#basketcontainer {
	background-image: url('http://cdn.gauntleys.com/images/bg_grad_lightgrey_400.png') center repeat-y;
	padding: 0px;
}
.basketimage {
	width: 100px;
	padding: 10px;
}
.basketitem {
	position: relative;
	height: 90px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.basketitem a.productname {
	color: #000; 
	text-decoration: none; 
	font-size: 14px;
}
.basketitem a.productname:hover {
	color: #000; 
	text-decoration: underline; 
}

.basketitem .deliveryinfo {
	color: #999;
	margin-top: 10px;
	font-size: 12px;
}
.actionlinks {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
}
.actionlinks a {
	text-transform: uppercase;
	font-size: 10px;
	color: #600;
	text-decoration: none;
}
.actionlinks a:hover {
	text-decoration: underline;
}
.basketprice {
	text-align: center;
	padding: 20px 0px 10px 0px;
	vertical-align: top;
}
.basketquantity {
	text-align: center;
	margin: 20px 0px 10px 0px;
	vertical-align: top;
}
.basketactions {
	padding: 20px 0px 10px 0px;
	/*vertical-align: top;*/
	width: 120px;
}
.basketactions a {
	font-size: 13px;
}
.basketitem  div .deliveryinfo {
	font-size: 13px;
	padding-top: 5px;
	color: #999;
}
#basketinfo {
	float: left;
	width: 550px;
	margin-top: 10px;
}
#basketsummary {
	background: #eee;
	border: solid 1px #ccc;
	padding: 10px 15px 0px 15px;
	float: right;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#basketsummary td {
	font-size: 15px;
	padding: 8px 0px 8px 0px;
}
#basketcontainer h1 {
	margin: 0;
	padding: 0;
}
#basketcontainer h2 {
	font-family: trebuchet ms, arial, sans serif;
	font-size: 22px;
	color: #600;
	margin: 40px 0 10px 0;
}

#basket {
	width: 100%;
	/*border: solid 1px #ddd;*/
	font-size: 12px;
	font-family: arial, sans serif;
}
#basket th {
	background-color: #eee;
	padding: 9px 15px;
	font-family: arial, sans serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-top: solid 2px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 1px #fff;
}
#basket td {
	border-bottom: solid 1px #ccc;
	font-family: arial, sans serif;
	font-size: 13px;
	background-color: #fff;
	padding: 15px 10px;
}
#basket td img {
	/*border: solid 1px #eee;*/
}
#basket input {
	margin-bottom: 15px;
}
#basket .center {
	text-align: center;
}
#basket .actions a {
	font-size: 12px;
	line-height: 18px;
}
#basket .storelink {
	font-size: 11px;
	color: #666;
	padding-top: 5px;
}
#basket .storelink a {
	font-size: 11px;
	color: #666;
	padding-top: 5px;
}
#basketbottomrow {
	border-top: solid 1px #ccc;
	background-color: #eee;
	padding: 5px;
	text-align: right;
}
#basketbottomrow #updatebutton{
	border: solid 1px #888;
	background-color: #aaa;
	padding: 3px;
}
#basketmessage {
	border: solid 1px #060;
	padding: 10px;
	background: #efe url('http://cdn.gauntleys.com/images/bg_basketmessage.png');
	color: #060;
	margin: 10px 0px 10px 0px;
}
#basketwarnings {
	border: solid 1px #600;
	padding: 10px;
	background: #fee url('http://cdn.gauntleys.com/images/bg_basketmessage.png');
	color: #600;
	margin: 10px 0px 10px 0px;
}


/*##################################################################################################
Featured ???????
##################################################################################################*/

#featured{ 
	width:650px; 
	padding-right:310px; 
	position:relative; 
	height:250px; 
	background:#191714;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:650px; 
	list-style:none; 
	padding:0;
	margin:8px 0px 3px 0px; 
	width:310px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:0px;
	padding-left:0px;
	color:#191714; 
}
#featured ul.ui-tabs-nav li img{ 
	width: 88px;
	height: 40px;
	float:left; 
	margin:9px;
	background:#fff; 
	padding:0px; 
}
#featured ul.ui-tabs-nav li div{ 
	vertical-align: middle;
	padding:0.8em 0 0.5em 1em;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:13px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:56px; 
	color:#fff;
	background:#191714; 
	line-height:20px;
	text-decoration: none;
	padding-right: 10px;
	width: 290px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #282828;
}
#featured li.ui-tabs-nav-item a:hover{ 
	/*background:url('http://cdn.gauntleys.com/images/featurepanel/activetab2.png') top left no-repeat;*/
	color: #191714;
}
#featured li.ui-tabs-selected { 
	/*background:url('http://cdn.gauntleys.com/images/featurepanel/activetab2.png') top left no-repeat;*/
	color: #191714;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url('http://cdn.gauntleys.com/images/featurepanel/activetab3.png') top left no-repeat;
	color: #191714;
	/*background:#302825; */
}
#featured .ui-tabs-panel{ 
	width:630px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel img { 
	width: 630px;
	height: 250px;
	border: 0;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	width: 630px;
	height:70px; 
	padding: 0px 10px 0px 10px;
	background: url('http://cdn.gauntleys.com/images/featurepanel/transparent-bg-90.png'); 
}
#featured .ui-tabs-panel2 { 
	width:630px; height:250px; 
	background:#191714;
	position:relative;
}
#featured .ui-tabs-panel2 img { 
	float: left;
	width: 330px;
	height: 250px;
	border: 0;
}
#featured .ui-tabs-panel2 .info2 {
	position:absolute; 
	top:0px; left:330px; 
	height:210px; 
	width: 260px;
	padding: 25px;
	margin: 0px;
}
#featured .info h2, #featured .info h2 a, #featured .info2 h2, #featured .info2 h2 a{ 
	margin: 5px 0px; 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:20px; 
	font-weight: normal;
	color:#fff; 
	overflow:hidden; 
	text-decoration:none; 
}
#featured .info p, #featured .info2 p{ 
	margin: 0px; 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:14px; 
	line-height:18px; 
	color:#c9c5c0; 
}
#featured .info a, #featured .info2 a{ 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:15px; 
	text-decoration:underline; 
	color:#c9c5c0; 
}
#featured .info a:hover, #featured .info2 a:hover{ 
	text-decoration:underline; 
	color: #fff;
}
#featured .sep {
	color: #666;
	margin: 0px 15px 0px 18px;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/* End Featured */


/*##################################################################################################
Social Bar ???????
##################################################################################################*/

#socialbar {
	padding: 10px 3px;
	border-top: dashed 1px #999;
}
#socialbarleft {
	float: left;
}
#socialbarright {
	float: right;
	text-align:right;
}
#socialbar #socialbarleft img {
	width:147px; 
	height:25px; 
	border: 0;
	margin:0 10px 0 0px;
}
/* End Socialbar */

/*##################################################################################################
Promo ???????
##################################################################################################*/

#promo { 
	width:650px; 
	padding-right:310px; 
	position:relative; 
	height:250px; 
	background:#191714;
	margin-bottom: 20px;
}
#promo ul#promotabs{ 
	position:absolute; 
	top:0; 
	left:650px; 
	list-style:none; 
	padding:0;
	margin:8px 0px 3px 0px; 
	width:310px; 
}
#promo ul#promotabs li{ 
	padding:0px;
	padding-left:0px;
	color:#191714; 
}
#promo ul#promotabs li img{ 
	width: 83px;
	height: 40px;
	float:left; 
	margin:9px;
	background:#fff; 
	padding:0px; 
	-ms-interpolation-mode: bicubic;
}
#promo ul#promotabs li div{ 
	vertical-align: middle;
	padding:0.8em 0 0.5em 1em;
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:13px; 
}
#promo li.promotab a { 
	display:block; 
	height:56px; 
	color:#fff;
	background:#191714; 
	line-height:20px;
	text-decoration: none;
	padding-right: 10px;
	width: 290px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #282828;
}
#promo li.promotabactive a {
	background:url('http://cdn.gauntleys.com/images/featurepanel/activetab3.png') top left no-repeat;
	color: #191714;
}
#promo .promopanel{ 
	width:630px; 
	height:250px; 
	background:#191714;
	position:relative;
	display: none;
}
#promo .promopanel img { 
	width: 630px;
	height: 250px;
	border: 0;
}
#promo .promopanel .info{ 
	position:absolute; 
	top:180px; left:0; 
	width: 630px;
	height:70px; 
	padding: 0px 10px 0px 10px;
	background: url('http://cdn.gauntleys.com/images/featurepanel/transparent-bg-90.png'); 
}
#promo .promopanel .info2 {
	position:absolute; 
	top:0px; left:330px; 
	height:210px; 
	width: 260px;
	padding: 25px;
	margin: 0px;
}
#promo .info h2, #promo .info h2 a, #promo .info2 h2, #promo .info2 h2 a{ 
	margin: 5px 0px; 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:20px; 
	font-weight: normal;
	color:#fff; 
	overflow:hidden; 
	text-decoration:none; 
}
#promo .info p, #promo .info2 p{ 
	margin: 0px; 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:14px; 
	line-height:18px; 
	color:#c9c5c0; 
}
#promo .info a, #promo .info2 a{ 
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:15px; 
	text-decoration:underline; 
	color:#c9c5c0; 
}
#promo .info a:hover, #promo .info2 a:hover{ 
	text-decoration:underline; 
	color: #fff;
}
#promo .sep {
	color: #666;
	margin: 0px 15px 0px 18px;
}
#promo .promopanelactive {
	display: inline;
}
/* End promo box */


/*##################################################################################################
Checkout ???????
##################################################################################################*/

#checkout {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 75px;
}
#checkout #checkoutheader {
	text-align: left;
	background-color: #eee;
	width: 786px;
	padding: 14px;
	font-size: 24px;
	color: #888;
}
#checkout #body {
	width: 750px;
	text-align: left;
	border-left: solid 12px #eee;
	border-right: solid 12px #eee;
	border-bottom: solid 12px #eee;
	padding: 20px;
}
#errormessage {
	border: solid 1px #600;
	padding: 10px;
	background: #fee url('http://cdn.gauntleys.com/images/bg_basketmessage.png');
	color: #600;
	margin: 10px 0px 10px 75px;
	width: 790px;
}
#checkout .label {
	margin-top: 5px;
	float: left;
	width: 200px;
}
#checkout .input, #checkout select {
	width: 300px;
	padding: 3px;
	margin: 5px 0 10px 0;
}
#checkout h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}
#checkout .error {
	color: #900;
	font-weight: bold;
}

#progress {
	height: 30px;
	margin: 0px 0px 70px 135px;
}
#progress .step {
	float: left;
	width: 137px;
	height: 30px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
#progress .done {
	color: #fff;
	background: url('http://cdn.gauntleys.com/images/bg_checkoutprogress_dark.png') no-repeat;
}
#progress .todo {
	color: #ccc;
	background: url('http://cdn.gauntleys.com/images/bg_checkoutprogress_light.png') no-repeat;
}

/*##################################################################################################
General Forms
##################################################################################################*/

/* General Forms */
#form {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 75px;
}
#form #formheader {
	text-align: left;
	background-color: #eee;
	width: 786px;
	padding: 14px;
	font-size: 24px;
	color: #888;
}
#form #body {
	width: 750px;
	text-align: left;
	border-left: solid 12px #eee;
	border-right: solid 12px #eee;
	border-bottom: solid 12px #eee;
	padding: 20px;
}
#form .label {
	margin-top: 5px;
	float: left;
	width: 200px;
}
#form .input, #form select {
	width: 300px;
	padding: 3px;
	margin: 5px 0 10px 0;
}
/* End of General Forms */

/*##################################################################################################
Small Product Panel (used throughout the site)
##################################################################################################*/

.smallproductpanel {
	float: left; 
	margin-right: 20px; 
	margin-top: 10px; 
	margin-bottom: 20px; 
	width: 100px;
}
.smallproductpanel img {
	width: 100px; 
	height: 100px; 
	border: 0px;
	margin-bottom: 10px;
}
.smallproductpanel a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.smallproductpanel a:hover {
	text-decoration: underline;
}
.smallproductpanel .pricerow {
	font-size: 11px; 
	font-weight: bold; 
	color: #600;
}
.smallproductpanel .titlerow {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	height: 48px;	
	line-height: 15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: pre-wrap;
}
.smallproductpanel .availabilityrow {
	font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 9px;
	color: #999;
	height: 24px;	
	text-overflow:ellipsis;
	overflow:hidden;
}
/* End of Small Product Panel */


.formTextCell {
	width:300px;
}

.formTextarea {
	width:300px;
	font-family: arial;
}

.formemail {
	display:none;
	visibility:hidden;
}

.formheading {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #13437b;
	margin: 10px 0 0 0;
	clear: left;
}

/*##################################################################################################
Mixed Cases Modal Popup
##################################################################################################*/

#mask { 
	position:absolute;  
	top: 0px;
	left: 0px;
	z-index:9000;  
	background-color:#000;  
	display:none;  
}  
#boxes .window {  
  position:fixed;  
  width:800px;  
  height:600px;  
  display:none;  
  z-index:9999;  
  padding:20px;  
  background-color: #fff;
}  
#boxes .window p {  
  font-size: 12px;
  line-height: 1.5em;
}
#boxes #dialog {  
  width:375px;   
  height:203px;  
}  

/*##################################################################################################
Help Modal Popups
##################################################################################################*/
#modalmask { 
	position:absolute;  
	top: 0px;
	left: 0px;
	z-index:9000;  
	background-color:#000;  
	display:none;  
}
#helppopupheader, #helppopupheader h1 {
	font-family: georgia;
	font-weight: normal;
	color: #600;
}
#helppopupbody h2 {
	font-family: georgia;
	font-weight: normal;
	color: #300;
}}
#helppopupbody .intro {
	font-family: arial;
	background-color: #eee;
	padding: 20px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
}
#helppopupbody th, #helppopupbody td {
	background-color: #eee;
	padding: 10px;
}
#helppopupbody p, #helppopupbody h3, #helppopupbody th, #helppopupbody td {
	font-family: arial;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
	font-size: 12px;
}

/*##################################################################################################
Newsletter Popup
##################################################################################################*/

#newslettertabdiv {
	position: fixed;
	top: 300px;
	left: 0px;
	width: 40px;
	height: 150px;
	z-index: 1000;
}
#newslettertabdiv:hover {
	position: fixed;
	top: 300px;
	left: 0px;
	width: 40px;
	height: 150px;
	z-index: 1000;
}
.autopopup {
	display: none;
}
#mask2 { 
	position:absolute;  
	top: 0px;
	z-index:9000;  
	background-color:#000;  
	display:none;  
}  
#newslettersignup {  
  position:absolute;  
  width:640px;  
  height:500px;  
  display:none;
  z-index:9999;  
  padding:0px;  
  background-color: #fff;
  border: solid 3px #400;
}  
#newsletterformpromo {
	float: left;
	width: 280px;
	height: 480px;
	background-color: #600;
	padding: 10px 20px;
}
#newslettersignupintro {
	padding-bottom: 10px;
}
#newsletterformpromo p, #newsletterformpromo li {
	font-family: georgia;
	color: #fff;
	font-size: 15px;
}
#newsletterformdiv {
	padding: 5px;
	float:right;
	width: 310px;
}
#newslettersignupform {
	width: 280px;
	padding: 15px;
}
#newslettersignupmessage {
	color: #600;
	font-weight: bold;
	font-size: 12px;
}
#newslettersignup label {
	text-align: right;
}
.newslettertextinput {
	width: 250px;
	padding: 3px;
	margin-bottom: 10px;
}
.newslettercheckbox {
	margin: 7px 5px 3px 0px;
}
#buttondiv {
	text-align: center;
	padding: 15px;
}
#remindmelaterdiv {
	margin-top: 10px;
}
#nothanksdiv {
	margin-top: 10px;
}
#newsletterformthankyou {
	font-family: georgia;
	margin-top: 40px;
	text-align: center;
	color: #600;
	font-size: 80px;
}
#newsletterformthankyou2 p, #newsletterformthankyou2 p strong {
	margin: 20px 80px;
	font-family: georgia;
	text-align: center;
	color: #333;
	font-size: 18px;
}

/*##################################################################################################
Enquiry Form v2
##################################################################################################*/

#enquiryform {
	margin: 40px 20px;
}
#enquiryform div {
	margin: 10px 0px;
}
#enquiryform label {
	float: left;
	margin-top: 3px;
	width: 120px;
}
#enquiryform .contactformcell {
	padding: 3px;
	width: 380px;
}
#enquiryform .contactformtextarea {
	padding: 3px;
	width: 380px;
	height: 150px;
}
#enquiryform #sendbutton {
	margin-top: 20px;
	margin-left: 240px;
}
.formerror {
	font-weight: bold;
	color: #600;
}
#enquirymessage {
	font-weight: bold;
	color: #900;
}
#gauntleydialog {  
  position:absolute;  
  width:640px;  
  height:480px;  
  display:none;
  z-index:9999;  
  padding:0px;  
  background-color: #fff;
  border: solid 2px #600;
}  
#gauntleydialogcontents {  
	padding: 20px;
	width: 600px;
	height: 400px;
}

/*##################################################################################################
Rotator ??????????
##################################################################################################*/

#rotator {
}
#rotatortabs {
	float: left;
	width: 217px;
	height: 250px;
	border-right: solid 1px #ddd;
	padding-top: 0px;
}
#rotatortabs div {
	height: 18px;
	background-color: #eee;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	padding: 10px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #ddd;
	margin-left: 3px;
}
#rotatortabs div:hover {
	cursor: pointer;
	background-color: #ccc;
	color: #000;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#rotatortabs div.rotatoractivetab {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #bbb;
	border-left: solid 1px #ccc;
	border-right: solid 1px #fff;
	margin-left: 0px;
	margin-right: -1px;
	background-color: #fff;
	color: #000;
}
#rotatortabs div .activetab {
}
#rotatorcontent {
	float: left;
	margin: 0px;
	height: 250px;
	width: 720px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#rotatorcontent div {
}
/* End Rotator */
