
@charset "UTF-8";
/* HUAN GROUP CSS
WRITTEN BY JAMIE STERLING
DECEMBER 2010
*/

/* YUI RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	font-size: 12px;
}
a {
	text-decoration:none;
	outline: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* BASE STYLES */
.clear {
	clear:both;
}

body {
	background: #f9f9f9 url('images/layout/hay.jpg') ;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.container {
	background:#FFF;
	margin: 10px auto;
	width:960px;
	padding: 0 10px;
	border: 1px solid #DDD;
}

#mysitewidth {
	background:#000;
	margin: 0 auto;
	width:560px; !important
	padding: 0 10px;
}

p {
	margin-top:10px;
	line-height:20px;
	font-size:12px;
	}
	
p a {
	color:#000;
	text-decoration:underline;
	}
	
p a:hover {
	color:#333;
	}


/* GENERIC STYLES */

h1 {
	font-size:24px;
}

h2 {
	font-size:16px;
	margin:10px 0;
}

h3 {
	font-size:14px;
}



/* HEADER */

.header {
	width:940px;
	margin: 10px 10px 0;
}


.headerlogo {
	float:left;
	margin:10px 0 0 5px;;
}

.headerinfo {
	float:right;
}

.custservice  {
	margin-top:10px;
	color: #666;
	font-size:11px;
	float:right;
}

.custservice a {
	color:#666;
	text-decoration:none;
}

.custservice a:hover {
	color:#F2AB26;
	text-decoration:none;
}

.headserv { 
	background: url('images/layout/header-support.jpg') no-repeat;
	height: 36px; 
	padding: 5px 0 0 45px; 
	display: block;
	float:right;
	font-size: 17px;
 }
 
 .headserv span {
 color: #F2AB26;
 font-size: 12px !important;
 font-weight: bold;
 }
 

.headdel { 
	background: url('images/layout/header-del.jpg') no-repeat;
	height: 26px; 
	padding: 15px 0 0 45px; 
	display: block;
	float:right;
	font-size: 12px;
	margin-right: 20px;
 } 
 
 .headprice { 
	background: url('images/layout/header-price.jpg') no-repeat;
	height: 26px; 
	padding: 15px 0 0 35px; 
	display: block;
	float:right;
	font-size: 12px;
	margin-right: 20px;

 } 
 

.yourinfo {
	margin: 10px 0 0 0;
}

.basket {
	padding: 2px 0 4px 8px;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #F2AB26;
	display:inline;
	font-size:12px;
	margin:13px 10px 0 0;
}

.basketbutton {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #F2AB26;
	display:inline;
	font-size:11px;
	padding: 5px 7px 3px 7px;
	margin-left:5px;
	cursor: pointer;
	font-weight: bold;
}

.basketbutton:hover {
	background:#FCEBD0;
}
	
.searchform {
	background:#F2AB26 url('images/layout/light-gradient.png') repeat-x;
	float:right;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	padding: 4px 0 0 8px;
	margin-top:10px;
}

.searchinput {
	border:none;
	width:160px;
	outline:none !important;
	height: 18px;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.searchbutton {
	background:#FCEBD0 ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	width: 45px;
	height:18px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	font-size:10px; 
	color: #666;
}


#txtAutoCompleteSearch {
}

#divAutoCompleteResults {
	border: 1px solid #B3B3B3;
	font-size: 10px;
	padding: 0;
	margin:3px;
	display: none;
	width:165px;
	cursor:pointer !important;
	z-index:9999;
}

#divAutoCompleteResults div {
    padding: 5px;
    z-index:9999;
}

#divAutoCompleteResults .selected {
	background:#FCEBD0  url('images/layout/overlay-light.png') repeat-x;
    color:#000;
    z-index:9999;
}

#divAutoCompleteResults .unselected {
	background-color: #fff;
	color: #666;
	z-index:9999;
}
.highlight 
{
	color:#000;
    font-weight : bold;
}

	


.basketblack {
	color:#000;
}

.topmenu {
	background:#F2AB26 url('images/layout/light-gradient.png') repeat-x;
	padding:0 3px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
}

#nav{
	float:left;
	width:100%;
	list-style:none;
}
#nav li{
	float:left;
	position:relative;
	display:block;
	font-size:13px;
	padding:0 5px;
}
#nav li a{
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
}
#nav li a:hover{
	color:#000;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	float:none;
	font-size:12px;
	color:#333;
	padding:0;
}

#nav ul.bigcata li{
	float:none;
	font-size:12px;
	color:#333;
	padding:0;
	float:left;
	width:150px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
	color:#000;
	padding:6px 10px;

}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1;
	border-bottom: 1px solid #F2AB26;
	border-left: 1px solid #F2AB26;
	border-right: 1px solid #F2AB26;
	z-index:9999;
	margin-left: 4px;

}

#nav li:hover ul.bigcata{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1;
	border-bottom: 1px solid #F2AB26;
	border-left: 1px solid #F2AB26;
	border-right: 1px solid #F2AB26;
	z-index:9999;
	width:350px;
	background:#FCEBD0 ;


}


