html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font: normal 12px 'Roboto';
    background: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    /*text-decoration: none;*/
    outline: none;
    /*cursor: pointer;*/
    /*color: #000;*/
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

.page-link.battery {
    background: url("http://94.155.41.82:8095/Content/imgs/avto-logo.png") no-repeat center;
}

.page-link.parts {
    background: url("http://94.155.41.82:8095/Content/imgs/kirov-ak.png") no-repeat center;
}

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: 1100px;
    margin: 0 auto;
    position: relative;
}

#header {
    /* border-bottom: 1px solid #cfcfcf; */
}

    #header .top {
        background: #999999;
        height: 35px;
    }

    #header .top {
        background: #ebebeb;
        height: 35px;
    }

        #header .top a.enter {
            color: #000;
            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 .topline {
        /*border-bottom:1px solid #cfcfcf;*/
        height: 2px;
    }

    #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 {
        left: 0;
        position: absolute;
        top: -35px;
    }

.logo a {
    display: block;
}

.logo img {
    height: 100px;
}

.phone-number {
    border-left: 1px solid #b3b3b3;
    float: right;
    font-size: 36px;
    margin-top: 4px;
    padding: 5px 0 5px 13px;
    font-weight: bold;
    color: #344fb9;
}

    .phone-number a {
        color: #344fb9;
    }

#header .banner {
    margin: 35px 0 0 0;
    float: left;
}

#main_nav {
    /* width: 600px; */
    height: 60px;
}

    #main_nav li {
        list-style: none;
    }

        #main_nav li a {
            color: #020307;
            font-size: 14px;
            line-height: 59px;
            padding: 0 12px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
        }

            #main_nav li a .triangle {
                bottom: 5px;
                right: 6px;
                width: 6px;
                height: 6px;
                background: url("../Content/imgs/triangle.png") no-repeat;
                display: none;
            }

            #main_nav li.active,
            #main_nav li a:hover {
                color: #344fb9;
            }

                #main_nav li a:hover .triangle {
                    background: url("../Content/imgs/triangle-active.png") no-repeat;
                }

        #main_nav li > ul {
            display: none;
            position: absolute;
            width: 230px;
            background: #fff;
            overflow: hidden;
            z-index: 5;
            top: 58px;
        }

        #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: 13px;
                    font-weight: normal;
                    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;
                }

                #main_nav li:hover > ul li:hover {
                    background: #cfcfcf;
                }

                #main_nav li:hover > ul li a:hover {
                    color: #000 !important;
                }

.sidebarleft {
    background: #0a1029;
    padding: 15px;
    color: #fff;
}

    .sidebarleft th {
        text-align: left;
        color: #6c7596;
    }

.styled-select {
    background: #4d546e url("imgs/arrow_down_white.png") no-repeat scroll 95% 50%;
    float: right;
    height: 26px;
    margin: 0 0 8px;
    width: 100%;
    overflow: hidden;
}

    .styled-select select {
        background: transparent;
        width: 115%;
        padding: 5px;
        line-height: 12px;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        color: #fff;
        font-size: 14px;
        outline: none;
    }

        .styled-select select option {
            color: #000;
        }

#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: 40px 0 0;
        position: relative;
        /* margin-left: -250px;*/
    }

    #content .outer {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        width: 680px;
        margin: 0 auto;
        background: #f3f3f3;
        padding: 20px;
    }

    #content .login {
        /*padding: 20px 60px;*/
        width: 100%;
        /*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;
            float: left;
            width: 250px;
        }

        #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: 200px;
            padding: 2px 5px;
            color: #adadad;
            height: 30px;
        }

#logBox {
    border: 1px solid #dedede;
    width: 200px;
    padding: 2px 5px;
    color: #adadad;
    height: 30px;
}

#content .login input[type="submit"] {
    float: right;
    min-width: 155px;
    border: none;
    height: 35px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 15px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 0px;
    background: #156ad2; /* for non-css3 browsers */
    background: -ms-linear-gradient(top, #156ad2,#22378c); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#156ad2', endColorstr='#22378c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#156ad2), to(#22378c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #156ad2, #22378c); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #156ad2, #22378c); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #156ad2, #22378c); /* Opera 11.10+ */
    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 {
    min-width: 80px; /* 155px */
    ;
    border: none;
    height: 35px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 15px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 0px;
    background: #156ad2; /* for non-css3 browsers */
    background: -ms-linear-gradient(top, #156ad2,#22378c); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#156ad2', endColorstr='#22378c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#156ad2), to(#22378c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #156ad2, #22378c); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #156ad2, #22378c); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #156ad2, #22378c); /* Opera 11.10+ */
    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 20px 0;
}

.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 6px;
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    padding-left: 20px;
    line-height: 16px;
}

    #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;
    line-height: 16px;
}

