/* TAG RESETS */
html{
	background:url(../images/bgs/htmlbg.gif) repeat-x #cfc9c2;
}
body{
	font:74%/140% Arial, Helvetica, sans-serif;
	color:#666;
}
html, body, form, fieldset, label, legend, table, td, th{
	margin:0; padding:0;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0;
	line-height:120%;
}
h1{
	font-size:210%;
}
h2{
	font-size:180%;
}
h3{
	font-size:140%;
	color:#b4803e;
}
h3 a{
	color:#b4803e;
}
h4{
	font-size:120%;
	font-weight:bold;
	color:#666;
}
h4 a{
	color:#666;
}
p{
	margin:0 0 15px 0;
	padding:0;
}
ul{
	margin:0 0 15px 0;
	padding:0;
}
ol{
	margin:0 0 15px 0;
	padding:0 0 0 20px;
}
li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
ol li{
	list-style:decimal;
}

hr{
	display:none;
}
.hr, .hr-clear{
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.hr-clear{
	clear:both;
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.clearboth{
	clear:both;
}
div.clearboth{
	font-size:0;
	height:0;
	line-height:0;
}
.displaynone, .hidden{
	display:none;
}
p.nomargin{
	margin:0;
}
.cms{
	margin:0 0 15px 0;
}
.cms ul {
	padding-left: 20px;
}
.cms ul li {
	list-style: circle;
}
th{
	text-align:left;
}
a{
	color:#666;
	outline:none;
}
a img{ border:none; }
a:hover{
	text-decoration:none;
}
.alertboxes li, #featuredprods h2, #wishlist h2, ul#prodGallery li.enlarge img, .imagegallery .enlargebig{
	behavior: url(./scripts/iepngfix.htc);
}
.subfolder .alertboxes li, .subfolder #featuredprods h2, .subfolder #wishlist h2, .subfolder ul#prodGallery li.enlarge img, .subfolder .imagegallery .enlargebig{
	behavior: url(../scripts/iepngfix.htc);
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/************    FONTS      **************/


/***********    LAYOUT      **************/

#page_cart{
	width:762px;
	margin:0 auto;
	padding:167px 0 0 0;
	position:relative;
}
/*
.left_col{
	width:160px;
	float:left;
	padding:20px 0 0 20px;
}
.right_col{
	width:540px;
	float:right;
	padding:20px 20px 0 0;
	margin:0;
	z-index:999;
}
.main_col{
	width:360px;
	float:right;
	padding:20px 200px 0 0;
	margin:0 0 0 -200px;
	z-index:999;
}
.main_col img{
	max-width:360px;
}
.extra_col{
	width:160px;
	float:left;
	padding:20px 0 0 400px;
	margin:0 -400px 0 0;
	z-index:-999;
}
*/
.left_col{
	width:160px;
	float:left;
	padding:20px 0 0 20px;
}
.right_col{
	width:540px;
	float:right;
	padding:20px 20px 0 0;
}
.right_col img{
	max-width:540px;
}
.content{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
	padding:0 0 20px 0;

}
.contentwrap{
	padding:0 20px;
}
#header{
	height:167px;
	overflow:hidden;
	background:url(../images/bgs/headerbg.gif) repeat-x;
	top:0px;
	left:0px;
	position:absolute;
	width:762px;
}
.headerwrap{
	position:relative;
}
	#header #heading{
		position:absolute;
		top:60px;
		left:0px;
	}
	#header #heading a{
		display:block;
		width:137px;
		height:53px;
		text-indent:-9999px;
		background:url(../images/logo.gif) no-repeat;
	}
	#header #navigation{
		position:absolute;
		top:140px;
		left:0px;
	}

		#navigation, .tabs {margin:0; padding:0 0 0 1px; width:759px;}
		#navigation ul {margin:0; padding:0; list-style:none;}
		#navigation li,  .tabs li {float:left; margin:0 0 0 0; padding:0;}
		#navigation a, .tabs li a { display:block; background: url(../images/bgs/nav_left_off.gif) no-repeat left top; padding:7px 19px; color:#fff; font-size:110%; text-decoration:none; font-weight:400;}
		#navigation li, .tabs li { background:url(../images/bgs/nav_right_off.gif) no-repeat right top; float:left; margin:0 2px 0 0; padding:0;}
		#navigation .current, .tabs .current {
			background-image:url("../images/bgs/nav_right_on.gif");
			}
		#navigation .current a, .tabs .current a {
			background-image:url("../images/bgs/nav_left_on.gif");
			}
		#navigation a:hover, .tabs a:hover, #navigation .tabs li.current a { color:#333; }
		.tabs ul { margin:0; padding:0; list-style:none; }
		.tabs { margin-left:0;  }

	#header ul.subnav{
		position:absolute;
		top:9px;
		left:0px;
	}
		ul.subnav li{
			display:inline;
			font-family:Tahoma, Arial, Verdana;
			font-weight:bold;
			font-size:95%;
			color:#cfc9c2;
			margin:0 9px 0 0;
			padding:0 9px 0 0;
			border-right:1px solid #cfc9c2;
		}
		ul.subnav li.enditem{
			margin:0;
			padding:0;
			border-right:none;
		}
		ul.subnav li a{
			color:#999;
			text-decoration:none;
		}
		ul.subnav li a:hover{
			text-decoration:underline;
		}

	#header #quick_search{
		position:absolute;
		top:54px;
		right:0px;
	}
		#quick_search label{
			display:none;
		}
		#quick_search span.searchbox{
			display:block; width:184px;
			height:24px;
			padding:3px 0 0 5px;
			background:url(../images/bgs/header_search.gif) no-repeat;
			float:left;
			margin:0 10px 0 0;
		}
		#quick_search input#search{
			border:1px solid #fff;
			padding:0;
			margin:0;
			width:170px;
			outline:none;
		}
		#quick_search span.brandsbox{
			display:block; width:184px;
			height:24px;
			padding:3px 0 0 5px;
			background:url(../images/bgs/header_search.gif) no-repeat;
			float:left;
			margin:0 10px 0 0;
		}
		#quick_search select{
			border:1px solid transparent;
			padding:0;
			margin:0;
			width:180px;
			outline:none;
		}
	#header .tagline{
		position:absolute;
		right:0px;
		top:100px;
		font-size:125%;
		color:#fff;
	}

