#content th {
	font-weight: bold;
	color: #ff9900;
	padding: 0.5em;
	text-align: center;
	background: #eee;
}
#content th:last-child{
	border-right: none !important;
}
#content td {
	padding: 0.5em;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
#content td.baskettotalcaption {
	font-weight: bold;
	color: #ff9900;
	padding: 1em 0.5em;
	text-align: right;
}
#content td#baskettotalamount {
	padding: 1em 0.5em;
}
