body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #3c3c3c;
    background: url(imgs/body-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    behavior: url("/PIE.htc");
}

h3 {
    margin: 0;
    color: #000;
    margin-bottom: 4px;
}

input {
    font-family: Tahoma,Arial,sans-serif;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

    a:hover {
        color: #6d6d6d;
        text-decoration: none;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
}

.header {
    background-image: url(imgs/header-bg.png);
    background-repeat: no-repeat;
    height: 76px;
    margin: 0 auto 20px auto;
    width: 1200px; /*980px;*/
    box-shadow: 0 0 3px #222;
    -webkit-box-shadow: 0 0 3px #222;
    -moz-box-shadow: 0 0 3px #222;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    position: relative;
    behavior: url("/PIE.htc");
}

.logo {
    width: 300px;
    height: 65px;
    float: left;
    margin: 5px 0 0px 10px;
    background-image: url(imgs/honda_logo.png);
    /*background-size: 64px 64px;*/
    background-repeat: no-repeat;
}

.clear {
    clear: both;
}

.navigation {
    width: auto;
    margin: 20px 10px 0 0px;
    float: right;
}

    .navigation ul {
        width: auto;
        display: inline;
        list-style: none;
        float: left;
    }

        .navigation ul li a {
            color: #3c3c3c;
            float: left;
            font-family: Arial, Verdana;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 10px 10px 0 10px;
            text-align: center;
            width: auto;
            height: 48px;
        }

        .navigation ul li {
            float: left;
            border: 1px solid #C0040B;
            border-width: 1px 1px 0 1px !important;
            margin: 0px 0px 0px 3px;
            background-color: #D5D5D5;
            /*background-image: url(imgs/filletG.png);*/
            background-size: 60px 10px;
            background-repeat: no-repeat;
            background-position: center 46px;
            height: 56px;
            border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px;
            position: relative;
            behavior: url("/PIE.htc");
        }

            .navigation ul li a:hover {
                color: #fff;
                text-shadow: 0px 0px 3px #222;
                background-image: url(imgs/honda-brand.png);
                /*background-size: 60px 10px;*/
                background-repeat: no-repeat;
                background-position: center 30px;
                position: relative;
                behavior: url("/PIE.htc");
            }

            .navigation ul li:hover {
                background-color: #FF0F21;
                border: 1px solid #C0040B;
                border-width: 1px 1px 0 1px !important;
            }

            .navigation ul li.active {
                float: left;
                border: 1px solid #C0040B;
                border-width: 1px 1px 0px 1px !important;
                margin: 0px 0px 0px 3px;
                background-color: #FF0F21;
                height: 56px;
                border-radius: 4px 4px 0px 0px;
                -webkit-border-radius: 4px 4px 0px 0px;
                -moz-border-radius: 4px 4px 0px 0px;
                position: relative;
                behavior: url("/PIE.htc");
            }

                .navigation ul li.active a {
                    color: #FFFFFF;
                    text-shadow: 0px 0px 3px #222;
                    background-image: url(imgs/honda-brand.png);
                    /*background-size: 60px 10px;*/
                    background-repeat: no-repeat;
                    background-position: center 30px;
                    position: relative;
                    behavior: url("/PIE.htc");
                }

.main {
    width: 1200px; /*980px;*/
    min-height: 550px;
    height: auto;
    margin: 0px auto 0 auto;
    padding: 0px 0 0px 0;
    background-color: #fff;
    box-shadow: 0 0 3px #222;
    -webkit-box-shadow: 0 0 3px #222;
    -moz-box-shadow: 0 0 3px #222;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: url(imgs/main-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: relative;
    behavior: url("/PIE.htc");
}

.title {
    width: auto;
    margin: 0 0 10px 0;
    padding: 1px 0 8px 10px;
    height: 28px;
    color: #fff;
    border: 1px solid #C0040B;
    background-color: #FF0F21;
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    behavior: url("/PIE.htc");
}

h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 0 0 0px;
    text-shadow: 0 0 3px #222;
    -webkit-text-shadow: 0 0 3px #222;
    -moz-text-shadow: 0 0 3px #222;
    position: relative;
    behavior: url("/PIE.htc");
}

