#cart{
	
}

#cart_content{
	background: url(/images/decor.bottom.png) 70px bottom no-repeat;
	border: 1px solid #99b8c1; /* teal */
	float: right;
	padding: 0 20px 80px 20px;
	width: 549px;
}

#cart h2{
	background: url(/images/decor.top.png) 50px 0 no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	width: 549px;
}

#cart #contents{
	padding: 0;
	width: 549px;
}

#cart #cart_items{
	border-bottom: 1px dashed #58a8c0; /* teal */
	border-top: 1px dashed #58a8c0; /* teal */
	width: 549px;
}

#cart #cart_items tr.item_headers{
	border-bottom: 1px dashed #58a8c0; /* teal */
}

#cart #cart_items th{
	font-weight: bold;
}

#cart #cart_items th.td_desc{
	text-align: left;
}

#cart #cart_items th.td_qty{
	text-align: left;
}

#cart #cart_items tr td{
	padding: 6px 0 0 0;
}

#cart #cart_items tr td a{
	color: #5e8d9e; /* teal text */
}

#cart #cart_items tr td a:hover{
	color: #f79f49; /* orange text */
}

#cart #cart_items img{
	border: 1px solid #58a8c0; /* teal */
	float: left;
	margin: 0 12px 6px 0;
}

#cart #cart_items input.qty{
	width: 30px;
}

#cart #cart_totals{
	margin-top: 3px;
	width: 549px;
}

#cart #cart_totals input.update{
	float: left;
}

#cart #cart_totals table{
	float: right;
	margin-bottom: 10px;
	width: 220px;
}

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

#cart #cart_totals input.checkout{
	background: url(/image/button.checkout.png);
	clear: both;
	float: right;
	height: 20px;
	margin: 20px 0;
	text-indent: -55555px;
	width: 167px;
}