#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	background:#FCEBD0 url('images/layout/overlay-light.png') repeat-x; /* Solid colour fall-back */
	text-decoration:none;
	color:#333;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	background:#FCEBD0 ;

}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#FFF url('images/layout/overlay-light.png') repeat-x; /* Solid colour fall-back */
	text-decoration:none;
	color:#000;
	}
	
.topsale {
	background:#d51822 url('images/layout/light-gradient.png') repeat-x;
}

 #nav li.topsale:hover a {
	background:#d51822 url('images/layout/light-gradient.png') repeat-x;
	text-decoration:none;
	color:#FFF;
}

#nav li.topsale:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	background:#FFF;
	color:#333;

}
#nav li.topsale:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#d51822 url('images/layout/overlay-light.png') repeat-x; /* Solid colour fall-back */
	text-decoration:none;
	color:#FFF;
	}
	
#nav li.topsale:hover ul{ /* Display the dropdown on hover */
	left:-75px; /* Bring back on-screen when needed */
	opacity:1;
	border-bottom: 1px solid #d51822;
	border-left: 1px solid #d51822;
	border-right: 1px solid #d51822;
	z-index:9999;
	margin-left:4px;
}
	
	
/* BREADCRUMBS */

.breadcrumbs {
	width:910px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #FCEBD0;
	margin: 0 auto;
}
.crumb {
	display:inline;
	float:left;
	font-size:11px;
	color: #F2AB26;
	font-weight:bold;
	margin-left:3px;
}

.crumb a {
	color:#666;
	font-weight:normal;
}

.crumb a:hover {
	color:#333;
}

.promo {
	float:right;
	color:#F2AB26;
	font-size:11px;
}

.promo a {
	color:#444;
}

.promo a:hover {
	color:#F2AB26;
}
	
	
/* FOOTER */

.footer {
	width:950px;
	margin: 5px;
}

.footersection {
	width:168px;
	margin:0 17px 0 5px;
	float:left;
	/* REVERT TO 5 COL with W:177 and M: 0 17 0 5 */
	/* REVERT TO 4 COL with W:210 and M: 0 22px 0 5px */
}

.footersection h3 {
	font-size:12px;
	color:#333;
	width:100%;
	padding: 5px 0 5px 10px;
	background:#FCEBD0 url('images/layout/overlay-light.png') repeat-x;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.footersection h3 a {
color:#333;
text-decoration: none;
font-weight: bold;
}

.footersection h3 a:hover {
text-decoration: underline;
}

.footertable {
	font-size:10px;
	color:#333;
	margin:10px 0 0 10px;
}	

.footertable td{
	padding: 5px 0;
}

.footersection ul {
	font-size:10px;
	list-style:disc;
	margin: 10px 0 0 25px;
	color:#666;
}

.footersection li a{
	color:#666;
	text-decoration:none;
}

.footersection li a:hover{
	color:#333;
}

.footersection p {
	font-size:9px;
	color:#666;
	margin:10px 0 0 10px;
	line-height:normal;
}

.footermail {
	width:110px;
	display:inline;
	margin:10px 0 0 10px;;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding:2px;
}

.footersubmit {
	background:#F2AB26 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display:inline;
	font-size:11px;
	border:none;
	padding: 2px 5px;
	cursor: pointer;
}

.footersubmit:hover {
	background:#F2AB26 ;
}

.footerbase {
	width:940px;
	margin: 10px auto;
	border-top: #FCEBD0 1px solid;
}

.footerbase p {
	margin: 10px;
	font-size:11px;
	color:#666;
	float:left;
	display:inline;
	line-height:16px;
}

.footerbase p a {
	color: #666; 
}

.cardsaccepted {
	float:right;
	margin-top:10px;
}

.smlogo {
	margin: 10px;
		opacity:0.8;
	filter:alpha(opacity=80);
}

.smlogo:hover {
	opacity:1;
	filter:alpha(opacity=100);
}


.recentlyviewed {
	width:940px;
	margin:20px auto;
}

.recentlyviewed h3 {
	font-size:12px;
	color:#333;
	width:930px;
	padding: 5px 0 5px 10px;
	background:#FCEBD0 url('images/layout/overlay-light.png') repeat-x;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.recentlyviewed a.browse{
	margin:50px 0;
}

