
/********************************************************************************************
*
*	Checkout
*
********************************************************************************************/

.address-format-label {
        width:95px;
        float:left;
        padding-right:6px;
        text-align:right;
        overflow:hidden;
}

.checkout-billing-address {
        float:left;
        width:50%;
}

.checkout-shipping-address {
        float:left;
        width:49%;
}

.checkout-payment-select {
        float:left;
        width:200px;
        padding-right:25px;
}

.checkout-payment-description {
        overflow:hidden;
        float:left;
        width:425px;
}

.checkout-billing-address select, .checkout-shipping-address select {
	width:180px;
}

.checkout-billing-address input.input, .checkout-shipping-address input.input {
	width:180px;
}
