﻿
/* Basket Items Table */
#MainBasketItems { width:100%; margin:10px 0; }
#MainBasketItems tr.basketHeader { background-color:#88bb56; color:#ffffff; }
#MainBasketItems tr.basketItemSeparator td { height:1px; line-height:1px; font-size:1px; border-bottom:dashed 1px #e4e4e4; }
#MainBasketItems tr.basketItemAlternate { background-color:#f8f8f8; }

/* Basket Totals Table */
#MainBasketTotals { width:32%; margin:0 0 10px 0; float:right; }
#MainBasketTotals tr.basketTotal { background-color:#e4e4e4; }
#MainBasketTotals tr.basketTotalSeparator td { height:1px; line-height:1px; font-size:1px; }
#MainBasketTotals tr.basketTotal th, #MainBasketTotals tr.basketTotal td { padding:2px; }
#MainBasketTotals tr.basketTotal th.basketTotalLabel  { background-color:#88bb56; color:#ffffff; }
#MainBasketTotals tr.basketTotal td.basketTotalValue { width:50%; }

/* Total line */
.checkoutBasketTotalLine { font-size:150%; text-align:center; }
.checkoutBasketTotalLine span.checkBasketTotalValue { font-weight:bold; }

.MainBar { margin-top: 10px; }

#MainBasketItems .basketItem .QtyBox { width: 30px; }


