
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: inline;
	float: right;
	width: 703px;
	margin-right:12px;

	background-image: url(../images/content_block_bck.jpg);
	background-repeat: no-repeat;
}

h1 {
	float: left;
	display: inline;
	font-size: 230%;
	font-family: "Trebuchet MS", sans-serif;
	color:#1b60a3;
	margin-top:30px;
	margin-left: 20px;
	
}
#cart_block01 {
	float: left;
	/*font-family: "Trebuchet MS", sans-serif;*/
	border: 0px solid red;
	margin-left: 14px;
	margin-top: 25px;
	width: 670px;
	clear:both;
	
}

#cart{
	width: 670px;
	float: left;
	margin-left: 14px;
	clear: both;
	border: 0px solid red;
}



#cart th{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	margin: 6px 0px;
	line-height: 2em;
	text-align: left;
	/*padding:0 1.2em;*/
	font-family: "Trebuchet MS", sans-serif;
	border: 0px solid red;
}
#cart td{
	background-color: #fff;
	color: #1b60a3;
	border: 0px solid red;
}

#cart label{ /* Used for Remove check box and quanity box  */
	position: absolute;
	top: 0px;
	left: -9999em;
}

.cart_prod {
	padding-bottom: 1px;
	font:  85% "Trebuchet MS", sans-serif; 
}

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	float: left; 
	margin-left: 5px; 
	margin-top: 30px; 
	display: inline; 
	width: 225px;
	font:  100% "Trebuchet MS", sans-serif; 
	color: #1b60a3;
	text-decoration: underline;
	border:0px solid red;
}



.cart_prod_desc a:hover, .cart_prod_desc a:focus {
	text-decoration: none;
	font:  100% "Trebuchet MS", sans-serif; 
	color: #1b60a3;
}

.cart_image {
	/*border: 0px solid #ced0b6; 
	margin-left: 15px;*/ 
	margin-top: 10px; 
	float: left;  
	display: inline;
}

#cart_prod_label {
	float:left;
	width:225px;
	margin-left:5px; 
	padding-bottom:5px;
}
#cart_prod_label a{	
	color: Black;
}

.cart_text {
	/*text-align: center;
	padding: 0.5em 1.2em;*/
	/*width:10%;*/
	font:  85% "Trebuchet MS", sans-serif; 
	color: #1b60a3;
	width: 60px;
}	
	
.cart_quantity{
	text-align: left;
	/*padding-left: 20px; */
	/*padding-right: 5px;*/
	width: 60px;
	font:  85% "Trebuchet MS", sans-serif; 
}
	
.cart_total{
	/*padding: 0.5em 1.2em;*/
	text-align: left;
	width: 60px;
	font:  85% "Trebuchet MS", sans-serif; 
}	
	
table#cart td.dotted{
	height: 1px;
	clear: both;
	background-color: #e4e4e4;
}
	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	/*padding:3px 0px;*/
	width: 133px;
	height: 28px;
	text-decoration:none;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -370px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	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 -410px;
		width: 133px;
	height: 28px;
	text-decoration:none;
	color: #000;
}
#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 top;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/b_recalc.gif) no-repeat 0 -41px;
}	

#remove a{
	display: block;
	text-align:right;
	padding: 1em;
	font-size: 85%;
	color: Black;
	margin-top:30px;
}	
#proceed_note{	
	position: relative;
	/*width: 300px;*/
	float: left;
	font-size: 77%;
	border: 0px solid red;
	margin-top:15px;
}
#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 -450px;
	width: 235px;
	height: 25px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	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 -500px;
	width: 235px;
	height: 25px;
	text-decoration:none;
	color: #000;
}		
/* #proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
} */	

#subtotal {
	float: right;
	margin: 0.5em 1.2em;
	text-align: right;
	font:77% "Trebuchet MS", sans-serif;
}

#subtotal span {
	font-size: 177%;
	}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	color: #000;
	border: 0px solid #000;
	background-image: url(../images/upsell_bck.jpg);
  	background-repeat: no-repeat;
  	width: 700px;
  	height: 300px;
}
#upsell h2{
	display: block;
	margin-top:-5px;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 125px;
	height: 245px;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 25px;
}


.upsell_img{
	display: block;
	float: left;
	border: 0px solid #000;
	padding: 5px;
	/*margin: 0px 5px 20px 12px;*/
	width: 123px;
	height: 123px;
	background-image: url(../images/upsell_prod_bck.gif);
	background-repeat: no-repeat;
}

.upsell_text {
	display:block;
	float: left;
	font-size: 90%;
	padding: 0px 10px 0px 0px;
	font-family: "Trebuchet MS", sans-serif;

}

.upsell_text a:link, .upsell_text a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #1b60a3; 
	font-family: "Trebuchet MS", sans-serif;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #7DC0FF;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	float: left;
	display: block;
	font-weight:bold;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	display:block; 
	/*float:left;
	
	margin-top:10px;
	margin-bottom:10px;*/
	position: absolute;
	top: 220px;
	left: 0px;
	padding-top: 6px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -60px;
	width: 93px;
	height: 26px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 85%;
	color:white;

}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -92px;
}

/* BTM upsell stuff ENDS */	

/*GIFT WRAP */
a.giftWrap_link:link, a.giftWrap_link:visited{}
.giftWrap{
	position:absolute;
	background-image:url(/common/images/giftcardskins/giftlabel_generic2008.gif); 
	background-repeat: no-repeat;
	height:280px; width:310px; 
/*	margin-top:90px;*/
	top:auto;
	left: auto;
	z-index:999;
}

#cart .giftWrap fieldset{
	border:none; margin:60px 10px 0px 10px;
}
#cart .giftWrap fieldset legend{
	font-weight: bold;
}
#cart .giftWrap fieldset label{
	Clear:both;
	float: left;
	width: 90px;
	text-align: right;
	margin: 3px 0px;
	position: relative;
	top: auto;
	left: auto;
}
#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;
}

#paypal_button {
	float:right;
	margin-bottom:20px;
	text-align:center;
	width:235px;
}

#paypal_button p {
	margin-bottom: 10px;
}


/*GIFT WRAP */
