
/* Basket */

.CART { padding-right: 10px; }
.CART .DeleteAllLink {}

.CART .TaxRow {}
.CART .EmptyCartMessage {}
.CART .Buttons { margin-top: 10px; height: 110px; float: right; text-align: right; }
.CART .PayPalButtons{display: none;}
.CART .CheckoutButton { float: right; }
.CART .BackToShoppingButton { float: right; }
.CART .CART_Promo { margin-top: 10px; width: 59%; height: 110px; float: left; }
.CART_Promo .PromoTitle {}
.CART_Promo .PromoIntro {}
.CART_Promo .PromoForm { float: left; }
.CART_Promo .PromoTable { padding: 0px; }
.CART_Promo .PromoLabel { width: 100px; }
.CART_Promo .PromoField {}
.CART_Promo .PromoField input { width: 100px; }
.CART_Promo .PromoDescription { padding: 10px; }
.CART_Promo .SubmitButton { float: left; padding: 4px; }
.CART .EmptyBasket {}
.CART .EmptyCartTitle {}
.CART .EmptyCartMessage {}
.CART .ShippingNote, .CART .Footer { clear: both; }
.OrderSource_Wrapper{display: none;}
