html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*background: url(../Content/Images/bg2.jpg) center repeat-y #dadada;*/
}

body {
    font: normal 12px 'Arial, Helvetica, sans-serif';
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #000;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

input[type="submit"],
input[type="button"] {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        opacity: 0.8;
    }
/* Clear float */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ed1c24;
}

::selection {
    color: #fff;
    background: #ed1c24;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w100p {
    width: 100%;
}

.ml0 {
    margin-left: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.w980 {
    width: 980px;
    margin: 0 auto;
}

.up {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

#header .top {
    /*background: #999999;*/
    height: 35px;
}

#header .top {
    /*background: #eee;*/
    height: 35px;
}

    #header .top a.enter {
        color: #797979;
        padding: 0 10px;
        border-left: 1px solid #fff;
        float: right;
        height: 35px;
        line-height: 35px;
    }

    #header .top a.basket {
        color: #797979;
        padding: 0 10px;
        border-left: 1px solid #777777;
        border-right: 1px solid #777777;
        background: url("../Content/imgs/basket_icon.png") no-repeat 10px center;
        padding-left: 35px;
        float: right;
        height: 35px;
        line-height: 35px;
    }

        #header .top a.basket span {
            font-weight: bold;
            height: 35px;
            line-height: 35px;
        }

#header .lang_nav {
    float: right;
    margin-left: 5px;
}

    #header .lang_nav li {
        list-style: none;
        float: left;
        height: 35px;
        line-height: 35px;
        margin: 0 3px;
    }

        #header .lang_nav li a {
            opacity: 0.7;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            height: 24px;
            width: 24px;
            line-height: 24px;
            padding-top: 5px;
            float: left;
        }

            #header .lang_nav li a:hover {
                opacity: 1;
            }

#header .logo {
    float: left;
    margin: 0px 0px 4px 10px;
    max-width: 15%;
}

    #header .logo img {
        max-width: 100%;
    }

#header .banner {
    margin: 35px 0 0 0;
    float: left;
}

#main_nav {
    width: 63%;
    height: 50px;
}

    #main_nav li {
        list-style: none;
    }

        #main_nav li a {
            /*border-left: 1px solid #cfcfcf;*/
            box-sizing: border-box;
            color: #616161;
            padding: 16px 15px 0 15px;
            border-right: 1px solid #d7d7d7;
            font-size: 15px;
            min-width: 83px;
            /*padding: 0 8px;*/
            position: relative;
            text-align: center;
            text-decoration: none;
            /*font-weight: bold;*/
            font-family: Arial, Helvetica, sans-serif;
        }

            #main_nav li a .triangle {
                bottom: 5px;
                right: 6px;
                width: 6px;
                height: 6px;
                background: url("../Content/imgs/triangle.png") no-repeat;
            }

            #main_nav li.active,
            #main_nav li a:hover {
                color: #E10000;
            }

                #main_nav li a:hover .triangle {
                    background: url("../Content/imgs/triangle-active.png") no-repeat;
                }

        #main_nav li > ul {
            display: none;
            position: absolute;
            width: 450px;
            background: #fff;
            overflow: hidden;
            z-index: 5;
            top: 32px;
        }

        #main_nav li:hover > ul {
            display: block;
            border: 1px solid #cfcfcf;
        }

            #main_nav li:hover > ul li {
                border: none;
                float: none;
                height: 40px;
            }

                #main_nav li:hover > ul li a {
                    border-left: none;
                    border-right: none;
                    font-size: 15px;
                    text-transform: uppercase;
                    text-align: left;
                    padding: 0 10px 0 35px;
                    height: 40px;
                    line-height: 42px;
                    background: url("../Content/imgs/breadcrumb_arrow.png") no-repeat 20px center;
                    float: left;
                    font-family: Arial, Helvetica, sans-serif;
                }

                #main_nav li:hover > ul li:hover {
                    background: #cfcfcf;
                }

                #main_nav li:hover > ul li a:hover {
                    color: #000 !important;
                }

