#basket-container {
	position: relative;
	width: 725px;
	float: left;
	margin-left: 10px;
	font-size: 0.9em;
}
.header {
	font-weight: bold;
	background-color: #CCC;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.basketcontainer {
	position: relative;
	float: left;
	width: 725px;
}

.basketcontainer .basketproducthdr {
	position: relative;
	float: left;
	width: 280px;
	background-color: #CCC;
	height: 22px;
	padding-top: 3px;
}
.basketcontainer .basketqtyhdr {
	position: relative;
	float: left;
	width: 125px;
	background-color: #CCC;
	height: 22px;
	padding-top: 3px;
}
.basketcontainer .basketremovehdr {
	position: relative;
	width: 125px;
	float: left;
	background-color: #CCC;
	height: 22px;
	padding-top: 3px;
}
.basketcontainer .basketvathdr {
	position: relative;
	width: 75px;
	float: left;
	background-color: #CCC;
	height: 22px;
	padding-top: 3px;
}
.basketcontainer .basketpricehdr {
	position: relative;
	width: 120px;
	float: left;
	background-color: #CCC;
	height: 22px;
	padding-top: 3px;
}
.hr {
	position: relative;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 10px;
}


.basketcontainer .basketproduct {
	position: relative;
	float: left;
	width: 280px;
	margin-top: 5px;
}
.basketcontainer .basketqty {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 5px;
}
.basketcontainer .basketremove {
	position: relative;
	width: 125px;
	float: left;
	margin-top: 5px;
}
.basketcontainer .basketvat {
	position: relative;
	width: 75px;
	float: left;
	margin-top: 5px;
}
.basketcontainer .basketprice {
	position: relative;
	width: 120px;
	float: left;
	margin-top: 5px;
}
.basketcontainertotals {
	position: relative;
	float: left;
	width: 725px;
	text-align: right;
	margin-top: 20px;
}
.basketcontainertotals .subbasketvat {
	position: relative;
	float: left;
}
.basketcontainertotals .basketprice {
	position: relative;
	float: left;
}
#basketpaynow {
	position: relative;
	width: 675px;
	float: left;
}

