/*************************
	GENERAL STYLES
**************************/

.clear { clear: both; }

.sprite_template{
	background-image:url(/images/template_sprite.png);
	_background-image:url(/images/template_sprite.gif);
}

.main_holder{ /* main div inside body tag */
	width:900px;
	margin:0 auto;
}

.main_body{ /* main div under header area */
	display:inline-block;
	width: 100%;
}

.content_inner{ /* main div, to hold page content, under the header area */
	width:900px;
	margin:0 auto;
	display:inline-block;
}
.content_main { /* main div, found below stats */
	width:830px;
	margin:10px auto 0 auto;
	padding:0;
	list-style: none;
	clear: both;
}
.content_main dd{ /* A DD tag for product page, cuts in to two coloumns left and right */
	display:inline-block;
	float:left;
	_display:inline;
}
.content_main #content_left{ /* Product page left content */
	width:700px;
	margin:0 0 0 0;
	padding:0;
}
.content_main #content_right{ /* Product page right content */
	width:120px;
	margin:32px 0 0 0;
	padding:0 0 0 10px;
}
.content_main #content_middle{ /* Help & Checkout content */
	width:800px;
	margin:0 15px;
	padding:0;
}

.content_main_home{ /* Holds the 3 deals on the home page dl tag */
	width:765px;
	_width:780px;
	margin:0 auto;
	margin-top:10px;
	padding:0;
}
.content_main_home .content_prod{ /* DD tag for the 3 deals */
	width:235px;
	margin:0 10px;
	padding:0;
	text-align:center;
	display:inline-block;
	float:left;
	_display:inline;
}
.content_banner{ /* advertising banner */
	width:760;
	clear:left;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
}
.content_footer{ /* Footer area */
	margin-top:20px;
	width:100%;
	background-color:#FFFFFF;
	display:inline-block;
	clear: left;
}

/*************************
	HEADER STYLES
**************************/

.header{
	background-color:#FFFFFF;
}

.head_ad{
	font-size:11px;
	position:relative;
	height: 15px;
	background-color:#efefef;
	padding:2px 0;
	border-bottom: 1px solid #CCC;
	color:#999;
	overflow:hidden;
	width:100%;
}
.head_ad a{
	color:#666;
}
#menu {
	margin: 0;
	padding: 0;
}
#nav, #nav li, #clock, #logo { float: left; display: inline-block; }

#logo {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 2px;
	width: 220px;
	height: 65px;
	background-position: -875px -0px;
}

#nav {
	margin: 0;
	width: 455px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#nav li {
	list-style-type: none;
	color: #666;
	margin: 28px 5px 0 5px;
	padding: 0 0 3px 0;
	width: 100px;
}

#nav li a { text-decoration: none; color: #666; font-size: 11px; }
#nav li strong { font-size: 12px; }
#nav li a:visited { color: #666; }


#nav li.selected a { color: #000; }
	
#clock {
	padding-top: 18px;
	padding-right: 3px;
	text-align: left;
}

#clock dl, #clock dl dd{
	padding: 0;
	margin: 0;
}

/************************/

.signup{ /* Sign up bar div */
	padding-top:3px;
	clear:left;
	_height:1px;
	height:23px;
	margin-bottom: -1px;
}

.signup_table{ /* table with newsletter sign up form */
	padding:0 1px;
}

.signup input{ /* newsletter signup input fields */
	line-height:12px;
	font-size:11px;
	height:13px;
	margin:0;
	padding:1px 2px 1px 2px;
	color:#666;
	width:100px;
}

.signup form{
	padding: 0px; 
	margin: 0px;	
}

.image_holder{ /* Div tag for product page image to sit in */
	min-height:250px;
	overflow:visible;
}

.prodTextArea{ /* Terms and Conditions text under button on product page */
	width:151px;
	text-align:center;
	font-size:12px;
}
.prodTextArea a{
	color:#000;
}

/* -- tab nav CSS -- */
*.hide { position:absolute !important; margin:0 !important; padding:0 !important; width:0 !important; height:0 !important; top:0 !important; left:0 !important; border:0 !important; overflow:hidden !important; text-indent:-9999px !important; }
#navtop {
	display:table;
	height:32px;
	font-weight:bold;
	margin:0 0 0 250px;
	width: 405px;
	bottom: 0px;
	position: relative;
}
#navtop, #navtop li {display: block; }
#navtop li { width:134px; display:inline; float: left; margin:0; display:table-cell; text-align:center;}
#navtop ul { margin:0; padding:0; list-style:none; }

