#cart
{
	background: #aaa;
	border-top: 3px solid #ccc;
	border-right: 3px solid #888;
	border-bottom: 3px solid #888;
	border-left: 3px solid #ccc;
	margin: 2em auto;
	padding: 5px;
	width: 210px;
}
#cart .title
{
	font-size: 11pt;
	text-align: center;
	text-transform: uppercase;
}
#cart .empty
{
	text-align: center;
}
#cart #checkout
{
	text-align: center;
}
#cart #checkout img
{
	border: 0 none;
}
#cart td.price
{
	font-size: 10pt;
}
#cart tr.total td.price
{
	font-size: 11pt;
	font-weight: bold;
}
#cart td
{
	vertical-align: top;
}