#footer .fclock-link {
    background: url("../Content/imgs/time.png") no-repeat 0 6px;
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    padding-left: 20px;
    line-height: 16px;
}

.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: 200%;
    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: 150px;
    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: 1260px; /*1260*/
    margin: 0 auto;
}

    #content .wrap {
        background: #fff;
        overflow: hidden;
        padding: 10px;
        /*width: 1080px;*/
        width: 100%;
    }

.breadcrumb {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}

    .breadcrumb li {
        float: left;
        background: url("../Content/imgs/breadcrumb_arrow.png") no-repeat center right;
        padding-right: 14px;
        margin-right: 8px;
        font-size: 14px;
        list-style: none;
    }

        .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: 210px;
    float: left;
    background: #fefefe;
    /*margin-top: 36px;*/
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    /*overflow: hidden;*/
}

    .sidebar h2 {
        background: #eee;
        color: #000;
        text-transform: uppercase;
        padding: 0 0 0 20px;
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        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: 850px; ========================*/
    width: 1200px;
    margin-left: 8px;
}

    .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: #eee;
            color: #000;
            text-align: center;
            font-size: 11px;
            padding: 5px 8px;
            border-bottom: 1px solid #cfcfcf;
            height: 34px;
            border-right: 1px solid #fff;
        }

            .leftside .products thead th small {
                display: block;
            }

        .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: 12px;
        text-align: left;
        padding: 8px 5px;
        border-bottom: 1px solid #999999;
    }

        .leftside .products td.image img {
            border: 1px solid #cccccc;
            width: 92px;
            height: 92px;
        }

        .leftside .products td.icon {
            text-align: center;
            width: 70px;
        }

            .leftside .products td.icon img {
                /*width: 24px; */
            }

        .leftside .products td.description {
            width: 150px;
            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;
    }

    .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;
    }

.favbrand {
    border: 1px solid #dedede;
    float: left;
    margin-bottom: 11px;
    margin-right: 11px;
    width: 106px;
}

    .favbrand img {
        width: 106px;
    }

.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-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;
}

.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 10px 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 {
    background: #eee;
    height: 59px;
    line-height: 59px;
    color: #999;
    font-size: 12px;
    /*width: calc( 100% - 322px);*/
    width: 300px;
    border-left: 1px solid #fff;
    padding-right: 9px;
    box-sizing: border-box;
}

    .search-hld label {
        margin-left: 17px;
        line-height: 67px;
    }

.page-link {
    margin-left: 10px;
    width: 49px;
    height: 43px;
    text-decoration: none;
    margin-top: 7px;
}

.search-d {
    width: 280px;
}

.search-t {
    background: #fff;
    border: none;
    height: 47px;
    width: 100%;
    padding-right: 50px;
    margin-top: 7px;
    text-indent: 10px;
    color: #999;
    line-height: 45px;
    outline: none;
    box-sizing: border-box;
}

.search-btn, .search-l {
    border: none;
    background: #fff url("../Content/imgs/search.png") no-repeat center;
    height: 47px;
    width: 45px;
    margin-top: 7px;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.bannerheader {
    margin-top: 5px;
    float: left;
    text-align: center;
    width: 100%;
}

.doctitle {
    background: #eee;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    margin: 0;
}

.profiletable {
    width: 450px;
}

    .profiletable td {
        padding: 5px;
    }

.discountLink {
    margin-right: 12px;
    float: right;
    width: 24px;
    height: 24px;
}

/*table.main td.order button.basket {*/
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;
}

