/* E-commerce Layout Stylesheet */

/* 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 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: 75px; }
table.basket .basket_remove { width: 75px; text-align: center; }
table.basket th.subtotal, table.basket th.delivery, table.basket th.total, table.basket th.coupon { text-align: right; padding-right: 10px; }

/* Checkout */
#ecommerce-login { margin: 20px 0; }
#ecommerce-login li { float: left; margin: 0 10px 0 0; clear: none; }
#ecommerce-login input.image { margin-top: -3px; }
.ecommerce fieldset { border: 1px solid #CCC; }
.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%; }

/* Card Payment */
#payment-no3d { margin-top: 20px; }
#payment-no3d fieldset { display: block !important; padding: 10px; }

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

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