/*
  basket
*/


table.basketList
{
}
table.basketList thead tr
{
	background:			#ddd;
}
table.basketList tr.even
{
	background:		#eee;
}
table.basketList tr td
{
	padding:				2px 3px;
	vertical-align:			top;
}