#navtop a {
	display:block;
	margin:0;
	height:32px;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	background-color:transparent;
	background-repeat:no-repeat;
}
#navtop_details a { background-position:0 -113px; }
#navtop_stats a { background-position:-134px -113px; }
#navtop_qa a { background-position:-268px -113px; }
	/*Hover States*/
	#navtop_details a:hover{ background-position:0 -81px; }
	#navtop_stats a:hover{ background-position:-134px -81px; }
	#navtop_qa a:hover{ background-position:-268px -81px; }
	/*Active States*/
	#navtop_details a.active, #navtop_details a.active:hover{ background-position:0 -49px; }
	#navtop_stats a.active, #navtop_stats a.active:hover{ background-position:-134px -49px; }
	#navtop_qa a.active,#navtop_qa a.active:hover{ background-position:-268px -49px; }
	
.description{
	overflow:scroll;
	overflow-x:hidden;
	height:200px;
	width:100%;
	float: right;
}

.discussion{
	overflow:scroll;
	overflow-x:hidden;
	height:400px;
	width:340px;
	float: right;
}
.discussion ul{ /* discussion list */
	padding:0;
	margin:0;
	list-style:none;
}

.discussion ul li{
	margin:0;
	padding:5px 5px;
	list-style:none;
}

.discussion ul li h1{ /* discussion name */
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	line-height:14px;
	color:#333333;
	padding:0;
	margin:0;
}
.discussion ul li h2{ /* discussion message */
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#666666;
	padding:0;
	margin:0;
}
.discussion ul li h3{ /* discussion date */
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#999999;
	padding:3px 0 0 0;
	margin:0;
}

.product_discussion, .product_discussion a{ /* Click to view discussion and Add comment text */
	font-size:14px;
	font-weight:normal;
	padding: 10px 0 5px 0;
	color:#333333;
}

/* Styles for the table area */
#container_main{
	background-color:#FFFFFF;
}
#container_left{
	background-color:#FFFFFF;
	width:12px;
}
#container_right{
	background-color:#FFFFFF;
	width:12px;
}
#container_top{
	background-color:#FFFFFF;
}
#container_bot{
	background-color:#FFFFFF;
}
#container_tLeft{
	background-position: -0px -353px;
	background-repeat:no-repeat;
	width:12px;
	height:18px;
}
#container_tRight{
	background-position: -12px -353px;
	background-repeat:no-repeat;
	width:12px;
	height:18px;
}
#container_bLeft{
	background-position: -25px -353px;
	background-repeat:no-repeat;
	width:12px;
	height:18px;
}
#container_bRight{
	background-position: -36px -353px;
	background-repeat:no-repeat;
	width:12px;
	height:18px;
}

.checkout_header{ /* title text throught the check out proccess */
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.emailSignup1{ /* email sign up text */
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.attFont{ /* Font for the Colour and Size options */
	font-size: 12px;
	color: #333333;
	font-weight: normal;	
}

body{
  margin:0px;
  background-color:#333333;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 12px;
}

a { color:#333; }
a:active,a:focus,a:hover {  outline: none;  }

.text_ad{
	margin-top:20px;	
}
.text_ad a{
	color:#FFF;
}

h1{
  padding:0;
  margin:0;
  font-size:18px;
  line-height:20px;
  color:#333333;
}

#checkout_border{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.teaser_border {
	border:solid 2px #CCCCCC;
}

.soldOut{ /* The sold out text which appears in the product description area */
width:385px;
height:200px;
}
.soldOut p{
  font-size:18px;
  font-weight:bold;
  text-align:center;
  padding-top:50px;
}

.stats{ /* Fonts for the stats People online */
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}
.statsFont2{
	font-size:14px;
	color:#FFFFFF;
}
.timelimit{font-size:12px;font-weight:bold;color:#F90;}/* Timelimit font in checkout */





/*side deal */
.side_deal{
	width: 120px;
}
.side_deal_content dl{
	padding:0;
	margin:0;
}
.side_deal_content dl dd{
	padding:0;
	margin:0;
}
.side_deal_content dl dd#top{
	height:3px;
	width:122px;
	_line-height:3px;
}
.side_deal_content dl dd#content{
	height:333px;
	width:122px;
	text-align:center;
	padding:0;
	margin:0;
	_margin-bottom:-4px;
}
.side_deal_content dl dd#bottom{
	height:3px;
	width:122px;
	padding:0;
	margin:0;
	_margin-top:4px;
	_line-height:3px;
}
.side_deal_left{ 
	width:14px; 
	height:339px; 
	float:left;
}
.side_deal_content{
	width:122px; 
	height:339px; 
	background-color:#FFFFFF; 
	float:left;
}
.side_deal_right{
	width:14px; 
	height:339px; 
	float:left;
}


