#baskettable {
	float: left;
	clear: left;
	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: #787353;
}
#baskettable tr.one a:hover {
	background-color: #F2F2F2;
	color: #650198;
}
#baskettable tr.two {
	background-color: #EEEEEE;
	color: #444444;
}
#baskettable tr.two a {
	background-color: #EEEEEE;
	color: #787353;
}
#baskettable tr.two a:hover {
	background-color: #EEEEEE;
	color: #650198;
}
#baskettable img {
	height: 25px;
	margin: 0;
	border: 0;
}
#baskettable input {
	float: right;
}
#baskettable input.button {
	width: auto;
	background-color: #650198;
	color: #ffffff;
	border: 1px solid #650198;
	font-weight: bold;
	cursor: pointer;
}
#safe {
	float: left;
	padding: 3px 18px 0 0;
	height: 15px;
	background: #FFFFFF url(/images/bulletPadlock.gif) no-repeat right 3px;
}