/*
Gold by Mail default style sheet
Copyright 2007 Ian Sidaway / dpivision.com
Last edit: 31/10/2007
*/

body{
	background:#fff;
	color:#666;
	font:70% Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font:100% Arial, Helvetica, sans-serif;
	color:#666;
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#e0a366;
	text-decoration:none;
}
a:hover{
	color:#c60;
	text-decoration:none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
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:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:770px;
	text-align:left;
	background:#fff;
	padding-top:10px;
	position:relative;
	border:1px solid #ddd;

	/*border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
}

/* ----- header area ----- */
#header{
	height:149px;
	position:relative;
	margin:0 10px 0 10px;
	background:url(../graphics/plain/headerInternal_bg.jpg) repeat-x bottom left;
	height:193px;
}
#header.home{
	background:url(../graphics/plain/headerHome_bg.jpg) repeat-x bottom left;
	height:364px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:15px;
	display:block;
	height:106px;
	width:461px;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:161px;
	background:url(../graphics/plain/logo.gif) no-repeat 0 0;
}
#logo a:hover{
	background-position:0 -106px;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}
#orderLine{
	position:absolute;
	margin:0;
	padding:0;
	top:55px;
	right:5px;
	width:291px;
	height:18px;
	background:url(../graphics/plain/orderLine.gif) no-repeat 0 0;
	text-indent:-99999px;
	overflow:hidden;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	padding-right:180px;
	margin-right:10px;
	width:380px;
	border-bottom:1px solid #ddd;
	padding-bottom:1em;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:3px;
	background:#fff url(/graphics/plain/search_bg.gif) repeat-y 0 0;
	border:1px solid #ddd;
}
#search label{
	display:block;
	color:#c60;
	font-size:120%;
	margin-bottom:2px;
}
#searchKeyword{
	border:1px solid #ddd;
	padding:3px 0 3px 3px;
	margin-bottom:7px;
	width:140px;
}
#searchSubmit{

	color:#fff;
	text-transform:uppercase;

	border:0;
	/*padding:3px 8px;
	letter-spacing:1px;
	font-size:95%;
	font-weight:bold;*/
	padding:2px 3px;
	letter-spacing:1px;
	font-size:95%;
	font-weight:bold;
	height:30px;
	background:#e0a366 url(../graphics/plain/green-btn.gif) no-repeat center 100%;
}
#searchSubmit:hover{
	background:#e0a355;
	cursor:pointer;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	position:absolute;
	top:125px;
	left:10px;
	width:750px;
	padding:2px 0 1px 0;
	text-align:right;
	background:#efefef url(../graphics/plain/navDept_bg.gif) no-repeat center 50%;
	text-align:center;
}
* html #navDept{
	padding-bottom:2px;
}
#navDept li{
	display:inline;
	position:relative;
	font-size:90%;
	background:#f1f1f1;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 0 1px;
	padding:0;
	float:left;
}
#navDept li.first{
	margin-left:3px;
}
#navDept li a{
	color:#aaa;
	padding:8px 0;
	line-height:30px;
	margin:0;
}
#navDept li a:hover{
	color:#777;
}
#navDept li a.selected{
	background:#fafafa;
	color:#555;
}
#navDept li a span{
	padding:8px 13px;
	margin:0 1px;
}
#navDeptTitle{display:none;}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px 10px 10px;
	background:#fbfbfb;
	border:1px solid #e5e5e5;
	color:#777;
	width:538px;
}
#navSubDept li{
	margin:.5em 20px 0 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	font-weight:bold;
	background:url(../graphics/plain/subDept.gif) no-repeat 0 55%;
	display:block;
	width:230px;
	float:left;
}
* html #navSubDept li{
	width:220px;
}
#navSubDept li a{
	color:#bbb;
}
#navSubDept li a:hover, #navSubDept li a.selected{
	color:#666;
}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:20px;
	right:10px;
	text-align:right;
	width:620px;
}
#navTools li{
	float:left;
	display:inline;
	font-size:90%;
	padding-left:6px;
	margin-right:5px;
	border-left:1px solid #ccc;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}
#navTools li.first{
	padding-left:0;
	border:0;
}
#navTools li a{}
#navTools li a:hover, #navTools li a.selected{
	text-decoration:none;
}
#navTools li a span{}
#navToolsTitle{
	display:none;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	margin-bottom:1em;
	background:#e0a366 url(../graphics/plain/666.png) no-repeat top right;
}
.navStatic li{
	border-bottom:1px solid #ddd;
	color:#f3dac2;
}
.navStatic li a:link, .navStatic li a:visited, .navStatic li a:active{
	display:block;
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#f3dac2;
	font-weight:bold;
}
.navStatic li a:hover{
	color:#fff;
}
.navStatic li a span{
	display:block;
	padding:6px 15px;
}
.navStaticTitle{
	display:none;
}
#navDeptTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:170px;
	margin:10px 0 0 10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:570px;
	margin-left:20px;
}
#main h2{
	font-weight:normal;
	padding:0;
	margin-bottom:.7em;
	color:#c60;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#fff;
	font-size:180%;
	position:absolute;
	top:177px;
	left:200px;
	width:550px;
}
#main.home h2#pageTitle{
	display:block;
	position:absolute;
	top:186px;
	left:390px;
	width:271px;
	height:42px;
	background:url(../graphics/plain/welcome_bg.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#main #content{
	width:540px;
}
#main.home #content{
	display:block;
	position:absolute;
	top:229px;
	left:390px;
	width:345px;
	color:#fff;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	padding:10px;
	color:#a0a0a0;
	font-size:90%;
}
#footer p{
	margin:0;
}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul{
	margin:.5em 0;
}
#footer li{
	display:inline;
	margin-right:4px;
	border-left:1px solid #ccc;
	padding-left:7px;
}
#footer li.first{
	font-weight:bold;
	border:0;
	padding-left:0;
}
#footer a{
	color:#777;
}
#footer a:hover{
	color:#333;
}
#footer #credits{
	display:none;
}

