/* Shopping-cart styles */

#shopping_cart
{
	padding: 4px;
	background-color: #035;
	position: relative;
	text-align: center;
}

#shopping_cart h3
{
	font: 166% Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: center;
	border-bottom: 2px solid white;
	margin: 0 0 0.25em;
}

#shopping_cart ul	{ list-style: none; list-style-image: none; margin: 0; padding: 0; }

#shopping_cart li				{ border-bottom: 1px dotted #369; padding: 0.5em 12px; text-align: left; }
#shopping_cart li .price		{ display: block; font-weight: bold; margin-left: 0.75em; }
#shopping_cart p.total			{ margin: 0.5em 12px; font-weight: bold; color: #7CD; }
#shopping_cart p.total .price	{ color: white; }

#shopping_cart .remove			{ float: right; position: relative; width: 18px; height: 18px; margin: 0 -12px 0 0; }
#shopping_cart .remove:active	{ top: 1px; }

#cart_checkout img
{
	display: block;
	position: relative;
	top: 22px;
	margin: -16px -4px 0;
}
#cart_checkout img:active	{ top: 23px; }