#main h2{
	background: #000 url(/images/cart.title.gif) no-repeat 18px 18px;
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -55555px;
}

#main #continue{
	background: url(/images/cart.continue-shopping.gif);
	display: block;
	height: 15px;
	position: absolute;
	right: 20px;
	text-indent: -55555px;
	top: 28px;
	width: 149px;
}

#main table#cart_items{
	margin: 30px 0 0 20px;
	width: 560px;
}

#main table#cart_items th{
	color: #970a0d; /* red */
	font-weight: bold;
	text-align: left;
}

#main table#cart_items td{
	padding: 6px 0;
}

#main table#cart_items td img{
	border: 1px solid #970a0d; /* red */
}

#main table#cart_items .qty{
	width: 20px;
}

#main table#cart_items hr{
	border: none 0;
	border-top: 1px dashed #666;
	height: 1px;
}

#main #cart_totals{
	display: inline;
	float: right;
	margin-right: 24px;
}

#main #cart_totals table{
	margin: 20px 0 10px 0;
}

#main #cart_totals table td{
	font-weight: bold;
	text-align: right;
}

#main #cart_totals .button{
	margin: 3px 0;
}

