html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../Content/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../Content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#producers {
}

.producerLink {
    color: #333;
    font-size: 1.2em;
}

    .producerLink:hover {
        text-decoration: underline;
        color: #6d6d6d;
    }

.description table thead tr th {
    background: #565656;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 5px 8px;
    border-bottom: 1px solid #c0c0c0;
    height: 34px;
    border-right: 1px solid #fff;
}
.description table tbody tr td{
        font-size: 12px;
    text-align: left;
    padding: 8px 5px;
    border-bottom: 2px solid #ababab;
    color:#333;
}

body {
    font: normal 12px 'Roboto';
    background: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

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;
    }
    #content .breadcrumb{
        color:white!important;
        font-size:1.2em;
    }
/* 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;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

#header {
    background: rgb(253,253,253);
}

    #header .top {
        background: #565656;
        height: 1px;
    }

    #header .top {
        background: #009641;
        height: 35px;
    }

        #header .top a.enter {
            color: #fff;
            text-transform: uppercase;
            padding: 0 10px;
            border-left: 1px solid white;
            float: right;
            height: 35px;
            line-height: 35px;
            font-weight: bold;
        }

        #header .top a.basket {
            color: #fff;
            padding: 0 10px;
            border-left: 1px solid #73d3f6;
            border-right: 1px solid #73d3f6;
            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: 35px;
                line-height: 35px;
            }

                #header .lang_nav li a:hover {
                    opacity: 1;
                }

    #header .logo {
        float: left;
        margin: 10px 130px 10px 300px;
    }

    #header .banner {
        margin: 35px 0 0 0;
        float: left;
    }

#main_nav {
    clear: both;
    width: 100%;
    background: #565656;
    height: 35px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    #main_nav li {
        float: left;
        list-style: none;
        border-right: 1px solid #acadad;
        height: 35px;
    }

        #main_nav li a {
            color: #fff;
            padding: 0 20px;
            line-height: 42px;
            height: 35px;
            text-transform: uppercase;
            font-size: 16px;
            display: block;
        }

        #main_nav li.active,
        #main_nav li:hover {
            background: #515151;
        }

#fistNavItem:hover {
    background: #515151;
    border-top-left-radius: 15px;
}

#main_nav li > ul {
    display: none;
    position: absolute;
    width: 230px;
    background: #515151;
    overflow: hidden;
    z-index: 5;
}

#main_nav li:hover > ul {
    display: block;
}

    #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/arrow_nav.png") no-repeat 20px center;
        }

        #main_nav li:hover > ul li:hover {
            background: #565656;
        }

#content {
    position: relative;
    min-height: 640px;
}

    #content .form_wrap {
        background: url("../Content/imgs/form_bg.jpg") no-repeat center top;
        width: 100%;
        height: 458px;
        padding: 80px 0 0;
        position: relative;
    }

    #content .outer {
        border: 10px solid #009641;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        width: 480px;
        margin: 0 auto;
    }

    #content .login {
        background: #fff;
        padding: 20px 60px;
        width: 372px;
        margin: 0 auto;
        position: relative;
    }

        #content .login h3 {
            text-transform: uppercase;
            color: #565656;
            border-bottom: 1px solid #565656;
            padding: 0 0 10px;
            text-align: center;
            margin: 0 0 30px;
        }

        #content .login .box {
            margin-bottom: 15px;
        }

        #content .login a {
            color: #565656;
            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: #E5322C;
    border: 1px solid #E5322C;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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: #009641;
}

    #content .breadcrumb_big li {
        text-transform: uppercase;
        color: #fff;
        list-style: none;
    }

#content .breadcrumb li,
#content .breadcrumb li a {
    list-style: none;
    float: left;
    color: #000;
    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: #009641;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

#content .category.boxes,
#content .search.boxes {
    background: #565656;
}

    #content .category.boxes h3 {
        background: #009641;
        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: #ACADAD;
        }

        .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: #ACADAD;
            }

.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: #515151;
}

.selectlist pre {
    max-height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.search_form input[type="button"] {
    background: #e5322c 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: #ACADAD;
    border: 1px solid #ACADAD;
    color: black;
    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: #565656;
    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: #e5322c;
    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: 175px !important; /*155px */
}

table.main th.code {
    width: 135px !important; /*115px*/
}

table.main th.brand {
    width: 90px !important; /*90px*/
}

table.main th.name {
    width: 280px !important; /*245*/
}

table.main th.reusable {
    width: 90px !important; /*100*/
}

table.main th.price {
    width: 138px !important; /*116*/
}

table.main th.last {
    border-right: none;
    width: 95px; /*107*/
}

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: 121px;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    max-width: 121px;
    min-width: 121px;
    box-sizing: border-box;
}