#content {
    position: relative;
    min-height: 640px;
}

    #content .form_wrap {
        /*background: url("../Content/imgs/form_bg.jpg") no-repeat center top;*/
        width: 150%;
        height: 458px;
        padding: 80px 0 0;
        position: relative;
        margin-left: -250px;
    }

    #content .outer {
        border: 10px solid rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        width: 35%;
        margin: 0 auto;
    }

    #content .login {
        background: #fff;
        /*padding: 20px 60px;*/
        width: 372px;
        /*margin: 0 auto;*/
        position: relative;
    }

        #content .login h3 {
            text-transform: uppercase;
            color: #999999;
            border-bottom: 1px solid #999999;
            padding: 0 0 10px;
            text-align: center;
            margin: 0 0 30px;
        }

        #content .login .box {
            margin-bottom: 15px;
        }

        #content .login a {
            color: #999999;
            float: left;
            line-height: 30px;
        }

            #content .login a:hover {
                text-decoration: underline;
            }

        #content .login label {
            display: block;
            color: #000;
            margin-bottom: 5px;
            font-size: 12px;
        }

        #content .login input[type="text"] {
            border: 1px solid #dedede;
            width: 360px;
            padding: 2px 5px;
            color: #adadad;
            height: 30px;
        }

#logBox {
    border: 1px solid #dedede;
    width: 360px;
    padding: 2px 5px;
    color: #adadad;
    height: 30px;
}

#content .login input[type="submit"] {
    float: right;
    color: #fff;
    background: #999999;
    border: 1px solid #999999;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

#content .login .clearfix {
    margin-bottom: 20px;
}

#content .banners {
    margin: 30px 0;
    text-align: center;
    overflow: hidden;
}

    #content .banners a {
        display: inline-block;
        margin: 0 15px;
    }

#content .breadcrumb {
    margin: 15px 0;
}

#content .breadcrumb_big {
    width: 1160px;
    padding: 5px 20px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #dddddd;
}

    #content .breadcrumb_big li {
        text-transform: uppercase;
        color: #000;
        list-style: none;
    }

#content .breadcrumb li,
#content .breadcrumb li a {
    list-style: none;
    float: left;
    font-family: "Roboto";
    margin: 0 5px 0 2px;
}

    #content .breadcrumb li a:hover {
        text-decoration: underline;
    }

#leftside,
#rightside {
    width: 220px;
    float: left;
}

#center {
    width: 720px;
    float: left;
    margin: 0 20px;
}

#content .boxes {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

    #content .boxes h3 {
        background: #999999;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

#content .category.boxes,
#content .search.boxes {
    background: #999999;
}

    #content .category.boxes h3 {
        background: #777777;
        color: #fff;
    }

    #content .category.boxes ul li,
    #content .category.boxes ul li a {
        color: #fff;
    }

.boxes form,
.boxes ul {
    padding: 10px;
}

    .boxes ul li {
        color: #fff;
        margin: 5px 10px;
    }

        .boxes ul li a {
            color: #000;
        }

        .boxes ul li:hover a.main,
        .boxes ul li.active a.main {
            color: #999999;
        }

        .boxes ul li ul {
            padding: 5px;
            display: none;
        }

        .boxes ul li.active ul {
            display: block;
        }

        .boxes ul li ul li {
            list-style-type: disc;
            display: list-item;
            color: #000;
        }

            .boxes ul li ul li a {
                color: #000;
            }

            .boxes ul li ul li:hover a,
            .boxes ul li ul li.active a,
            .boxes ul li ul li.active,
            .boxes ul li ul li:hover {
                color: #999999;
            }