/* ----- mailing list ----- */
#footerMailingList{
	padding:5px 15px;
	height:17px;
	background:#e5e5e5 url(/graphics/plain/mailingList_bg.gif) no-repeat 655px 0;
	margin-bottom:.5em;
}
#mailingList{
	width:270px;
	float:left;
}
#mailingList label{
	display:inline;
	font-size:90%;
	color:#888;
	font-weight:bold;
	margin-right:5px;
}
#mailingListEmail{
	font-size:95%;
	border:1px solid #ddd;
	padding:1px 2px;
}
#mailingListSubmit{
	color:#fff;
	text-transform:uppercase;
	/*background:#bbb;*/
	background:#e0a366;
	border:0;
	padding:2px 5px;
	letter-spacing:1px;
	font-size:95%;
	font-weight:bold;
}
#mailingListSubmit:hover{
	background:#e0a355;
	/*background:#aaa;*/
	cursor:pointer;
}
#joinNow{
	float:left;
}

/* ----- footer links ----- */
#footerLegal{}
#footerLegal li.first{
	color:#c60;
}
#footerLegal a{}
#footerLegal a:hover{}
#footerDept{}
#footerDept a{
	color:#aaa;
}
#footerDept a:hover{
	color:#666;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:0;
	width:165px;
	position:absolute;
	top:215px;
	right:5px;
}
#pagination .pagText{
	width:70px;
	float:left;
	margin:0;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:-7px;
	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;}

/* ----- search results ----- */

.item {
	float:left;
	width: 170px;
	height:185px;
	margin-bottom:12px;
	margin-left:12px;
	padding:0;
}
.item  h3{
	float:left;
	width:170px;
	clear:left;
	margin:0;
}

.item  .image{
	float:left;
	margin:0;
}
.item .image a img{
	border:1px solid #ccc;
}
.item .image a:hover img{
	border:1px solid #aaa;
}
.item .price{
	clear:both;
	margin:0;
	font-size:100%;
}

/* ----- product thumbnail list ----- */
.products{
	margin:0 0 1em 0;
	width:570px;
}
.products h2{
}
.products h2.home{
	background:url(../graphics/plain/featuredProducts.gif) no-repeat 0 0;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
}
.products li{
	margin:0 20px 15px 0;
	padding:12px 13px;
	background:#fbfbfb;
	color:#777;
	display:inline;
	float:left;
	border:1px solid #e5e5e5;
	width:140px;
}
* html .products li{
	margin:0 16px 11px 0;
}
.products li:hover{
	background:#fff;
	border-color:#ddd;
}
.products li:hover h3 a{
	color:#666;
}
.products li h3{
	margin:1em 0;
	padding:0;
	font-size:100%;
}
.products li h3 a{
	color:#aaa;
}
.products li h3 a:hover{
	color:#666;
}
.products .image{
	margin:0;
}
.products .image a img{}
.products .image a:hover img{}
.products .desc{
	display:none;
}
.products .price{
	clear:both;
	margin:0;
	padding:0;
	color:#c60;
	font-weight:bold;
}
.products .prodCode{
	display:none;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	line-height:180%;
}

/* ----- individual products ----- */
#product{
	margin:1em 0;
}
#product .image{
	float:left;
	margin-bottom:1em;
}
#product .image p{
	margin:.5em 0;
}
#product .image img{
	border:1px solid #e1e1e1;
}
#product .info{
	float:right;
	width:220px;
}
h2.productDetails{
	background:url(../graphics/plain/productDetails.gif) no-repeat 0 0;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin-top:0;
}
#product p.prodCode{
	font-size:110%;
}
h2.productDescription{
	background:url(../graphics/plain/productDescription.gif) no-repeat 0 0;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#product .price{
	color:#c60;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.5em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
	background:#eee;
	border:1px solid #ddd;
	padding:4px 8px;
	margin-left:51px;
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;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:#777;
}
#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:#777;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%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	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:#eoa366;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#eoa366;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#e0a366;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{
	cursor:pointer;
	background:#c60;
}
label span{
	color:#13689d;
	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;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after, #navSubDept:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules, #navSubDept{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules, #navSubDept{min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules, * html #navSubDept{height:1%;}
 /*  */
/* ----- end float fix ----- */
