
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
h1{
	color: #2d2288;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;

	width:200px;
	float: left;
}

h2 {
		margin-top:10px;
	margin-left:20px;
}

#shoppingcart #content_container{
	display: block;
}

#cart{
	width: 669px;
	float: left;
	clear: both;
	margin-left:10px;
	display: inline;

}



#cart th{
	text-transform: uppercase;
	margin: 6px 0px;
	font-size: 77%;
	font-weight:bold;
	padding-top:18px;
	padding-bottom:20px;
	text-align: center;
	background-image: url(../images/cart_bck.gif);
	background-repeat: repeat-x;
	
	
}
#cart td{
	background-color: #fff;
	color: Black;
	font-size: 77%;
	background-image: url(../images/cart_td_bck.gif);
	background-repeat: repeat-x;
	height: 97px;
	
}

#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;
	width: 245px;
}		

.cart_prod_desc a{
	color: black;
	text-decoration: underline;
}	
*/




.cart_prod {
	width: 245px;
	
	/*padding-bottom: 1px;*/
	/*font:  85% "Trebuchet MS", sans-serif; */
}

.cart_prod_desc{
	float: left; 
	padding-left: 5px; 
	width: 165px;
	display: inline; 
	margin-top: 10px; 
	position:relative;
}

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	color: #140b75;
	text-decoration: underline;
	
/*	vertical-align: middle;*/
}



.cart_prod_desc a:hover, .cart_prod_desc a:focus {
	text-decoration: none;
	color: #1b60a3;
}

.cart_image {
	border: 1px solid #cccccc; 
/*	margin-left: 15px;*/ 
	margin-top: 0px; 
	float: left;  
	display: inline;
}


.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;*/
	text-align: center;
}	
	
table#cart td.dotted{
	height: 1px;
	clear: both;
/*	background-color: #e0e0e0;*/
	border-top: 1px solid #e0e0e0;
}

#cart_block01 {
	clear: left;
	float:left;
	position: relative;

	width:669px;
	margin-left: 10px;
	margin-top:25px;
}
#b_contshop {
	display: inline;
	float: left;
	clear:left;
	margin-top:25px;
	margin-left:10px;
}
	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	/*padding:3px 0px;*/

	width: 153px;
	height: 32px;
	text-decoration:none;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -380px;
	color: #000;
	font-size: 77%;
	font-weight: bold;
	padding-top:5px;

}

 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -420px;
	width: 153px;
	height: 32px;
	text-decoration:none;
	color: #000;
}

#proceed_note{
	float: right;
	clear:right;
	font-size: 77%;
	margin-right:10px;
}


#b_recalc{
	display: inline;
		float: left;
		margin-left:10px;
}
	


#b_recalc a:link, #b_recalc a:visited{
	display:block;
	font-weight: bold;
	font-size: 77%;
	/*position: absolute;
	top: 10px;
	left: 10px;*/
	float: left;
	width: 120px;
	height: 29px;
	color: black;
	text-decoration:none;
	border: none;
	padding-top:6px;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -300px;
	background-repeat: no-repeat;
	
}	

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus{
	width: 120px;
	height: 29px;
	color: black; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -340px;
}



#remove a{
	display: block;
	float:right;
	/*padding: 1em;*/
	font-weight: bold;
	color: #2d2288;
	margin-top: 10px;
	margin-right: 10px;
	font-size:77%;
}	
#b_proceed{	
	position: relative;
	float: right;
	clear: right;
	margin-top:20px;
	margin-right:10px;
}
#b_proceed a:link, #b_proceed a:visited {
	float:right;
	clear: both;
	display: block;
	text-decoration:none;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -460px;
	width: 235px;
	height: 32px;
	color: #000;
	font-size: 77%;
	font-weight: bold;
	padding-top:10px;
	text-transform: uppercase;
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
background: transparent url(/images/btn_sprite.png) no-repeat 0px -510px;
	width: 235px;
	height: 32px;
	text-decoration:none;
	color: #000;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin-right:10px;
	/*margin: 0.5em 1.2em;*/
	font-size: 150%;
	color:#130a80;
	text-align:right;
}
#subtotal span{
	padding-right: 5px;
}
#subtotal p{
		font-size: 57%;
	color:#656565;
}

#subtotal a {
	color:#656565;
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin-left: 10px;
	color: #000;
	border: 0px solid #000;
	z-index: 2;
	background-image: url(../images/cart_upsell_bck.gif);
	background-repeat: no-repeat;
}
#upsell h2{
	display: block;
	padding-top: 5px;
	color: black;
	font-size: 150%;
	padding-left:-20px;
 }


.upsell_feature_module { 
	display: inline;
	float: left;
	width: 222px;
	height: 112px;
	position: relative;
	margin-top: 12px;
}


.upsell_img{
	display: inline;
	float: left;
	border: 1px solid #e7e7e7;
	padding: 0px;
	margin: 0px 5px 20px 10px;
}

.upsell_text {
	display:inline;
	padding: 0px 10px 0px 0px;
	font-weight:bold;
	color: black;
	font-size: 77%;

}

.upsell_text a:link, .upsell_text a:visited{
	color: black;
	text-decoration: none;
	font-size: 85%;

}

.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;
	font-weight: bold;
	font-size: 77%;
	position: absolute;
	top: 70px;
	left: 112px;
	width: 94px;
	height: 29px;
	color: black;
	text-decoration:none;
	border: none;
	padding-top:6px;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -560px;
	background-repeat: no-repeat;
	
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:active, .upsell_b_viewdetails a:focus{
	width: 94px;
	height: 29px;
	color: black; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -600px;
}


/* BTM upsell stuff ENDS */	

/*GIFT WRAP */
a.giftWrap_link:link, a.giftWrap_link:visited{
	padding: 3px;
}


#cart .giftWrap{
	position:absolute;
	top: 3em;
	left: -25px;
	background-image:url(/common/images/giftcardskins/giftlabel_generic2008.gif); 
	background-repeat: no-repeat;
	height:280px; width:310px; 
	
}

#cart .giftWrap fieldset{border:none; margin:60px 10px 0px 10px;}
#cart .giftWrap fieldset legend{	font-weight: bold;}
#cart .giftWrap fieldset label{
	/* THIS IS TO CLEAR THE FAR OUT ABSOLUTE POSTITION -9999EM  */
	position: relative; left: auto;	top: auto;
	
	Clear:both;
	float: left;
	width: 90px;
	text-align: right;
	margin: 3px 0px
}
#cart .giftWrap fieldset input{
	float:left;
	width: 90px;
	margin: 3px 0 3px 10px;
}
#cart .giftWrap fieldset textarea{
	float:left;
	width: 140px;
	margin: 3px 0 3px 10px;
}

#cart .giftWrap fieldset span{
	font-size: 9px;
	float:left;
}
#cart .giftWrap fieldset span.spanformessage{
	Margin-left:100px;
}

#cart .giftWrap fieldset label.labelforstyle{
	Margin-top:20px;
}

#cart .giftWrap fieldset select{
	float:left;
	width: 140px;
	margin: 20px 0 0 10px;
}
#cart .giftWrap input.b_update-giftwrap{
	clear: both; 
	Margin:3px 0px 0px 110px;
}


/*GIFT WRAP */