@charset "utf-8";

/* ****************************************************************************
 * OVERRIDES over Field module
 *
 * This CSS should be loaded last, before the final custom CSS
 * ****************************************************************************
 */



/*
 * Radio buttons in Shipping/Billing info user type
 * ****************************************************************************
 */
/*.form-item-customer-profile-shipping-field-user-type-und .form-radios,
.form-item-customer-profile-billing-field-user-type-und .form-radios {
  padding-bottom        : 0px;
}

.form-item-customer-profile-shipping-field-user-type-und .form-radios .form-type-radio,
.form-item-customer-profile-billing-field-user-type-und .form-radios .form-type-radio {
  display               : inline;
}

.form-item-customer-profile-shipping-field-user-type-und .form-radios .form-type-radio + .form-type-radio,
.form-item-customer-profile-billing-field-user-type-und .form-radios .form-type-radio + .form-type-radio {
  margin-left           : 10px;
}
*/
.form-item-customer-profile-shipping-field-user-type-und .form-type-radio label,
.form-item-customer-profile-billing-field-user-type-und .form-type-radio label {
 /* margin-left           : 0px;*/
}

