/* CSS Document */

body{
	background:#dfdfdf;
	color:#555;
	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:#555;	
}
th{
	background:#ddd;
	padding: 5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:100%;}
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 10px;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
	background:#f5efe0;
	position:relative;
	}

/* ----- header area ----- */
#header{
	background:#88404e;
	position:relative;
	border-bottom:1px solid #fff;
	height:200px;
}

#header .inner{
	background:#88404e url(../graphics/plain/header.jpg) no-repeat;
	border-bottom:1px solid #fff;
	height:175px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:10px;
	left:230px;
	text-indent:-9999px;
	overflow:hidden;
	height:135px;
	width:428px;
}
#logo a{
	display:block;
	height:135px;
	width:428px;
	background:transparent url(../graphics/plain/logo.gif) no-repeat 0 0;
}
	
#tagline{
	position:absolute;
	font-size:110%;
	margin:0;
	padding:0;
	top:178px;
	left:10px;
	line-height:20px;
	color:#f5efe0;
}
#tagline span{text-decoration:underline;color:#fff;}

#sale{
	position:absolute;
	margin:0;
	padding:0;
	top:82px;
	left:536px;
	color:#fff;
	font-size:110%;
	text-transform:uppercase;
	line-height:20px;
}

/* ----- shopping basket info ----- */

#infoHeader{
	position:absolute;
	top:50px;
	right:58px;
	margin:0 0 0 0;
	font-size:100%;
}
#info{
	position:absolute;line-height:14px;	
	margin:0;
	padding:0;
	top:75px;
	left:770px;
	z-index:10;
}
#info a{color:#666;}
#info a span{text-decoration:underline;}
#info a:hover{color:#444;}

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

/* ----- breadcrumb trail ----- */

#breadcrumbs{display:none;}

/* ----- search box ----- */
#search{
	background:url(../graphics/plain/magnifying_glass.gif) no-repeat 0 2px;
	position:absolute;
	line-height:20px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:187px;
	top:177px;
	right:5px;
}
#searchKeyword{
	padding:1px 1px 2px 5px;
	background:#eddede;
	margin-left:20px;
	border:1px solid #000;
}
#searchSubmit{
	background:#e1cbae;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
	border:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:25px;
	cursor:pointer;
}
label#searchKeyword p{display:none;}
#search label{display:none;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{}
#navDept li{
	font:100%;
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#88404e;
	color:#fff;
	font-weight:bold;
}
#navDept li a.selected{background:#88404e;font-weight:bold;text-decoration:underline;}
#navDept li a span{
	display:block;
	padding:4px 10px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	background: #9dc1d2;
	float: left;
	padding:4px 10px;
	color:#777;
	width: 588px;
}
#navSubDept li{
	display: inlem 0;
	float:left;
	font-weight:bold;
	padding:0;
	list-style:none;
	text-transform: uppercase;
	padding-right: 30px;
}
#navSubDept li a{color:#000;text-decoration: underline;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#333;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	width:143px;
	top:8px;
	left:765px;
}

#navTools li{
	float:left;
	display:inline;
	line-height:12px;
	border-left:1px solid #666;
}
#navTools li.first{border:none;}
 
#navTools li a{
	width:100%;
	color:#666;
}
#navTools li a:hover{color:#444;}
#navTools li a span{
	display:block;
	margin:0;
	padding:0 5px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a, .navStatic li a:visited{
	display:block;
	width:100%;	
	background:#D7D3AE;
	font-weight:bold;
	color:#555;
}
.navStatic li a:hover{}
.navStatic li a span{
	display:block;
	padding:4px 10px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	display:none;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:150px;	
	min-height: 700px;
	#height: 700px;
}

#expertAdvice{padding-left:7px;}
#expertAdvice .advicePeople{border:1px solid #d7d3ae;}
#expertAdvice .adviceNumber{font-weight:bold;line-height:0;}
#expertAdvice .adviceCards{margin-bottom:10px;}


/* ----- right column ----- */

#rightCol {
	position: absolute;
	right: 0;
	top: 201px;
	width: 200px;
	}
div#rightCol h2 {
	background: #bdb29d;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 5px;
	text-transform: uppercase;
	}
#rightCol ul,
#rightCol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#rightCol ul {
	background: #fff;
	border: 2px solid #bdb29d;
	padding-bottom: .5em;
	width: 196px;
	}
#rightCol li {
	border-top: 1px solid #bdb29d;
	color: #adadad;
	margin: 5px 5px 0 5px;
	padding: .25em 0 0 0;
	width: 186px;
	}
#rightCol ul li.first {
	border-top: none;
	padding-top: 0;
	}
#rightCol li .image {
	float:right;
	padding: 0;
	margin: 0;
	}
#rightCol li h3 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 100%;
	}
#rightCol li h3 a {
	color: #333;
	}
#rightCol li h3 a:hover {
	color: #555;
	}
#rightCol .desc {
	line-height: 150%;
	margin: 0;
	text-transform: lowercase;
	}
#rightCol .price {
	color: #873f4e;
	line-height: 150%;
	margin: 0;
	}

/*-----------------*/


#special, #special li{
	padding:0;
	margin:0;
	list-style:none;
}

#special .specialHeader{
	background:url(../graphics/plain/special_header.gif) no-repeat 0 0;
	padding:0;
	margin:0 0 3px 0;
	width:302px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
}
#special ul{padding:0;margin:0;}