.search_form label {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.search_form .top {
    margin-bottom: 20px;
    /*overflow: hidden;*/
}

.search_form input[type="text"],
.category input[type="text"] {
    border: 1px solid #ddd;
    border-right: none;
    width: 157px;
    padding: 2px 5px;
    color: #000;
    float: left;
    height: 24px;
    line-height: 24px;
}

.search_form span.selectarrow {
    background: #fff url("../img/select_arrow.png") no-repeat center center;
    display: block;
    position: absolute;
    width: 22px;
    height: 27px;
    z-index: 10;
}

.search_form .medium,
.search_form .small,
.search_form .big {
    position: relative;
}

    .search_form .medium span.selectarrow {
        right: 2px;
        top: 2px;
    }

    .search_form .medium input[type="text"] {
        border: 1px solid #fff;
        width: 103px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
    }

    .search_form .big span.selectarrow {
        right: 2px;
        top: 2px;
        z-index: 5 !important;
    }

    .search_form .big input[type="text"] {
        border: 1px solid #fff;
        width: 187px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .search_form .small span.selectarrow {
        right: 2px;
        top: 2px;
    }

    .search_form .small input[type="text"] {
        border: 1px solid #fff;
        width: 70px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
    }

.search_form .selectlist .selectlistheading {
    font-weight: bold;
    background: white;
    padding: 2px 5px;
}

.search_form .selectlist {
    top: 32px;
    left: 0px;
    width: 99%;
    display: none;
    text-align: left;
    z-index: 10000;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    max-width: 600px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.selectlist pre:last-child {
    margin: 0 !important;
}

.search_form .selectlist a,
.selectlist pre a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 8px 0;
    font-size: 12px !important;
}

.selectlist pre a {
    line-height: 0;
    margin: 0 !important;
}

.search_form .small .selectlist a,
.search_form .medium .selectlist a {
    padding: 0 5px;
}

.search_form .selectlist a:hover {
    color: #777777;
}

.selectlist pre {
    max-height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.search_form input[type="button"] {
    background: #777777 url("../Content/imgs/arrow_2.png") no-repeat center center;
    display: block;
    float: left;
    height: 30px;
    border: none;
    width: 30px;
    cursor: pointer;
}

.category form {
    overflow: hidden;
}

.category.boxes ul {
    padding: 0 10px 10px;
}

.category input[type="submit"] {
    background: #dddddd url("../Content/imgs/search_icon.png") no-repeat center center;
    display: block;
    float: left;
    height: 30px;
    border: none;
    width: 30px;
    cursor: pointer;
}

.search_form input[type="submit"] {
    background: #777777;
    border: 1px solid #777777;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

.search_form input[type="reset"] {
    background: none;
    border: none;
    color: #fff;
    float: right;
    line-height: 26px;
    font-size: 11px;
}

    .search_form input[type="reset"]:hover {
        text-decoration: underline;
    }

.search_form .medium {
    float: left;
    width: 115px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.search_form .small {
    float: left;
    width: 81px;
    margin-bottom: 10px;
}

.search_form .big {
    clear: both;
    width: 198px;
    margin-bottom: 10px;
}

.basket_form table {
    width: 100%;
}

.basket_form th {
    color: #000;
    padding: 5px;
    text-align: center;
}

.basket_form td {
    border: 1px solid #dfdfdf;
    color: #000;
    padding: 5px;
    text-align: center;
}

.basket_form tr.last td {
    border: none;
    padding: 10px 0 0;
}

    .basket_form tr.last td span {
        font-weight: bold;
    }

    .basket_form tr.last td:last-child {
        text-align: right;
    }

.basket_form input[type="submit"] {
    background: #999999;
    border: 1px solid #e0e0e0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    .basket_form input[type="submit"]:hover {
    }

.subButton {
    background: #EB2227;
    border: 1px solid #e0e0e0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    .subButton:hover {
    }

table.main {
    margin-bottom: 20px;
}

    table.main th {
        border-right: 1px solid #000;
        color: #000;
        background: #dddddd;
        text-align: center;
        padding: 8px 0;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        /*float: left;*/
    }

.table_wrap .head {
    margin-bottom: 5px;
}

    .table_wrap .head div {
        float: left;
        text-align: center;
        color: #000;
        background: #dddddd;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        border-right: 1px solid #000;
        padding: 8px 0;
    }

table.main th.image {
    width: 123px !important;
}

table.main th.code {
    width: 90px !important;
}

table.main th.brand {
    width: 90px !important;
}

table.main th.name {
    width: 206px !important;
}

table.main th.price {
    width: 91px !important;
}

table.main th.last {
    border-right: none;
    width: 115px;
}

table.main td {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 11px;
    color: #000;
}

table.main tr {
    cursor: pointer;
}

tr.space td {
    padding: 5px 0 0;
}

table.main tr.last td {
    border-bottom: none;
    padding-bottom: 0;
}

table.main td > table {
    width: 100%;
}

    table.main td > table td {
        padding: 0;
        border-bottom: none;
    }

table.main td.img {
    width: 122px;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

    table.main td.img img {
        max-width: 120px;
        max-height: 80px;
    }

table.main td.code {
    width: 90px !important;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}

table.main td.brand {
    width: 90px !important;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}

table.main td.name {
    width: 206px;
    text-align: center;
    padding: 5px 0;
}

table.main td.price {
    width: 94px;
    background: #999999;
    color: #fff;
}

    table.main td.price span {
        font-weight: bold;
        font-size: 16px;
    }

table.main td.order {
    border-right: 1px solid #dfdfdf;
}

    table.main td.order span {
        float: left;
        width: 20px;
        height: 19px;
        margin: 0 5px;
    }

        table.main td.order span.available {
            background: url("../Content/imgs/available.png") no-repeat center center;
        }

        table.main td.order span.unavailable {
            background: url("../Content/imgs/unavailable.png") no-repeat center center;
        }

    table.main td.order input {
        width: 44px;
        height: 15px;
        float: left;
        text-align: center;
        margin-right: 10px;
        border: 1px solid #ddd;
        color: #000;
    }

    table.main td.order button.basket {
        background: url("../Content/imgs/basket_icon_blue.png") no-repeat left center;
        clear: both;
        border: none;
        width: 55px;
        height: 20px;
        display: block;
        cursor: pointer;
        padding: 0 0 0 20px;
        text-align: left;
        margin: 10px 13px 0 0;
        line-height: 20px;
        font-size: 11px;
        color: #000;
        float: right;
        text-transform: uppercase;
    }

table.main td.description {
    text-align: left;
    padding-left: 17px;
    border-top: 1px solid #e0e0e0;
}

table.main .product_info {
    width: 100%;
    display: none;
}

    table.main .product_info td {
        /* padding-top: 15px;
  background: #e7e8e9;*/
    }

    table.main .product_info ul {
        position: relative;
        background: #999999;
        overflow: hidden;
    }

        table.main .product_info ul li {
            display: block;
            float: left;
            margin: 0 3px 0 0;
            position: relative;
            z-index: 1;
            bottom: -1px;
        }

            table.main .product_info ul li a {
                display: block;
                background: #999999;
                color: #fff;
                text-align: center;
                padding: 5px 15px;
                text-transform: uppercase;
            }

        table.main .product_info ul .ui-state-active {
            border-bottom: none;
        }

            table.main .product_info ul .ui-state-active a {
                background: #777777;
            }

    table.main .product_info .tabs > div {
        background: #fff;
        border: 1px solid #0080ff;
        border-top: none;
        border-top: 0;
        padding: 15px;
    }

        table.main .product_info .tabs > div p {
            margin: 0;
            text-align: left;
        }

/* FOOTER */
.footer-holder {
    /*background: #eee;*/
    padding: 0 0 45px 0;
    background: url(../Content/Images/footbg.png) center no-repeat;
}

.footer-header {
    font-size: 14px;
    line-height: 1;
}

#footer .column {
    /*border-left: 1px solid #dadada;*/
    padding-top: 2px;
    padding-left: 20px;
    width: 202px;
    height: 170px;
    margin-left: 19px;
}

    #footer .column.telephone {
        border-left: none;
        padding-left: 0;
        width: 120px;
    }

#footer .phone {
    font-size: 35px;
    color: #e10000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
}

#footer .phone-text {
    font-size: 11px;
    color: #797979;
    font-style: italic;
    margin-top: 5px;
}

#footer .column.struct {
    width: 284px;
    margin-left: 10px;
    padding-left: 40px;
}

#footer .struct-link {
    background: url("../Content/imgs/struct.png") no-repeat 0 6px;
    padding-left: 40px;
    font-size: 16px;
    color: #797979;
    text-decoration: none;
    width: 165px;
    margin-top: 8px;
    margin-bottom: 30px;
    line-height: 21px;
}

    #footer .struct-link:hover {
        text-decoration: underline;
    }

