
	#cart {
		margin-left:0px;border:0px solid red;
		width:820px;
	}
		#cart h2{
			margin:5px;
			font-size:14px;font-weight:bold;
			text-align:left;
		}
	#page-title {
		width:800px;height:131px;
		background: #fff url(../images/cart/progress_801_131.jpg) no-repeat left top;
	}
	
	.cart-columns td{
		line-height:25px;font-size:12px;font-weight:bold;color:white;
		background:#00335E;
	}
	.cart-items td{
		line-height:25px;font-size:11px;_font-weight:bold;_color:black;
		_background:#00335E
	}
	#cart-desc {
		clear:both;
		width:450px;
		text-align:left;padding-left:20px;
	}
	.cart-money {
		text-align:right;_padding-left:20px;
	}
	#subtotal {
		clear:both;
		width:800px;height:24px;
		text-align:left;font-size:11px;font-weight:bold;color:white;line-height:24px;
		background: #fff url(../images/cart/subtotal_802_24.jpg) no-repeat left top;
	}
		#sub-text {
			
			padding-left:600px;
		}
		#sub-amount {
			padding-left:85px;
		}
		
	.underline {
		width:800px;height:10px;margin:5px 0 5px 0px;
		border-bottom:1px dotted black;
	}
	.cart-spacer {
		height:5px;
	}
		
