
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

form#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}


a#b_clearcart:link, a#b_clearcart:visited {	
	display: block;
	float: right;
	text-align:right;
	padding: 16px 12px 10px 12px;
	color: #000000;
	font-size: 85%;}
	
a#b_clearcart:focus, a#b_clearcart:hover, a#b_clearcart:active {color:#999999;}


#cart{
	width:552px;
	clear: both;
	margin:0 auto 12px auto;
}


#cart_block01{
	width:552px;
	clear: both;
	margin:0 auto;
}
#cart th{
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
	text-align: center;
/*	padding:0 12px;*/
	background: #ffffff url(/images/cart_th-bkg.gif) repeat-x top;
/*	border-right: 1px solid #d3d3d3;*/
	font-size: 85%;
	border-bottom: 6px solid #ffffff;
}
#cart th span{
	border-right: 1px solid #d3d3d3;
		padding:3px 12px;
		display: block;
}
#cart th#th-left{
	background-position: 0px 0px;
}
#cart th#th-right{
	background-position: 100% 0px;
	border-right: 1px none #d3d3d3;
}


#cart td{
	background-color: #f5f5f5;
	border-bottom: 1px solid #ffffff;
	font-size: 85%;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
}

#cart label{ /* Used for Remove check box and quanity box  */
	position: absolute;
	top: 0px;
	left: -9999em;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a.b_prod_desc:link, .cart_prod_desc a.b_prod_desc:visited{ 
	color: black;
	text-decoration: underline;
}	
.cart_prod_desc a.b_prod_desc:focus, .cart_prod_desc a.b_prod_desc:hover, .cart_prod_desc a.b_prod_desc:active {color:#999999;}

.cart_prod_desc a.b_remove{/* using default */}

.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total{
	padding: 0 12px 0 0px;
	text-align: right;
}	

	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	width: 147px;
		text-align: left;
	clear: left;
	float: left;
}

#b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {}
#b_contshop img, 
#b_contshop span/* for IE6 */
{width: 201px; height: 77px;}


#b_recalc{ width: 112px;}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:112px;
	margin: 0px;
	text-align: left;
}

#b_recalc a:hover, #b_recalc a:focus, #b_recalc a:active {}	

#b_recalc img, 
#b_recalc span/* for IE6 */{
	width: 151px; height: 65px;
}

#recalc_note{
	display: block;
	clear: left;
	float: left;
	text-align: left;
	font-size:85%;
	color: #656565;
	margin: 12px 0;
}



#b_proceed{	
	position: relative;
/*	width: 300px;*/
	float: right;
	text-align: right;
}
#b_proceed a:link, #b_proceed a:visited {
	width: 225px;
	height: 40px;
	float: right;
}	

#b_proceed a:hover, #b_proceed a:active, #b_proceed a:focus {}

#b_proceed img, 
#b_proceed span/* for IE6 */{
	width: 286px; height: 101px;
}

		
#b_proceed a.b_details span.b_details{
	top: 14px;
	left: 35px;
}

#proceed_note{
	display: block;
	clear: right;
	float: right;
	text-align: right;
	font-size:85%;
	color: #656565;
	margin-bottom: 12px;
	width: 300px;
}	

#subtotal {
	float: right;
	margin:0px 12px 0px 0px;
	text-align: right;
}
/* cart page end */

#subtotal_note{
	text-align: right;
	padding-right: 0px;
	font-size:85%;
	color: #656565;
}
#subtotal strong{
	font-size: 200%;
	font-weight: normal;
}


/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	color: #000;
	border: 1px solid #000;
	z-index: 2;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 282px;
	height: 122px;
	position: relative;
	border-right: 1px dotted Black;
	margin-top: 20px;
}


.upsell_img{
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 0px 5px 20px 12px;
}

.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;

}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	display: block;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited{
	display:block;

}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	
}

/* BTM upsell stuff ENDS */	