.horizontal_line{
	background-color:#CCCCCC;
	padding:0;
	margin:0;
	line-height:1px;
	height:1px;
	border: none;
	width:100%;
}
	
.tee_banner dl{
	margin:0;
	padding:0;
	height:152px;
	width:98px;
}
.tee_banner dl dd{
	height:152px;
	float:left;
	display:inline-block;
	_display:inline;
	margin:0;
	padding:0;
}
.tee_banner dl dd#tee_preview{
	width: 0px;
	overflow: hidden;
}

.tee_banner dl dd#tee_clicker{
	width:33px;
	height:152px;
}
.tee_banner dl dd#tee_clicker a{
	background-position: -218px -0px;
	background-repeat:no-repeat;
	width:33px;
	height:152px;
	display:block;
}



.voucher_container{
	margin:10px 5px 60px 5px;
	_margin-left: 5px;
	padding:5px;
	border: 2px #666666 solid;
	float:left;
	_width: 95%;
}
.voucher_container dl{
	margin:0;
	padding:0;
	float:inherit;
}
.voucher_container dl dt{
	clear:both;
	font-size:18px;
	font-weight: normal;
}
.voucher_container dl dd{
	margin: 0;
	padding: 5px;
	display: inline;
	float: left;
	width:205px;
	_width:220px;
}
.voucher_container dl dd.seperator{
	width:1px;
	padding:0;
	background-color:#CCCCCC;
	line-height:150px;
	margin:5px 5px;
}
.voucher_container dl dd h1{
	display:inline;
	float:left;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:5px;
}
.voucher_container dl dd h2{
	display:inline;
	float:left;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	margin-left:5px;
	margin-top: 5px;
	margin-bottom:3px;
	clear:right;
}
.voucher_container dl dd h2 a{
	color:#333333;
	text-decoration:none;
}
.voucher_container dl dd p{
	clear:left;
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:190px;
	_width:180px;
}
.voucher_container dl dd img{
	clear:left;
	float:left;
	margin-left:10px;
}
.voucher_container dl dd table{
clear:left;
}

.voucher_head{
	margin: 0 10px;
	padding: 0;
}
.voucher_head h1{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size: 22px;
	line-height:28px;
	color:#333333;
}
.voucher_add{
	text-align:right;
	clear:left;
	position:relative;
	float:right;
	_float: none;
	top:20px;
	_top:0px;
	right:0px;
	left:0px;
	height:0px;
	_height:20px;
}
.great_gift_idea{
	position:relative;
	top:-315px;
	margin-left:160px;
	_margin-left:150px;
	margin-bottom:-58px;
	background-image:url(/images/greatgiftidea.png);
	_background-image:url(/images/greatgiftidea.gif);
	width:82px;
	height:58px;
}
.twenty_min_icon{
	position:relative;
	top:-315px; /*356*/
	margin-left:160px;
	_margin-left:150px;
	margin-bottom:-58px;
	background-image:url(/images/20minlogo.png);
	_background-image:url(/images/20minlogo.gif);
	width:71px;
	height:47px;
}

.content_banner{
	clear:both;
}
dl.indent{
	width:783px;
	margin: 0 auto;
	padding: 0;
}
dl.indent dd{
	margin:0;
	padding:0;
}
dl.indent dd#indent_top{
	background-repeat:no-repeat;
	width:783px;
	height:6px;
}
dl.indent dd#indent_mid{
	background-repeat:repeat-y;
	width:783px;
}
dl.indent dd#indent_bot{
	background-repeat:no-repeat;
	width:783px;
	height:6px;
}
dl.indent dd .indent_label{
	float:left;
	line-height:18px;
	color:#F0F0F0;
	margin: -2px 0 5px 10px;
	width: 100%;
	text-align:left;
}
dl.indent dd .indent_content{
	width:95%;
	text-align:left;
	margin:0 auto;
	overflow:auto;
	color:#333333;
}
dl.indent dd .indent_content a{
	color:#000000;
}

.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}

