.simplecheckout {
    overflow: hidden;
    width: 100%;
}

.simplecheckout-left-column {
    float: left;
    width: 50%;
    margin-right: 10px;
}

.simplecheckout-right-column {
    float: right;
    width: 48%;
}

.simplecheckout-block {
    margin-bottom: 20px;
    clear: both;
}

.simplecheckout-block-heading {
    overflow: hidden;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}

.simplecheckout-block-heading-button {
    float: right;
}

.simplecheckout-block-heading-button a {
    display: inline-block;
}

.simplecheckout-block-content {
    overflow: hidden;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.simpleregister-block-content {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    padding: 10px;
    width: 50%;
}

.simplecheckout-methods-table {
    width: 100%;
}

.simplecheckout-methods-table td.code {
    width: 1px;
}

.simplecheckout-methods-table td.title {
}

.simplecheckout-methods-table td.quote {
    text-align: right;
    width: 15%;
}

.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}

.simplecheckout-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align: right;
    clear: both;
}

.simplecheckout-button {
    display: inline-block;
    max-width: 150px;
}

/* .simplecheckout-button:hover {   background: url('../image/button-active.png') repeat-x;} */
#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}

.simplecheckout-login {
    display: inline-block;
}

.simplecheckout-login-left {
    width: 50%;
    text-align: left;
}

.simplecheckout-login-right {
    width: 50%;
    text-align: left;
}

.simplecheckout-customer-block {
    overflow: hidden;
    padding: 5px;
}

.simplecheckout-company-header {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.simplecheckout-customer {
    width: 97%;
    float: left;
}

.simplecheckout-customer-first {
    width: 49%;
    margin-right: 30px;
}

.simplecheckout-customer-second {
    width: 46%;
}

.simplecheckout-customer-left {
    width: 50%;
    text-align: left;
    padding-right: 10px;
}

.simplecheckout-customer-right {
    width: 50%;
    text-align: left;
}

.simplecheckout-customer-right input[type=text], .simplecheckout-customer-right input[type=password], .simplecheckout-customer-right textarea, .simplecheckout-customer-right select {
    width: 100%;
}

.simplecheckout-customer-type-select {
    text-align: left;
    margin-bottom: 10px;
}

.simplecheckout-customer-address {
    text-align: left;
    margin-bottom: 10px;
}

.simplecheckout-cart {
    width: 100%;
}

.simplecheckout-cart {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}

.simplecheckout-cart col.image {
    width: 5%;
}

.simplecheckout-cart col.name {
}

.simplecheckout-cart col.model {
    width: 10%;
}

.simplecheckout-cart col.quantity {
    width: 15%;
}

.simplecheckout-cart col.price {
    width: 10%;
}

.simplecheckout-cart col.total {
    width: 10%;
}

.simplecheckout-cart col.remove {
    width: 1px;
}

.simplecheckout-cart th {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
    padding: 7px;
}

.simplecheckout-cart th.image {
    text-align: center;
}

.simplecheckout-cart th.name {
    text-align: left;
}

.simplecheckout-cart th.model {
    text-align: left;
}

.simplecheckout-cart th.quantity {
    text-align: center;
}

.simplecheckout-cart th.price {
    text-align: right;
}

.simplecheckout-cart th.total {
    text-align: right;
}

.simplecheckout-cart th.remove {
    text-align: center;
    width: 1px;
}

.simplecheckout-cart td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
    padding: 7px;
}

.simplecheckout-cart td.image {
    text-align: center;
}

.simplecheckout-cart td.name {
    text-align: left;
}

.simplecheckout-cart td.model {
    text-align: left;
}

.simplecheckout-cart td.quantity {
    text-align: right;
}

.simplecheckout-cart td.price {
    text-align: right;
}

.simplecheckout-cart td.total {
    text-align: right;
}

.simplecheckout-cart td.remove {
    text-align: center;
    width: 1px;
}

.simplecheckout-cart span.product-warning {
    color: #FF0000;
    font-weight: bold;
}

.simplecheckout-cart td.right {
    text-align: right;
    vertical-align: middle;
}

.simplecheckout-scroll {
    max-height: 300px;
    overflow-y: scroll;
}

.simplecheckout-error-text {
    color: #FF0000;
}

.simplecheckout-warning-text {
    font-weight: bold;
    margin: 5px 0;
}

.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}

.simplecheckout-proceed-payment {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

#simple_payment_address_block {
    margin-top: 15px;
}

.simplecheckout-customer-same-address {
    text-align: left;
}

@media only screen and (max-width:768px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }

    .simplecheckout-block-heading {
        margin-bottom: 0;
    }

    #simplecheckout_cart {
        width: 100%;
        overflow: auto;
    }

    .simplecheckout-cart {
        min-width: 568px;
    }
}