#baskettable {
	width: 100%;
	font-size: 70%;
}
#baskettable th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
#baskettable td {
	padding: 3px;
}
#baskettable tr.one {
	background-color: #F2F2F2;
	color: #444444;
}
#baskettable tr.one a {
	background-color: #F2F2F2;
	color: #555555;
}
#baskettable tr.one a:hover {
	background-color: #F2F2F2;
	color: #000000;
}
#baskettable tr.one a:focus,#baskettable tr.one a:active {
	background-color: #F2F2F2;
	color: #000000;
}
#baskettable tr.two {
	background-color: #EEEEEE;
	color: #444444;
}
#baskettable tr.two a {
	background-color: #EEEEEE;
	color: #555555;
}
#baskettable tr.two a:hover {
	background-color: #EEEEEE;
	color: #000000;
}
#baskettable tr.two a:focus,#baskettable tr.two a:active {
	background-color: #EEEEEE;
	color: #000000;
}
#baskettable input {
	float: right;
}
#safe {
	float: left;
	padding: 3px 18px 0 0;
	height: 15px;
	background: #FFFFFF url(/images/bulletPadlock.gif) no-repeat right 3px;
}