.baskettable {
	float: left;
	clear: left;
	width: 580px;
	font-size: 75%;
}
.baskettable th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
#main .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: 64px;
}
.baskettable tr.one {
	background-color: #f2f2f2;
	color: #444444;
}
.baskettable tr.one a {
	background-color: #f2f2f2;
	color: #2b2b2b;
}
.baskettable tr.one a:hover {
	background-color: #f2f2f2;
	color: #3296a1;
}
.baskettable tr.one a:focus {
	background-color: #f2f2f2;
	color: #3296a1;
}
.baskettable tr.two {
	background-color: #eeeeee;
	color: #444444;
}
.baskettable tr.two a {
	background-color: #eeeeee;
	color: #2b2b2b;
}
.baskettable tr.two a:hover {
	background-color: #eeeeee;
	color: #3296a1;
}
.baskettable .comments {
	padding: 6px 0 6px 12px;
	font-size: 90%;
	font-style: italic;
}
.baskettable .comments strong {
	font-style: normal;
}
.baskettable .comments .row {
	margin: 0 0 0.4em;
}
.baskettable input {
	float: right;
}
.baskettable input.button {
	width: auto;
	background-color: #db1999;
	color: #ffffff;
	border: 1px solid #db1999;
	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;
}