/*************************************
** PRODUCT DETAIL STATS BOX STYLES
**************************************/

	div.sbox1 {
		background-color:#fdfff7;
		background-image:url(../images/sbox/sbox_border.png); 
		background-position:left;
		background-repeat:repeat-y;
		font-size:8px;
	}
	
	div.sbox2 {
		background-image:url(../images/sbox/sbox_border.png); 
		background-position:right;
		background-repeat:repeat-y;
	}
	div.sbox3 {
		background-image:url(../images/sbox/sbox_b2.png); 
		background-position:bottom;
		background-repeat:repeat-x;
	}
	div.sbox4 {
		background-image:url(../images/sbox/sbox_b1.png); 
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	div.sbox5 {
		background-image:url(../images/sbox/sbox_b3.png); 
		background-position:bottom right;
		background-repeat:no-repeat;
	}
	table.sbox_top {
		width:100%;
		background-image:url(../images/sbox/sbox_t2.png); 
		background-repeat:repeat-x;
		height:40px;
	}
	table.sbox_top td.left {
		background-image:url(../images/sbox/sbox_t1.png); 
		background-repeat:no-repeat;
		background-position:left;
		padding-left:8px;
	}
	table.sbox_top td.right {
		background-image:url(../images/sbox/sbox_t3.png); 
		background-repeat:no-repeat;
		background-position:right;
		padding-left:8px;
	}

	
	table.sbox_pricebox  {
		height:40px;
	}
	
	table.sbox_pricebox td.middle {
		background-image:url(../images/sbox/sbox_price_m.png); 
		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.png); 
		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;
	}

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

	table.sbox_bottom .hspacer {
		padding-top:1px; 
		background-color:#9bc33c;
		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%;
	}
	