.footerscroll {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:140px;
	margin-bottom:20px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.footerscroll .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
/* this makes it possible to add next button beside scrollable */
.footerscroll {
	float:left;	
}

.footerscroll ul li {
	width:100px;
	height:140px;
	float:left;
	margin: 0 9px; 
	font-size:11px;
	padding:5px;
	text-align:center;
}

.footerscroll ul li a{
	color:#666;
}

.footerscroll ul li a strong{
	color:#666;
}

.footerscroll ul li img{
	margin: 5px auto;
	display:block;
}






/* HOME PAGE */

.content {
	width:940px;
	margin: 0 auto;
}

.whyus {
	width:936px;
	background:#EFEFEF url('images/layout/overlay-light.png') repeat-x;
	margin: 10px auto;
	border: 2px solid #E0E0E0;
 
}

a.whyreason {
	width:233px;
	float:left;
	text-align:center;
	color:#333;
	font-size:12px;
	padding:20px 0;
	border-right: 1px solid #E0E0E0;
	display: block;
}


.whyreason:hover {
	background:#E0E0E0 url('images/layout/overlay-light.png') repeat-x;
	color:#000;
}
	
	

.homeimg {
	width:940px;
	height:40px;
	padding-top:260px;
	background:#F1F1F1 url('images/layout/home-lead.jpg') no-repeat;
}

.homeimg:hover {
	opacity:0.95;
	filter:alpha(opacity=95);
}

.homeimg h1 {
	background:#FCEBD0;
	font-size:16px;
	padding:10px 0 0 25px;
	height:30px;
	opacity:0.6;
	filter:alpha(opacity=60);
	color:#000;
}

.homeslider {
	width:294px;
	height:250px;
	margin:10px 10px 0 0;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* border: 1px solid #B3B3B3; */
	padding:0 8px;
	border-right: 1px solid #DDD;
}

.homeslider3 {
	width:298px;
	height:250px;
	float:left;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* border: 1px solid #B3B3B3; */
}

.homeslider h3, .homeslider3 h3 {
	color: #F2AB26;
	margin: 10px 0 0 15px;
}

.homeslidername {
	margin: 10px 0 0 0;
	color:#333;
	font-size:14px;
	display:block;
	clear:both;
}

.homeslidername:hover {
	color:#000;
}

.homesliderprice {
	margin: 10px 0 0 0;
	color:#333;
	font-size:12px;
	clear:both;
	width:250px;
	line-height:25px;

}

.homesliderprice:hover {
	color:#000;
}



.homescrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 260px;
	height:220px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.homescrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.homeprodblock {
	float:left;
	width:260px;
	height:200px;
	text-align:center;
}
/* this makes it possible to add next button beside scrollable */
.homescrollable {
	float:left;	
}



.homesliderimage {
	height:155px;
	width:260px;
	display:block;
}

.homesliderimage img{
	margin: 10px auto;
	
}

/* prev, next, prevPage and nextPage buttons */
a.homebrowse {
	display:block;
	width:12px;
	height:30px;
	float:left;
	margin:75px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.homeright 				{ background: url('images/layout/3030right.jpg'); clear:right; margin-right: 0px;}


/* left */
a.homeleft				{ background: url('images/layout/3030left.jpg');margin-left: 0px; } 




/* disabled navigational button */
a.homedisabled {
	visibility:hidden !important;		
} 




.mainlist li{

font-size: 12px;
margin: 5px 20px;
list-style: disc;

}


.homeshowcase {  }
.homeshowcase li { width: 223px; margin: 5px; float:left; border: 1px solid #DDD; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;height: 148px; position:relative; }
.homeshowcase li:hover { border: 1px solid #F2AB26; }
.homeshowcase .image { width: 110px; text-align:center; float:left; height: 120px; margin-top: 10px; }
.homeshowcase a { color: #000;}
.homeshowcase .name { font-size:11px; font-weight:bold; line-height:14px; color: #000;}
.homeshowcase .info { background: none; width: 100px; float:left; height: 125px; overflow:hidden; position: absolute; top: 10px; left: 120px;}
.homeshowcase .resultsprice, .homeshowcase .resultssaving { padding-left:0; }

.homeshowcase li a .viewprod { clear:both; background:#F2AB26 url('images/layout/light-gradient.png') repeat-x; height: 15px; font-size:10px; text-align:center; padding: 3px 0 0 0; -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
color: #FFF;}

.homeshowcase li:hover .viewprod { background:#F2AB26; }

.homedivide { background: #F2AB26 url('images/layout/light-gradient.png') repeat-x; color: #FFF; font-weight:bold; width:930px; text-align: center; padding: 5px 0; margin: 30px auto 10px auto; 
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}

.hometestimonial { margin: 20px; float: left; width: 500px; }
.hometestimonial .testimonialbase { border: none; }

.homeinfobox { border: 1px solid #F2AB26; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.homescoring { float: right; width: 335px; margin: 20px 7px 20px 20px; font-size: 12px; border: 1px solid #F2AB26; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #F2AB26; }
.homescoring table { margin: 0 auto; }
.homescoring td { padding: 5px; }

.hometabs {
	margin:10px 5px;
	width:930px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FCEBD0;
	*margin-top:20px;
}

.hometabsindex {
	width:150px;
	border-right: 1px solid #FCEBD0;
	float:left;
}

.hometabsindex li, .hometabsindex li a{
	color:#666;
	font-size:11px;
	padding: 4px;
	border-bottom: 1px solid #FCEBD0;
	text-align:right;
}

.hometabsindex li a:hover{
	color:#000;
}


.hometabscontent {
	float:left;
	color:#666;
	font-size:11px;
	padding: 10px;
	width:750px;
	border-left: 1px solid #FCEBD0;
}
.hometabscontent p {
	color:#666;
	font-size:11px;
	margin-bottom:10px;
	line-height:normal;
}

.hometabscontent p a{
	color:#333;
	text-decoration:underline;
}

.hometabscontent h3 {
	color: #666;
	font-size:16px;
	margin-bottom:10px;
}


div#feature_list h3 { font-weight: bold; }
		div#feature_list {
			width: 940px;
			height: 400px;
			overflow: hidden;
			position: relative;
			margin-top:20px;
			margin-bottom:20px;
		}
 
		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}
 
		ul#tabbage {
			right: 0;
			z-index: 2;
			width: 300px;
		}
 
		ul#tabbage li {
			font-size: 12px;
			font-family: Arial;
			line-height: 22px;
		}
		
		ul#tabbage li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}
 
		ul#tabbage li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
			background: #FCEBD0 url('images/layout/light-gradient.png') repeat-x;
		}
 
		ul#tabbage li a:hover {
			text-decoration: underline;
		}
 
		ul#tabbage li a.current {
			background: #F2AB26 url('images/layout/light-gradient.png') repeat-x;
			color: #FFF;
		}
 
		ul#tabbage li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
 
		ul#output123 {
			left: 0;
			width: 463px;
			height: 400px;
			position: relative;
		}
 
		ul#output123 li {
			position: absolute;
			width: 640px;
			height: 400px;
		}
		
			ul#output123 li img {
			width: 640px;
		}
 
		ul#output123 li span.continue {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 13px;
			color: #FFF;
			background: #F2AB26 url('images/layout/light-gradient.png');
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;

		}
		
		ul#output123 li  span.continue:hover {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			color: #FFF;
			background: #F2AB26;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}





















