/* E-commerce Stylesheet */

/* Basket */
img.refresh { margin-bottom: -3px; }

/* Basket Footer */
.basket-footer { text-align: center; margin-top: 10px; }
ul.cards li { display: inline; }

/* Basket */
table.basket { width: 100%; margin: 20px 0; }
table.basket thead th, .ecommerce h2 {font-family:georgia, times, serif;font-weight:bold;font-size:14px;color:#531A40;}
.ecommerce a {color:#000000;}
table.basket .personalisation {margin-top:10px;}
table.basket .personalisation h3 {font-size:16px;margin:0px;}
table.basket td, table.basket th { padding-top: 5px; padding-bottom: 5px; }
table.basket .basket_price { width: 75px; }
table.basket .basket_qty { width: 85px; text-align: center; }
table.basket .basket_total { width: 65px; text-align: right !important; padding-right: 20px;}
table.basket .basket_remove { width: 75px; text-align: center; }
table.basket th.totals { text-align: right; padding-right: 10px; }
table.basket td.totals { text-align: right; padding-right: 20px; }
.totals strong { font-size: 120%; }

/* Checkout */
#ecommerce-login { margin: 20px 0; }
#ecommerce-login .forgotten_pass {width:50%;}
#ecommerce-login li { float: left; margin: 0 10px 0 0; clear: none; }
#ecommerce-login li label {width:100px;}
#ecommerce-login input.image { margin-top: -3px; }
.forgotten_pass a {color:#531A40;}
.ecommerce fieldset { border: 0px; padding:10px;}
.ecommerce legend {font-weight:bold;color:#531A40;}
.checkout-tcs { clear: left; margin-bottom: 20px; }
.checkout-tcs .accept, .checkout-tcs .decline { text-align: center; }
#tcs { background: #FFF; border: 1px solid #666; color: #000; padding: 10px; }

/* Address Summary */
.address_summary dt { width: 25%; }
.address_summary dd {width:70%;}

/* COMODO Badge */
#comodo img { position: fixed; bottom: 0; right: 0; }

/* E-Commerce Footer */
.ecommerce-footer { clear: both; text-align: center; }

#ecommerce-editaddress .ok {background:none;}
#ecommerce-editaddress fieldset {border:0px;}

.submit { height: 40px; }
.submit .continue_shopping { float: left; text-align: left; }
.submit .checkout { float: right; text-align: right; }
.coupon .image { vertical-align: middle; }

