/************************************************************8 
   Redesign by: Quay Creative
   Ecommerce: UK2 Ecommerce   
   Email: info@quaycreative.com
   Phone: 0121 241 5552
   Last Modified: 2010
    
   
 */

body{
	background:#fff url(../graphics/plain/body-bg.gif) 0 0;	
	color:#666;
	font:75% 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:#CE4F11;
	text-decoration:underline;
}
a:hover{
	color:#111111;
	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;
}

.top-line {
	background:url(../graphics/plain/top-line.gif) top repeat-x;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;	
	width:980px;
	text-align:left;	
	padding-top:10px;
	position:relative;	
}
#header.home{
	position:relative;	
	height:130px;
}

#header{
	position:relative;
	height:150px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:15px;
	left:0;
	display:block;
	height:100px;
	width:206px;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:62px;
	background:url(../graphics/plain/logo.jpg) no-repeat 0 0;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}
#delivery{
	position:absolute;
	margin:0;
	padding:0;
	top:55px;
	right:5px;
	width:171px;
	height:18px;
	font-size: 2em;
	display:none;
}

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

#infoBlock{
	position: absolute;
	top: 14px;
	left: 390px;
	color: #7e7e7e;
	font-size: 13px;	
}
#infoBlock a, #infoBlock a:visited {color:#539703}


/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	padding-bottom: 40px;
	margin:0 0 2px;
	border-bottom: 1px solid #1F1E1D;
}


/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;	
	margin-right:10px;	
	padding-bottom:1em;
}

/* ----- search box ----- */
#search{
	margin:0;	
	position: absolute;
	right: 0;
	top: 50px;
}

#search label{display:none;}

#searchKeyword{
	background:url(../graphics/plain/search-input.gif) no-repeat 0 0;
	border:none;
	color:#616161;
	line-height:14px;
	padding:5px 0 6px 4px;	
	vertical-align:top;   
	width:218px;
	font-size:11px;
	text-transform:uppercase;
}
#searchSubmit{
	color:#fff;
	text-transform:uppercase;
	background:#ccc;
	border:0;
	padding:3px 8px;
	letter-spacing:1px;
	font-size:95%;
	font-weight:bold;
	width: 25px;
	display:none;
}
#searchSubmit:hover{
	background:#aaa;
	cursor:pointer;
}

/* ------ main nav ----- 
#mainNav, #mainNav li{
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav{
	position:absolute;
	top:100px;
	right:0;
	width:665px;	
	text-align: right;
}

#mainNav li{
	float:left;
	margin:0;
	padding:0;
	font-size:14px;		
	font-weight: bold;
	color: #000000;
}
#mainNav li.first{	
	text-decoration: underline;
}
#mainNav li a:link, #mainNav li a:active, #mainNav li a:visited{
	float:left;
	padding:6px 10px;
	text-decoration:none;
	color:#000;	
}
#mainNav li a:hover{text-decoration:underline;}
#mainNav li a span{}
*/

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:20px;
	right:0;
	text-align:right;
	width:410px;
	background: url(../graphics/plain/bag.gif) right -4px no-repeat;	
}
#navTools li{
	float:left;
	display:inline;
	font-size:75%;
	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{ text-decoration:none;}
#navTools li a:hover, #navTools li a.selected{
	text-decoration:none;
}
#navTools li a span{
	color: #AAA5A3;	
}
#navToolsTitle{
	display:none;
}

#itemsummary a {
	display:block;	
	color:#333;	
	font-size:1.1em;
	font-weight:bold;        
	}
	
#itemsummary a:hover, #itemsummary a:active, #itemsummary a:focus {
	text-decoration:none;
	background:#e5e5e5;
	}


#bag{
	position:absolute;
	top:16px;
	right:0;
	text-align:right;	
}
/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}

.navStatic {
	margin: 0;
	padding: 6px 0 30px;	
	}

.navStatic li a {
	display:block;	
	color:#1F1E1D;	
	font-size:14px; 	
	line-height:18px; 	
	padding:7px 1px 8px 15px;
	background:url(../graphics/plain/bg_list.gif) 0 center no-repeat;
	text-decoration:none;
	}
.navStatic li a:hover, .navStatic li a.selected, .navStatic li a:hover.selected {
	color: #1F1E1D;
	text-decoration: underline;
	}
.navStatic a span {
	display:block;
	/*padding:6px 10px 6px 2.4em;*/
}

.navStatic li:hover{
	background-color: #f0f0f0;
}

.navStaticTitle{
	margin:0;
	padding: 0 0 10px 0;
	font-size:18px;
	color: #000;
}

/* =SUBDEPARTMENTS
================================================= */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {	
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	background: url(../graphics/plain/bg_list.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
}


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:223px;
	margin-right: 31px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width: 725px;
}
#main h2{
	font-weight:normal;
	padding:0;
	margin-bottom:.7em;
	color:#c60;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:3px solid #000;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}