#footer .social-links-hld {
    margin-top: 13px;
}

#footer .social-f {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    float: left;
}

#footer .bulletin {
    width: 223px;
}

#footer .bulletin-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: #e10000;
    width: 100%;
    margin-top: 30px;
}

#footer .bulletin .email-icon {
    background: url("../Content/imgs/email.jpg") no-repeat;
    width: 32px;
    height: 28px;
    right: 0;
    top: -12px;
    position: absolute;
}

#footer .fadres-link {
    background: url("../Content/imgs/pin.png") no-repeat 0 -2px;
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    padding-left: 20px;
}

    #footer .fadres-link:hover,
    #footer .fphone-link:hover,
    #footer .fclock-link:hover {
        text-decoration: underline;
    }

#footer .fphone-link {
    background: url("../Content/imgs/tel.png") no-repeat 0 6px;
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    margin-top: 21px;
    padding-left: 20px;
}

#footer .fclock-link {
    background: url("../Content/imgs/time.png") no-repeat 0 6px;
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    padding-left: 20px;
}

.bottom-footer {
    color: #797979;
    font-weight: bold;
    line-height: 50px;
}

    .bottom-footer a {
        font-size: 11px;
        color: #000;
        text-decoration: none;
        font-weight: normal;
    }

        .bottom-footer a:hover {
            text-decoration: underline;
        }