/*footer css*/
.footer_spacer{
	margin:5px 20px;
	padding:0;
	height: 95px;
}
.footer_spacer li{
	list-style:none;
	width:200px;
	float:left;
	display:inline-block;
	overflow:hidden;
}
.footer_spacer li.footer_seperator{
	width:15px;
	height:85px;
	overflow:hidden;
	margin-right:5px;
}
.footer_spacer li dl{
	margin:5px 0 0 0;
	padding:0;
}
.footer_spacer li dl dt{
	font-size:11px;
	margin:0 0 3px 3px;
	padding:0;
}
.footer_spacer li dl dd{
	margin:0 0 0 3px;
	padding:0;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.footer_spacer li dl dd a{
	color:#333333;
	text-decoration:none;
}
.footer_spacer li dl dd a:hover{
	text-decoration:underline;
}
.footer_lower{
	margin:10px 20px 0 20px;
	padding:0;
	clear: left;
	height: 30px;
}
.footer_lower li{
	list-style:none;
	float:left;
	display:inline-block;
	overflow:hidden;
	width:50%;
}
.price_template{
	margin-bottom:10px;
	display:table;
	clear: both;
}
.why_pay{
	list-style:none;
	margin:0;
	padding:0;
}
.why_pay li, .why_pay li a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.why_pay li a:hover{
	text-decoration:underline;
}

.pricing{
	list-style:none;
	padding:0;
	margin:0;
}
.pricing li{
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}
.pricing .today_only{
	font-size:24px;
	_font-size:20px;
	font-weight:bold;
	line-height:20px;
}
.pricing .amount{
	font-size:34px;
	_font-size:30px;
	font-weight:bold;
	margin-top: -2px;
}
.pricing .freight{
	font-size:11px;
	line-height:11px;
}

.productTitle{
	margin-bottom:10px;
	font-size:24px;
	line-height:42px;
	color:#000000;
	margin:0;
	font-weight:normal;
}
.productTitleBold{
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	color:#000000;
	padding:0;
	margin:0 5px 0 0;
	float:left;
}

.productLogo{
	clear:left;
}
.product_sold{
	width:205px;
	height:510px;
	position:absolute;
	background-image:url(/images/sorry_sold_out.png);
	_background-image:url(/images/sorry_sold_out.gif);
	margin:0;
	padding:0;
}

.product_swabs{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
.product_swabs li{
	margin:3px;
	padding:0;
	float:left;
	display:inline;
	width:80px;
	height:80px;
	border:#FFF 3px solid;
}
.product_swabs li img{
	opacity:0.6;filter:alpha(opacity=60);
	cursor:pointer;
}
.product_swabs li img:hover{
	opacity:1.0;filter:alpha(opacity=100);
}
.product_swabs li.womens{
	border:#F0C 3px solid;
}
.product_swabs li.selected{
	border:#03F 3px solid;
}
.product_swabs li.selected img{
	opacity:1.0;filter:alpha(opacity=100);
}
.product_swabs li.view_all img{
	opacity:1.0;filter:alpha(opacity=100);
}

.purch_area{
	background-color:#fff;
	padding:3px 5px 4px 3px;
	margin:5px 3px 10px 10px;
	border:#dddddd solid 1px;
	clear:left;
	float:left;
	display:inline;
	width:310px;
}

.purch_instruction{
	font-size:18px;
	margin-top:5px;
	margin-left:5px;
	clear: left;
	display:inline;
	margin-bottom: 2px;
}
.purch_instruction2{
	font-size:12px;
	color:#333;
}

.sizing_picker{
	margin:5px 0 0 15px;
	padding:0;
	min-height:50px;
	display:block;
	clear:left;
}
.sizing_picker dt{
	padding:0;
	margin:0;
	font-size:11px;
}
.sizing_picker dd{
	height:25px;
	border:#cccccc 1px solid;
	margin:3px;
	padding:0 5px;
	float:left;
	display:inline;
	text-align:center;
	font-size:12px;
	line-height:25px;
	color:#000;
	cursor:pointer;
	min-width:15px;
}
.sizing_picker dd:hover{
	background-color:#AFCCF8;
}
#mens_sizes dd.size_selected{
	background-color:#4267FB;
	color:#FFF;
}
#womens_sizes dd.size_selected{
	background-color:#F0C;
	color:#FFF;
}
.sizing_picker dd.size_sold{
	background-color:#f5f5f5;
	border:#FFF;
	color:#d1d1d1;
	cursor:default;
}



