#item{
	width: 265px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#qty{
	width: 60px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#price{
	width: 60px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#remove{
	width: 60px;
	float: left;
	clear: right;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#item2{
	width: 265px;
	float: left;

}
#qty2{
	width: 60px;
	float: left;

}
#price2{
	width: 60px;
	float: left;

}
#remove2{
	width: 60px;
	float: left;
	clear: right;
}
.baskettext{
	float: left;
	width: 450px;
	margin-top: 10px;
}
#itemlist{
	padding-bottom: 20px;
	margin-top: 5px;
	float: left;
	height: 30px;
}
.totalbox{
	clear: left;
	float: left;
	width: 420px;
	height: 10px;
}
#totalorder{
	width: 309px;
	float: left;
	font-weight: bold;
}
#totalorderfinal{
	font-size: 16px;
	font-weight: bold;
}
#totalprice{
	float: left;
	width: 90px;
	padding-left: 15px;
	font-weight: bold;
}
input{
	width: 40px;
	border:1px solid #999999;
	color: #666666;
}
.shoppingbuttons{
	float: left;
	margin-top: 25px;
	width: 500px;
}
#updatebutton{
	background-color: #e8e7ef;
	border: 1px solid #d7d4e5;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	color: #595669;
	height: 19px;
	cursor: pointer;
}
#updatebuttonbox{
	float: left;
	width: 105px;
	margin-right: 5px;
}
.shoppingbuttonbox{
	float: left;
	width: 158px;
	margin-right: 10px;
}
.checkoutbuttonbox{
	float: left;
	width: 168px;
}
.deletetick{
	border: none;
	width: 14px;
	margin-right: 5px;
	padding: 0px;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.final_details_col{
	float:left;
	width: 300px;
}
.final_details_col2{
	float:left;
	width: 300px;
	margin-left: 10px;
}