.footerul {
    margin-left: 2px;
}

    .footerul li {
        list-style-type: none;
        padding: 2px;
    }

    .footerul a {
        color: #797979;
        font-size: 14px;
        text-decoration: none;
    }

        .footerul a:hover {
            color: #E10000;
        }






.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: #FF6600;
            background-repeat: repeat-x;
            height: 24px;
            width: 24px;
            color: #000fff;
        }

    .pager .current {
        background-color: #888;
        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 #0943B4;
        text-align: center;
        display: block;
        margin: 0 2px;
    }

.message_box {
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    font: bold 12px verdana;
}

.popup.message_box {
    width: 100px;
}

.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: #fff 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;
}

.removeQtyField {
    width: 50px;
}

#dimmer {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    z-index: 10;
}

#preview {
    position: absolute;
    border: 1px solid #999999;
    background: #bebebe;
    padding: 5px;
    display: none;
    color: #000000;
    z-index: 11;
}

.validation-summary-errors {
    margin: 20px;
    color: red;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            color: red;
            list-style: none;
            margin: 0;
            padding: 0;
        }

.preview_checkout_table {
    width: 100%;
}

    .preview_checkout_table th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .preview_checkout_table td {
        padding: 3px;
    }

.boxed {
    display: block;
    padding: 2px;
    border: 1px solid lightgray;
}

ul#modificationSelectBoxItOptions {
    width: 600px;
}

ul#modelSelectBoxItOptions {
    width: 400px;
}

#modelSelectBoxItText {
    width: 150px;
}

#modificationSelectBoxItText {
    width: 150px;
}

#search_typeSelectBoxItText {
    width: 150px;
}

.documentField {
    margin-bottom: 10px;
    margin-top: 10px;
}

.catInfoPopup {
    position: fixed;
    top: 75px;
    background-color: #ccc;
    border: 1px solid #828282;
    z-index: 11;
    width: 950px;
}

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: 11;
    display: inline;
}

#tabs table.article_info tr th {
    text-align: center;
    padding: 8px;
}

#tabs table.article_info tr td {
    border: 1px solid #dfdfdf;
    color: #000;
    padding: 8px;
    text-align: left;
}

#content {
    min-height: 530px;
    overflow: hidden;
    /*background: #fff;*/
    width: 100%; /*1260*/
    margin: 0 auto;
}

    #content .wrap {
        background: #fff;
        overflow: hidden;
        width: 100%;
    }