.colour_picker{
	list-style:none;
	margin:0 0 0 15px;
	min-height:50px;
	padding:5px 0 0 0;
	display:block;
	clear:both;
}
.colour_picker dt{
	font-size:11px;
}
.colour_picker dd{
	margin:2px;
	padding:0;
	float:left;
	display:inline;
	width:25px;
	height:25px;
	border:#FFF 2px solid;
	overflow:hidden;
}
.colour_picker dd img{
	opacity:0.6;filter:alpha(opacity=60);
	cursor:pointer;
	width:25px;
	height:25px;
}
.colour_picker dd img:hover{
	opacity:1.0;filter:alpha(opacity=100);
}
.colour_picker dd.selected{
	border:#03F 2px solid;
}
.colour_picker dd.selected img{
	opacity:1.0;filter:alpha(opacity=100);
}
.colour_picker dd.womens{
	border:#F0C 2px solid;
}
.colour_picker dd.womens img{
	opacity:1.0;filter:alpha(opacity=100);
}
.colour_picker_msg{
	font-size:11px;
	color:#666;
}



#buy_now_button{
	margin-top:15px;
	margin-left: 5px;
}


.side_deal{
	margin:0 0 10px;
	padding:0;
	display:table;
	_display:block;
	cursor:pointer;
}
.side_deal dd{
	margin:0;
	padding:0;
	line-height:0px;
}
.side_deal .side_top{
	background-position: -0px -341px;
	width:120px;
	height:5px;
	background-repeat:no-repeat;
	_margin-bottom:-10px;
}
.side_deal .side_bot{
	background-position: -0px -348px;
	width:120px;
	height:5px;
	background-repeat:no-repeat;
	_margin-bottom:-10px;
}
.side_deal .side_mid{
	background-color:#FFFFFF;
	width:120px;
	overflow:hidden;
}
.side_deal .side_mid img{
	margin:0px 7px 0px 7px;
	height:105px;
}
.side_deal .productTitle{
	margin:0 5px 10px 5px;
	width:110px;
	overflow:hidden;
}
.side_deal .productTitle h1{
	font-size:12px;
	line-height:13px;
	color:#000000;
	padding:0;
	margin:0;
}
.side_deal .productTitle h2{
	font-size:8px;
	line-height:12px;
	color:#000000;
	padding:0;
	margin:0;
}
.side_deal .why_pay li{
	font-size:11px;
	line-height:12px;
	font-weight:normal;
}
.side_deal .today_only{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
.side_deal .amount{
	font-size:17px;
	line-height:22px;
	font-weight:bold;
}
.side_deal .price_small_template{
	margin:5px 3px 0 3px;
	padding:0;
}
.side_deal_sold_out{
	width:105px;
	height:105px;
	position:absolute;
	background-image:url(/images/sold_out_small.png);
	_background-image:url(/images/sold_out_small.gif);
	margin:0 7px;
	padding:0;
	background-repeat: no-repeat;
}

.home_product{
	background-position: -0px -0px;
	background-repeat:no-repeat;
	width:198px;
	height:341px;
	margin:10px 8px 20px 10px;
	padding:0 10px 0 10px;
	display:table;
	_display:block;
	cursor:pointer;
	text-align:left;
}
.home_product dd{
	margin:0;
	padding:0;
	line-height:0px;
	width:198px;
}
.home_product dd.home_top{
	height:235px;
	overflow:hidden;
}
.home_product dd.home_bot{
	height:70px;
	overflow:hidden;
}
.home_product dd.home_save{
	height:26px;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	padding:5px 0 5px 0;
	color:#000;
}
.home_product .productTitle{
	padding:5px;
}
.home_product img{
	margin:5px 24px;
}
.home_product .price_home_template{
	margin:5px 3px 0 3px;
	padding:0;
}
.home_product .why_pay li{
	line-height:20px;	
}
.home_product .amount{
	line-height:34px;
}
.home_product .amount2{
	font-size:28px;
	_font-size:24px;
	font-weight:bold;
	line-height:30px;
}
.home_product .today_only2{
	font-size:20px;
	_font-size:18px;
	font-weight:bold;
	line-height:18px;
}
.sold_home_product{
	width:158px;
	height:172px;
	position:absolute;
	background-image:url(/images/sorry_sold_out.png);
	_background-image:url(/images/sorry_sold_out.gif);
	margin:60px 20px;
	padding:0;
	background-repeat: no-repeat;
	background-position: -0px -35px;
}

/* -- header sites link -- */
.header_sites{
	padding:0;
	margin:0;
	list-style:none;
}
.header_sites li{
	display:inline;
	float:left;
	margin:0 5px;
	font-size:12px;
	font-weight:normal;
}
.header_sites li.seperator{
	background-color:#999;
	width:1px;
	height:10px;
	margin:3px 3px;
	line-height:10px;
	overflow:hidden;
}
.header_sites li a#current{
	text-decoration:none;
	color:#333;
}
.header_sites li a:hover{
	text-decoration:underline;
}