/* PRODUCT PAGE */

.approveduser {
	 background: url("images/layout/overlay-light.png") repeat-x scroll 0 0 #EFEFEF;
    border: 2px solid #E0E0E0;
    margin: 10px auto;
    width: 896px;
	padding:20px;
	font-size:11px;
}

.approveduser li {
	list-style:none;
	width: 25%;
	float:left;
}

.indented {
	margin-left:15px;
}





.a2bsuccess {
position: absolute;
top:40%;
left:40%;
width:300px;
color: #4F8A10;
background-color: #DFF2BF;
z-index: 1000;
padding: 40px 20px;
border: 1px solid;
text-align: center;
-moz-box-shadow: 10px 10px 70px #000;
-webkit-box-shadow: 10px 10px 70px #000;
box-shadow: 10px 10px 70px #000;
line-height: 30px;
}


.imagecol {
	width:300px;
	float:left;
}

.imagecol img {
	margin: 10px auto;
	position: relative;
}

.zoom1 {
position: relative;
}

.zoomimgbutton {
    background: none repeat scroll 0 0 #F2AB26;
    color: #FFFFFF;
    font-size: 11px;
    opacity: 0.8;
    padding: 2px 5px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 5;

}

.prodimgstars {
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0; 
	text-align: center;
	color: #F2AB26;
	font-size:13px;
}

.contentcol {
	width:620px;
	float:right;
}	

.contenttop {
	width:640px;
}

.prodinfo {
	width:350px;
	float:left;
	margin-top:20px;
	padding-right:30px;
	border-right: 1px solid #FCEBD0;
}



.prodinfo h1 {
	margin-bottom:20px;
}

.prodassoc {
	float:right;
	width: 230px;
	margin-right:10px;
}

.prodprice {
	font-size:24px;
	font-weight:bold;
}

.prodpound {
	font-size:12px;
}

.proddel {
	font-size:12px;
	color:#333;
	text-transform:uppercase;
}

.proddeltime {
	font-size:12px;
	color:#666;
}

.prodsale {
	color:#d51822;
	font-size:14px;
}

.prodaskq {
background: url('images/layout/new-q-butt.jpg') no-repeat;
width: 110px;
margin-right:25px;
float:left;
padding-left:38px;
font-size:11px;
height:32px;
margin-top:25px;
line-height:15px;
}

.prodpmatch {
background: url('images/layout/new-pm-butt.jpg') no-repeat;
width: 110px;
float:left;
padding-left:38px;
font-size:11px;
height:32px;
margin-top:25px;
line-height:15px;
}

a .prodaskq, a .prodpmatch {
color: #777;
}

a:hover .prodaskq, a:hover .prodpmatch {
color: #333;
}


.addtobasket {
	margin-top:10px;
	border-bottom: 1px solid #FCEBD0;
	padding-bottom:10px

}

.addtobasket p, .addtobasket label {
	color:#333;
	font-size:12px;
}

.addtobasket select {
	width:350px;
	margin: 5px 0;
	cursor: pointer;
}

.prodqty {
	width:30px;
	display:inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding:3px;
}

.addons {
margin-top:20px;
font-size: 11px;
margin-bottom:10px;
}

.addons a{
color: #000;
text-decoration: underline;
}

.addons a:hover{
color: #000;
text-decoration: none;
}


.addons h3{
margin-bottom:5px;
color: F2AB26
}

