.demo-container {
	width: 910px;
}

.tileListHolder {
	width: 634px;
	vertical-align: top;
}

.basket {
	width: 230px;
	height: 100%;
	margin: 28px 0 10px;
	position: relative;
	background-color: #cccccc;
	color: Black;
	float: right;
}

.basketContent {
	height: 100%;
	min-height: 200px;
	overflow: auto;
	padding: 0 10px;
	position: relative;
}

.basketHeader {
	color: White;
	height: 38px;
	overflow: hidden;
	line-height: 36px;
	background-color: Black;
	font-size: 18px;
	padding: 0px 0px 0px 40px;
	background-image: url('../../images/Icons/icon_basket.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	position: relative;
}


.checkoutButton {
	background-color: #25A0DA;
	color: White;
	font-size: 14px;
	height: 38px;
	width: 85px;
	font-family: Segoe UI;
	position: absolute;
	right: 0px;
	top: 0;
	text-align: center;
}

.basketRow {
	min-height: 26px;
	padding: 5px 0px;
	font-size: 14px;
	border-top: 1px solid #999999;
	position: relative;
}

.productPrice {
	min-height: 26px;
	width: 50px;
	position: absolute;
	top: 7px;
	right: 0;
}

.productName {
	width: 145px;
	min-height: 26px;
	padding-right: 3px;
}

.productNamePeek {
	width: 110px;
	height: 110px;
	padding: 20px;
	font-size: 18px;
}

.foodStoreBanner {
	width: 662px;
	height: 106px;
	background-image: url('../../images/Other/food-store-banner.png');
	margin-bottom: 20px;
}

.qsf-ib{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}