
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
}

#cart{
	width: 548px;
	margin-top: 10px;
}
#cart th{
	text-transform: uppercase;
	font-weight: bold;
	color: Black;
	font-size: 85%;
	letter-spacing: -1px;
	margin: 0px 0px;
	/*line-height: 2em;*/
	text-align: center;
	padding: 7px 0px 7px 3px;
	background-image: url(../images/cart_th-bck.gif);
	background-repeat: repeat-x;
	/*background-color: #A9A9A9;*/
}
#cart td{
	background-color: #1a1a1a;
	color: White;
	font-size: 80%;
	font-weight: bold;
}
.cart_prod_desc  {
	text-align: left;
	color: White;
	height: 65px;
	
	
	
}		

.cart_prod_desc a{
	color: White;
	text-decoration: underline;
	width: 100px;
}	
.cart_text {
	text-align: center;
	/*padding: 0.5em 1.2em;*/
}	
	
.cart_quantity{
	text-align: center;
	/*padding-left: 20px; 
	padding-right: 5px;*/
}
	
.cart_total{
	/*padding: 0px 1.2em;*/
	text-align: right;
	color: White;
	padding-right: 5px;
}	
	
.dotted /*Do we need this to be in the skeleton?*/{
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	width:173px;
	height:52px;
	margin: 0px 12px;
	background: url(/images/b_contshopp.gif) no-repeat 0 0;
}

#contshop a:hover, #contshop a:focus {
	background: url(/images/b_contshopp.gif) no-repeat 0 -52px;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:133px;
	height:52px;
	margin: 20px 0 0px 12px;
	background: url(/images/b_recalc.gif) no-repeat top;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/b_recalc.gif) no-repeat 0 -53px;
}	

#remove {
	display: block;
	text-align:right;
	padding: 1em 2em 1em 1em;
}	
#proceed{	
	position: relative;
	width: 350px;
	float: right;
	text-align: right;
	font-size: 80%;
	color:#999999;
	margin-right: 15px;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 202px;
	height: 50px;
	margin: 20px 0px 0px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat top;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/b_proceed_checkout.gif) no-repeat 0 -52px;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin: 0.5em 5px;
	color:#999999;
	font-weight: normal;
	width: 540px;
	
}

.cart_seperator{ 
	position: relative;
	clear: both;
	display: block;
	background-image: url(../images/cart_btm.gif);
	height: 53px;
	width: 580px;
	margin: 1px auto;
	border: 0px solid white;
}	





/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	background-image: url(../images/upsell_cart_bck.gif);
background-repeat: no-repeat;
  width: 580px;
  height: 209px;
	color: #000;
	border: 0px solid #000;
	z-index: 2;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	position: relative;
	display: inline;
	float: left;
	width: 186px;
	height: 146px;
	margin: 60px 0px 10px 4px;
	border: 0px solid red;
}


.upsell_img{
	position: absolute;
	top: 0px;
	left: 4px;
	display: block; 
}

.upsell_text {
	position: absolute;
	top: 10px;
	left: 90px;
	width: 85px;
	overflow: hidden;
	font: 90% Verdana, sans-serif;

}

.upsell_text a:link, .upsell_text a:visited{
	color: white; 
	text-decoration: none;
	font: bold 85% Arial, sans-serif;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
}

.upsell_text h4{
	font-weight:bold;
}


.upsell_price {
	position: absolute;
	top: 60px;
	left: 90px;
	font-weight: bold; 
	color: #ccc; 
}



.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	position:absolute;
	top: 90px;
	left: 85px;
	width: 95px;
	height: 39px;
	background-image: url(../images/b_addcartupsell.gif);
	border: 0px solid red;
}

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background-image: url(../images/b_addcartupsellON.gif);
}


/* BTM upsell stuff ENDS */	