div#cart
{
	margin: 5px;
	margin-left: -40px;
} * html div#cart { height: 1px; position: relative; }
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 td.quantity
{
	font-weight: bold;
	padding-right: 5px;
	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: #fff;
	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;
	padding-left: 5px;
	vertical-align: top;
}
div#cart a img
{
	border: 0;
}
