
div#basketholder {
	width:600px;
}
div.basketheader {
	float:left;
	width:600px;
	font-size:15px;
	font-variant:small-caps;
	font-weight:bold;
	border-bottom:1px solid #000000;
	height:30px;
}
div.basketrow {
	float:left;
	width:600px;
	border-bottom:1px solid #000000;
	padding-bottom:3px;
}
a.baskettitle {
	float:left;
	width:360px;
	padding-left:5px;
	padding-top:6px;
	color:#000000;
	text-decoration:none;
}
a.basketprice {
	float:right;
	width:60px;
	text-align:center;
	padding-top:6px;
	color:#000000;
	text-decoration:none;
}
a.basketqty {
	float:right;
	width:40px;
	padding-left:35px;
	text-align:center;
	padding-top:3px;
	color:#000000;
	text-decoration:none;
}
div.basketremove {
	float:right;
	width:30px;
	padding-left:50px;
	text-align:center;
	padding-top:3px;
}
div#cartholder {
	margin-right:0px;
	float:right;
	height:59px;
	width:250px;
}
div#cartbox {
	background-image:url(../images/search/bg.gif);
	background-repeat:no-repeat;
	height:32px;
	width:200px;
	padding-top:8px;
	float:right;
	font-variant:small-caps;
	letter-spacing:1px;
}
div#cartbtn {
	float:right;
	margin-right:0px;
	width:159px;
	border-top:1px solid #000000;
}
div#cartheader {
	float:left;
	padding-left:50px;
	margin-top:-6px;
	width:50px;
	height:35px;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}