.home {
    background-image: url(imgs/home_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 35px;
    padding-top: 2px;
}

.search_icon {
    background-image: url(imgs/search_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 35px;
    padding-top: 2px;
}

.login_icon {
    background-image: url(imgs/login_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 35px;
    padding-top: 2px;
}

.cart_icon {
    background-image: url(imgs/cart_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 35px;
    padding-top: 2px;
}

.folder_icon {
    background-image: url(imgs/folder_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.address_icon {
    background-image: url(imgs/address_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.error_icon {
    background-image: url(imgs/error_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.preview_icon {
    background-image: url(imgs/preview_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.invoice_icon {
    background-image: url(imgs/invoice_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.order_icon {
    background-image: url(imgs/order_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.postinvoices_icon {
    background-image: url(imgs/post_invoices.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.payments_icon {
    background-image: url(imgs/payments-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.catalog_icon {
    background-image: url(imgs/catalog.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.return_invoice {
    background-image: url(imgs/return-invoice.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.finaly_checkout {
    background-image: url(imgs/finalycheckout.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 32px;
    padding-left: 39px;
    padding-top: 2px;
}

.col-main {
    /*float: right;*/ /*width: 620px;*/
    padding: 0;
    margin: 20px 0;
}

.description {
    width: auto;
    text-align: justify;
    padding: 0 10px 10px 10px;
}

    .description a {
        text-decoration: underline;
        font-weight: bold;
        color: #333;
    }

        .description a:hover {
            color: #25B3FF;
        }

.col-left {
    width: 300px;
    float: left;
    margin: 20px 20px 20px 8px;
    padding: 10px;
    background-color: #e2e2e2;
    border: 1px solid #bbbbbb;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    behavior: url("/PIE.htc");
}

.banner1 {
    width: 300px;
    height: 250px;
    background-color: #ababab;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 20px 0;
    position: relative;
    behavior: url("/PIE.htc");
}

.banner2 {
    width: 300px;
    height: 150px;
    background-color: #ababab;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0px;
    position: relative;
    behavior: url("/PIE.htc");
}


.footer {
    width: 1200px; /*980px;*/
    margin: 20px auto;
    padding: 0px; /*background-image: url(imgs/footer.png); 	background-repeat: repeat-x;*/
    background-color: #fff;
    height: 64px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 3px #222;
    -webkit-box-shadow: 0 0 3px #222;
    -moz-box-shadow: 0 0 3px #222;
    position: relative;
    behavior: url("/PIE.htc");
}

.copyright {
    float: left;
    text-align: center;
    font-size: 11px;
    padding: 0px 0;
    width: 100%;
    margin: 25px auto 0 auto;
    position: relative;
    color: #3c3c3c;
    line-height: 19px;
}

.copy_left {
    float: left;
    width: 89px;
    margin-top: -1px;
    margin-left: 430px;
}

.copy_center {
    width: 110px;
    float: left;
}

.copy_right {
    width: 128px;
    float: left;
    margin-top: -1px;
}

.button_2 {
    background-color: #FF0F21;
    height: 24px;
    width: auto;
    float: right;
    line-height: 24px;
    padding: 0 10px 4px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #C0040B;
    cursor: pointer;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}

    .button_2 a:hover {
        color: #ccc;
    }

    .button_2 a {
        color: #fff;
    }

.validation-summary-errors {
    color: blue;
}

.prod_list {
    height: auto;
    width: 175px;
    float: left;
    padding: 5px 10px 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin: 0 7px 4px 0px;
    cursor: pointer;
    text-align: center;
}

    .prod_list:hover {
        border: 1px solid #25B3FF;
        box-shadow: 0px 0px 5px #25B3FF;
    }

prod_list img {
    border: none;
}

.lang {
    position: absolute;
    right: 7px;
    top: 0;
    width: 50px;
}

    .lang a {
        display: block;
        float: left;
        height: 18px;
        width: 20px;
        z-index: 1;
    }

.over {
    min-height: 400px; /*width:616px;*/
}

.button_link {
    width: 170px;
    text-align: center;
}

    .button_link a {
        background-color: #FF0F21;
        height: 24px;
        width: auto;
        display: block;
        line-height: 24px;
        padding: 0 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 12px;
        color: #fff;
        border: 1px solid #C0040B;
        cursor: pointer;
        margin: 3px 5px 0 5px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }

        .button_link a:hover {
            color: #fff;
        }

.pager {
    width: auto;
    max-width: 516px;
    margin: 10px 8px 10px 0;
    float: right;
}

    .pager a, .pager .disabled {
        background-color: #f1f1f1;
        height: 24px;
        width: 24px;
        float: left;
        line-height: 24px;
        padding: 0px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 12px;
        color: #333;
        border: 1px solid #f1f1f1;
        text-align: center;
        display: block;
        margin: 0 2px;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #FF0F21;
            background-repeat: repeat-x;
            height: 24px;
            width: 24px;
            color: #fff;
        }

    .pager .current {
        background-color: #FF0F21;
        background-repeat: repeat-x;
        height: 24px;
        width: 24px;
        float: left;
        line-height: 24px;
        padding: 0px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 12px;
        color: #f1f1f1;
        border: 1px solid #C0040B;
        text-align: center;
        display: block;
        margin: 0 2px;
    }

.preview_order_table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* CATAOLOG TABLE BEGIN */
.catalog_table {
    width: 100%;
    border: 1px solid #25B3FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .catalog_table th {
        text-align: center;
        font-weight: bold;
    }

    .catalog_table .article_row td {
        border-bottom: 2px solid #D7F1FF;
    }

    .catalog_table .search_header {
        background-color: #87D5FF;
    }

    .catalog_table .brand_header {
        background-color: #D7F1FF;
    }

    .catalog_table .center_text {
        text-align: center;
    }
/* CATAOLOG TABLE END */

.preview_order_table th {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #EBEBED;
}

.border_right {
    border-right: 1px solid #ccc;
}

.preview_order_table input {
    width: 50px;
}

.preview_order_table .center_text {
    text-align: center;
}

.preview_order_table td {
    border-bottom: 1px dotted #333;
    line-height: 24px;
}

.no_line_height td {
    line-height: 13px;
}

.total_class td {
    line-height: 26px;
}

.preview_order_table tr:hover {
    background-color: #EBEBED;
}

.preview_order_table .right_text {
    width: 105px;
}

.button_cart a {
    background-image: url(imgs/icon-cart.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    height: 24px;
    min-width: 73px;
    line-height: 24px;
    padding: 0 3px 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    color: #000;
    border: 1px solid #25B3FF;
    text-align: right;
    display: block;
    margin: 0 2px;
    text-decoration: none;
}

    .button_cart a:hover {
        border: 1px solid #25B3FF;
    }

.login_errors .field-validation-error {
    border: 1px solid;
    margin: 0;
    margin-top: -8px;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 430px;
    text-align: left;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    right: 225px;
}

.success_to_cart {
    border: 1px solid;
    margin: 0 0 5px 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #4F8A10;
    background: #DFF2BF url('imgs/icon-valid.png') no-repeat 10px center;
}


.login_errors .validation-summary-errors {
    border: 1px solid;
    margin: 0 0 5px 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
}

.button_cart_finish {
}

    .button_cart_finish a {
        background-image: url('imgs/checkout_cart.png');
        background-repeat: no-repeat;
        background-color: #fff;
        height: 24px;
        width: 83px;
        line-height: 24px;
        padding: 0 3px 0 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 12px;
        color: #000;
        border: 1px solid #25B3FF;
        text-align: right;
        display: block;
        margin: 5px 2px 0 0;
        float: right;
        text-decoration: none;
    }

.button_cart a:hover {
    border: 1px solid #25B3FF;
}

.preview_checkout_table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .preview_checkout_table th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    .preview_checkout_table input[type='text'], .preview_checkout_table select {
        width: 299px;
    }

    .preview_checkout_table textarea {
        height: 60px;
    }

.total_input input[type='text'] {
    width: 50px !important;
}

.userLogin input {
    background: url('imgs/user.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.passLogin input {
    background: url('imgs/pass.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.company-register input {
    background: url('imgs/user.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.bulstat-register input {
    background: url('imgs/bulstat-icon.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.address-register input {
    background: url('imgs/address-icon.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.phone-register input {
    background: url('imgs/phone-icon.png') no-repeat scroll 3px center;
    padding-left: 22px;
}

.basket_bottom {
    width: 610px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ebebed;
    color: #fff;
    margin-top: 5px;
    padding: 4px;
}

.invoice_date {
    width: 127px;
}

    .invoice_date input[type='text'] {
        width: 130px !important;
    }


.message_box {
    border: 1px solid;
    margin: 0;
    padding: 5px 10px 5px 30px;
    width: auto;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cancel_box {
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
}

.success_box {
    color: #4F8A10;
    background-color: #DFF2BF;
    background: #DFF2BF url('imgs/icon-valid.png') no-repeat 10px center;
    margin-bottom: 4px;
}

.info_box {
    color: #00529B;
    background-color: #BDE5F8;
    background: #BDE5F8 url('imgs/icon-info.png') no-repeat 10px center;
}

.warning_box {
    color: #9F6000;
    background-color: #FEEFB3;
    background: #FEEFB3 url('imgs/icon-attention.png') no-repeat 10px center;
}

.menu_doc_list {
    display: inline-block;
}

.menu_doc {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 161px;
}

    .menu_doc a {
        text-decoration: none;
    }

    .menu_doc:hover {
        border: 1px solid #ccc;
    }

.menu_invoices {
    background: #fff url('imgs/post_invoices_small.png') no-repeat 10px center;
}

.menu_payments {
    background: #fff url('imgs/payments-icon_small.png') no-repeat 10px center;
}

.menu_memos {
    background: #fff url('imgs/return-invoice_small.png') no-repeat 10px center;
}

.menu_orders {
    background: #fff url('imgs/order_icon_small.png') no-repeat 10px center;
}

.menu_invoicesorders {
    background: #fff url('imgs/invoice_icon_small.png') no-repeat 10px center;
}

.spec_eror .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 330px;
    text-align: left;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    font-size: 12px;
    font-weight: bold;
}

.spec_eror_cart_upload .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 330px;
    text-align: left;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    font-size: 12px;
    font-weight: bold;
    right: 216px;
}

.add-to-cart-errors .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 430px;
    text-align: left;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    right: 308px;
    margin-top: -1px;
}

.payments-errors .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 430px;
    text-align: left;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    right: 76px;
}

.left_text {
    text-align: left !important;
}

.right_text {
    text-align: right !important;
}

.login_info {
    position: absolute;
    right: 65px;
    top: 2px;
    width: 417px;
    font-size: 12px;
    font-weight: bold;
}

.spec_eror_search .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 330px;
    text-align: left;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    font-size: 12px;
    font-weight: bold;
    left: 251px;
    margin-top: -1px;
}

a.cancel_icon {
    background: url('imgs/cancel-blue.png') no-repeat;
    width: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
    display: inline;
    height: 24px;
}

a.cancel_info {
    background: url('imgs/close_info.png') no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 2;
    display: inline;
}

a.discountLink {
    cursor: pointer;
}

.searchInput {
    background-image: url('imgs/magnifying-glass.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}


.catInfoPopup {
    position: fixed;
    top: 150px;
    background-color: #D7F1FF;
    border: 1px solid #25B3FF;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    width: 950px;
}

.overflowed {
    overflow: auto;
    max-height: 500px;
}

#dimmer {
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.imageContainer {
    padding: 15px 15px 15px 15px;
    border: 1px solid #25B3FF;
}

#preview {
    position: absolute;
    border: 1px solid #25B3FF;
    background: #D7F1FF;
    padding: 5px;
    display: none;
    color: #000000;
    z-index: 3;
}

.catalog_validation .field-validation-error {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    max-width: 330px;
    text-align: left;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
    font-size: 12px;
    font-weight: bold;
    margin-top: -1px;
    top: 100px;
    left: 400px;
}

.historyDiv {
    background-image: url(imgs/Hourglass.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    height: 96px;
    padding: 5px 2px 5px 20px;
    overflow: hidden;
}

.downloaderDiv {
    display: none;
    position: absolute;
    color: #00529B;
    background-color: #D7F1FF;
    border: 1px solid #25B3FF;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    width: 100px;
}

.company {
    display: none;
}

#forgottenPassword {
    margin-left: 29px;
    font-size: 0.8em;
}

#password-change-message {
    line-height: 25px;
    background: #8af58a;
}

textarea.w297 {
    width: 297px;
}

table#register-table td {
    min-width: 160px;
}

.searchInput {
    min-width: 220px;
}

.h22 {
    height: 22px;
}

.w190 {
    min-width: 190px;
}

.bx-wrapper {
    position: relative;
}

.bx-controls-direction a {
    position: absolute;
    top: 40%;
    display: block;
    height: 64px;
    width: 64px;
    text-indent: -99999px;
    z-index: 100;
}

    .bx-controls-direction a.bx-prev {
        left: 0;
        background: #fff url("../Content/imgs/arrow_prev.png") no-repeat center top;
    }

    .bx-controls-direction a.bx-next {
        right: 0;
        background: #fff url("../Content/imgs/arrow_next.png") no-repeat center top;
    }

    .bx-controls-direction a.bx-prev:hover {
        background: #fff url("../Content/imgs/arrow_prev.png") no-repeat center bottom;
    }

    .bx-controls-direction a.bx-next:hover {
        background: #fff url("../Content/imgs/arrow_next.png") no-repeat center bottom;
    }

.forgotten-password-email input {
    background: url('imgs/email-icon.png') no-repeat scroll 3px center;
    padding-left: 25px;
    width: 220px;
}

.boottombanner_container {
    margin-top: 20px;
}

    .boottombanner_container a {
        text-decoration: none;
    }

.button_3 {
    width: 16px;
    height: 16px;
    background: url(../Content/imgs/cross.gif) no-repeat;
    float: left;
}

img.banners-manage-img {
    max-width: 390px;
    max-height: 260px;
}

img.article-image {
    max-width: 120px;
    max-height: 80px;
}

div.left-side {
    display: inline-block;
    width: 40%;
}

    div.left-side > img.details-image {
        width: 100%;
    }

div.right-side {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

td.cart-article-image {
    width: 120px;
    text-align: center;
}

tr.res-tr {
    margin-top: 20px;
}

.accept-rules {
    font-size: 1.2em;
}

.accept-rules-container {
    float: left;
    margin-left: 1%;
}

a.accept-rules-link {
    text-decoration: none;
}

    a.accept-rules-link:hover {
        text-decoration: underline;
    }

    a.accept-rules-link, a.accept-rules-link:hover {
        color: #ff0f21;
    }

.sendorderinput, .accept-rules {
    cursor: pointer;
}

div.accept-rules-container > label, div.accept-rules-container > input {
    cursor: pointer;
}

div.collect-period-container input.collect-period {
    width: 50px !important;
}

td.gdpr-collectin-reason-container > label, td.gdpr-collectin-reason-container > input {
    cursor: pointer;
}

.spec_eror_cart_upload {
    width: 450px;
    z-index: 1;
    position: absolute !important;
    left: 5px;
}
