
/* Basket */

.CART { padding-right: 10px; }
.CART .DeleteAllLink {display: none;}
.CART .DeleteAllLink a, .CART .DeleteAllLink a:link, .CART .DeleteAllLink a:active, .CART .DeleteAllLink a:visited, .CART .DeleteAllLink a:hover { font-size: 9px;  text-align: center; text-transform: lowercase; padding: 3px; padding-left: 7px; padding-right: 7px; color: #fff; text-decoration: none; background-color: #8B4462; }
.CART .DeleteAllLink a:hover { background-color: #FBDBE7; color: #6F174E; }
.CART .TaxRow { display: none; }
.CART .EmptyCartMessage {}
.CART .Buttons { clear: both; margin-top: 10px; width: 39%; float: right; text-align: right; }
.CART .PayPalButtons{}
.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;}