table.main td.img-bp {
    width: 147px;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

table.main td.img img, table.main td.img-bp img {
    max-width: 120px;
    max-height: 80px;
}

table.main td.code {
    width: 90px !important;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;    
    overflow: hidden;
    word-wrap: break-word;
    min-width: 90px !important;
    max-width: 90px !important;
    box-sizing: border-box;
}

table.main td.code-bp {
    width: 112px !important;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}

table.main td.brand {
    width: 70px !important; /*90px*/
    text-align: center;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
    height: 80px;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 70px !important;
    min-width: 70px !important;
    box-sizing: border-box;
}

table.main td.name {
    width: 190px;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    word-wrap: break-word;
    min-width: 190px !important;
    max-width: 190px !important;
    box-sizing: border-box;
    word-wrap: break-word;
}

table.main td.name-bp {
    width: 235px;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
}

table.main td.reusable {
    width: 80px !important;
    text-align: center;
    /*border-right: 1px solid #dfdfdf;*/
    padding: 5px 0;
    min-width: 80px !important;
    max-width: 80px !important;
    box-sizing: border-box;
}

table.main td.price {
    width: 94px;
    background: #565656;
    color: #fff;
    min-width: 94px !important;
    max-width: 94px !important;
    box-sizing: border-box;
    word-wrap: break-word;
}

table.main td.price-bp {
    width: 112px;
    background: #565656;
    color: #fff;
}

table.main td.price span, table.main td.price-bp span {
    font-weight: bold;
    font-size: 15px;
}

table.main td.order, table.main td.order-bp  {
    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/tel-green.png") no-repeat center center;
        }

        table.main td.order span.unavailable {
            background: url("../Content/imgs/tel-red.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: 13px 22px 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;
    border-right: 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: #565656;
        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: #565656;
                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: #0791c6;
            }

    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 {
    background: #565656;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

    #footer p {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

        #footer p img {
            display: inline-block;
            margin: 0 15px;
        }

.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: #565656;
        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 {
    border: 1px solid;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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-color: #BDE5F8;
    background: #BDE5F8 url('imgs/icon-info.png') no-repeat 10px center;
}

.warning_box {
    color: #9F6000;
    background-color: #FEEFB3;
    background: #FEEFB3 url('imgs/icon-attention.png') no-repeat 10px center;
}

.removeQtyField {
    width: 50px;
}

#dimmer {
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 200%;
    z-index: 10;
}

#preview {
    position: absolute;
    border: 1px solid #25B3FF;
    background: #D7F1FF;
    padding: 5px;
    display: none;
    color: #000000;
    z-index: 3;
}

.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;
}

ul#yearSelectBoxItOptions {
    z-index: 1000001;
}

#modelSelectBoxItText {
    width: 150px;
}

#modificationSelectBoxItText {
    width: 150px;
}

#search_typeSelectBoxItText {
    width: 150px;
}
#TypeSelectBoxIt{
    width:240px!important;
}
.documentField {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tableRightCell {
    padding-left: 4px;
}

.catInfoPopup {
    position: fixed;
    top: 150px;
    background-color: #D7F1FF;
    border: 1px solid #25B3FF;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 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 {
    max-height: 500px;
    overflow-y: auto;
}

    #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;
    }

.stock {
    margin: 0 !important;
}


img.availability-icon {
    display: block;
    margin: 0 auto;
}

span.item-quantities-and-measures {
    margin: 0 auto !important;
    width: 100% !important;
}


/*Banners view*/

/*#banner-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}

#banner-form-wrapper tr td, #banner-form-wrapper tr th{
    min-width: 230px;
    text-align: left;
}

#banner-form-wrapper tr th{
    padding: 6px;
    font-size: 1.1em;
}

#banner-form-wrapper table {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: -110px;
}

#banner-form-wrapper th, td {
    border: 1px solid #a8a8a8;
    padding: 10px;
}

#banner-form-wrapper img.bannerImage {
    max-width: 230px;
}

#saveBannersButton{
    float:right;
    position:relative;
    left: 103px;
}

#manageBanners {
    float: left;
    position:relative;
    left: -110px;
}*/

#center input[type="button"], #order_dialog input[type="button"] {
    background: url("../Content/imgs/basket.png") no-repeat center center;
    width: 24px;
    height: 22px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 0px;
}

#center input[type="text"] {
    width: 25px;
    height: 18px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}

.buy {
    padding: 8px 8px;
}

#message {
    width: 720px;
    float: left;
    margin: 0 20px;
}

td.no-border {
    border: none !important;
    padding: 3px !important;
}

#clear {
    cursor: pointer;
    outline: none;
}

#center #show-all {
    background-color: #565656;
    background-image: none;
    width: 130px;
}

