body {
	background: none !important;
}
div.address-data { float: left; width: 200px };

.basket-table table, .order-table table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.basket-table tfoot tr td, .order-table tfoot tr td {
	border: 0;
}	

.basket-table td, .basket-table th, .order-table td, .order-table th {
	border-bottom: 1px solid #E9E9E9;
	height: 47px;
	text-align: center;
}

.order-table th.col-2, .order-table td.col-2 {
	text-align: left;
}
.order-table td.col-3 {
	font-weight: bold;
}
.order-table th.col-1, .order-table th.col-3, .order-table th.col-4 {
	width: 191px;
}
.order-table th.col-2 {
	width: 130px;
}
.order-table td.col-5 {
	text-align: center;
}
.basket-table th.col-2, .basket-table td.col-2 {
	text-align: left;
}
.basket-table th.col-1 {
	width: 50px;
}
.basket-table th.col-2 {
	width: 425px;
}
.basket-table td.col-2 a {
	font-weight: bold;
	color: #747474;
	text-decoration: none;
}
.basket-table th.col-3, th.col-4, th.col-5, th.col-6  {
	width: 80px;
}
td.basket-overall {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

.arrow-url { display: none }
