﻿table.payment-methods {
    margin: 20px 0 0;
}

.checkout-info {
    margin: 20px 0 0;
    padding: 10px 0;
}

.payment-methods label,
.payment-methods .payment-method-item,
.payment-methods span {
    margin: 10px 0 0 10px !important;
    padding: 0 !important;
    cursor: pointer;
}

#shopping-cart {
    background: none white;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.cart-buttons {
    margin: 10px 0 0;
}

    .cart-buttons .button input {
        background: none;
        border: 0 none;
        color: white;
        display: block;
        cursor: pointer;
    }

    .cart-buttons .button {
        color: white;
        display: inline-block;
        float: left;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }

        .cart-buttons .button a, .cart-buttons .button a:visited {
            color: white;
        }

    .cart-buttons .button-continue {
        background: url(/Content/Web/images/bg_continue.png) 0 0 repeat-x;
    }

    .cart-buttons .button-checkout {
        background: url(/Content/Web/images/bg_checkout.png) 0 0 repeat-x;
        margin-left: 8px;
    }

.block-updown {
    margin: 5px 0 0;
}

#shopping-cart h4 {
    border-top: 1px dotted black;
    line-height: 30px;
    border-bottom: 1px dotted black;
}

#shopping-cart table.cart {
    border-collapse: collapse;
    font-size: 14px;
    margin: 20px 0 0;
    width: 100%;
}

    #shopping-cart table.cart input[type='text'] {
        text-align: center;
        width: 44.5px;
    }

    #shopping-cart table.cart thead {
        background: none #f4f4f4;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

        #shopping-cart table.cart thead th {
            color: #1A1A1A;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 0;
        }

    #shopping-cart table.cart tbody td {
        border-bottom: 1px solid #E9E9E9;
        padding-top: 10px;
        text-align: center;
        vertical-align: middle;
    }

#shopping-cart td td {
    border: 0 none !important;
}

#shopping-cart table.cart tbody td.product-tax {
    width: 40px;
}

#shopping-cart table.cart tbody td.product-quantity,
#shopping-cart table.cart tbody td.product-action {
    text-align: left !important;
    width: 60px;
}

#shopping-cart table.cart tbody td.total-price {
    text-align: right;
}

#shopping-cart table.cart tbody td.product-name {
    width: 80px;
}

#shopping-cart table.cart tbody td.product-price {
    color: #F04132;
    width: 90px;
}

#shopping-cart table.cart tbody td.product-tax-money {
    width: 90px;
}

#shopping-cart table.cart .product-image img {
    width: 80px;
}

#shopping-cart table.cart tbody td.product-title {
    font-size: 13px;
    padding-left: 5px;
    width: 90px;
}

#shopping-cart table.cart tfoot td {
    border-bottom: 1px solid #E9E9E9;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

    #shopping-cart table.cart tfoot td.total-price,
    .color_red {
        color: #f14e40;
    }

    #shopping-cart table.cart tfoot td span.text {
        color: #33302F;
        display: block;
        float: left;
        width: 600px;
        font-size: 14px;
    }

#mini-cart a.icon_cart {
    background-position: -15px -75px;
    display: block;
    float: left;
    height: 48px;
    width: 33px;
}

#mini-cart {
}

    #mini-cart a, #mini-cart a:visited {
        color: #2A2A2A;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 0 0 3px;
    }

.cart-search {
    display: block;
    float: left;
    min-width: 200px;
}

#search-box {
    background-color: #282828;
    color: white;
    font-weight: bold;
    padding: 5px 5px 7px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

    #search-box .row {
        margin: 6px 0 0;
    }

    #search-box .txtKeyword {
        background-color: white;
        border: 0 none;
        display: block;
        float: left;
        height: 20px;
        line-height: 20px;
        padding-left: 3px;
        color: black;
        width: 150px;
    }

    #search-box .btnSearch {
        background: none repeat scroll 0 0 #CA2727;
        border: 0 none;
        color: white;
        cursor: pointer;
        display: block;
        float: left;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 30px;
    }

        #search-box .btnSearch input {
            background: none;
            border: 0 none;
            color: white;
            font-weight: bold;
            height: auto;
            cursor: pointer;
        }
