#baskettable{
	font-size:70%;
	width:100%;
	clear:both;
}

#baskettable th{
	color:#ff0000;
	text-align:left;
}
#baskettable td.number,#baskettable th.number{
	text-align:right;
	padding:0 2em 0 0;
}
#baskettable a{
	background:#ffffff url(/images/bulletOne.gif) no-repeat scroll 0pt 50%;
	color:#F2754E;
	display:block;
	padding:0pt 0pt 0pt 6px;
	text-decoration:none;
}


#baskettable a:hover{
	color:#006699;
}

#baskettable tr.two td,#baskettable tr.two td a{
	background-color:#f7f7f7;
}

#baskettable a.plainlink{
	background:#ffffff;
	display:inline;
	text-decoration:underline;
	padding:0;
}