.red-btn {
    display: block;
    float: right;
    background: #f61313;
    height: 29px;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

    .red-btn:hover {
        color: #fff;
        background: #b10909;
        text-shadow: none;
    }

#aboveq {
    border: 1px solid #fff;
    background: #4d546e;
    color: #fff;
}

#criteria {
    border: 1px solid #fff;
    background: #4d546e;
    color: #fff;
}

.priceNoTO {
    display: none;
}

.title {
    font-family: 'open_sansregular';
    color: #4e4d4c;
    font-size: 16px !important;
}

.promo-left {
    width: 25%;
    float: left;
    margin-right: 10px;
}

    .promo-left img {
        width: 100%;
    }

.promo-right {
    width: 70%;
    float: left;
}

.promo-title {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.promo-date {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #bbb;
    font-size: 14px;
}

.promo-text {
    font-size: 14px;
}


.left-banner {
    position: relative;
    top: auto;
    left: 0px;
}

.middleAlignInnerContainer {
    height: 80px;
}

.middleAlignInnerContainer {
    display: table-cell;
    vertical-align: middle;
}

#HeaderMiddleContent {
    position: relative;
    height: 80px;
}

    #HeaderMiddleContent img {
        float: right;
    }

#banner-main {
    height: 100%;
}

.HeaderMiddleContent {
    width: 960px;
}

.container {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    z-index: 2;
}

.fc-day-header {
    background: #F7B101;
    font-weight: bold;
    text-align: center;
    padding: 5px !important;
}

.fc-day:hover {
    background-color: #F7B101;
}

.fc-day {
    cursor: pointer;
}

.fc-day-clicked {
    background-color: #F7B101;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wrapper {
    overflow: auto;
}

.appointment-info {
    float: right;
    width: 330px;
    padding-left: 10px;
}

.right-col .ttl {
    display: inline-block;
}

.ttl {
    background: url(../Content/images/sprite.png) left top no-repeat transparent;
    height: 29px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.hours {
    background-position: -560px -1101px;
    padding-left: 40px;
}

h1 {
    display: inline-block;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-family: RenaultLife-Cyrillic-Regular, NotoSans-Standard-Regular, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper-header {
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.fc-disabled-day {
    cursor: not-allowed !important;
}

.date-yellow {
    background: #22378c;
    Color: white;
    padding: 5px;
    margin-bottom: 5px;
    height: auto;
    line-height: 14px;
    font-weight: bold;
    font-size: 1.1em;
}


textarea.w100 {
    text-indent: 5px;
    width: 97%;
    margin: 2px 5px 2px 0 !important;
    padding: 0;
    border: 1px solid #C4C4C4;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

input.w100 {
    text-indent: 5px;
    width: 97%;
    margin: 2px 5px 2px 0 !important;
    padding: 0;
    border: 1px solid #C4C4C4;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    height: 22px;
}

select.w100 {
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding: 5px 5px 5px 0;
    height: 25px;
}

select.w100 {
    width: 97%;
    margin: 2px 5px 2px 0 !important;
    padding: 0;
    border: 1px solid #C4C4C4;
    line-height: 28px;
    font-size: 12px;
    color: #666;
}

.required {
    color: red;
    font-size: 0.7em;
}

#second-screen {
    float: right;
}

.btn-f {
    background: linear-gradient(to bottom, #fb1414 0%, #c20c0c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 45%;
    color: white;
    height: 30px;
    cursor: pointer;
}

    .btn-f:hover {
        background: linear-gradient(to bottom, #bb3131 0%, #c20c0c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

#add-vehicle {
    float: left;
}

.errormsg {
    display: none;
    font-size: 0.9em;
    color: red;
}

#create-vehicle-form {
    display: none;
}

#cvf-terms, #cvf-markterms {
    width: 9%;
    line-height: 20px;
    height: 20px;
    /* font-size: 5px; */
    padding: 0px 0px 0px 0 !important;
}

#second-form {
    display: none;
}

#service-other {
    display: none;
}

.calendar-prot {
    width: 650px;
    height: 450px;
    z-index: 999;
    background: black;
    position: absolute;
    opacity: 0.5;
}

.loader {
    position: fixed;
    width: 58%;
    height: 100%;
    background: black;
    opacity: 0.3;
    z-index: 9999;
    display: none;
    top: 0;
}

    .loader img {
        width: 100px;
        margin-left: 525px;
        margin-top: 200px;
        z-index: 1111;
    }

/*.banner-calendar {
    background: url(../Content/Img/RenaultImg.jpg);
    width: 650px;
    height: 510px;
    float: left;
}*/
.banner-calendar > img {
    width: 750px;
    height: 230px;
    float: left;
}

.calendar-el {
    width: 750px;
}

.dw-doc {
    width: 15px;
    height: 15px;
}

#first-form {
    padding: 5px;
}

