
/** checkout step 1 **/

.CS1 {
	padding: 1px 20px 10px;
	background-color: #fff;
}
.CS1 .ArbitrageMessage { border: solid 1px #ff0000; background-color: #C9D6E4; color: #ffffff; font-weight: bold; }
.CS1 .Login { margin: 0px; }
.CS1 .LoginForm { margin: 0px; }
.CS1 .LoginTitle {}
.CS1 .LoginIntro {}
.CS1 .LoginTable {}
.CS1 .LoginTable .EmailLabel { width: 75px; font-weight: bold; }
.CS1 .LoginTable .PasswordLabel { width: 75px; font-weight: bold; }
.CS1 .LoginForm .Buttons { border: none; width: 100%; }
.CS1 .LoginButton { padding-left: 80px; margin-top: 0px; width: 75px; padding-right: 10px; padding-top: 0px; float: left; }
.CS1 .RetrievePasswordButton { padding-top: 5px; float: left; }
.CS1 .NotLoggedInTitle {clear: both;}
.CS1 .NotLoggedInIntro {}
.CS1 .LoggedInTitle {clear: both;}
.CS1 .LoggedInIntro {}
.CS1 .BillingAddress { width: 49%; height: 360px; margin: 0px; float: left; }
.CS1 .BillingAddressTitle { font-weight: bold; }
.CS1 .BillingAddressForm {}
.CS1 .BillingAddressEmailForm {}
.CS1 .BillingAddressEmailTable {}
.CS1 .BillingAddressEmailForm .EmailLabel { width: 125px; }
.CS1 .NewsletterSignup {}
.CS1 .ShippingAddress { width: 49%; height: 360px; margin: 0px; float: right; }
.CS1 .ShippingAddressTitle { font-weight: bold; }
.CS1 .ShippingSameAsBilling {}
.CS1 .ShippingAddressForm {}
.CS1 .BecomeAMember { clear: both; }
.CS1 .MemberTitle {}
.CS1 .MemberIntro {}
.CS1 .MemberForm {}
.CS1 .MemberTable {}
.CS1 .Buttons { clear: both; margin-top: 10px; border-top: solid 2px #999; }
.CS1 .ContinueButton { margin-left: 20px; }