/* Shopping Cart */
.cart  {background:#ADDFDE;}
h1.cart-h1 {background: url(../img/h1-shoppingcart.gif) no-repeat; height: 60px;}
.cart #content {
	width: 700px;
	margin-left: 100px;
	}
.cart table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 700px;
	
}

.cart th {
	background: #69c3c3;
	padding: 3px 5px 3px 5px;
	border-right: solid 1px #ccc;
	text-align: center;
	color: #fff;
	}
.cart td {
	padding: 5px 10px;
	border-right: solid 1px #ccc;
	text-align: center;
	}
.cart td.product_title {
	text-align: left;
	padding-left: 10px;
	}
.cart td.image img {
	width: 50px;
	height: 69px;
	padding-top: 5px;
	
}
.cart td.image {
	width: 55px;
	text-align: center;
	border-right: 0;
}
.isbn { font-family: Arial, Helvetica, sans-serif; font-size: .8em;}

.cart td.total {
	text-align: right;
	font-weight: bold;
	}
.total_amount {
	font-weight: bold;
	width: 75px;
	}
td.gift {
	text-align: right;
	}
#payment_info ul, #p-billing #content ul, #content .buy ul {margin-left: 0px; padding: 0;}
#payment_info ul li, #p-billing #content ul li, #content .buy ul li {
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
	}
label {
	width: 11em;
	float: left;
	}

p.btn input {
	margin-right: 10px;
	}

input.quantity {
	width: 20px;
	text-align: center;
	}

.buy label {
	font-weight: bold;
	width: auto;
	margin-right: 10px;
}

 .address_question label {width: auto;}
 
 
 .retail_price {
    text-decoration: line-through;
 }