#category_list{
	margin:0 0 20px 0;
}
	#category_list ul{
		padding:0;
		margin:0;
		border:1px solid #eee;
	}
	#category_list ul ul{
		border:none;
	}
	#category_list ul li{
		margin:0;
		padding:0;
		display:inline;
	}
	#category_list ul li a{
		display:block;
		padding:6px 8px 6px 8px;
		background:url(../images/buttons/nav1_off.gif) repeat-x #e1c995;
		border-bottom:1px solid #fff;
		color:#fff;
		text-decoration:none;
	}
	#category_list ul li a:hover, #category_list ul li.selected a{
		background:url(../images/buttons/nav1_on.gif) repeat-x #c09762;
	}
	#category_list ul li ul{
	}
	#category_list ul li ul li{
	}
	#category_list ul li ul li a, #category_list ul li.selected ul li a{
		padding:4px 8px 4px 27px;
		background:url(../images/buttons/nav2_off.gif) no-repeat 6px 4px #fff;
		color:#666;
	}
	#category_list ul li ul li a:hover, #category_list ul li.selected ul li.selected a{
		background:url(../images/buttons/nav2_on.gif) no-repeat 6px 4px #eee;
	}
	#category_list ul li ul li ul{
	}
	#category_list ul li ul li ul li{
	}
	#category_list ul li ul li ul li a, #category_list ul li.selected ul li.selected li a{
		padding:4px 8px 4px 37px;
		background:#fff;
	}
	#category_list ul li ul li ul li a:hover, #category_list ul li ul li ul li.selected a {
		background:#fff;
		text-decoration:underline;
	}


.homepageintro{
	padding:20px;
}
	#homebg1{
		height:287px;
		background:url(../images/bgs/homepage2.jpg) no-repeat;
		overflow:hidden;
	}
	#homebg1 .introtext h1{
		font-size:180%;
	}
	#homebg1 .introtext{
		width:400px;
		overflow:hidden;
		height:175px;
		margin:0 0 20px 0;
	}
	.introtext{
		margin:0;
	}
	.introtext .cms{
		line-height:160%;
	}

