/*basket*/
#basket	{
	border:1px solid red;
	margin-top:80px;
	padding:10px;
	border:1px solid #CCC;
}
#basket li	{
	line-height:2em;
	clear:both;
	width:100%;
	float:left;
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}
#basket li.none	{
	border-bottom:0;
	padding-top:20px;
}
#basket #basket-header	{
	margin-bottom:15px;
	border-bottom:2px solid #FFF;
	padding-bottom:10px;
}
#basket .link	{
	float:left;
	width:300px;
}
#basket .size	{
	float:left;
	width:50px;
}
#basket .colour	{
	float:left;
	width:90px;
}
#basket .remove	{
	float:left;
}
#basket img	{
	float:left;
	margin-left:50px;
	width:18px;
}
#basket form	{
	float:left;
}
#basket .none form	{
	float:right;
}
#basket .quantity-title	{
	float:left;
	width:70px;
}
#basket	.quantity {
	float:left;
	width:30px;
	text-align:center;
	margin-top:1px;
}
#basket .submit	{
	float:left;
	width:79px;
	height:22px;
	background:url(../images/button-update.jpg) no-repeat;
	text-indent:-999em;
	border:0;
	margin-left:20px;
	cursor:pointer;
}
#basket .price	{
	float:left;
	width:70px;
}
#basket .lineprice	{
	float:right;
	width:70px;
}
#basket .total	{
	float:right;
	margin-right:20px;
}
#basket #total	{
	float:right;
}
#basket #checkout	{
	background:url(../images/button-checkout.jpg) no-repeat;
	width:79px;
	height:22px;
	border:0;
	text-indent:-999em;
	display:block;
	float:right;
	cursor:pointer;
}
#basket #shipping	{
	float:right;
}