.addright {
float:right;
}

.addons input{
margin-right:5px;
margin-top:5px;
}
	

.prodsubmit {
	background:#488C13 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display:inline;
	font-size:11px;
	border:none;
	padding: 5px 0;
	width:350px;
	margin: 12px 0;
	font-size:14px;
	cursor: pointer;
}

.prodsubmit:hover {
	background:#488C13;
}

.prodsubmit[disabled] {
	background:#CCC;
	cursor:default;
}

.unavailable {
	border:1px solid;
	background: #FFABAB;
	padding: 0 10px 10px 10px;
	margin-bottom:30px;
	color: #D8000C;
}

.unavailable li {
	list-style:disc;
	margin-left:20px;
	color: #D8000C;
	font-size:12px;
	margin-top:10px;
}

.unavailable li a {
	color: #D8000C;
	text-decoration:underline;
}

.unavailable li a:hover {
	text-decoration:none;
}

.outofstock {
	border:1px solid;
	background: #FEEFB3;
	padding: 0 10px 10px 10px;
	color: #9F6000;
	margin-top:20px;
}
	

.prodrangedisc {
	font-size:11px;
	color:#666;
	margin:5px 0 10px 0;
}

.prodextrainfo {
	margin-top:20px;
}

.ptablelegend {
	font-size:10px;
	color:#999;
}

.ptablecontent {
	font-size:10px;
	color:#666;
}

.ptablecontent a{
	font-size:10px;
	color:#666;
	text-decoration:underline;
}

.prodtabs {
	margin:40px 0;
	width:618px;
}

.prodassoc h2 {
	font-size:14px;
	color:#666;
	margin-top:29px;
}

.prodassoc li {
	margin-top:10px;
}

.associmg {
	float:left;
	margin-right:10px;
}

.associnfo {
	float:left;
	margin-top:5px;
	color:#666;
	font-size:10px;
	width:140px;
	line-height:normal;
	margin-left:10px;
}

