﻿.receiver-info
{
    float: left;
    margin-left: 20px;
    width: 210px;
}

.checkout-method
{
    float: left;
    margin-left: 20px;
    width: 420px;
}

#checkout-form label
{
    display: block;
    font-size: 15px;
    font-weight: inherit !important;
    margin: 5px 0 0;
    min-width: 170px;
    padding-top: 5px;
    text-align: left;
}

#checkout-form input[type=text]
{
    width: 200px;
}

#checkout-form textarea
{
    border: 1px solid #BDC2C9;
    width: 200px;
}

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
{
}

.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: 23px;
        line-height: 23px;
        padding: 0 5px;
    }

        .cart-buttons .button a, .cart-buttons .button a:visited
        {
            color: white;
        }

    .cart-buttons .button-continue
    {
        background: url(/App_Themes/Web/images/bg_continue.png) 0 0 repeat-x;
    }

    .cart-buttons .button-checkout
    {
        background: url(/App_Themes/Web/images/bg_checkout.png) 0 0 repeat-x;
        margin-left: 8px;
    }

#shopping-cart h4
{
    background: none repeat scroll 0 0 #ED1C24;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
}

#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.product-number
{
    width: 30px;
}

#shopping-cart td.product-price
{
    font-size: 13px;
    font-weight: bold;
}

#shopping-cart td.product-image
{
    width: 130px;
}

#shopping-cart td.product-title a
{
    padding-top: 0;
}

#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
{
    text-align: center;
    width: 70px;
}

#shopping-cart table.cart tbody td.product-action
{
    text-align: center;
    width: 40px;
}

#shopping-cart .quantity_down
{
    background: url(/App_Themes/Web/images/btnDown.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
    display: block;
    float: left;
}

#shopping-cart .quantity_up
{
    background: url(/App_Themes/Web/images/btnUp.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
    display: block;
    float: left;
    margin-left: 2px;
}

.block-updown
{
    display: block;
    margin: 5px auto 0;
    width: 46px;
}

#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: 120px;
}

#shopping-cart table.cart tbody td.product-title
{
    font-size: 13px;
    padding-left: 5px;
    width: 160px;
}

#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;
        font-size: 16px;
        padding-right: 5px;
    }

#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;
        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;
        }
