tr.odd
{
	background-color:#e8efe8;
}

tr.even
{
	background-color:#f2fbf2;
}

#basketview form
{
	margin: 0px;
	padding: 0px;
}

#basket_header
{
	padding: 15px 0px 5px 0px;
	color: #555;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('basket-header.png');
}

#basket_items
{
	width: 260px;
	background-image: url('basket-middle.png');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#basket_items table
{
	margin: 0px 8px 0px 8px;
	width: 244px;
}

#basket_items img.product_picture
{
	width: 55px;
	height: 41px;
	border: 1px solid #ada;
}

#basket_items td.product_picture
{
	width: 55px;
}

#basket_items .item_name
{
	text-align: center;
	font-weight: bold;
}

#basket_items .item_style
{
	font-size: 0.8em;
}

#basket_items tr
{
}

#basket_items td
{
	vertical-align: middle;
}

#basket_footer
{
	background-image: url('basket-footer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 0px 15px 0px;
	margin: 0px;
}

td.remove_button
{
	font-size: 0.75em;
}

td.remove_button img
{
	vertical-align: middle;
	height: 15px;
	width: 15px;
}

td.numeric
{
	text-align: right;
	vertical-align: bottom;
}

td.total
{
	font-size: 1.2em;
	font-weight: bold;
	background-color: #eee;
}