.alertboxes{
}
.alertboxes li{
	width:114px;
	height:73px;
	margin:0 10px 0 0;
	font-size:130%;
	color:#b4803e;
	background:url(../images/bgs/alertbox.png) no-repeat;
	padding:10px 20px 0 20px;
	text-align:center;
	float:left;
}
.alertboxes li a{
	color:#b4803e;
	text-decoration:none;
}
.alertboxes li span{
	display:block;
	color:#9f988f;
	font-size:90%;
	padding:5px 0 0 0;
}
.calltoaction{
	background:url(../images/bgs/bannerbg.gif) repeat-x #e2e1df;
	padding:20px 0;
}
.calltoaction h3{
	color:#b4803e;
	font-size:130%;
	margin:0 0 10px 0;
}
#wishlist{
	position:relative;
}
#wishlist h2{
	position:absolute;
	margin:0; padding:0;
	top:-5px;
	left:15px;
	width:75px;
	height:75px;
	background:url(../images/illustration/create_wishlist.png) no-repeat;
	text-indent:-9999px;
}
.calltoaction ol.wishdemo{
	width:500px;
	margin:0;
	padding:0 0 0 20px;
	background:url(../images/bgs/banner_split.gif) no-repeat 100% 50%;
}
.calltoaction ol.wishdemo li{
	float:left;
	padding:68px 0 0 0;
	margin:0 9px 0 0;
	width:154px;
	list-style:none;
}
.calltoaction ol.wishdemo h3{
	line-height:20px;
	padding:0 0 0 30px;
}
.calltoaction ol.wishdemo p{
	font-size:110%;
	margin:0;
}
	.calltoaction ol.wishdemo li.step1{
		background:url(../images/illustration/wishlist1.jpg) no-repeat;
	}
	.calltoaction ol.wishdemo li.step1 h3{
		background:url(../images/bullets/1.gif) no-repeat;
	}
	.calltoaction ol.wishdemo li.step2{
		background:url(../images/illustration/wishlist2.jpg) no-repeat;
	}
	.calltoaction ol.wishdemo li.step2 h3{
		background:url(../images/bullets/2.gif) no-repeat;
	}
	.calltoaction ol.wishdemo li.step3{
		margin:0;
		background:url(../images/illustration/wishlist3.jpg) no-repeat;
	}
	.calltoaction ol.wishdemo li.step3 h3{
		background:url(../images/bullets/3.gif) no-repeat;
	}

.calltoaction #newsletter{
	width:210px;
	position:absolute;
	left:533px;
	top:20px;
}
	.calltoaction #newsletter p{
		font-size:100%;
		margin:0 0 10px 0;
	}
	.calltoaction #newsletter p strong{
		color:#cc0000;
	}
	.calltoaction #newsletter span.searchbox{
		display:block; width:124px;
		height:23px;
		padding:4px 12px 0 5px;
		background:url(../images/bgs/inputbg1.gif) no-repeat;
		float:left;
		margin:0;
	}
	.calltoaction #newsletter input#sEmail{
		border:1px solid #fff;
		padding:0;
		margin:0;
		width:120px;
		outline:none;
		float:left;
	}
	.calltoaction #newsletter p.options{
		margin:10px 0 0 0;
		clear:both;
	}
	.calltoaction #newsletter input.submit{
		margin:0;
	}

/*------------------ SIDE PANELS --------------------*/

.sidepanel{
	border:1px solid #e4e4e4;
	padding:10px;
	margin:0 0 20px 0;
}
#quick_login input{
	margin:0 0 10px 0;
}
#quick_login input.submit{
	margin:0;
}
#minicart{
	font-size:100%;
}
ul#minicart, #minicart .enditem{
	margin:0;
}
#minicart .remove{
	float:left; margin:0 10px 0 0;
}
#minicart input, #minicart img{ vertical-align:middle; }
li.rowbreak{
	padding:0 0 7px 0;
	border-bottom:1px dashed #e4e4e4;
	margin:0 0 7px 0;
}


div.filter{
	background:url(../images/bgs/nav.gif) no-repeat;
	margin:0 0 20px 0;
	padding:7px 0 0 10px;
	height:29px;
}

ul.mininav{
	background:url(../images/bgs/nav.gif) no-repeat;
	margin:0 0 20px 0;
	padding:0 0 0 10px;
	height:36px;
}
	ul.mininav li{
		float:left;
		font-size:100%;
		line-height:36px;
		height:36px;
		margin:0 6px 0 0;
		padding:0 5px 0 0;
		border-right:1px solid #ccc;
	}
	ul.mininav li.enditem{
		margin:0;
		padding:0;
		border-right:none;
	}
	ul.mininav li a{
		text-decoration:none;
		font-weight:bold;
	}
	ul.mininav li a:hover{
		text-decoration:underline;
	}

#customernav strong{
	text-decoration:underline;
}

/*--------------------- FORMS ----------------------*/

div.error{
	color:#cc0000;
	border:1px solid #cc0000;
	padding:5px;
	margin:0 0 15px 0;
}
ul.error{
	border:1px solid #cc0000;
	padding:10px 10px 0 25px;
	margin:0 0 20px 0;
}
	ul.error li{
		color:#cc0000;
		list-style:disc;
	}
ul.success{
	border:1px solid #80551e;
	padding:10px 10px 0 25px;
	margin:0 0 20px 0;
}
	ul.success li{
		color:#80551e;
		list-style:disc;
	}