.side_cellar, .side_1day{
	width:120px;
	height:230px;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	cursor:pointer;
}
.side_cellar dd#title, .side_1day dd#title{
	margin:40px 10px 5px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height:13px;
	overflow:hidden;
}
.side_cellar dd#title2, .side_1day dd#title2{
	margin:-5px 10px 5px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height:13px;
	overflow:hidden;
	clear:left;
	width:100px;
}
.side_cellar dd#image, .side_1day dd#image{
	width:100px;
	overflow:hidden;
	margin:3px 10px;
}
.side_cellar dd, .side_1day dd{
	margin:0;
	padding:0;
}
.side_cellar .today_only, .side_1day .today_only{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
.side_cellar .amount, .side_1day .amount{
	font-size:17px;
	line-height:22px;
	font-weight:bold;
}
.side_cellar .price_small_template, .side_1day .price_small_template{
	margin:5px 3px 0 10px;
	padding:0;
}
.side_cellar .why_pay li, .side_1day .why_pay li{
	font-size:11px;
	line-height:12px;
	font-weight:normal;
}



.share_this{
	list-style:none;
	margin:10px 0;
	padding:0;
	height:36px;
	width: 116px;
}
.share_this dt{
	font-size:12px;
	color:#333;
}
.share_this dd{
	display:inline;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	cursor:pointer;
}

.error_message{
	width: 190px;
	padding: 5px;
	margin:20px 0;
	background-color: #FFF;
	border:4px solid #F66;
}
.error_message dl{
	margin:0;
	padding:0;
	list-style:none;
}
.error_message dt{
	font-size:14px;
	color:#F00;
}
.error_message dd{
	font-size:11px;
	padding:0px;
	margin:0px;
	display:block;
	float:none;
}

.description_note{
	border:4px solid #E5E5E5;
	padding:5px;
	margin:20px 5px;
}
.description_note ul{
	margin:0;
	padding:0;
}
.description_note ul li{
	margin:0 0 0 20px;
	font-size:11px;
}
.description_note ul li.title{
	list-style:none;
	font-size:14px;
	margin:0 0 0 0px;
}

.product_stats{ clear:left; }
.product_stats h1{
	font-size:14px;
	font-weight:normal;
}

.live_chat_holder{
	margin:20px 0 0 0;
	width:204px;
	text-align:center;
}

.stock_bar{
	margin:20px 0 0 0;
	width: 311px;
}


/* -- Question & Answer -- */
.qa_answer{
	margin:0;
	padding:0;
	width:311px;
}
.qa_answer dd{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
.qa_answer .qa_answer_top{
	background:url(/images/answer_top.gif);
	background-repeat:no-repeat;
	width:311px;
	height:24px;
}
.qa_answer .qa_answer_bot{
	background:url(/images/answer_bottom.gif);
	background-repeat:no-repeat;
	width:311px;
	height:10px;
	margin-bottom:10px;
}
.qa_answer .qa_answer_mid{
	background-color:#eeeeee;
	width:291px;
	font-size:12px;
	font-style:italic;
	line-height:16px;
	color:#666;
	padding:0 10px;
}


.checkout_small{
	font-size:11px;
	line-height:14px;
	margin:-5px 0 0 0;
	padding:0;
	color:#666;
}
.checkout_small2{
	font-size:11px;
	color:#333;
}
.checkout_price{
	font-size:14px;
}
.checkout_progress{
	font-size:11px;
}

/*Basket Counter*/
.basket_count{
                width:36px;
                height:33px;
                background-repeat:no-repeat;
                margin:10px 0 0 532px;
                padding:0;
                position:absolute;
                display:block;
}
.basket_count_single{
                background-image:url(/images/basket_counter.gif);
}
.basket_count_multiple{
                background-image:url(/images/basket_counter_multiple.gif);
}
.basket_count_number{
                color:#FFF;
                margin:3px 0 0 0;
                padding:0;
                text-align:center;
                width:36px;
				text-decoration:none;
}
.basket_checkout{
                /*color:#cc0000;*/
				color:#000;
}




/* Smackdown CSS */
.competition_small{
	margin:10px auto 0 auto;
	padding:0;
	width:546px;
	overflow:hidden;
}
.competition_small li{
	margin:0 10px;
	padding:0;
	display:inline;
	vertical-align:middle;
	width:162px;
	height:210px;
	float:left;
	overflow:hidden;
}
.competition_small li dl{
	margin:0;
	padding:0;
	width:240px;
}
.competition_small li dl dd{
	margin:0;
	padding:0;
	clear:left;
	width:150px;
	font-size:11px;
}
.competition_small li dl dd img{
	border:#CCCCCC solid 1px;
}
.competition_small li dl dd a{
	color:#333333;
}
.competition_small li dl dd a:hover{
	color:#000000;
}
.competition_large{
	margin:10px auto 0 auto;
	padding:0;
	width:554px;
	overflow:hidden;
}
.competition_large li{
	margin:0 17px;
	padding:0;
	display:inline;
	vertical-align:middle;
	width:242px;
	height:300px;
	float:left;
	overflow:hidden;
}
.competition_large li dl{
	margin:0;
	padding:0;
	width:242px;
}
.competition_large li dl dd{
	margin:0;
	padding:0;
	clear:left;
	width:242px;
	font-size:12px;
}
.competition_large li dl dd img{
	border:#CCCCCC solid 1px;
}
.competition_large li dl dd a{
	color:#333333;
}
.competition_large li dl dd a:hover{
	color:#000000;
}
.comp_small_text{
	font-size:11px;
}
.design_holder{
	width:500px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
.design_holder img{
	border:#CCCCCC solid 1px;
}

.design_holder h1{
	font-size:20px;
	color:#333333;
	padding:0;
	margin:0 0 5px 0;
	display:inline;
}
.design_holder h2{
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0 0 5px 0;
	display:inline;
	font-weight:normal;
}
.design_header{
	margin:0;
	padding:0;
	width:500px;
}
.design_header li{
	margin:0;
	padding:0;
	display:inline;
	vertical-align:middle;
}
.design_header li a{
	color:#333333;
}
.design_header li#left_header{
	width:360px;
	float:left;
}
.design_header li#right_header{
	width:90px;
	float:right;
}
.design_header li#Hright_header{
	width:150px;
	float:right;
}
.design_header li#thumb_header{
	width:23px;
	float:right;
}
.design_header li#right_header h2{
	padding-top:11px;
	line-height:13px;
	float:right;
}
.design_header li .remove_vote{
	margin-top:7px;
	margin-left:-65px;
	position:absolute;
	width:200px;
}
.design_header li .Hremove_vote{
	margin-top:7px;
	margin-left:-15px;
	position:absolute;
	width:200px;
}
.discussion_design{
	width:500px;
	margin:10px auto;
	border:#CCCCCC 1px solid;
}

