.baskettable {
	width: 593px;
	font-size: 80%;
}
.baskettable th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
.baskettable td {
	padding: 3px;
}
.baskettable td.namesizecol {
	width: 320px;
}
.baskettable td.price {
	width: 72px;
}
.baskettable td.qty {
	width: 52px;
}
.baskettable td.total {
	width: 72px;
}
.baskettable td.remove {
	width: 77px;
}
.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.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 input.button {
	float: right;
	background-color: #860024;
	color: #FFFFFF;
	border: 1px solid #860024;
	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;
}