#baskettable {
	float: left;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	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.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 {
	float: right;
}
#baskettable input.button {
	width: auto;
	background-color: #5a161c;
	color: #ffffff;
	border: 1px solid #000000;
	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;
}
#formcustinfo {
	clear: left;
	float: left;
	width: 100%;
	padding: 12px 0 0;
	border-top: 1px solid #cccccc;
}
#formcustinfo table {
	border-collapse: collapse;
	font-size: 70%;
}
#formcustinfo th,#formcustinfo td {
	padding: 3px;
}
#formcustinfo th {
	text-align: left;
}
#formcustinfo input.submit {
	background-color: #ffffff;
	color: #ce0201;
	border: 1px solid #d4d4d4;
	font-weight: bold;
	cursor: pointer;
}


/*
#basket_default table td.numeric{
	text-align:right;
}
*/
#basket_default select{
	float:left;
	color:#777777;
}
