.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:25px 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{
	background-color:#FFFFFF;
}
.header dl{
	margin:0;
	padding:0;
}
.header dl dd{
	display:inline-block;
	float:left;
	_display:inline;
	padding:0;
	margin:0;
}

.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;
}

.header dl dd#logo{
	margin-left:10px;
	margin-top:6px;
	margin-bottom:2px;
	width: 220px;
	height: 65px;
	cursor:pointer;
}

.header dl dd#menu{
	text-align:left;
	width: 450px;
	margin-left: 20px;
}
.header dl dd#menu dl{
	float:left;
	display:inline;
	padding:0;
	margin:28px 5px 0 5px;
	padding-bottom:3px;
	width:100px;
	cursor:pointer;
}
.header dl dd#menu dl dt{
	font-weight:bold; 
	font-size:12px;
	padding:0 5px;
	color:#666;
}
.header dl dd#menu dl dd{
	font-size:11px;
	padding:0 5px;
	color:#666;
}
.header dl dd#menu dl#selected dd{
	font-size:11px;
	color:#000;
}
.header dl dd#menu dl#selected dt{
	color:#000;
}

.header dl dd#clock{
	padding-top:18px;
	padding-right:3px;
	text-align:left;
	float: left;
}
.header dl dd#clock dl{
	width:175px;
	height:37px;
	overflow:hidden;
}
.header dl dd#clock dl dd{
	float:left;
	display:inline;
	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:26px; font-weight:bold; margin:0 0 0 200px; width: 328px; bottom: 0px; position: relative;}
#navtop, #navtop li {display: block; }
#navtop li { display:inline; float: left; margin:0; display:table-cell; text-align:center;}
#navtop ul { margin:0; padding:0; list-style:none; }


#navtop_details { width:111px; }
#navtop_stats { width:107px; }
#navtop_discussion { width:109px; }
#navtop a {
	display:block;
	margin:5px 0 0;
	height:21px;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	background-color:transparent;
	background-repeat:no-repeat;
}
#navtop_details a { background-position:0 -28px; }
#navtop_stats a { background-position:-111px -28px; }
#navtop_discussion a { background-position:-218px -28px; }
#navtop li.active a, #navtop a:hover 
{ 
	margin:0; 
	height:26px; 
}

.description{
	overflow:scroll;
	overflow-x:hidden;
	height:400px;
	width:100%;
	float: right;
}

.discussion{
	overflow:scroll;
	overflow-x:hidden;
	height:400px;
	width:100%;
	float: right;
}
.discussion ul{ /* discussion list */
	padding:0;
	margin:5px 5px 0 5px;
	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-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.emailSignup1{ /* email sign up text */
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.attFont{ /* Font for the Colour and Size options */
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;	
}

body{
  margin:0px;
  background-color:#333333;
  font-family:Helvetica, sans-serif, Arial;
  font-size: 12px;
}

a { color:#333; }
a:active,a:focus,a:hover {  outline: none;  }

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-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.soldOut{ /* The sold out text which appears in the product description area */
width:385px;
height:200px;
}
.soldOut p{
  font-family: Helvetica, sans-serif, Arial;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  padding-top:50px;
}

.stats{ /* Fonts for the stats People online */
	font-family:Helvetica, sans-serif, Arial;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}
.statsFont2{
	font-family:Helvetica, sans-serif, Arial;
	font-size:14px;
	color:#FFFFFF;
}
.timelimit{font-family:Helvetica,sans-serif,Arial;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;
}
.productTitle h1{
	font-family:Helvetica, sans-serif, Arial;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	color:#000000;
	padding:0;
	margin:0 0 2px 0;
}
.productTitle h2{
	font-family:Helvetica, sans-serif, Arial;
	font-size:14px;
	line-height:16px;
	color:#000000;
	padding:0;
	margin:0;
	font-weight: bold;
}
.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;
}

.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_1day{
	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_1day dd#title{
	margin:45px 10px 0px 10px;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height:25px;
	overflow:hidden;
}
.side_1day dd#title2{
	margin:2px 10px 5px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000;
}
.side_1day dd#image{
	width:100px;
	overflow:hidden;
	margin:3px 10px;
}
.side_1day .why_pay li{
	font-size:11px;
	line-height:12px;
	font-weight:normal;
}