.breadcrumb {
    margin-bottom: 20px;
}

    .breadcrumb li {
        float: left;
        background: url("../Content/imgs/breadcrumb_arrow.png") no-repeat center right;
        padding-right: 14px;
        margin-right: 8px;
        font-size: 14px;
    }

        .breadcrumb li.last {
            background: none;
            padding-right: 0;
            color: #828282;
        }

        .breadcrumb li a {
            color: #828282;
            font-size: 14px;
        }

.search {
    width: 1100px;
}

    .search h2 {
        text-transform: uppercase;
        color: #5a5a5a;
        margin-bottom: 5px;
    }

    .search .inner {
        background: #d6d6d6;
        margin: 0 0 20px 10px;
        padding-left: 210px;
        width: 630px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        height: 50px;
    }

    .search .inner2 span {
        float: left;
        color: #5a5a5a;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        line-height: 30px;
    }

    .search .inner2 {
        padding: 10px;
    }

    .search input[type="text"] {
        background: #fff;
        border: 1px solid #cccccc;
        width: 265px;
        height: 25px;
        padding: 2px 5px;
        float: left;
        margin-right: 15px;
        color: #000;
    }

    .search input[type="submit"] {
        background: #999999 url("../Content/imgs/search_icon.png") no-repeat center center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        border: none;
        padding: 5px 10px 5px 40px;
        float: left;
        margin-right: 15px;
        cursor: pointer;
        height: 30px;
        display: block;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        opacity: 1;
    }

        .search input[type="submit"]:hover {
            opacity: 0.7;
        }

.sidemain {
    float: left;
    width: 220px;
}

.sidebar {
    width: 220px;
    float: left;
    background: #fefefe;
    /*margin-top: 36px;*/
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    /*overflow: hidden;*/
}

    .sidebar h2 {
        background: #616161;
        color: #fff;
        text-transform: uppercase;
        padding: 0 0 0 20px;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        margin: 0;
    }

    .sidebar .box {
        margin: 5px 15px;
        padding: 10px 0;
    }

        .sidebar .box:last-child {
            border: none;
        }

        .sidebar .box p {
            margin: 0 0 10px 0;
        }

        .sidebar .box a {
            color: #000000;
        }

            .sidebar .box a:hover {
                text-decoration: underline;
            }

