/**
 * Basket styling
 */
thead th {
	text-align: left !important;
}
tfoot th {
	font-weight: normal;
}

thead .total,thead .quantity,tbody .total,tbody .quantity,#deliveryNote,#orderTotals,tfoot th,tfoot td, tfoot .value {
	text-align: right !important;
}

#orderTotals,.order-totals,.order-totals th,.order-totals td {
	border: 0 !important;
}

