/*   C h e c k o u t   */

.checkoutBigTop {
    background:url('../images/webshop/checkoutWhiteBigTop.gif') no-repeat;
    width:942px;
    height:10px;
    overflow:hidden;
}

.checkoutBigBottom {
    clear:both;
    background:url('../images/webshop/checkoutWhiteBigBottom.gif') no-repeat;
    width:942px;
    height:10px;
    overflow:hidden;
}

.checkoutBigCenter {
    background:#fff;
    padding:5px 10px;
}

/* Checkout Steps */
.checkoutStep {
    width:942px;
    height:129px;
    margin-bottom:30px;
    margin-top:15px;
    background-image:url('../images/webshop/checkout.gif');
}
#CheckoutStep1 {background-position:left top;}
#CheckoutStep2 {background-position:left bottom;}
#CheckoutStep3 {background-position:right top;}
#CheckoutStep4 {background-position:right bottom;}

.checkout fieldset {
    background:#fff;
    color:#8c8086;
}
.checkout fieldset.buttons {
    text-align:right;
    padding-right:20px;
}
.checkout fieldset.fields span {
    display:block;
    margin-bottom:5px;
}

.checkoutRadioBg {
    background:url(../images/webshop/checkoutRadioBg.gif) no-repeat;
    width:427px;
    height:20px;
    color:#fff;
    margin-bottom:10px;
    padding-top:6px;
}
.checkout fieldset.fields .checkoutRadioBg label {
    width:280px;
    margin-top:0px;
    margin-left:0px;
    border:none;
 }
.checkout fieldset.fields .checkoutRadioBg label input {
    margin-top:0px;
    float:left;
    height:12px;
}
.checkout fieldset.fields .checkoutRadioBg label span {
    display:block;
}

/* a kiszallitasi cim megegyezik a szamlazasi cimmel */
#WsCh1Same {
    float:none;
    width:auto;
    background:#eee;
    padding:8px 5px;
}

#WsCh1Same input {
    margin:0px 5px;
    vertical-align:bottom;
    width:20px;
}

#WebshopCheckoutButtons {
    float:right;
    margin-top:20px;
}
#WebshopCheckoutButtons a {
    display:block;
    float:left;
    padding-right:10px;
    padding-top:2px;
}                   
#WebshopCheckout {
    margin:0px;
    padding:0px;
    padding-top: 1px;
    width:954px;
}

.checkoutDescription {
    float:left;
    display:block;
    color:#a6a6a6;
    margin-left:10px;
    width:80%;
}
.checkoutTitle {
    float:left;
    display:block;
    margin-left:10px;
    width:10%;
}
#WebshopCheckout tfoot {
    font-size:16px;
}
#WebshopCheckout h4 {
    color:#8C8086;
    font-size:18px;
    font-weight:normal;
    border-bottom:1px solid #E6E2E3;
}
#WsCh4Table {
    width:100%;
    margin-top:20px;
}
#WsCh4Table td {
    padding:0px;
    vertical-align:top;
} 
#WsCh4Table h4 {
    width:400px;
}