.leftside {
    float: right;
    /*width: 83%;*/
    width: calc(100% - 230px);
    margin-left: 10px;
    font-family: Arial;
}

    .leftside p {
        float: left;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 5px 15px;
        line-height: 30px;
    }

    .leftside .table_wrap {
        border: 2px solid #999999;
        border-bottom: 1px solid #999999;
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        clear: both;
        width: 756px;
        overflow: hidden;
    }

    .leftside .products {
        width: 100%; /*858px;*/
        margin: 5px 20px 0 0;
        clear: both;
    }

        .leftside .products thead th {
            background: #e7e4e4;
            color: #fff;
            text-align: center;
            padding: 5px 8px;
            border-bottom: 1px solid #cfcfcf;
            height: 20px;
            border-right: 1px solid #fff;
            font-size: 1.5em;
        }

            .leftside .products thead th small {
                display: block;
            }

        .leftside .products tr:hover .image {
            /*border-left:2px solid #EB2227;*/
        }

        .leftside .products tr:hover thead {
            /*border-left:2px solid #EB2227;*/
        }

        .leftside .products tr:hover td {
            background-color: #eee;
        }

    .leftside .brands tr:hover td {
        background-color: #fff;
    }

    .leftside .brands tr td:hover {
        background-color: #eee;
    }

    .leftside .products tr {
        padding-left: 0px;
    }

    .leftside .products td {
        font-size: 13px;
        text-align: left;
        border: 1px solid #cccccc;
    }

        .leftside .products td.image img {
            /*border: 1px solid #cccccc;*/
            width: 120px !important;
            height: 70px;
        }

        .leftside .products td.icon {
            text-align: center;
            width: 50px;
        }

            .leftside .products td.icon img {
                width: 19px;
            }

        .leftside .products td.description {
            min-width: 530px;
            text-align: center;
        }

            .leftside .products td.description img {
                float: left;
                margin: 15px 5px 0 0;
                vertical-align: middle;
            }

        .leftside .products td.label {
            width: 70px;
        }

            .leftside .products td.label img {
                margin: 0 4px 0 0;
                float: left;
            }

        .leftside .products td.buy {
            width: 100px;
            text-align: center;
        }

    .leftside .products input[type="text"] {
        width: 25px;
        height: 18px;
        background: #fff;
        border: 1px solid #cccccc;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }

.textNumber {
    width: 25px;
    height: 18px;
    background: #fff;
    border: 1px solid #cccccc;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}

.leftside .products input[type="button"] {
    background: url("../Content/imgs/basket.png") no-repeat center center;
    width: 23px;
    height: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#VehicleDiv {
    margin-left: 25px;
}

a.carGroups {
    font-size: 13px;
    text-align: left;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

    a.carGroups:hover {
        background-color: #eee;
    }

.favbrand {
    border: 1px solid #eb2227;
    float: left;
    margin-bottom: 14px;
    margin-right: 12px;
    margin-left: 2px;
    width: 150px;
}

    .favbrand img {
        width: 150px;
        height: 120px;
    }

.button_2 {
    background-color: #E10000;
    height: 24px;
    width: auto;
    float: right;
    font-size: 12px;
    color: #fff;
    border: 1px solid #E10000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.button_3 {
    background-color: #E10000;
    height: 24px;
    width: auto;
    line-height: 24px;
    float: right;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #E10000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

    .button_3 a:hover {
        color: #ccc;
    }

    .button_3 a {
        color: #fff;
    }

.search_form input[type="submit"] {
    background: #777777 url("../Content/imgs/arrow_2.png") no-repeat center center;
    display: block;
    float: left;
    height: 30px;
    border: none;
    width: 30px;
    cursor: pointer;
}

input#Criteria {
    width: 130px;
    height: 20px;
    float: left;
    margin-bottom: 10px;
    padding: 4px;
}

a.carGroups {
    text-decoration: none;
    padding-top: 5px;
    display: block;
}

a.cancel_icon {
    background: url('imgs/icon-cancel.png') no-repeat;
    width: 15px;
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 1;
    display: inline;
    height: 15px;
}

.preview_order_table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .preview_order_table th {
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #bdbdbd;
    }

.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;
}

.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;
}

.button_cart_finish a {
    background-image: url('../Content/imgs/checkout_cart.png');
    background-repeat: no-repeat;
    background-color: #fff;
    height: 24px;
    width: 83px;
    line-height: 24px;
    padding: 0 3px 0 0;
    font-size: 12px;
    color: #000;
    border: 1px solid #cfcfcf;
    text-align: right;
    display: block;
    margin: 5px 2px 0 0;
    float: right;
    text-decoration: none;
}

    .button_cart_finish a:hover {
        border: 1px solid #fe0000;
    }

a.currentYear {
    display: inline-block;
    padding: 3px;
    background-color: #eee;
}

#YearsDiv a.currentYear {
    color: #000;
}

#YearsDiv a.loaderLink {
    padding: 3px;
}

    #YearsDiv a.loaderLink:hover {
        background-color: #fe0000;
        color: #fff;
    }

#content .wrap .sidemain .sidebar #historyWrapper {
    max-height: 100px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}


