/*************************************
** PRODUCT DETAIL MODULE STYLES
**************************************/


	table.specs {
		width:100%;
		/*border-bottom:1px solid #9bc33c;*/
		margin-bottom:6px;
	}
	#pdetail #prices {
		width:160px;
		margin-bottom:6px;
	}
	/* left side */
	table.specs .lft, table.prices .lft {
		text-align:right;
		vertical-align:top;
		white-space:nowrap;
		width:40%;
		font-weight:bold;
	}
	/* right side */
	table.specs .rgt, table.prices .rgt {
		text-align:left;
		vertical-align:top;
		width:60%;
		padding-left:6px;
	}
	/* availability text */
	table.specs .availability_txt {
	}
	/* availability */
	table.specs .availability {
		color:#090;
		font-weight: bold;
	}
	/* DETAIL PAGE PRICING: price description - calculating */
	table.prices .price_calc_desc {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444444;
		text-align:left;
		white-space:nowrap;
	}
	/* DETAIL PAGE PRICING: price - calculating */
	table.prices .price_calc {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444444;
		text-align:right;
		white-space:nowrap;
	}
	/* DETAIL PAGE PRICING: price - calculating discount */
	table.prices .price_calc_discount {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #DF0000;
		text-align:right;
		white-space:nowrap;
	}
	/* DETAIL PAGE PRICING: final price description */
	table.prices .final_price_desc {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #444444;
		font-weight: bold;
		text-align:left;
		white-space:nowrap;
	}
	/* DETAIL PAGE PRICING: final price */
	table.prices .final_price {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #DF0000;
		font-weight: bold;
		text-align:right;
		white-space:nowrap;
	}
	/* DETAIL PAGE Specs Divider */
	table.specs div.divider {
/*		border-bottom:1px solid #FFFFFF;*/
		height:3px;
		overflow: hidden; 
	}
	







div.sbox1 {
	background-color:#fcfbfb;
	background-image:url(../images/sbox/sbox_border.gif); 
	background-position:left;
	background-repeat:repeat-y;
	font-size:8px;
}

div.sbox2 {
	background-image:url(../images/sbox/sbox_border_r.gif); 
	background-position:right;
	background-repeat:repeat-y;
}
div.sbox3 {
	background-image:url(../images/sbox/sbox_b2.gif); 
	background-position:bottom;
	background-repeat:repeat-x;
}
div.sbox4 {
	background-image:url(../images/sbox/sbox_b1.gif); 
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.sbox5 {
	background-image:url(../images/sbox/sbox_b3.gif); 
	background-position:bottom right;
	background-repeat:no-repeat;
}
table.sbox_top {
	width:100%;
	background-image:url(../images/sbox/sbox_t2.gif); 
	background-repeat:repeat-x;
	height:6px;
}
table.sbox_top td.sbox_top_left {
	background-image:url(../images/sbox/sbox_t1.gif); 
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
}
table.sbox_top td.sbox_top_mid {
	width:100%;
}
table.sbox_top td.sbox_top_right {
	background-image:url(../images/sbox/sbox_t3.gif); 
	background-repeat:no-repeat;
	background-position:right;
	padding-left:8px;
}

/** ROUNDED BOX HOLDING BRAND LOGO **/
table.brandbox {
	width:100px;
	background-image:url(../images/brandwin_mid.gif); 
	background-repeat:repeat-x;
	height:34px;
	margin-bottom:4px;
}
table.brandbox td.brandbox_left {
	background-image:url(../images/brandwin_lft.gif); 
	background-repeat:no-repeat;
	background-position:left;
	padding-left:4px;
}
table.brandbox td.brandbox_mid {
/*	padding-bottom:5px;*/
}
table.brandbox td.brandbox_right {
	background-image:url(../images/brandwin_rgt.gif); 
	background-repeat:no-repeat;
	background-position:right;
	padding-left:4px;
}


/*
table.sbox_pricebox  {
	height:40px;
}

table.sbox_pricebox td.middle {
	background-image:url(../images/sbox/sbox_price_m.gif); 
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding-left:5px;
}
table.sbox_pricebox td.smiddle {
	background-image:url(../images/sbox/sbox_save_m.gif); 
	background-repeat:repeat-x;
	vertical-align:bottom;
	padding-bottom:2px;
	padding-right:5px;
	color:#ea2f2f;
	font-weight:bold;
}
*/

/*
table.sbox_topname {
	width:100%;
	border-bottom:1px solid #9bc33c;
}
table.sbox_topname td.left {
	padding:8px;
	font-size:14px;
	color:#4a4a4a;
	font-weight:bold;
}
table.sbox_topname td.right {
	padding:0px 8px 8px 0px;
	text-align:right;
	vertical-align:top;
}*/

/*
 * BOTTOM TABLE
 */
table.sbox_bottom {
	width:100%;
	font-size:11px;
	background-image:url(../images/sbox/sbox_m2.gif); 
	background-repeat:repeat-x;
	background-position:top;
}

table.sbox_bottom table {
	font-size:11px;
}

table.sbox_bottom .hspacer {
	padding-top:1px; 
	background-color:#c1c1c1;
	height:1px;
}

table.sbox_bottom table.layout {
	height:100%; 
	width:100%; 
/*		background-color:#00FFFF*/
}

table.sbox_bottom table.layout td.content {
	padding:10px; 
	text-align:center;
}

table.sbox_bottom td {
	height:100%;
}