#main #content{
	width:725px;
}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	border-top: 3px solid #3D3D3D;
	padding:0;
	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 ----- */
#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;
	border:0;
	padding:2px 5px;
	letter-spacing:1px;
	font-size:95%;
	font-weight:bold;
}
#mailingListSubmit:hover{
	background:#aaa;
	cursor:pointer;
}
#joinNow{
	float:left;
}

/* ----- footer links ----- */
#footer #footerLegal{
	width:558px;
	overflow:hidden;	
	text-align:left;
	padding:30px 0 0 0;	
}
#footer  #footerLegal li.first{
	color:#c60;
}
#footerDept{}
#footerDept a{
	color:#aaa;
}
#footerDept a:hover{
	color:#666;
}

#footer .footer-text {
	width:370px;
	font-size:12px;
	line-height:17px;
	color:#b2afad;
	padding-top:10px;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin-right: 0px;
	margin-top: 7px;
}
#pagination li{
	margin:0px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:55px;
	height:15px;
	overflow:hidden;
	text-indent: 12px;
	text-align: center;
	margin-left: 12px;
}
#prodnavdivider {	
    margin: 0 26px 15px 0px;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	background-color: #f5f5f5;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	 box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

#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;}

#sortertool {
	float: right;
	margin-top: 3px;
}
/* ----- 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 ----- */
#homeProducts{
	margin-top: 30px;
}
.products{
	margin:0 0 1em 0;
	width:100%;
}
.products h2{
}
.products h2.home{	
	display:none;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin:0 15px 15px 0;
	padding:12px;
	/*background:#fbfbfb;*/
	color:#777;
	display:inline;
	position: relative;
	float:left;	
	width:144px;
	min-height: 200px;
	border:1px solid #e5e5e5;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}
.products li.last{
	margin:0;
}

* html .products li{
	margin:0 16px 11px 0;
}
.products li:hover{
	background:#fbfbfb;
	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;
	text-decoration: none;
}
.products li h3 a:hover{
	color:#666;
	text-decoration: underline;
}
.products .image{
	margin:0;
	text-align:center;
}
.products .image a img{}
.products .image a:hover img{}
.products .desc{
	display:none;
}
.products .price{
	clear:both;
	margin:0;
	padding:10px 0 0;
	font-size: 16px;
	font-weight:bold;
	color: #000;
}
.products .viewDetail{ 
	display: block; margin-top: -20px;
	float: right;
}
.products .onSale {	
	color: #a00;
	font-weight: bold;
	margin:0;
}

.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:300px;
}
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:#666666;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}

.formRadio{vertical-align:middle;}
.formButton{
	/*background:#e0a366;*/
	background:#1F1E1D;
	color:#B2AFAD;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{
	cursor:pointer;	
	color: #fff;
}
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%;}


.clear { 
	display: inline;  /* for IE/Mac */
	clear: both;
}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after, #navSubDept:after, .clear:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.inner, .clear, .products, .products li, #pagination, #total, .modules, #navSubDept{display:block;}
/*  \*/
.inner, .products, #pagination, #total, .modules, #navSubDept{min-height:1%;}
* html .inner, * html .clear, * html .products, * html .products li, * html #pagination, * html #total, * html .modules, * html #navSubDept{height:1%;}
 /*  */
/* ----- end float fix ----- */



#side .right-panel {
width: 171px;
background:url(/graphics/top-box.gif) no-repeat;
padding: 12px 0 0 0;
margin-top: 20px;
}

#side .right-panel-mid {
background: url(/graphics/mid-box.gif) repeat-y;
padding: 0 17px 0px 20px;
min-height:217px;
height:auto !important;
height:217px;
}

#side .right-panel p  {
/*line-height: 16px;*/
color: #333;
padding: 0;
margin: 0;
font-family:arial;
padding: 5px 0;
}

#side .right-panel h2  {
color: #CC6600;
font-family:arial;
font-weight: bold;
padding: 0;
margin:0;
}

#side .right-panel-foot {
background: url(/graphics/bottom-box.gif) no-repeat;
height: 12px;
}

span#prodQuantity{
	font-size: 2em;
	padding-left: 5px;
}

#product .info p#backorderstatus{
	background-color:#FFFFCC;	
	/*border: 2px solid #CC6600;*/
	border-left:10px solid #E0A366;
	padding: 5px;
	margin-top: 18px;
}

#maintenance{
	float: right;
	width: 400px;
}

#maintenance h2{
	font-size: 2em;
	line-height: 28px;
	color: #CC6600;
}

.hideme{ display:none;}
.slideshow{ width: 980px; height: 353px; margin-bottom: 20px;}

#paymentblock{
	float:right;
	padding-top:25px;
	width:150px;
}

#checkoutBtn{
	float: right;
}