table.formTbl ul.error{
	margin:0;
}
input.qty{
	width:25px;
}
table.formTbl{
	border-collapse:collapse;
	margin:0 0 15px 0;
}
#cartpage .formTbl{
	width:100%;
}
	table.formTbl td, table.formTbl th{
		border:1px solid #e4e4e4;
		padding:7px;
	}
	table.formTbl th{
		background-color:#eee;
	}
	.formTbl ul.prod-attributes{
		margin:0;
	}
	.formTbl ul.prod-attributes li{
	}
	.formTbl ul.prod-attributes li.enditem{
		margin:0;
	}

.paging{
	padding:10px;
	border:1px solid #e4e4e4;
	text-align:center;
	clear:both;
	margin:0 0 20px 0;
}
.paging a{
	margin:0 10px;
}


fieldset{
	border:1px solid #e4e4e4;
	padding:10px;
	margin:0 0 20px 0;
}
legend{
	background-color:#fff;
	padding:5px 10px;
	color:#b4803e;
	font-size:125%;
}
fieldset.col1{
	width:236px;
	margin:0 0 20px 0;
	float:left;
}
fieldset.col2{
	width:236px;
	margin:0 0 20px 0;
	float:right;
}
fieldset input, fieldset textarea{
	width:410px;
}
fieldset select.short, fieldset input.short, fieldset textarea.short{
	width:210px;
}
.left_col fieldset select, .left_col fieldset input, .left_col fieldset textarea{
	width:130px;
}
fieldset.col1 select, fieldset.col2 select, fieldset.col1 input, fieldset.col2 input, fieldset.col1 textarea, fieldset.col2 textarea{
	width:210px;
}
fieldset label{
	display:block;
	font-weight:bold;
	margin:0 0 5px 0;
}
fieldset label .required{
	font-weight:normal;
	color:#999;
}
fieldset input{
	margin-bottom:5px;
}
fieldset input.submit{
	margin-bottom:0px;
}
fieldset.col1 input.submit, fieldset.col2 input.submit, .left_col fieldset input.submit, fieldset input.submit{
	width:auto;
}



.notice{
	border:1px solid #e4e4e4;
	padding:10px;
	margin:0 0 20px 0;
}
.notice p{
	margin:0;
}
ul.inline{
	margin:0;
}
ul.inline li{
	margin:0 10px 0 0;
	float:left;
}
#advance_search label, #advance_search input{
	display:inline;
}

/*------------------- PROD LIST --------------------*/

.catbanner{
	margin:0 0 20px 0;
}

#featuredprods{
	background:url(../images/bgs/topshadow.gif) repeat-x;
	position:relative;
	padding:20px 0 10px 0;
}
#featuredprods h2{
	position:absolute;
	margin:0; padding:0;
	top:0;
	left:0;
	width:100px;
	height:100px;
	background:url(../images/illustration/featured_products.png) no-repeat;
	text-indent:-9999px;
	z-index:999;
}
#featuredprods h3{
	font-size:100%;
	font-weight:bold;
}
#featuredprods ul.products{
	padding:0 0 0 20px;
}
ul.products, .products{
	margin:0 0 20px 0;
	padding:0;
}
	ul.products li{
		float:left;
		width:165px;
		margin:0 20px 0 0;
		text-align:center;
	}
	ul.products li.enditem, .products .product.enditem{
		margin:0;
	}
	.products .prodImage{
		margin:0 0 10px 0;
	}
	#featuredprods .prodImage img{
		z-index:1;
		position:relative;
		border:1px solid #fff;
	}
	.products .picthumb{
		width:140px;
	}
	.products h3{
		margin:0 0 5px 0;
		font-size:130%;
		color:#666;
	}
	.products h3 a{
		color:#666;
		text-decoration:none;
	}
	.products h3 a:hover{
		text-decoration:underline;
	}
	.products p.price{
		margin:0 0 5px 0;
		line-height:16px;
	}
	.products span.rrp{
		margin:0 10px 0 0;
		text-decoration:line-through;
	}
	.products span.rrp .vat{
		display:none;
	}
	span.money{
		color:#b4803e;
		font-size:140%;
		font-weight:bold;
	}
	span.submoney{
		color:#b4803e;
		font-weight:bold;
	}