.search-hld {
    height: 50px;
    line-height: 59px;
    color: #999;
    font-size: 12px;
    width: 360px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

    .search-hld label {
        margin-left: 17px;
        line-height: 67px;
    }

.search-d {
    width: 360px;
    /*border: solid #EB2227 4px;*/
}

.search-t {
    background: #e4e4e4;
    border: none;
    height: 50px;
    width: 180px;
    padding-right: 0px;
    /*margin-top: 7px;*/
    text-indent: 10px;
    color: #999;
    line-height: 45px;
    outline: none;
    box-sizing: border-box;
    border-right: 1px solid black;
}

.search-btn, .search-l {
    border: none;
    background: #e4e4e4 url("../Content/imgs/search.png") no-repeat center;
    height: 50px;
    width: 45px;
    /*margin-top: 7px;*/
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.bannerheader {
    margin-top: 5px;
    float: left;
    width: 820px;
}

    .bannerheader img {
        width: 820px;
    }

.doctitle {
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    margin: 0;
    background: url(../Content/Images/headerBg.png) no-repeat;
}

.profiletable {
    width: 450px;
}

    .profiletable td {
        padding: 5px;
    }

.discountLink {
    margin-right: 12px;
    float: right;
    width: 60px;
    height: 24px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.catalog-box {
    width: 49%;
    border-bottom: 2px solid #EEE;
}

    .catalog-box .group a, table.common-table th {
        background: #EB2227;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

    .catalog-box a, .catalog-brands a, #tradenet th, #tradenet td {
        padding: 0px 20px;
        line-height: 30px;
        font-size: 15px;
    }

    .catalog-box a, .catalog-brands a {
        display: block;
    }

    .catalog-box li:hover a, .catalog-brands li:hover a {
        color: #fff;
        text-decoration: none;
        background-color: #bb131d;
    }

    .catalog-box li.odd, .catalog-brands li.odd, table.common-table tr.even td {
        background: #EEE;
    }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.sub-items #menu li {
    list-style-type: none;
}

    .sub-items #menu li a {
        line-height: 20px;
    }

.clear {
    clear: both;
}

.overflowed {
    overflow: auto;
    max-height: 300px;
}

.imageHolder {
    overflow: auto;
    max-height: 500px;
}

.leftside .cmp-photo {
    width: 50%;
    float: left;
    min-width: 100px;
    min-height: 50px;
}

.leftside .cmp-title {
    float: none;
    display: inline-block;
    position: relative;
    width: 70%;
    padding: 0 20px 0 0;
    z-index: 11;
    vertical-align: middle;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.leftside .cmp-dates {
    width: 25%;
    float: right;
    padding: 1px;
    background: #f1f1f1;
}

.span-info {
    line-height: 16px;
    font-size: 0.8em;
}

.cmp-body {
    background: #f1f1f1;
    min-height: 285px;
    width: 100%;
    padding: 6px;
}

.cmp-title h3 {
    color: white;
    font-size: 1.6em;
}

.cmp-picture {
    width: 60%;
}

    .cmp-picture img {
        width: 100%;
        max-height: 278px;
    }

.cmp-lines {
    width: 38%;
    line-height: 1.2;
    min-height: 200px;
    font-size: 18px;
    padding: 1%;
}

.cmp-button {
    background: #ed1c24;
    width: 20%;
    float: right;
    height: 48px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    border-radius: 25px;
}

#datetimepicker1 input {
    height: 17px;
}

#datetimepicker2 input {
    height: 17px;
}

.input-group-addon {
    padding: 0px 12px !important;
}

.cmp-header {
    height: 69px;
}

.cmp-picture {
    width: 462px;
    height: 262px;
}

.box > a > img {
    border: 1px solid #ccc;
}

.headerTop {
    margin-bottom: 5px;
    box-shadow: 0px 2px 5px #888888;
}

.leftside .products td {
    padding: 5px 6px;
}

.infoPopupDiv {
    background: #f9f9f9;
}

#rootGroups {
    margin: 0px 0 0px 12px;
}

    #rootGroups a {
        border: 1px solid #DEDEDE;
        border-bottom: 5px solid #DEDEDE;
        behavior: url(/PIE.htc);
        border-radius: 5px 5px 0px 0px;
        float: left;
        margin-right: 2px;
        width: 40px;
    }

        #rootGroups a:hover {
            background: #DEDEDE;
        }

.reusableLink img {
    max-width: 16px;
}

#searchType {
    width: 135px;
    float: left;
    height: 50px;
    font-size: 15px;
    background: #e4e4e4;
    color: #616161;
    border: none;
    border-right: 1px solid;
}

.tecdocArticles {
    display: none;
}

table.maincatalog {
    margin-bottom: 20px;
    width: 100%;
}

    table.maincatalog th {
        color: #000;
        background: #dddddd;
        text-align: center;
        padding: 8px 0;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
    }

    table.maincatalog td {
        border-bottom: none;
        padding: 10px;
    }

    table.maincatalog td {
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
        font-weight: 11px;
        color: #000;
    }

    table.maincatalog a {
        color: #666;
    }