.discussion_design ul{
	padding:0;
	margin:0;
	list-style:none;
}

.discussion_design ul li{
	padding:10px 8px;
	list-style:none;
}

.discussion_design ul li h1{
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	color:#000000;
	padding:0;
	margin:0;
}
.discussion_design ul li h2{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#666666;
	padding:0;
	margin:0;
}
.discussion_design ul li h3{
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#999999;
	padding:3px 0 0 0;
	margin:0;
}

.thumbs_up_large{
	width:23px;
	height:22px;
	text-indent:-999px;
}
.thumbs_up_large a{
	width:23px;
	height:22px;
	background-image:url(/images/thumbs_up_large.gif);
	background-position:0px 0px;
	display:block;
	z-index:999;
}
.thumbs_up_large a:hover{
	background-position:23px 0px;
}

.thumbs_up_small{
	width:13px;
	height:13px;
	text-indent:-999px;
	display:inline;
	position:absolute;
	margin-left:2px;
}
.thumbs_up_small a{
	width:13px;
	height:13px;
	background-image:url(/images/thumbs_up_small.gif);
	background-position:0px 0px;
	display:block;
	overflow:hidden;
}
.thumbs_up_small a:hover{
	background-position:13px 0px;
}
.click_to_vote{
	margin-left: 20px;
	position:absolute;
}


.sold_out_graphic{
	width:320px;
	height:360px;
	position:absolute;
	background-image:url(/images/sorry_sold_out.png);
	_background-image:url(/images/sorry_sold_out.gif);
	margin:0px 0px;	
}

.smackdown_but{
	margin:0;
	padding:0;
	display:inline-table;
	float:left;
}
.smackdown_but li{
	background-color:#f0f0f0;
	border:#CCCCCC solid 1px;
	display:inline-block;
	list-style:none;
	margin:0 0 0 5px;
	padding:5px;
	float:left;
}
.smackdown_but li a{
	color:#333333;
	text-decoration:none;
}

.titleFont2{
font-size:16px;
color:#000000;
line-height:24px;
}
.newsletter3{
color:#0066cc;
font-size:14px;
font-style:normal;
}

/* -- side_shop side_out -- */
.side_shop{
	width:120px;
	height:230px;
	background-repeat:no-repeat;
	background-position: 0 -28px;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	cursor:pointer;
}