.associnfo a{
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.associnfo a:hover{
	color:#333;
}

.prodassoc .browse {
	margin: 0 49px;
}


.productaltsscroll {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 220px;
	height:340px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.productaltsscroll .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.productaltsscroll div {
	float:left;
}
/* this makes it possible to add next button beside scrollable */
.productaltsscroll {
	float:left;	
}

.productaltsscroll ul {
		width:220px;

}


.productaltsscroll ul li {
		margin-top:10px;

}

.productaltsscroll ul li a{
	color:#666;
}

.productaltsscroll ul li a strong{
	color:#666;
}

.productaltsscroll ul li img{
	margin: 5px auto;
	display:block;
}


.startab { font-size: 11px; color: #F2AB26 !important; margin:0; padding:0;  }


.tabheadings {
	border-bottom: 2px solid #B3B3B3;
	padding-bottom:2px;
}

.tabheadings li {
	display:inline;
	font-size:13px; 
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	border-bottom: none;
    padding: 4px 8px;
	color:#333;
}

.tabheadings li a {
	color:#333;
}

	
	
.tabheadings li a:hover {
	color:#000;
}

.prodtabs .ui-state-default {
	background:#FCEBD0 url('images/layout/overlay-light.png') repeat-x;
}

.prodtabs .ui-tabs-selected {
	
	background:#FFF !important;
	font-weight:bold !important;
	colour: #000 !important; 
}

.productcontent {
	margin:10px;
}

.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.productcontent ul {
	list-style:disc;
	margin-left:20px;
	margin-bottom:15px;
}

.productcontent li {
	font-size:12px;
	line-height:20px;
}

.proddesctext h2, .proddesctext h3 {
	margin-top:20px;
}


.reviewlist {
	list-style:none;
}

.reviewlist li {
	border-top: 2px solid #FCEBD0;
	margin-top:10px;
	list-style:none;
	padding-top:10px;
}

.reviewlist li span.startab { font-size:16px; color: #F2AB26; }

.reviewlist span {
	color:#666;
	font-size:10px;
}

.questionlist li {
	list-style:none;
	margin:10px 0;
	border-bottom:#B3B3B3 1px solid;
	padding-bottom:10px;
}

.questionlist li span {
	color:#333;
}

.requiredgrn {
	color:#063;
	font-style:italic;
	font-size:10px;
}

.productform {
	width: 500px;
	margin:20px;
	border: 1px solid #FCEBD0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productformsuccess { background-color: #DFF2BF; color: #4F8A10; border: #4F8A10 1px solid; margin:10px 0; padding:10px; font-size:14px;}

.productformfail { background-color: #FFBABA; color: #D8000C; border: #D8000C 1px solid; margin:10px 0; padding:10px; font-size:14px;}

.productform label {
	display:block;
	font-size:11px;
	margin: 10px 0 3px;
}

.productform input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding:2px;
	width: 200px;
}

.productform .textarea {
	width: 200px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 2px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

.productform .left {
	width: 270px;
	float:left;
}

.productform .right {
	float:left;
	width:230px;
}

.productform .footersubmit {
	margin-top:10px;
	width: 206px;
}

#fader .productform .textarea {
	height: 100px;
	
}

.prodrangeitems li { list-style:none;}



/* SECTION / SEARCH */


.filtercol {
	width:200px;
	margin:20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FCEBD0;
	float:left;
}

.filtercol h2 {
	margin:10px 0 0 10px;
	font-size:14px;
}

.filtercol h3 {
	padding: 2px 0 2px 10px;
	margin-top:10px;
	font-size:12px;
	background: #FCEBD0 url('images/layout/overlay-light.png') repeat-x;
	
}

.maximumlist {
	width:190px;
	margin:10px 0 5px 10px;
	overflow:auto;
	font-size:11px;
	line-height:20px;
}

.maximumlist label{
	margin-left:5px;
	color:#333;
	cursor: pointer;
}

.priceslider {
	margin-top:50px;
	margin-left:10px;
	width:165px;
}

.slidersubmit {
	background:#FCEBD0 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-size:11px;
	padding: 5px 7px 3px 7px;
	cursor: pointer;
	float:right;
	border:none;
	margin-right:18px;
	margin-bottom:10px;
}

.slidersubmit:hover {
	background:#F2AB26 url('images/layout/light-gradient.png') repeat-x;
	color:#FFF;
}



/* Layout helpers
----------------------------------*/
.priceslider .ui-helper-hidden { display: none; }
.priceslider .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.priceslider .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.priceslider .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.priceslider .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.priceslider .ui-helper-clearfix { display:block; }
/* end clearfix */
.priceslider .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.priceslider .ui-state-disabled { cursor: default !important; }
/* states and images */
.priceslider .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Overlays */
.priceslider .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.priceslider .ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.priceslider .ui-widget input,.priceslider .ui-widget select,.priceslider .ui-widget textarea,.priceslider .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.priceslider .ui-widget-content { border: 1px solid #CCC; background: #888  color: #CCC; }
.priceslider .ui-widget-content a { color: #222222; }
.priceslider .ui-widget-header { border: 1px solid #CCC; background: #D9D9D9 ; color: #ffffff; font-weight: bold; }
.priceslider .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.priceslider .ui-state-default,.priceslider .ui-widget-content .ui-state-default { 

border: 1px solid #F2AB26; 
background: #F2AB26 url('images/layout/light-gradient.png')  repeat-x; 
color: #2e6e9e; 
outline: none; 
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.priceslider .ui-state-default a,.priceslider .ui-state-default a:link,.priceslider .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.priceslider .ui-state-hover,.priceslider .ui-widget-content .ui-state-hover,.priceslider .ui-state-focus,.priceslider .ui-widget-content .ui-state-focus { 
border: 1px solid #F2AB26; 
background: #F2AB26 url('images/layout/light-gradient.png')  repeat-x; 
color: #2e6e9e; 
outline: none; 
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.priceslider .ui-state-hover a,.priceslider .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.priceslider .ui-state-active,.priceslider .ui-widget-content .ui-state-active { 
border: 1px solid #F2AB26; 
background: #F2AB26 url('images/layout/light-gradient.png')  repeat-x; 
color: #2e6e9e; 
outline: none;
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.priceslider .ui-state-active a,.priceslider .ui-state-active a:link,.priceslider .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
---------------------------------*/
.priceslider .ui-slider { position: relative; text-align: left; }
.priceslider .ui-slider .ui-slider-handle { 

position: absolute; 
z-index: 2; 
width: 8px; 
height: 20px; 
cursor: pointer; }


.priceslider .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.priceslider .ui-slider-horizontal { height: 5px; }
.priceslider .ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -3px; }
.priceslider .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.priceslider .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.priceslider .ui-slider-horizontal .ui-slider-range-max { right: 0; }

.priceslider .ui-slider-vertical { width: .8em; height: 100px; }
.priceslider .ui-slider-vertical .ui-slider-handle { left: 0; margin-left: 0; margin-bottom: 0; }
.priceslider .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.priceslider .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.priceslider .ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	bottom:35px;display:block;font-size:11px;margin-left:-3.7em;;position:absolute;text-align:center;width:8em;border:none; color:#333;
}
.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	bottom:35px;display:block;font-size:11px;margin-left:-3.7em;;position:absolute;text-align:center;width:8em; border:none; color:#333;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom:	-8px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom:	auto;
	top: -9px;
	left: -6px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider span.ui-slider-label {
	position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: none;
	font-size:11px;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: 5px;
	top: -1.3em;
	display:none;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

.cata1best {
	margin-top: 20px;
	width:700px;
	padding: 0 14px;
}


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 650px;
	height:175px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.scrollable ul li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B3B3B3;
	width:140px;
	height:160px;
	float:left;
	margin: 0 5px; 
	font-size:11px;
	padding:5px
}

.scrollable ul li a{
	color:#333;
}

.scrollable ul li a strong{
	color:#000;
}

.scrollable ul li img{
	margin: 5px auto;
	
}

.sliderimage {
	height:110px;
	width:140px;
	text-align:center;
}

.scrollable img {  }

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:12px;
	height:30px;
	float:left;
	margin:75px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background: url('images/layout/3030right.jpg'); clear:right; margin-right: 0px;}


/* left */
a.left				{ background: url('images/layout/3030left.jpg');margin-left: 0px; } 




/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 



.catresults li {
	width: 228px;
	margin:10px 5px 0;
	float:left;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 200px;
	position: relative;
}

.catresults li:hover {
	border: 1px solid #F2AB26;

}


.catresults li .resultsimage {
	padding-top:20px;
}


.catresults .resultsname {
	padding-top:6px;
}

.catresultsinfo {
	height:30px;
	background: #F2AB26 url('images/layout/overlay-light.png') repeat-x;
	text-align:center;
	font-size:14px;
	position: absolute;
	top: 170px;
	width: 228px;
}

.catresults li:hover .catresultsinfo {
	background: #F2AB26;
}	
	
.resultscol {
	width:720px;
	float:right;
	margin:20px 0;
}

.categoryinfo {
	height: 64px; 
	overflow:auto;
	color:#666;
	font-size:11px;
	line-height:16px;
	margin-top:20px;
	padding-right:10px;
}

.sectionsubnav{
	margin-top:20px;
}

.sectionsubnav li a{
	float:left;
	text-transform:uppercase;
	font-size:10px;
	width:170px;
	color:#333;
	margin:2px 10px 2px 0;
}

.sectionsubnav li a:hover{
	color:#000;
}

.resultsnav {
	margin-top:20px;
	background: #FCEBD0 url('images/layout/overlay-light.png') repeat-x;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.resultsnav form{
	float:left;
	margin-right:20px;
}

.resultsnav form label{
	font-size:10px;
}

.pagination {
	float:right;
	font-size:12px;
	color:#333;
}

.pagination a {
	margin: 0 3px;
	text-decoration:underline;
	color:#333;
}

.prevlink {
	margin-left:20px;
	color:#999;
}
	
.prevlink a {
	color:#333;
	text-decoration:underline;
}

.nextlink {
	color:#999;
}
	
.nextlink a {
	color:#333;
	text-decoration:underline;
}

.prodresults li {
	width: 228px;
	margin:10px 5px 0;
	padding-top:5px;
	float:left;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 275px;
	position: relative;
}

.prodresults li:hover {
	border: 1px solid #F2AB26;

}

.resultsinfo {
	height:120px;
	background: #FCEBD0 url('images/layout/product-gradient.png') repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 160px;
	width: 228px;
}

.prodresults li:hover .resultsinfo {
	background: #F2AB26 url('images/layout/product-gradient.png') repeat-x;

}

.resultsimage {
	height:150px;
	position:relative;
	text-align: center;
	overflow: hidden;
}

.resultsimage img{
    margin:0 auto;
}

.prodflag {
	position:absolute;
	top:10px;
	z-index:5;
	right:20px;
	font-size:11px;
	background: #d51822;
	padding: 2px 5px;
	color:#FFF;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.resultsname {
	display:block;
	color:#000;
	font-size:13px;
	padding: 0 10px 0 10px;
	line-height:18px;
}


.resultsoptions {
	display:block;
	color:#666;
	font-size:10px;
	padding: 2px 10px 0 10px;
}

.resultsstar { 
	padding: 5px 0 0 10px;
	color:#F2AB26;
	font-size: 14px;
	}
	
.resultsstar span {
font-size:12px; }

.resultsprice {
	display:block;
	color:#333;
	font-size:14px;
	padding: 10px 0 0 10px;
	font-weight:bold;
}

.resultssaving {
	display:block;
	color:#d51822;
	font-size:12px;
	padding-left:10px;
}

.sectionsleft{
	margin:8px 0 25px;
}

.sectionsleft li a{
	font-size:11px;
	color:#333;
	margin:2px 0 2px 20px;
}

.sectionsleft li a:hover{
	color:#000;
}

.searchoneprod {
	width:100%;
	border: 1px solid  #FCEBD0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0;
}

.searchoneprod img {
	float:left;
	margin:10px;
}

.searchoneprod h3 {
	font-size:18px;
	padding-top:30px;
}

.searchoneprod .right {
	float:left;
}

.searchoneprod a {
	color:#000;
}
	
.maxlist-more {
cursor:pointer;
margin-left:15px;
margin-top:5px;
color: #666;
}

.maxlist-more a {
color: #333;
}

.maxlist-more a:hover {
text-decoration:none;
}




/* BASKET */

.basketleft {
	margin: 20px 30px 20px 20px;
}

.basketprogress {
	margin:20px 0;
	width: 900px;
	height:50px;
	background: #FCEBD0 url('images/layout/overlay-light.png') repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}

.basketprogress span{
	font-size:9px;
	display:block;
	margin-bottom:3px;
}

.basketprogress li {
	float:left;
	width: 20%;
	text-align:center;
	height:40px;
	padding-top:10px;
	color:#999;
}

.basketprogress li.stepselected{
	color: #F2AB26;
	background: #FCEBD0 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.yourbasket {
	font-size:13px;
	margin:20px 0;
}

.yourbasket a{
	color:#000;
}

.yourbasket a:hover {
	text-decoration:underline;
}

.yourbasket th {
	padding: 5px;
	border-bottom: 1px solid #FCEBD0;
	color: #666;
	font-size:12px;
}

.yourbasket tr.product td {
	padding: 10px 5px;
	border-bottom: 1px solid #FCEBD0;
}

.yourbasket span {
	font-size:12px;
}

.yourbasket ul {
	margin-top:5px;
}

.yourbasket li {
	margin-left:10px;
	font-size:11px;
	color:#666;
}

.yourbasket .totallabel {
	padding: 5px;
	border-bottom: 1px solid #FCEBD0;
	border-top: 1px solid #FCEBD0;
}

.yourbasket .totalnumber {
	padding: 5px;
	border-bottom: 1px solid #FCEBD0;
	border-top: 1px solid #FCEBD0;
}

.checkoutbutton {
	background:#488C13 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size:14px;
	cursor: pointer;
	text-align:center;
	padding: 10px 0;
	margin-top:20px;
}

.checkoutbutton:hover {
	background:#488C13;
}

.basketupdate {
	background:none;
	border:none;
	font-size:9px;
	color:#488C13;
	padding:1px;
	cursor:pointer;
	margin-top:5px;
	display:block;
}

.basketupdate:hover {
	background:#488C13;
	color:#FFF;
}

.basketdelete {
	background:none;
	border:none;
	font-size:9px;
	color:#666;
	padding:1px;
	cursor:pointer;
	margin-top:10px;
}

.basketdelete:hover {
	background:#903;
	color:#FFF;
}


.enclosedorder  {
	margin-top:50px;
	color: #666;
	font-size:13px;
	float:right;
	margin-right:40px;
}

.cdetailsleft {
	width: 390px;
	margin:20px 0 ;
	border: 1px solid #FCEBD0;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}

.cdetailsright {
	width: 390px;
	margin:20px 0;
	border: 1px solid #FCEBD0;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
}

.basketleft p {
	color:#666;
	line-height:normal;
}


.step2left {
	margin: 20px 30px 20px 20px;
}

.error {
	color:#903;
	font-weight:bold;
}


.step2left form {
	margin-top:20px;
}

.step2left label {
	display:block;
	font-size:12px;
	margin: 10px 0 3px 20px ;
}

.step2left input, .step2left select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding:4px;
	width: 300px;
	margin-left:20px;
}

.step2left .textarea {
	width: 300px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 2px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	margin-left:20px;

}

.step2left .checkcheck {
	width:20px; !important
	display:inline;
	margin-left:0;
	}


.step2left .footersubmit {
	margin-top:10px;
	width: 150px;
	margin-left:20px;
	font-size:12px;

}

.step3 {
	margin: 20px 30px 20px 20px;
}



.step3container {
	width: 900px;
	margin:20px 0 ;
	border: 1px solid #FCEBD0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.step3left {
	width:540px;
	border-right: 1px solid #FCEBD0;
	float:left;
	padding: 10px 20px;
}

.step3left p {
	color:#666;
	margin-top:20px;
}

.step3right {
	float:right;
	width:279px;
	padding: 10px 20px;

}

.step3right h3 {
	margin-top:20px;
}

.step3right p {
	margin-left: 10px;
	color:#666;
	font-size:11px;
}

.payterms {
	margin-top:25px;
	line-height:normal;
}

.pdetails {
	text-transform:uppercase;
}

.step3right .checkoutbutton {
	margin:30px 0 10px;
}

.step3right h2 a, .step3right h3 a {
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.step3right h2 a:hover, .step3right h3 a:hover {
	color:#000;
	text-decoration:none;
}


.paybutton {
	background:#488C13 url('images/layout/light-gradient.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size:14px;
	cursor: pointer;
	text-align:center;
	padding: 10px 0;
	margin-top:20px;
	border:none;
	width:280px;
}

.paybutton:hover {
	background:#488C13;
}


.checkbounce {
	margin:0 auto;
	width:300px;
	padding: 200px 0;
	text-align:center;
}

.checkbounce p {
	margin:10px auto;
}

.step5container {
	width: 660px;
	margin:20px auto ;
	border: 1px solid #FCEBD0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
}

.step5delleft {
	float:left;
	width:300px;
	margin-bottom:30px;
}

.step5delleft h3 {
	font-size:13px;
	margin-top:20px;
}

.step5delleft p {
	font-size:11px;
	margin-left:10px;
	color:#666;
	line-height:16px;
}


	
.testimonialbase { border-bottom: 1px solid #FCEBD0; padding-bottom:10px; margin-bottom:20px; color: #999; font-style:italic; }

	
.delcheck {  margin: 0 10px 10px 10px;  }
.delcheck input[type=text] { font-size: 16px; border: 1px solid #F2AB26; outline:none; padding: 3px; }
.delcheck input[type=submit] { font-size: 14px; }

	

