div#cart
{
	border-top: 1px solid #953;
	margin: 5px;
}
div#cart a
{
	color: #a74;
	font-weight: bold;
	text-decoration: none;
}
div#cart a:hover
{
	color: #631;
	text-decoration: underline;
}
div#cart div.title
{
	font-size: 1.1em;
	padding: 5px 5px 5px 25px;
	text-align: left;
}
div#cart div.title a
{
	color: #631;
}
div#cart table.contents
{
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 5px 0;
	width: 100%;
}
div#cart table.contents tr td
{
	padding: 2px;
}
div#cart table.contents tr.alt td
{
	background: #fafafa;
}
div#cart table.contents td.quantity
{
	font-weight: bold;
	text-align: right;
}
div#cart table.contents td.product
{
}
div#cart table.contents td.product a
{
	font-weight: normal;
}
div#cart table.contents td.price
{
	color: #035;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}
div#cart table.contents tr.total td
{
	border-top: 1px solid #fec;
	font-size: 1.2em;
}
div#cart div.checkout
{
	padding: 5px 0;
	text-align: center;
}
div#cart input.remove
{
	border: 0;
}
div#cart a img
{
	border: 0;
}