.tireStorage-btn {
    float: left;
}

.tireStorage-div {
    float: left;
    width: 30%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tireStorage-main {
    width: 100%;
    overflow: auto;
}

#tireStorageerror {
    width: 100%;
    float: left;
}

.confirm-hour {
    position: fixed;
    background: #fbfbfb;
    color: #22378c;
    height: 85%;
    min-height: 370px;
    overflow: hidden;
    width: 756px;
    margin: 0 auto;
    margin-left: 170px;
    border: 1px solid black;
    padding: 10px;
    display: none;
    z-index: 300;
    top: 40px;
}

.confirm-hour-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.black-back {
    background: black;
    position: fixed;
    height: 100%;
    top: 0;
    width: 1090px;
    opacity: 0.5;
    display: none;
    z-index: 200;
}

.confirm-data-table td {
    border: 1px solid black;
    font-size: 1.2em;
    padding: 3px;
}

.confirm-hour-data {
    margin-top: 40px;
    margin-bottom: 30px;
}

    .confirm-hour-data > th, td {
        /*width: 50%;*/
    }

    .confirm-hour-data > table {
        width: 100%;
    }

.confirm-data-hour-caption {
    font-weight: 500;
}

.confirm-data-buttons {
    margin-left: 283px;
}

    .confirm-data-buttons button {
        width: 20%;
        height: 30px;
        background: #22378c;
        color: white;
        font-weight: bold;
        font-size: 1.1em;
        border: none;
        cursor: pointer;
    }

#data-decline {
    background: red;
}

.getdoc {
    cursor: pointer;
}

.login_errors {
    overflow: auto;
    width: 100%;
}

.preview_order_table > tbody > tr > td {
    width: auto !important;
}

#AddressId {
    width: 177px;
}

.banner_popup {
    position: fixed;
    z-index: 10;
    display: none;
    padding: 10px 10px 10px 10px;
    background-color: #EBEBED;
    border: 1px solid #B7B7B7;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px #888;
    top: 200px;
    margin: 0 auto;
}

#tableTires {
    margin-top: 20px;
}

.info_tire_box {
    color: #00529B;
    background: #fff url('imgs/icon-info.png') no-repeat 0px center;
}

.message_tire_box {
    margin: 0;
    padding: 25px 0px 0px 0px;
    width: auto;
    font: bold 12px verdana;
}


.cursor_pointer {
    cursor: pointer;
}

.dropdown-check-list {
    display: inline-block;
    background: #4d546e url(imgs/arrow_down_white.png) no-repeat scroll 95% 50%;
    float: right;
    height: 26px;
    float: right;
    height: 26px;
    margin: 0 0 8px;
    width: 100%;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 0px 5px 10px;
        width: 100%;
        background: transparent;
        padding: 5px;
        line-height: 12px;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        color: #fff;
        font-size: 14px;
        outline: none;
    }
        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        display: none;
        margin: 0;
        overflow-y: scroll;
        max-height: 75px;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
            position: relative;
            background-color: white;
            color: black;
            padding: 3px;
            font-size: 13px;
        }

    .dropdown-check-list.visible .anchor {
        color: #0094ff;
    }
