
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
}

#cart{
	width: 600px;
}
#cart th{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
	margin: 6px 0px 6px 0px;
	line-height: 2em;
	text-align: center;
	padding: 10px .5em 10px .5em;
	background-color: #c7e8fc;
	border-right: 1px solid white;
}
#cart td{
	background-color: #fff;
	color: Black;
	font-size: 85%;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em .5em;
	/*width: 325px;*/
}		

.cart_prod_desc a{
	color: black;
	text-decoration: underline;
}	
.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.5em 1.2em;
	text-align: right;
}	
	
#cart td.dotted{
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	width:164px;
	height:26px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_contshopp.gif) no-repeat;
}

#contshop a:hover, #contshop a:focus {
	background: url(/images/b_contshoppON.gif) no-repeat;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:160px;
	height:24px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_recalc.gif) no-repeat ;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/b_recalcON.gif) no-repeat;
}	

#remove {
	display: block;
	text-align:right;
	padding: 1em;
}	
#proceed{	
	position: relative;
	width: 320px;
	float: right;
	text-align: right;
	font-size: 85%;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 235px;
	height: 30px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat ;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/b_proceed_checkoutON.gif) no-repeat ;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin: 0.5em 0em;
	font-size: 85%;
	/*width: 600px;*/
}


#paypal_button /* for shopping Cart */{
	clear:right;
	float: right;
	width: 192px; /* Make this the width of the Proceed to checkout button. It helps center everything.  */
	text-align: center;
	margin-bottom: 20px;
}
#paypal_button p /* for shopping Cart */{
	margin-bottom:10px;
}



/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
clear: both;
  display: block;
  margin: auto;
  color: #000;
  border-top: 8px solid #d4ecfb;
  z-index: 2;
}

#upsell h2{
	display: block;
	color: #999999;

 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 140px;
	height: 230px;
	position: relative;
	border: 0px solid red;
	margin-right: 5px;
	margin-top: 20px;
}


.upsell_img{
	display: block;
	/*float: left;*/
	border: 0px solid #000;
	margin:0px 10px;
}

.upsell_text {
	display:block;
	/*padding: 10px 10px 0px 0px;*/
	padding-top: 5px;
	margin:auto;
	width: 136px;
	height:36px;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	text-decoration: none;
	color: #583c85; 
	border: 0px solid red;
}

.upsell_text a:link, .upsell_text a:visited{
	font-size: 95%;
	text-decoration: none;
	color: #cc0000; 
	
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #999;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	text-align:center;
	font-weight: bold; 
	color: #000;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	position: absolute;
	top: 180px;
	left: 15px;
	border: 0px solid red;
	background-image: url(../images/b_addtocart.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background-image: url(../images/b_addtocartON.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;
}

/* BTM upsell stuff ENDS */	