.side_tee{
	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_tee dd, .side_1day dd{
	margin:0;
	padding:0;
}
.side_tee dd#title{
	margin:35px 10px 5px 10px;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	height:13px;
	overflow:hidden;
}
.side_tee dd#image{
	width:100px;
	overflow:hidden;
	margin:0 10px;
}
.side_tee .today_only, .side_1day .today_only{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
.side_tee .amount, .side_1day .amount{
	font-size:17px;
	line-height:22px;
	font-weight:bold;
}
.side_tee .price_small_template, .side_1day .price_small_template{
	margin:5px 3px 0 10px;
	padding:0;
}

.share_this{
	list-style:none;
	margin:10px auto;
	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 h1{
	font-size:14px;
	font-weight:normal;
}

.live_chat_holder{
	margin:20px 0 0 0;
	width:204px;
	text-align:center;
}

.stock_bar{
	margin:10px 0;
}

.newsletter_checkout_confirm{
	width: 571px;
	height: 93px;
	background-image:url(/images/newsletter_signup_backgroun.jpg);
	padding:0;
	margin:0 auto 5px auto;
}
.newsletter_checkout_confirm dd, .newsletter_checkout_confirm dt{
	margin:0;
	padding:0;
	width:450px;
}
.newsletter_checkout_confirm dt{
	margin-top: 25px;
	margin-left: 85px;
	position:absolute;
	font-size:14px;
}
.newsletter_checkout_confirm dd{
	margin-top: 43px;
	margin-left: 85px;
	position:absolute;
	font-size:11px;
}

/* -- 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 -56px;}
.side_out dd#image{
	width:120px;
	overflow:hidden;
	margin:0 0px;
	height: 230px;
}
.side_out dd#image img{
	margin:40px 0 0 10px;
}


/* #TB_window  */
#TB_window{font:12px Arial,Helvetica,sans-serif;color:#333;}#TB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666;}#TB_window a:link{color:#666;}#TB_window a:visited{color:#666;}#TB_window a:hover{color:#000;}#TB_window a:active{color:#666;}#TB_window a:focus{color:#666;}#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;}.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat;}.TB_overlayBG{background-color:#000;filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_window{position:fixed;background:#fff;z-index:102;color:#000;display:none;border:4px solid #525252;text-align:left;top:50%;left:50%;}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_window img#TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;}#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;}#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}#TB_title{background-color:#e8e8e8;height:27px;}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}#TB_ajaxContent.TB_modal{padding:15px;}#TB_ajaxContent p{padding:5px 0 5px 0;}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px;}* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;}* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}.voucher_container{margin:10px 5px 60px 5px;_margin-left:5px;padding:5px;border:2px #666 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:#CCC;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:#333;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:#333;}.voucher_add{text-align:right;clear:left;position:relative;float:right;_float:none;top:20px;_top:0;right:0;left:0;height:0;_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;}.ajax_input_form{line-height:12px;font-size:12px;font-family:Helvetica,sans-serif,Arial;padding:2px 2px 2px 2px;margin:0;background-repeat:no-repeat;background-position:right;}.error_main{margin:10px;}.error_main_top{background-image:url(/images/error_main_top.gif);background-repeat:no-repeat;height:4px;width:483px;padding:0;_margin:0 0 -10px 0;}.error_main_bot{background-image:url(/images/error_main_bot.gif);background-repeat:no-repeat;height:4px;width:483px;padding:0;margin:0;}.error_main ul{background-image:url(/images/error_main_mid.gif);background-repeat:repeat-y;margin:0;padding:5px;}.error_main ul li#error_head{margin:0 0 5px 10px;padding-top:0;padding-left:5px;color:#F00;font-size:18px;line-height:18px;list-style:none;}.error_main ul li{color:#333;font-size:12px;line-height:14px;margin:0 0 0 20px;padding-bottom:2px;padding-top:0;width:450px;}.error_input{border:1px solid red;clear:right;}.correct_input{border:1px solid #3c3;clear:right;}.error_popup{clear:left;float:left;}.error_popup_top{background-image:url(/images/error_popup_top.png);_background-image:url(/images/error_popup_top.gif);background-repeat:no-repeat;width:207px;height:12px;}.error_popup_bot{background-image:url(/images/error_popup_bot.png);_background-image:url(/images/error_popup_bot.gif);background-repeat:no-repeat;width:207px;height:12px;clear:left;}.error_popup dl{background-repeat:repeat-y;margin:0;}.error_popup dl dd{background-image:url(/images/error_popup_mid.png);_background-image:url(/images/error_popup_mid.gif);font-size:11px;line-height:14px;color:#333;width:175px;margin:0;padding:2px 15px 3px 12px;_margin-top:-2px;}