#baskettable {
	float: left;
	clear: left;
	width: 100%;
	font-size: 75%;
}
#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: #6d9bb8;
}
#baskettable tr.one a:hover {
	background-color: #f2f2f2;
	color: #01209f;
}
#baskettable tr.two {
	background-color: #eeeeee;
	color: #444444;
}
#baskettable tr.two a {
	background-color: #eeeeee;
	color: #6d9bb8;
}
#baskettable tr.two a:hover {
	background-color: #eeeeee;
	color: #01209f;
}
#baskettable input {
	float: right;
}
#baskettable input.button {
	float: right;
	background-color: #fe5504;
	color: #ffffff;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}
.contentone {
	margin: 12px 0 0;
	padding-top: 12px;
	border-top: 1px solid #f2f2f2;
}
.noborder {
	margin: 0;
	padding-top: 0;
	border: 0;
}
#safe {
	float: left;
	padding: 3px 18px 0 0;
	height: 15px;
	background: #ffffff url(/images/bulletPadlock.gif) no-repeat right 3px;
}