#cart  {
	margin: 0 auto 0 auto;
	padding: 1em;
	width: 450px;
}

table
{
	border-collapse: collapse;
	width: 450px;
	background: #fff;
	font-size: 12px;
	color: #656565;
}

table thead th {
	margin: 0;
	padding: 4px 10px;
	text-align: center;
	border-bottom: 1px #666 solid;
}

table tbody td.subitem {
	padding-left: 1.5em;
}

table tfoot tr.shipping td {
	margin: 0;
	padding-top: 1em;
	border-top: 1px #666 solid;
}

table tfoot .footlabel, #shipamt, #total {
	text-align: right;
	font-weight: bold;
	padding-top: .5em;
}

table td.subtotal { text-align: right; }

table tr.itemhead td {  
	padding-top: 1em;
}

table tr.itemhead td.mainitem {
	font-weight: bold;
}

table td.uc {
	text-align: center;
	font-weight: normal;
}

table td.q {
	text-align: center;
}

#googleinputs {
	display: none;
	margin: 0;
	padding: 0;
}