@charset "iso-8859-1";
/* CSS Document */
.tableleft {
	text-align: left;
}
.tableright {
	text-align: right;
}
.tablecenter{
	text-align: center;
}
#tbbasket {
	padding: 0px;
	margin:10px 0px;
}
#tbbasket th {
	background-color: #F4F1EC;
	padding: 5px 2px 5px 2px;
}
#tbbasket td {
	padding: 5px 2px 5px 2px;
	vertical-align: top;
}
form#basket input#qty, form#vouchers input#Voucher {
	height: 21px;
	border: 1px solid #E7E2D3;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
