﻿.billingAddressDetailsSection {
    width: 100%;
}

.billingAddressDetailsSectionLabel {
    width: 268px;
    display: inline-table;
    text-align: right;
    margin-right: 10px;
}

.billingAddressDetailsSectionField {
}

.billingAddressDetailsHeader {
}

.billingAddressHeader {
}

#sameAsShippingSubSection {
    display: none;
}

#sameAsShippingLabel {
    margin-bottom: 10px;
}

.billingAddressDetailsContent {
    margin: auto;
}

.billingAddressDetailsSubSection {
    margin-bottom: 8px;
}

.streetBillingSubSection {
}

.streetBilling {
    width: 250px;
}

.cityBillingSubSection {
}

.cityBilling {
    
}

.stateBillingSubSection {
}

.stateBilling {
}

.zipBillingSubSection {
}

.zipBilling {
    width: 80px;
}

.countryBillingSubSection {
}

.countryBilling {
}

.phoneBillingSubSection {
}

.countryCodeBilling {
}

.billingCountryCodeField {
    width: 45px;
}

.areaCodeBilling {
}

.billingAreaCodeField {
    width: 45px;
}

.phoneNumberBilling {
}

.billingPhoneNumberField {
    width: 100px;
}