.basketItems, .basketShipping, .itemsGrid {
	width: 100%;
	margin: 5px 0;
	text-align: center
}
.basketItems {
	margin-bottom: 20px;
}
.basketItems td, .basketShipping td, .itemsGrid td {
	border: 1px solid #cfcfcf;
	background-color: #FFF9EF;
	color: #808080;
}
.basketItems td.empty {
	border-width: 0 !important;
	background: transparent;
}
.basketItems .caption, .basketShipping .caption, .itemsGrid .caption {
	background-color: #FAE2BB !important;
	color: #000 !important;
    font-size: 9pt;
    font-weight: bold;
}
.basketItems input {
	text-align: center;
}
.basketRemove {
	background-color: #000;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 25px;
	margin: 0 auto;
}
.basketButtons {
	text-align: center;
	display: block;
	margin: 0;
	padding: 3px;
	background-color: #FAE2BB !important;
	color: #000 !important;
}
.basketButtons input {
	margin: 3px 6px;
}
.checkoutShipping, .grandTotal, .checkoutBank {
	border: 1px solid #cfcfcf;
	background-color: #eee;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.checkoutShipping, .grandTotal {
	text-align: center !important;
}
.remarks {
	width: 99%;
	margin: 16px 0 20px 0;
}
.checkoutSubmit {
	float: right;
}
