.br-checkout {
	margin: 0px 0px 120px 0px;
	padding: 10px 0% 0em 0%;
	height: 500px;
	text-align: center;
	}

.form {
/*	position: absolute;
	right: 2%;
	top: 150px;*/
	float: right;
	width: 45%;
	text-align: center;
	padding: 1em 2em 0em 1em;
	background: #FFF;
	height: 100%;
/*	visibility: hidden; */
	}

.purchases-shadow {
	position: absolute;
	left: 25%;
	top: 170px;
	width: 50%;
	background: #BCCBE6;
}

/*.purchases {
	width: 92%;
	height: 100%;
	padding: 1em 2em 0em 1em;
	margin: -6px 0px -10px -6px;
	text-align: center;
	background: #FFF;
	}
*/	
.purchases {
/*	position: absolute;
	left: 2%;
	top: 150px;*/
	float: left;
	width: 45%;
	text-align: center;
	padding: 1em 1em 0em 2em;
	text-align: center;
	background: #FFF;
	}

.buyName {
	width: 20em;
	float: left;
	text-align: left;
	}

.buyPrice {
	float: right;
	width: 6em;
	text-align: right;
	padding-right: 1em;
	}
	
#orderDetail {
	visibility: hidden;
	}
	
#shipping {
	height: 0px;
	overflow: hidden;
	}

.tooltip {
	height: 0px;
	overflow: hidden;
	}

#subtotal {
	color: green;
	margin-left: 0px;
	padding-left: 0px;
	}

.purchaseItem {
	clear: both;
	}
	
.payment {
	display: inline
	}
	
.basketItem {
	margin-left: 0px;
	padding-left: 0px;
	}
	
.basketItem input {
	color: #003366;
	border-style: none;
	width: 3em;
	text-align: right;
	}
	
.basketItem .itemName {
	float: left;
	margin-left: 0px;
	width: 20em;
	text-align: left;
	border-style: none;
	}

.basketItem .quantity input {
	margin-left: 0px;
	width: 2em;
	text-align: center;
	border-style: none;
	}
	
.itemQuantity input {
	border-style: inset;
	}

.basketItem .price {
	float: right;
	margin-left: 0px;
	width: 12em;
	text-align: right;
	border-style: none;
	}

body {
	background: #FFF;
	}

.header-bg {
	background-color: #FFF;
	margin: -10px;
	padding: 5px;
	height: 150px;
	min-width: 560px;
	}

