/* basket css */

#basket {width:100%;}
#basketHeader {font-weight:bold; background:#999999; color:#FFF;}

.productName, .quantity, .productPrice, .productTotal, .delete {float:left; padding:4px ; margin-left:5px; display:inline;}
.basketRow .productName, .basketRow .productPrice, .basketRow .productTotal {padding-top:7px;}
.productName {width:365px;}
.quantity {width:55px; text-align:center; margin-left:0;}
.quantity input {width:35px; margin:auto; padding-left:2px;}

.productPrice {width:75px;}
.productTotal {width:75px;}
.delete {width:52px;}
.quantity { padding:4px 4px 0px; }

.productTotals {margin:10px 0; text-align:right;}
.totalHolder { margin-left:379px; padding: 0;}
.delivery { margin-left:378px; padding: 5px 2px 2px 45px; }
.totalText {width:149px; font-weight:bold; border-left:1px solid #999999; padding:4px; float:left; display:inline;}
.totalPrice {width:143px; float:left; border-left:1px solid #999999; border-right:1px solid #999999; padding:4px;} 

.quantity, .productPrice, .productTotal, .delete { border-left:1px solid #999999; }

.basketRow { border-bottom:1px solid #999999; border-left:1px solid #999999; border-right:1px solid #999999; padding:0;}
.lightgreen {background-color:#eeeeee;}

.totalHolder { border-bottom:1px solid #999999;}
.delivery {background:url(/images/deliverybg.jpg) 0px 5px no-repeat; color:#444444; font-size:0.9em; width:235px;}
.delivery a { color:#014129; text-decoration:underline; }

.clearForm, .update, .checkout, .continue {font-family: 'MuseoSans500',Arial,sans-serif;  font-size:1.2em; border:0; color:#fff; font-weight:bold; cursor:pointer; padding: 0 8px 2px 25px; height:26px; }
.clearHolder {margin:10px 0; text-align:right;}
.clearForm {background:#024129 url(/images/clearbg.jpg) 8px center no-repeat;}
.continue {background:#024129 url(/images/continuebg.jpg) 8px center no-repeat; }
.update {background:#024129 url(/images/updatebg.jpg) 8px center no-repeat; margin-left:48px;}

.checkoutForm {padding:0; margin-top:-26px;}
.checkout {background:#a84c15 url(/images/checkoutbg.jpg) 85px center no-repeat; padding: 0 25px 2px 8px; float:right; margin-bottom:10px;}



/* Only used by IE7 */
.basketButtons {position:relative; z-index:1;}