.productsint{
}
	.productsint .product, .productsint .endproduct{
		width:154px;
		padding:10px 5px 10px 5px;
		border:1px solid #e4e4e4;
		margin:0 20px 20px 0;
		float:left;
		text-align:center;
	}
	.productsint .endproduct{
		margin:0 0 20px 0;
	}
	.productsint h3{
		margin:0 0 5px 0;
	}
	.productsint p{
		margin:0 0 5px 0;
		color:#999;
	}
	.productsint .product a, .productsint .endproduct a{
		text-decoration:none;
	}
	.productsint .prodImage{
		margin:0 0 10px 0;
	}
	.productsint .picthumb{
		width:150px;
	}
	/*.prodImage{
		position:relative;
		z-index:1;
	}*/
	.prodImage .discount{
		position:absolute;
		top:0;
		right:0;
	}

#footer{
	clear:both;
	color:#999;
	height:76px;
	background:url(../images/bgs/footer.gif) no-repeat 0px 20px;
	padding:35px 20px 0 20px;
	margin:0 20px;
	width:680px;
}
	#footer a{
		color:#999;
	}
	#footer ul{
		width:150px;
		float:left;
		margin:0 20px 0 0;
	}
	#footer ul li{
		margin:0 0 5px 0;
	}
	#footer ul.contactlinks{
		width:260px;
	}
	#footer ul.contactlinks a{
		text-decoration:none;
	}
	#footer ul.contactlinks a:hover{
		text-decoration:underline;
	}
	#footer p{
		margin:0 0 5px 0;
		float:right;
	}
	#footer p.worldpay{
		margin:0 0 0 0;
	}
	#footer p.creditcards{
		margin:0;
	}

ul.reglist{
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
ul.reglist li{
	list-style:disc;
	margin:0 0 15px 0;
}
ul.reglist li ul{
	padding:15px 0 0 20px;
	margin:0;
}
ul.reglist li ul li{
	list-style:circle;
	margin:0 0 15px 0;
}
ul.reglist li ul li ul{
	padding:15px 0 0 20px;
	margin:0;
}
ul.reglist li ul li ul li{
	list-style:square;
	margin:0 0 15px 0;
}

#sendtofriend{
	margin:0 0 20px 0;
}


#details{
}
#details fieldset.prodinfo{
	width:197px;
	float:right;
}
#details fieldset.prodinfo input, #details fieldset.prodinfo select{
	width:170px;
}
.imagegallery{
	float:left;
	margin:0 20px 0 0;
	width:300px;
}
.imagegallery .prodImage{
	position:relative;
}
.imagegallery .enlargebig{
	position:absolute;
	width:30px;
	height:30px;
	top:10px;
	left:10px;
	background:url(../images/bullets/enlarge.png) no-repeat;

}

#placeholder{
	margin:0 0 10px 0;

}
#placeholder:hover{
	cursor:pointer;
}
ul#prodGallery{
	background:url(../images/bgs/thumb_track.gif) no-repeat 100% 0%;
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
	position:relative;
}
ul#prodGallery li{
	float:left;
	margin:0 20px 0 0;
}
ul#prodGallery li.enlarge {
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
	width:60px;
	height:60px;
}
ul#prodGallery li.enlarge img{
	width:60px;
	height:60px;
}
ul#prodGallery li.enditem{
	margin:0;
}
ul#prodGallery li img{
	width:75px;
	height:75px;
}

p.alert{
	color:#cc0000;
	font-weight:bold;
}
#details .inlinetbl{
	float:right;
}
.checkoutbox{
	border-top:1px solid #ccc;
	background:url(../images/bgs/boxshadow.gif) repeat-x 0px -20px;
	padding:10px;
	margin:0 0 20px 0;
}

form.floatitems{
	margin:0 0 20px 0;
}
form.floatitems input, form.floatitems label{
	float:left;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.inlinetbl td{
	padding:0 10px 0 0;
	vertical-align:middle;
}

input#aj_search{
	width:80px;
}
select#cat{
	width: 180px;
}
select#cat option{
	font-size:90%;
}






.bullet {

	padding-left: 20px;
}
.bullet li { margin-bottom: 0;list-style: circle; font-weight: bold;;}

.prodbuttons img{
	margin:0 10px 5px 0;
	float:left;
}
	.prodbuttons img.add-compare, .prodbuttons img.minus-compare{
		margin:0 0 5px 0;
	}
	fieldset img.add-compare, fieldset img.minus-compare{
		margin:0 0 10px 0;
	}
	.prodbuttons img.moreinfo{
		margin:0 10px 5px 5px;
	}
	.comparewrap{
		padding:5px 0 0 0;
	}
	.comparison_view{
		clear:both;
		font-size:0.9em;
	}
	.productsint .comparison_view a{
		text-decoration:underline;
	}
	.productsint .comparison_view a:hover{
		text-decoration:none;
	}
	.minus-compare-int{
		margin:5px 0 0 0;
	}