#basket_item_info{
	float:left;
	width:26%;
}

#basket_item_title{
	float:left;
	width:45%;
	margin-left: 2%;
}
#basket_item_price{
	float:left;
	width:8%;
	margin-left: 2%;
}
#basket_item_count{
	float:right;
	width:16%;
}
