﻿/* Basket Page */
body#basket div#page-header-wrapper span.btn { right:20px; }

#basket-table { margin: 20px 0 20px 0; border-collapse: collapse; border:none; width:100%; }
#basket-table tr th, #basket-table tr td { border-right:solid 1px #421E02;}
#basket-table tr th.last, #basket-table tr td.last { border-right:none;}

#basket-table tr th { color:#421E02; background-color:#9D7D37; padding:6px; margin:0; }
#basket-table tr td { padding:6px; margin:0; border-bottom:solid 1px #421E02; }
#basket-table td.totalDesc { color:#421E02; text-align:right; font-weight:bold; }
#basket-table td.totalValue { text-align:right; }
#basket-table th.basket-quantity { width: 60px; text-align:center; }
#basket-table td.basket-quantity { text-align:center; }
#basket-table th.basket-code { width: 60px; text-align:center; }
#basket-table td.basket-code { text-align:right; }
#basket-table th.basket-description {}
#basket-table td.basket-description {}
#basket-table th.basket-net { width:60px; text-align:center; }
#basket-table td.basket-net { text-align:right; }
#basket-table th.basket-totals { width:60px; text-align:center; }
#basket-table td.basket-totals { text-align:right; }
#basket-table th.basket-remove { width: 60px; text-align:center; }
#basket-table td.basket-remove { text-align:center; }
#basket-table td.empty { text-align:center; }

.Quantity { width:20px; }

/* Checkout */
span.Selector { color:#421E02; zoom:1.0; }