.side_shop dd{
	margin:0;
	padding:0;
}
.side_shop dd#title{
	margin:35px 10px 5px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height: 13px;
	overflow: hidden;
}
.side_shop dd#sub_title{
	margin:-5px 10px 5px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height:24px;overflow:hidden;
	clear:left;
	width:100px;
}
.side_shop dd#image{
	width:100px;
	overflow:hidden;
	margin:0 10px;
	height: 140px;
}
.side_shop .today_only{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#D75D33;
}
.side_shop .amount{
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	color:#D75D33;
}
.side_shop .price_small_template{
	margin:5px 3px 0 10px;
	padding:0;
}

.side_out{background-position:-242px -145px;}
.side_out dd#image{
	width:120px;
	overflow:hidden;
	margin:0 0px;
	height: 230px;
}
.side_out dd#image img{
	margin:40px 0 0 10px;
}

body {
/*	background-image: url('/images/1-day_background.png');
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat;*/
	background-color: #333333;
}

.valen_tag {
	display:inline-block;
	position:relative;_position:absolute;
	margin-top:-420px;
	margin-left:195px;_margin-left:195px;
	float:left;_float:none;
	top:0;_top:auto;
	background-image:url(/images/tags/valen_tag.png);_background-image:url(/images/tags/valen_tag.gif);
	width:100px;
	height:88px;
}


/*------------------------ CLEARANCE PAGE --------------------------------*/
.content_main_home .content_prod_small{ /* DD tag for the 3 deals */
	width:180px;
	margin:0 5px;
	padding:0;
	text-align:center;
	display:inline-block;
	float:left;
	_display:inline;
	/*overflow:hidden;*/
}

.content_prod_small .home_product{
	background-position: -251px -0px;
	background-repeat:no-repeat;
	width:180px;
	height:266px;
}
.content_prod_small .home_product dd{
	margin:0;
	padding:0;
	line-height:0px;
	width:180px;
}
.content_prod_small .home_product dd.home_top{
	height:180px;
	overflow: visible;
	margin-top: 5px;
	position:relative;
}
.content_prod_small .home_product dd.home_top img{
	width:130px;
	height:130px;
	margin-left:10px;
}
.content_prod_small .home_product dd.home_bot{
	height:58px;
	overflow:hidden;
	margin-left: 10px;
}
.content_prod_small .home_product dd.home_save{
	height:10px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	padding:0 0 5px 0;
	color:#000;
	width: 170px;
	/*margin-left: 10px;*/
}
.content_prod_small .home_product .productTitle{
	padding:0;
	margin: 0 0 0 10px;
	width: 160px;
	height: 50px;
	position: relative;
}
.content_prod_small .home_product .productTitle h1{
	font-size:14px;
	line-height:16px;
}
.content_prod_small .home_product .productTitle h2{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
}
.content_prod_small .home_product .price_home_template{
	margin:5px 3px 0 3px;
	padding:0;
}
.content_prod_small .home_product .why_pay li{
	line-height:14px;
	font-size:12px;
}
.content_prod_small .home_product .amount{
	font-size:26px;
	_font-size:22px;
	font-weight:bold;
	line-height:28px;
}
.content_prod_small .home_product .today_only{
	font-size:14px;
	_font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.content_prod_small .home_product .amount2{
	font-size:22px;
	_font-size:22px;
	font-weight:bold;
	line-height:26px;
}
.content_prod_small .home_product .today_only2{
	font-size:14px;
	_font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.content_prod_small .sold_home_product{
	width:130px;
	height:130px;
	position:absolute;
	background-image:url(/images/sold_out_clearance.png);
	_background-image:url(/images/sold_out_clearance.gif);
	margin:50px 20px;
	_margin:50px 10px;
	padding:0;
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

.content_prod_paging{
	width:680px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#e9e9e9;
	clear:left;
}
.content_prod_paging a{
	color:#e9e9e9;
	margin:0 1px;
}
.content_prod_paging a.paging_step{
	color:#FFFFFF;
	font-weight:bold;
}
.content_prod_paging .paging_page{
	font-size:14px;
}
.content_prod_paging .paging_current{
	color:#FFFFFF;
	text-decoration:none;
}

.sprite_1-day_g {
background-image:url('https://static.1-day.co.nz/images/1-day_gen.gif');
}

#twitter_icon {
background-position:0px 0px;
width:15px;
height:15px;
cursor:pointer;
float:left;
}

#fb_icon {
background-position:-15px 0px;
width:15px;
height:15px;
cursor:pointer;
float:left;
}
