#basketContainer {
	width:220px;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:15px;
	border:1px solid silver;
}
#basketHeader {
	padding-left:10px;
	font-weight:bold;
	color:gray;
	padding-bottom:4px;
	border-bottom:1px solid silver;
}
#basketHeader img {
	float:right;
	padding-top:2px;
	padding-right:2px;
}
#basket {
   background:white;
}
.basketItem {
	border-bottom:1px solid #b9b9b9;
	padding:2px;
	padding-left:10px;
}
#basketActions {
	text-align:right;
	background:#f1f1f1;
	padding:3px;
}
#basketActions input {
	font-size:11px;
}

