div#basket { clear:left; }
div#basket TABLE {
	background: #F6F6F6;
	border: #E4E4E4 1px solid;
	width:95%;
	color:#666;
	margin-top:30px;
	padding:2px;
}
div#basket div.item {
	width:auto;
	text-align:left;
	border-bottom:#E4E4E4 1px solid;
}
div#basket div.title{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
div.title span {
	background: #D60000;
	color:#fff;
}
div#basket INPUT {
	height:18px;
	width:200px;
}

div#basket INPUT.checkbox {
	width:auto;
	height:12px;
}
div#basket div.item {
	padding:5px;
}
div#basket div.input {
	padding:5px;
}
div#basket TEXTAREA {
	width:98%;
	height:100px;
}
div#basket TABLE#basket {
	margin-top:0px;
	text-align: right;
	background:#FFFADA;
}
div#basket INPUT.submit{
	width:auto;
}
