table.basket
{
	border-collapse: collapse;
	width: 100%;
}

table.basket th,
table.basket td
{
	padding: 5px 2px;
}

table.basket thead.top tr th
{
	border-bottom: 1px solid #FFCC99;
}

table.basket td.last
{
	border-bottom: 1px solid #FFCC99;
}

table.basket tbody.totals tr
{
	border-top: none;
}

table.basket tbody.totals th
{
	text-align: right;
	font-weight: normal;
}

table.basket tbody.totals tr.grand-total th,
table.basket tbody.totals tr.grand-total td
{
	font-weight: bold;
}

table.basket .currency,
table.basket .quantity
{
	text-align: right;
}

table.basket th
{
	text-align: left;
	font-weight: bold;
	color: #EC7230;
}

input.strong
{
	font-weight: bold;
}