/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }

/* ----- end float fix ----- */
body{
	color:#423E3B;
	font: 85% Georgia, Times, serif;
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}
div {
	margin: 0px;
	padding: 0px;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Georgia, Times, serif;
	color:#000;
}
th{
	background:#e3d2b0;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#7c0204;
	text-decoration:none;
}
a:hover{color:#555;}
h1,/* ----- global paragraphs, headers & horizontal rules ----- */ h2, h3, h4, h5, h6 {
	margin:0 0 1em 0;
}
h1{font-size:140%;}
h2{
	font-size:130%;
	line-height: 1.2;
}
h3{
	font-size:120%;
	margin-bottom: 2px;
}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{
	float:left;
	margin-right:0.3em;
}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
	position:relative;
	background-image: url(../img/common/header.png);
	background-repeat: no-repeat;
	background-color: #f6f0e4;
}
#right {
	display: inline;
	float: right;
	width: 151px;
}
#print-logo {
	display: none;
}


#content {
	margin-top: 0px;
}

/* ----- header area ----- */
#header{
	height:126px;
	position:relative;
	margin:0;
}
#header .inner .logo-hotspot {
	height: 60px;
	width: 200px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;
	margin:0;
	padding:0;
	right:30px;
	z-index:10;
	text-align: right;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:left;
	display:inline;
	width:760px;
	margin: 0 0 10px 10px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:0;
}
#search  #searchKeyword {
	width: 120px;
}
#search #searchSubmit {
	width: 20px;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:10px 0;
	padding:0;
	list-style:none;
	font-size: 110%;
}
.first {
	margin-top: 0px;
}
#navDept{
	margin-bottom:1em;
	padding: 1px 8px 8px 8px;
	background-color: #e3d2b0;
	margin-top: 0px;
}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#f6f0e4;
	color:#7c0204;
}
#navDept li a:hover, #navDept li a.selected{
	background:#7c0204;
	color: #f6f0e4;
}
#navDept li a span{
	display:block;
	padding:3px 5px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:8px;
}
#navTools li a{
	width:100%;
	color:#50411a;
	text-decoration: underline;
}
#navTools li a:hover, #navTools li a.selected{
	color: #7c0204;
	text-decoration: underline;
}
#navTools li a span{
	padding:3px 0;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:3px 0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:6px;
}
.navStatic li a{
	width:100%;
	color:#000000;
}
.navStatic li a:hover{
	background:#dcd0a1;
	text-decoration: underline;
}
.navStatic li a span{
	padding:3px 0;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 0px;
	margin-bottom:1px;
	font-size:100%;
	color: #7c0204;
	text-transform: uppercase;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:170px;
	margin-left:10px;
}
 /*  */
/* ----- end float fix ----- */
#rightside {
	float:right;
	display:inline;
	width:150px;
	margin-right: 10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:400px;
	border-right: solid #dcd0a1 2px;
	margin: 0px 0px 10px 15px;
	padding: 0px 10px 0px 0px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#7c0204;
	font-size:160%;
	clear:both;
	margin-bottom: .2em;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0px;
	margin:0em 0 .5em 0;
	color:#7c0204;
	font-size:180%;
}
a div.desc  {
	margin: 0px;
	color: #423E3B;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:200px;
}
.module2{
	float:right;
	width:200px;
}

/* ----- footer area ----- */
#footer{
	background:#e3d2b0;
	padding:10px;
	text-align: center;
	clear: both;
}
#footer p{
	margin:0;
	color: #7c0204;
}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	color: #7c0204;
}
#footer li{
	display:inline;
}
#footer a:hover{
	color:#7c0204;
	text-decoration:underline;
}
#footer a {
	color: #7c0204;
}
#footer   #credits  a{
	float:right;
	margin-top:-1.5em;
	color: #f1ecd6;
}
#extra p    {
	font-size: 90%;
	margin-top: 6px;
	margin-bottom: 0px;
}
#extra {
	margin-top: 1em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products  h3{
	margin-top:1.5em;
	margin-bottom:.5em;
	padding:0;
	background:none;
}
.products  h3 a{
	color:#7c0204;
}
.products  h3 a:hover{
	color:#7c0204;
}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background-color: #fffaf0;
}
.products p {
	line-height:120%;
}
.products .price{
	clear:both;
	margin:1em 0 0 0;
	text-align:right;
	line-height:180%;
	color:#7c0204;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0 0 0;
	text-align:right;
	line-height:180%;
}
.products .variation {
	font-size: 1.1em;
	font-style: italic;
}
.products  .bottle, .products .case {
	padding: 0px;
	text-align: right;
	margin: 0 0 .5em 0;
}
.products  .bottle p, .products .case p{
	margin: 0px;
}
.products .product-panel {
	border: 1px solid #999999;
	background: #ffffff;
	padding: .5em;
	margin-bottom: 1em;
}
.products .product-panel h3 {
	margin-top: 0px;
}

/* ----- individual products ----- */
#product{
	margin:1em 0 0em 0;
}
#product .image{
	float:left;
	margin-bottom:1em;
	width: 400px;
	text-align: center;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{
	float:right;
	width:400px;
	text-align: right;
	margin-bottom: 2em;
}
#product .price{
	color:#7c0204;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	float:right;
	clear:both;
}	
#product .variation {
	font-size: 1.1em;
	font-style: italic;
}
#product .bottle, #product .case {
	padding: 0px;
	text-align: right;
}


/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 0;
	border:1px solid #eee;
	color:#50411a;
}
#articles ul li{
	margin:.1em 0;
	line-height:150%;
	padding:0;
	list-style:none;
	background:url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{
	color:#50411a;
}
#articles  ul li a:hover{
	color:#50411a;
	text-decoration:underline;
}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#50411a;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{
	color:#50411a;
	text-decoration:underline;
}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
#content p {
	margin: 0px 0 6px 0;
}
th{
	border:1px solid #fff;
	background:#e3d2b0;
	padding:5px;
}
td{
	background:#f6f0e4;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#7c0204;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#7c0204;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#660033;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	cursor: pointer;
}
label span{
	color:#7c0204;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
	text-align: right;
}

/* ----- first table data style ----- */
td.first{width:40%;}
.inner {
	margin: 0px 0;
}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
#container .inner #mid .inner #main .inner .products .image {
	float: left;
	width: 145px;
	text-align: center;
}
#container .inner #mid .inner #main .inner .products .desc {
	float: right;
	width: 220px;
	margin-top: 0px;
}

