@CHARSET "UTF-8";

/**
 * Standard website header
 *
 * @section     checkout
 * @subsection  *
 */

.checkout-onepage-index #content-wrapper #checkoutSteps {
    width:                  685px;
    margin-top:             20px;
    border:                 1px solid #DDD;
}

.checkout-onepage-index #content-wrapper #checkoutSteps input,
.checkout-onepage-index #content-wrapper #checkoutSteps select{
    border-width:           1px !important;
}

.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load ul,
.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load ul li {
    list-style-type:        disc;
}

.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load #payment_form_sofortueberweisung ul,
.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load #payment_form_sofortueberweisung ul li,
.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load #payment_form_paycode ul,
.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-payment-method-load #payment_form_paycode ul li {
    list-style-type:        none;
}

.checkout-onepage-index #content-wrapper #checkoutSteps li.section {
    border:                 none !important;
}

.checkout-onepage-index #content-wrapper #checkoutSteps li.section .step {
    padding:                0px 5px;
    border:                 none !important;
}

.checkout-onepage-index #content-wrapper #checkoutSteps li.section .customer-name-prefix .name-firstname {
    clear:                  left;
}

.checkout-onepage-index #content-wrapper #checkoutSteps li.section label {
    font-weight:            normal;
}

.checkout-onepage-index #content-wrapper #checkoutSteps .step-title {
    display:                none;
}

.checkout-onepage-index #content-wrapper #checkoutSteps #billing-buttons-container button.button {
    background:             #DDDDDD none repeat scroll 0 0 !important
}

.checkout-onepage-index #content-wrapper #checkoutSteps #checkout-review-table td {
    padding-top:            5px;
    padding-bottom:         5px;
}





.checkout-onepage-index #content-wrapper #checkoutProgress li {
    background:             transparent url(../images/media/checkoutProgressBg.png) scroll no-repeat 0 -88px;
    height:                 44px;
    cursor:                 pointer;
    float:                  left;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.billing {
    width:                  222px;
    background-position:    0 -44px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.payment {
    width:                  258px;
    background-position:    -222px -44px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.review {
    width:                  123px;
    background-position:    -480px -44px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.billing.active {
    background-position:    0 -88px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.payment.active {
    background-position:    -222px -88px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li.review.active {
    background-position:    -480px -88px;
}

.checkout-onepage-index #content-wrapper #checkoutProgress li span {
    display:                none;
}