.hidden-row {
    display: none;
}

div.accept-rules-container {
    display: inline-block;
    width: 10%;
}

div.accept-rules-container > label, div.accept-rules-container > input {
    cursor: pointer;
}

div.collect-period-container {
    margin-top: 15px;
}

input.collect-period {
    width: 20px;
}

label.collection-reason-label, label.collection-reason-label > input {
    cursor: pointer;
}

.left{
    float:left;
}

.right{
    float: right;
}

#footer .container{
   /*width: 780px;
    position: absolute;
    top:5px;
    right: -45px;
    min-height: 155px;
    box-sizing: border-box;*/
    /*padding-bottom: 5px;*/
    -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
    /*background: rgb(39, 39, 39);
    background: -moz-linear-gradient(270deg, rgb(39, 39, 39) 0%, rgb(57, 57, 57) 100%);
    background: -webkit-linear-gradient(270deg, rgb(39, 39, 39) 0%, rgb(57, 57, 57) 100%);
    background: -o-linear-gradient(270deg, rgb(39, 39, 39) 0%, rgb(57, 57, 57) 100%);
    background: -ms-linear-gradient(270deg, rgb(39, 39, 39) 0%, rgb(57, 57, 57) 100%);
    background: linear-gradient(0deg, rgb(39, 39, 39) 0%, rgb(57, 57, 57) 100%);*/
    background: #565656;
    margin-right: 150px;
    /*margin-left: 52%;*/
    /*margin-bottom: 20px;*/
    clear: both;
    display: inline-block;
    width: 32%;
    position: absolute;
    left: 42%;
}

#footer .cont{
    width: 700px;
    padding-left: 45px;   
    -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

#footer .column{
    width: 180px;
    margin-left: 30px;
    margin-top: 10px;
    float: left;
    height: 145px;
}

#footer-nav {
    width: 140px;
}

footer .column{
    width: 180px;
    margin-left: 45px;
    margin-top: 27px;
    float: left;
}
.footer-title{
    font-size: 16px;
    line-height: 18px;
    color: rgba(190, 190, 190, 0.98);
    margin-bottom: 5px;
    font-weight: normal;
}
#footer p.footer-link {
    color: rgba(190, 190, 190, 0.98);
    width: 200px;
    text-align: left;
}
#footer p.footer-link:hover {
    color: #fff;
}
.footer-link{
    float: left;
    color: rgba(190, 190, 190, 0.98);
    clear: left;
    margin-top: 10px;
}
.footer-link:hover{
    color: #fff;
}
.footer-link .fa{
    margin-right: 10px;
}
#footer .bottom{
    color: #d6d6d6;
    font-weight: 300;
    margin-right: 60px;
    margin-top: 25px;
}
#footer .bottom a{
    color: #d6d6d6;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .bottom a:hover{
    color: #fff;
}

.fa{
    font-family: 'FontAwesome';
}

#footer-address {
    width: 225px;
}

.map{
    /*float: left;*/
    /*width: 900px;*/
    height: 155px;
    overflow: hidden;
    /*margin-left: 8%;*/
    width: 60%;
    display: inline-block;
}

img.open-order-screen {
    cursor: pointer;
}

div#item-info-container {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 15px;
    overflow: auto;
    padding-top: 10px;
}

div#item-info {
    width: 50%;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

div#brand-info {
    width: 48%;
    display: inline-block;
}

.fwb {
    font-weight: bold;
}

div.order-line-container {
    margin: 5px;
}

div.order-line-container-header {
    border-bottom: 1px solid #cccccc;
}

div.order-number {
    width: 25%;
    display: inline-block;
}

div.order-price {
    width: 15%;
    display: inline-block;
}

div.order-delivery-terms {
    width: 30%;
    display: inline-block;
    text-align: center;
}

div.order-qty {
    width: 25%;
    display: inline-block;
    text-align: center;
}

input.order-line-qty {
    width: 40px;
}

input.order-line-cart-icon {
    left: 5px;
    position: relative;
    top: 5px;
}

div.order-delivery-terms.tar {
    text-align: right;
}
.discountLink, .discountLinkBP {
    display: inline-block;
    width: 100%;
}
.discountLink > span, .discountLinkBP > span {
    font-size: 13px !important;
    color: white;
    text-decoration: underline;
}
.item-available {
    color: green;
}
table.main td.order span.available-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin: 0;
}
.available-text.item-available {    
    color: #28a745 !important;
}
.available-text.item-not-available {
    color: #dc3545 !important
}
.available-text.item-available-in-partner {
    color: #ffc107 !important;
}
table.main td.order {
    position: relative;
    width: 85px;
    min-width: 85px;
    max-width: 85px;
}