/*******************************
Shade basket styling
********************************/
table#baskettable
{
	width: 720px;
	text-align: left;
	table-layout: fixed;
	
}

table#baskettable th
{
	text-align: left;
	background-color: #085A92;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

/* Table column widths */
table#baskettable .quantity
{
	width: 50px;
}

table#baskettable .quantity select
{
	margin: 0 0 3px 10px;
}

table#baskettable th.quantity
{
	text-align: left;
}

table#baskettable .delete
{
	width: 50px;
}

table#baskettable td.delete img
{
	margin: 0 0 0 7px;
}

table#baskettable tr
{
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

table#baskettable tr.header
{
	background: none;
}

#basketbuttons
{
	width: 720px;
}

#basketbuttons img, #basketbuttons input
{
	float: right;
	margin-top: 10px;
}

#basketbuttons img
{
	clear: right;
}