/* basket css */

#basket {width:100%;}
#basketHeader {font-weight:bold; background:#3E9864 url(/images/basket-header.gif) top no-repeat; color:#FFF;}

.productName, .quantity, .productPrice, .productTotal, .delete {float:left; padding:5px 0 4px 0; margin-left:5px; display:inline;}
.basketRow .productName, .basketRow .productPrice, .basketRow .productTotal {padding-top:8px;}
.productName {width:185px;}
.quantity {width:70px; text-align:center; margin-left:0;}
.quantity input {width:35px; margin:auto; border:1px solid #27633F; padding-left:2px;}

.productPrice {width:75px;}
.productTotal {width:75px;}
.delete {width:52px;}

.productTotals {margin:10px 0; text-align:right;}
.totalHolder, .delivery {width:296px; margin-left:190px; padding:5px 0;}
.totalText {width:149px; margin-left:6px; font-weight:bold; float:left; display:inline;}
.totalPrice {width:132px; float:left;} 

#basketHeader .productName, #basketHeader .quantity, #basketHeader .productPrice, #basketHeader .productTotal {border-right:1px solid #fff;}
#basketHeader .clear {background:url(/images/basket-header-clear.gif) no-repeat;}
.basketRow {background:url(/images/basket-row-back.gif) repeat-y; border-bottom:1px solid #3E9864; padding:0;}
.lightgreen {background-color:#D9EAE0;}

.totalHolder {background:url(/images/basket-total-back.gif) repeat-y; border-bottom:1px solid #3E9864;}
.delivery {background:url(/images/basket-delivery-back.gif) left no-repeat; padding-left:40px; width:230px; margin-left:195px;}

.clearForm, .update, .checkout, .continue {border:0; color:#fff; font-weight:bold; cursor:pointer; padding-left:15px; width:99px; height:26px;}
.clearHolder {margin:10px 0; text-align:right;}
.clearForm {background:url(/images/button-clear.gif) left no-repeat;}
.continue {background:url(/images/button-continue.gif) left no-repeat; width:150px;}
.update {background:url(/images/button-update.gif) left no-repeat; margin-left:48px;}

.checkoutForm {padding:0; margin-top:-26px;}
.checkout {background:url(/images/button-checkout.gif) left no-repeat; margin-left:386px;}