table#basketTotals,
table#basket{
	border: 1px solid #aaaaaa;
}

table#basket{
	margin-top: 10px;
	width: 100%;
}

table#basketTotals{
	border: none;
}

table#basket td, table#basketTotals td {
	background: #f2f2f2;
	padding: 5px;
	vertical-align: top;
}

table#basket td {
	font-size: 11px;
	color: #272727;
}

.basketTable table#basket tr.title td {
	background: #f2f2f2;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid #aaaaaa;
}

td.basket img {
	border: 0;
	margin: 10px;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #888;
}

td.basket span {
	padding: 5px 0;
	font-size: 14px;
	font-weight: bolder;
}

.smallPrint {
	font-size: 10px;
}

table#basket .basketLarge {
	font-size: 14px;
	font-weight: bolder;
}