#special{
	background:#fff;
	border:1px solid #fff;
	border-top:none;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:302px;
	line-height:10px;
	height:175px;
}

#special li{clear:left;}

#special p.specHead, #special li .one{
	float:left;
	display:inline;
	width:164px;
	margin:0;
	padding:0 5px;
	color:#000;
	text-decoration:underline;
	margin-bottom:2px;
}
#special li .one a{text-decoration:underline;}

#special .was, #special li .two{
	float:left;
	text-align:right;
	font-weight:bold;
	display:inline;
	width:58px;
	margin:0;
	padding:0;
	color:#ing:0;
	color:#999;
	margin-bottom:2px;
}
#special .now, #special li .three{
	float:left;
	text-align:right;
	display:inline;
	font-weight:bold;
	width:59px;
	margin:0;
	padding:0;
	color:#87404e;
	margin-bottom:2px;
}


#special .specHead, #special .was, #special .now{margin:2px 0 5px 0;font-weight:bold;}

#special li span{text-decoration:none;font-weight:bold;}

#testimonials{
	padding:0;
	margin:0;
	list-style:none;
}

#testimonials{
	float:left;
	border:1px solid #fff;
	border-top:none;
	border-right:none;
	background:#d7d3ae;
	width:282px;
	padding: 5px 10px;
	line-height:13px;
	display:inline;
	color:#333333;
	height:165px;
}

#testimonials h3{font-size:110%;}

#testimonials p{margin:0 10px 5px 10px;}



/* ----- main content area ----- */

#main{
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	display:block;
	width:608px;
	min-height:592px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#333;
}

* html #main{height:592px;}

#main .vatNumber{
	margin-left: 10px;
	}

#main h2{
	background:#d7d3ae;
	padding:3px 0 3px 0;
	margin:0 0 0 0;
	text-indent:5px;
	color:#000;
	font-size:110%;
	text-transform:uppercase;
	font-weight:bold;
	clear:both;
}

#main a{color:#666;}
#main a:hover{color:#888;text-decoration:underline;}
	
#main h2#pageTitle{display:none;}

#content{padding:0 0 0 0; margin: 0 0 0 0;}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1grey{
	float:left;
	width:250px;
	background-color:#CCCCCC
}
.module2grey{
	float:right;
	width:250px;
	background-color:#CCCCCC
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */

#footer{
	background:url(../graphics/plain/footer_back.jpg) no-repeat 0 0;
	clear:both;
	margin:0;
	padding:0;
	width:608px;
	text-align:center;
}

#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer p{margin:0;}

#footer a:hover{
	color:#777;
	text-decoration:underline;
}

#footerNumbers{background:#bdb29d;color:#fff;font-size:110%;padding:3px 0;}
#footerNumbers a{color:#fff;text-decoration:underline;}
#footerNumbers span{font-weight:bold;}


#footer ul{margin:0 40px;}
#footer li{
	display:inline;
	margin-right:.3em;
}

#footer li a{
	color:#999;
	text-decoration:underline;
	padding-right:5px;
	border-right:1px solid #999;
}

#footer li.noborder a{border-right:none;}



/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0 1em 30px;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:4px;
	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 ul,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
div.products li {
	background:#f5efe0;
	border: 1px solid #fff;
	color: #333;
	display: block;
	float: left;
	height: 163px;
	min-height: 163px;
	overflow: hidden;
	padding: 0 5px;
	width: 292px;
	}
* html div.products li {
	height: 153px;
	}
.products li h3 {
	margin: .5em 0 1em 0;
	}
.products li h3 a {
	color: #000;
	}
.products .image {
	float: left;
	margin: 5px 5px 5px 0;
	}
.products .image a img {
	border: 1px solid #d6d3b2;
	background: #fff;
	}
.products .price {
	font-weight: bold;
	color: #333;
	}
.products .quantity {
	display: none;
	}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{
	display: inline;
	float:left;
	margin:0 10px 250px 15px;
}	
#product .image p{margin:.5em 0;}
#product .image a{color:#555;}
#product .image a:hover{color:#333;text-decoration:underline;}
#product .image img{	
	border:1px solid #e1e1e1;
}

#productDesc {
	display: inline;
	float: left;
	width: 280px;
	margin:0px 0px 30px 10px;
	}
h2#productTitle {
	background: none;
	color: #666672;
	text-transform: none;
	margin:0px 0px 10px -5px;
	}
	
h1#productTitle {
	background: none;
	color: #666672;
	text-transform: none;
	margin:0px 0px 10px -5px;
	font-size:130%;
	}

#product .info{	
	float:left;
	margin-left: 10px;
	width:280px;
}
#product .price{	
	color:#88404e;
	font-size:130%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#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{color:#555;}
#product #addWishlist a:hover{color:#333;text-decoration:underline;}

.formFieldProduct{border:1px solid #88404e;}

#alsoBought {clear: left;}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 10px;
	padding:3px 10px;
	background:#fff;
	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 10px;
	padding:3px 10px;
	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{
	background:#dedcc5;
	padding:5px;
}
td{
	background:#f6f5ea;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}

#ThisForm{margin:0 10px;}
#frmContact{margin:0 10px;}
#frmContact .formButton{margin-bottom:10px;}

.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:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#88404e;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#88404e;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
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;
}

h1.deptTitle{
	font-size: 130%;
	padding: 10px 10px 0;
	clear: left;
}

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

/* ----- 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%;}
 /*  */
/* ----- end float fix ----- */

#content p{
	padding-left: 10px;
}
