﻿/* ------------ Globální definice objektů  -----------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'BMW-Bold';
    src: url('fonts/BMWGlobal_Pro_bold_0.ttf') format('truetype');
}

@font-face {
    font-family: 'BMW';
    src: url('fonts/BMWGlobal_Pro_reg_0.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: white;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a, a:active, input[type="submit"], input[type="submit"]:active {
    outline: 0;
    outline: none !important;
}

input, input:active {
    outline: none !important;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    /*font-size:11px; kuba*/
    color: #000;
}

.input_text {
    margin: 0;
    padding: 0;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
    font-size: 14px;
    color: #878787;
    font-style: normal;
}

    .input_text.email-news {
        font-size: 14px;
        color: #333333;
        line-height: 14px;
        padding: 7px 6px;
        width: 96%;
        margin: 5px 0 9px 0;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }

.input_button {
    margin: 0;
    padding: 0;
    border: 0;
}

.input_radio {
    height: 12px;
    width: 12px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.input_check {
    height: 12px;
    width: 12px;
    margin: 0;
    padding: 0;
    border: 0;
}

label {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: #000;
    font-size: 11px;
}

input {
    vertical-align: middle;
}

.clear {
    _height: 0px;
    font-size: 1px;
    clear: both;
}

.clear1 {
    clear: both;
    _clear: none;
}

.clear2 {
    clear: both;
    _height: 0px;
    font-size: 1px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.pull-right {
    float: right;
}

.center {
    text-align: center;
}

.hide {
    visibility: hidden;
}

.buttons {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
}

.Title {
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}

.Code2 {
    border: 1px solid #8b4513;
    padding-right: 5px;
    padding-left: 5px;
    color: #000066;
    font-family: 'Courier New', Monospace;
    background-color: #ff9933;
}

.postfixText {
    padding-left: 3px;
}

.bottom {
    height: 10px;
    margin-bottom: 10px;
    background: url(/img/BGbottom.gif) no-repeat left bottom #FFF;
}

.imgarrow.right {
    float: right;
}

.imgarrow.left {
    float: left;
}

.add-desc {
    margin-left: 48px;
    font-style: italic;
}

/* GRADIENTY */
.gr-soft {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* STINY */
.shadow-soft {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.shadow-box {
    -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    padding-top: 4px;
}

.shadow-search {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

/* BUTTONKY */
.btn-renocar {
    color: #002e5f;
    background: url(/img/renocar/btn-renocar-white.png) repeat-x 0 0;
    padding: 14px 14px;
    font-size: 14px;
    line-height: 17px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .btn-renocar:hover {
        text-shadow: none;
        color: white;
        background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
        repeat-x 0 0;
        padding: 14px 14px;
        font-size: 14px;
        line-height: 17px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .btn-renocar.selected {
        text-shadow: none;
        color: white !important;
        background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
        repeat-x 0 0;
        padding: 14px 14px;
        font-size: 14px;
        line-height: 17px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

.btn-renocar-normal {
    text-transform: uppercase;
    text-shadow: none;
    color: white;
    background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
    padding: 9px 30px;
    font-size: 13px;
    line-height: 17px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#article .text a.btn-renocar-normal {
    text-decoration: none;
}

.btn-renocar-normal:hover {
    text-shadow: none;
    color: white;
    background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
    padding: 9px 30px;
    font-size: 13px;
    line-height: 17px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-renocar-topright {
    margin-right: 20px;
    margin-top: 4px;
    text-transform: uppercase;
    text-shadow: none;
    color: white;
    background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
    padding: 8px 8px;
    font-size: 13px;
    line-height: 17px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
}

    .btn-renocar-topright:hover {
        text-shadow: none;
        color: white;
        background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
        padding: 8px 8px;
        font-size: 13px;
        line-height: 17px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        float: right;
    }

.btn-renocarbigger-normal {
    text-shadow: none;
    color: white;
    background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
    padding: 9px 0;
    font-size: 16px;
    line-height: 22px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .btn-renocarbigger-normal:hover {
        text-shadow: none;
        color: white;
        background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
        padding: 9px 0;
        font-size: 16px;
        line-height: 22px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

/*.btn-login {text-shadow:none;color:white;background: url(/img/renocar/btn-login.png) repeat-x 0 0;padding:9px 10px;font-size:13px; border:none;border-radius:0;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
    */
.btn-gray {
    display: block;
    color: white;
    background: url(/img/renocar/btn-gray.png) repeat-x 0 0;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 13px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .btn-gray:hover {
        display: block;
        text-shadow: none;
        color: white;
        background: url(/img/renocar/btn-gray-dark.png) repeat-x 0 0;
        padding: 10px 10px;
        font-size: 13px;
        line-height: 13px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

.btn-normal {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
    border-color: #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #002e5f;
    margin: 8px 0;
}

/* FONTY */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxrsuoFAk0leveMLeqYtnfAY.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxmWeb5PoA5ztb49yLyUzH1A.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


@font-face {
    font-family: 'open_sans_extraboldregular';
    src: url('/img/FontFace/opensans-extrabold-webfont.eot');
    src: url('/img/FontFace/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/img/FontFace/opensans-extrabold-webfont.woff') format('woff'), url('/img/FontFace/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/img/FontFace/opensans-bold-webfont.eot');
    src: url('/img/FontFace/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/img/FontFace/opensans-bold-webfont.woff') format('woff'), url('/img/FontFace/opensans-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


/* IKONY */
.icon-bigarrow-right {
    position: absolute;
    right: 0;
    background: url(/img/renocar/sprite.png) no-repeat -254px 0;
    display: inline-block;
    width: 46px;
    height: 19px;
}

.icon-bigarrow-white-right {
    position: absolute;
    right: 0;
    background: url(/img/renocar/sprite.png) no-repeat -254px -32px;
    display: inline-block;
    width: 46px;
    height: 19px;
}

.icon-big-folder {
    background: url(/img/renocar/sprite.png) no-repeat 0 0;
    display: inline-block;
    width: 29px;
    height: 27px;
    margin-right: 15px;
    vertical-align: middle;
}

.icon-user-reno {
    background: url(/img/renocar/sprite.png) no-repeat -51px -4px;
    display: inline-block;
    width: 17px;
    height: 13px;
    float: left;
}

.icon-servicefine {
    background: url(/img/renocar/sprite.png) no-repeat -102px -347px;
    display: inline-block;
    width: 39px;
    height: 37px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

/* -- vsechny texty z FCK editoru --- */
.freetext {
}

    .freetext p {
    }

.information.freetext {
    margin: 10px auto 0 auto;
    padding: 20px 20px 20px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    text-align: left;
}

    .information.freetext p {
        font-size: 13px;
        line-height: 18px;
        color: #666;
        text-align: left;
    }

    .information.freetext div {
        margin-left: 4px;
        font-size: 14px;
        line-height: 22px;
    }

.info {
    position: absolute;
    top: 5px;
    right: 4px;
    padding: 2px 0 2px 11px;
    display: block;
    font-size: 12px;
    color: #434343;
    background: url(/img/SEPcontainerHeader.gif) no-repeat bottom left;
}

.information {
    width: 95%;
    margin: 10px auto 10px auto;
    padding: 10px;
    text-align: center;
    clear: both;
}

    .information ul {
        list-style: none;
        margin: 0;
    }

    .information p {
        margin: 5px;
    }

    .information a {
        font-weight: bold;
        color: #8f8f8f;
    }

    .information.alert {
        ;
    }

    .information.result {
        ;
    }

    .information table {
        width: 100%;
    }

        .information table th {
            width: 50%;
            text-align: right;
        }

        .information table td {
            width: 50%;
            text-align: left;
        }

/* LI seznam */
.arrowedMenu {
    padding: 15px 0 15px 15px;
}

.arrowed {
    padding-left: 10px;
    background: url(/img/arrowR.gif) no-repeat center left;
}

    .arrowed a {
        color: #8f8f8f;
    }

.pArrowedMenu {
    text-align: right;
    padding-right: 20px;
}

    .pArrowedMenu ul {
        ;
    }

        .pArrowedMenu ul li {
            padding-left: 20px;
            display: inline;
        }

            .pArrowedMenu ul li a {
                text-decoration: underline;
            }

                .pArrowedMenu ul li a:hover {
                    text-decoration: none;
                }

.pLoginform div {
    display: inline;
}

/*  clona   */
#clona {
    position: absolute;
    z-index: 701;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-image: url(/img/logoGrey.gif);
    filter: alpha(opacity=50);
    opacity: .5;
}

#clona1 {
    position: absolute;
    z-index: 702;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.clonaIE6 {
    background-image: url(/img/logoGrey.gif);
}

/* ----------  Definice kostry  -------------------------------------------------------------------------------------------------- */

#containerBgBody {
    position: relative;
    margin: auto;
}

#containerBody {
    position: relative;
    margin: auto;
    width: 1024px;
    background: #eeeeee;
}

#column1 {
    position: relative;
    top: 0;
    left: 0;
    width: 215px;
    float: left;
}

#column2 {
    position: relative;
    height: auto;
}

#column3 {
    position: relative;
}

#containerFooter {
}

.pageCenter {
    margin: 0 auto;
    position: relative;
}

    .pageCenter.header {
        height: 100px;
    }

    .pageCenter.banner {
        background: url("/img/moje/bannerRep.png") repeat-x scroll 0 0 transparent;
    }

    .pageCenter.toppart {
        background: none repeat scroll 0 0 #f0f0f0;
    }

    .pageCenter.bottompart {
        background: none repeat scroll 0 0 #898a8b;
    }

/* HEADER - navbar - logo - mainnav - searching */

/* ----------  navbar ------------------------------------------------------------------------------------------------------- */
.navbar {
    margin-bottom: 0px;
}

.navbar-inner [class*="span"] {
    min-height: 0px;
}

.navbar .container {
    width: 1000px;
}

.navbar .nav {
    margin-right: 0px;
}

.navbar-inner {
    filter: none;
    min-height: 28px;
    padding: 0;
    margin: 0;
    background: url(/img/renocar/bg-soft.png) repeat-x 0 0;
    margin-bottom: 0px;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*.navbar .container {width: 1170px;}*/
.navbar .nav {
    float: right;
    padding: 0;
    margin: 0;
}

    .navbar .nav li {
        margin-left: 0px;
        padding: 0px;
    }

        .navbar .nav li a {
            display: block;
            margin: 0;
            padding: 6px 9px 6px 9px;
            text-transform: uppercase;
            color: #666666;
            text-shadow: none;
        }

        .navbar .nav li:hover a {
            text-decoration: none;
            background: url(/img/renocar/bg-dark.png) repeat 0 0;
            color: white;
        }

        .navbar .nav li ul {
            background: url(/img/renocar/bg-dark.png) repeat 0 0;
            width: 180px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .navbar .nav li ul li a {
                margin: 0;
                padding: 6px 9px 6px 9px;
            }

            .navbar .nav li ul li:hover {
                background: #333333;
            }

                .navbar .nav li ul li:hover a {
                    background: none;
                }

.topMenuLevel2 li a, .topMenuLevel2 li a:hover {
    color: White !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.contact-info {
    position: absolute;
    right: 175px;
    top: 24px;
}

    .contact-info:before {
        position: absolute;
        content: ' ';
        width: 21px;
        height: 24px;
        background: url(/img/new/green-phone.png) no-repeat;
        left: -36px;
        top: 4px;
    }

    .contact-info .bold a {
        color: #61c03c;
        font-size: 18px;
        font-weight: 900;
        text-decoration: none;
    }

    .contact-info .regular {
        color: #989898;
        font-size: 11px;
        font-weight: 700;
    }


.top-user-buttons {
    position: absolute;
    right: 0;
    top: 20px;
}

.userInfo.loginInfo .guide-btn {
    width: 40px;
    height: 40px;
    background: #f4f4f4;
    display: inline-block;
    position: relative;
}

    .userInfo.loginInfo .guide-btn.act:after {
        content: ' ';
        position: absolute;
        background: #FFF;
        /* border: 1px solid; */
        height: 20px;
        bottom: -11px;
        width: 40px;
    }

    .userInfo.loginInfo .guide-btn:before {
        position: absolute;
        content: ' ';
        width: 25px;
        height: 25px;
        background: url(/img/new/guidelinks-icos.png) no-repeat;
        top: 7.5px;
        left: 7.5px;
    }


    .userInfo.loginInfo .guide-btn.login:before {
        background-position-y: -25px;
    }


    .userInfo.loginInfo .guide-btn.basket:before {
        background-position-y: -50px;
    }


    .userInfo.loginInfo .guide-btn:hover {
        background: #FFF;
        xbackground: url(/img/new/guidelinks-icos_brightblue.png) no-repeat;
    }


    .userInfo.loginInfo .guide-btn.login:hover:before {
        background-position-y: -25px;
    }


    .userInfo.loginInfo .guide-btn.basket:hover:before {
        background-position-y: -50px;
    }

    .userInfo.loginInfo .guide-btn.basket {
        position: relative;
    }

.userInfo.loginInfo .basket span.count {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 14px;
    min-width: 14px;
    box-sizing: border-box;
    padding: 0px 2px 0px 2px;
    border-radius: 15px;
    background: #61c03c;
    line-height: 13px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    font-weight: 400;
}


ul.userInfo.loginInfo li {
    float: left;
    margin-right: 1px;
}

    ul.userInfo.loginInfo li:last-of-type {
        margin-right: 0;
    }


.userInfo.loginInfo li:before {
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    content: ' ';
    height: 40px;
    width: 41px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.userInfo.loginInfo li.act:before {
    opacity: 1;
    z-index: 1;
    transition: all 1.5s;
}

.userInfo a.btn-login {
    color: white !important;
    position: relative;
}

ul.userInfo.loginInfo li .icon-user {
    position: absolute;
    left: 10px;
    top: 8px;
}

.loginwin {
    display: none;
}

    .loginwin a {
        display: inline-block !important;
        background: none !important;
        text-transform: none !important;
        color: #002e5f !important;
        text-decoration: underline !important;
    }

    .loginwin .title.login-t {
        display: none;
    }

    .loginwin .login-holder, .loginwin .row.login-row.login, .loginwin .span12.login-title-holder {
        width: 450px;
    }

    .loginwin .login.login-row {
    }

.login-content-ap {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.navbar .nav li#login a.last {
    background: url(/img/renocar/sprite.png) no-repeat -51px 3px;
    white-space: nowrap;
    padding-left: 20px;
    font-weight: normal;
    text-transform: none;
}

#login.act {
    xbackground: url(/img/renocar/bg-dark.png) repeat 0 0;
    background: #FFF;
    z-index: 99999;
}
/**.navbar .nav li#login a.last:hover, .navbar .nav li#login a.act { background: url(/img/renocar/bg-dark.png) repeat 0 0; }*/

/* logo-search */
.logo-search-xx {
    border-bottom: 1px solid #e3e3e3;
}

.row.logo-search {
    min-height: 80px;
    position: relative;
}

    .row.logo-search a.logo {
        position: absolute;
        top: 22px;
    }


#mainLogo {
    display: inline-block;
    background: url("/img/mainLogo.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    width: 433px;
}

/*****************************  === basketInfo  === ***********************************************/
#basketInfo {
    position: relative;
    background: none repeat scroll 0 0 gray;
    float: left;
    height: 29px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    background: url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;
}

.basket {
}

    .basket .basket-t {
        padding: 12px 0 0 43px;
        font-size: 14px;
        font-weight: bold;
        color: #fefefe;
    }

    .basket .basketInfo .count {
        color: white;
        padding-right: 10px;
    }

        .basket .basketInfo .count strong {
            font-size: 14px;
            color: white;
            font-weight: normal;
        }

        .basket .basketInfo .count span {
            font-size: 10px;
        }

    .basket .basketInfo .price {
        display: none;
    }

        .basket .basketInfo .price strong {
            font-size: 14px;
            color: #fcb034;
        }

            .basket .basketInfo .price strong small {
                font-size: 10px;
                color: #fefefe;
            }

    .basket .basketLinks {
        padding: 0;
        float: left;
    }

    .basket .basketInfo {
        padding: 5px 0 5px 0;
        float: right;
        margin-right: 20px;
    }

    .basket .basketLinks a {
        font-size: 13px;
        font-weight: normal;
        color: #98a6a9;
        text-transform: uppercase;
        color: white;
        display: inline-block;
        padding: 8px 0 5px 38px;
        background: url(/img/renocar/sprite.png) no-repeat -48px -27px;
    }

    .basket .basketLinks .showB {
        margin: 0 0 0 10px;
        color: white;
        position: absolute;
        z-index: 10;
        width: 70%;
        height: 60%;
        text-decoration: none;
    }

/* SEARCH.form vyhledavani hlavicka */

#search.act {
    background: #FFF;
    z-index: 99999;
}

.searchwin {
    position: absolute;
    top: 40px;
    right: 0px;
    background: #FFF;
    z-index: 1000;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    width: 450px;
}

.searchBox .seEx .input_text {
    margin: 20px 20px 4px 20px;
    width: 325px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
}

.searchBox button.header-search {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    border: 0;
    text-transform: uppercase;
    color: white;
    width: 78px;
    height: 34px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1C69D4 /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0*/;
}

.searchBox .seEx .advSearchBoxLink {
    position: relative;
    top: 10px;
    left: 18px;
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #98aeb4;
    background: url(/img/bg-advSearchBoxLink.gif) no-repeat 0 5px;
    display: none;
}

.searchBox #advSearchBox {
    position: absolute;
    top: 39px;
    left: 198px;
    width: 110px;
    padding: 9px 0 7px 10px;
    background: url(/img/bg-searchBox_advSearchBox.gif) no-repeat #002b35;
    border: 1px solid #00191f;
}

    .searchBox #advSearchBox label {
        padding-bottom: 4px;
        display: block;
        color: #69b5c8;
    }

    .searchBox #advSearchBox .input_radio {
        position: relative;
        top: -2px;
        margin-right: 5px;
    }

    .searchBox #advSearchBox a {
        margin: 0 0 3px 18px;
        display: block;
        text-decoration: underline;
        color: #76e4ff;
    }

        .searchBox #advSearchBox a:hover {
            text-decoration: none;
        }

/* USER.guideLinks main menu */
#containerHeader_1 {
    height: 49px;
}

ul#mainMenu {
    position: relative;
    padding: 0;
    margin: 0;
}

    ul#mainMenu li div.actv {
        cursor: default;
    }



    ul#mainMenu > li {
        display: inline-block;
        margin: 0 14px 0 14px;
        z-index: 999;
        vertical-align: middle;
    }

        ul#mainMenu > li:first-child {
            margin: 0 18px 0 18px;
        }

        ul#mainMenu > li a {
            text-transform: uppercase;
            font-size: 16px;
            padding: 17px 2px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #262626;
        }

            ul#mainMenu > li a:hover {
                color: #0653b6
            }

            ul#mainMenu > li a.bluearrow {
                color: #0653b6
            }

            ul#mainMenu > li a.home {
            }

        ul#mainMenu > li div > a {
            max-width: 240px;
            text-transform: uppercase;
            font-size: 16px;
        }

            ul#mainMenu > li div > a .name {
                padding-top: 5px;
                padding-bottom: 5px;
                line-height: 20px;
            }

        ul#mainMenu > li ul li a:hover {
            text-decoration: none !important;
        }

        ul#mainMenu > li ul li.act {
            background: #333333 !important;
        }

span.name {
    display: block;
    color: black;
    text-transform: none !important;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 30px;
}

span.price {
    display: block;
    color: #d6083b;
    text-transform: none !important;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
}

.productHref {
    float: right;
}
/*#containerHeader_1 {height:13px;padding:18px 0;}
ul#mainMenu {height: 20px;position:relative;text-align:center;padding:0;margin:0;}
    ul#mainMenu li div.actv { cursor: default; }
    ul#mainMenu > li {display: inline-block;margin: 0 10px 0 0;z-index: 999}
        ul#mainMenu > li a {text-transform:uppercase;font-size:16px;padding: 0 3px;}
          ul#mainMenu > li div > a {text-transform:uppercase;font-size:16px;}
          ul#mainMenu > li ul li a:hover {text-decoration: none !important; }
          ul#mainMenu > li ul li.act {background: #333333 !important; }
          span.name {display:block;color:black;text-transform:none!important;padding:0;margin:0;text-align:left;line-height:30px;}
          span.price {display:block;color:#d6083b;text-transform:none!important;padding:0;text-align:left;font-size:13px;line-height:15px;}*/

#mainMenu .menuItemSub {
    position: absolute;
    top: 50px;
    width: auto;
    background: url(/img/renocar/bg-dark.png) repeat 0 0;
    padding: 20px;
    z-index: 999;
}

.menuItemSub .leftPart {
    float: left;
    width: auto;
    position: relative;
    text-align: left;
    padding: 15px 15px 0 0;
}

.menuItemSub .rightPart {
    float: right;
    width: auto;
    background: white;
    padding: 20px;
}

.menuItemSub .leftPart .arrow {
    xwidth: 22px;
    xheight: 10px;
    xbackground: url(/img/renocar/sprite.png) no-repeat -212px 0;
    left: 5px;
    position: absolute;
    top: -32px;
    z-index: 999999;
    width: 0;
    height: 0;
    border-color: transparent !important;
    border: 11px solid;
    border-bottom-color: #535454 !important;
}

.menuItemSub .leftPart a {
    color: white !important;
}

.menuItemSub .leftPart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .menuItemSub .leftPart ul a {
        font-size: 13px !important;
        padding: 4px 5px !important;
        display: block;
    }

.menuItemSub .leftPart .caption a {
    padding: 0px 0px 0px 5px !important;
}

.menuItemSub .leftPart hr {
    background: #999999;
    border-color: #999999;
    margin: 10px 0 10px 0;
}

h1.main {
    text-align: center;
    color: #003644;
    font-size: 14px;
}

#bannerImg_1 {
    position: absolute;
}

#bannerImg_2 {
    position: absolute;
}

.setUp {
    position: absolute;
    top: 11px;
    left: 62px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

    .setUp li {
        float: left;
    }

        .setUp li a {
            margin-right: 40px;
            _margin-right: 20px;
            float: left;
            text-decoration: none;
            font-weight: bold;
            color: #fcb034;
        }

            .setUp li a:hover {
                text-decoration: underline;
            }

/* CATEGORYLIST.navigate breadcrumb */
.breadcrumb-holder {
    z-index: 1;
    position: relative;
    background: #e8e8e8;
    -webkit-box-shadow: -1px -1px 2px rgba(237, 237, 237, 0.32);
    -moz-box-shadow: -1px -1px 2px rgba(237, 237, 237, 0.32);
    box-shadow: -1px -1px 2px rgba(237, 237, 237, 0.32);
}

    .breadcrumb-holder .arrow-up-blue {
        width: 19px;
        height: 10px;
        position: absolute;
        top: -9px;
        left: 200px;
        background: url(/img/renocar/sprite.png) no-repeat -214px -14px;
    }

#mainMenu li a {
    position: relative;
}

#mainMenu .bluearrow:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: 5;
    display: table;
    content: "";
    background: url(/img/arrowGray.png) no-repeat 50% 0;
}

#mainMenu .shadowarrow:before {
    position: absolute;
    z-index: 999;
    bottom: -1px;
    left: 0;
    height: 10px;
    width: 100%;
    display: table;
    content: "";
    background: url(/img/arrowEx.png) no-repeat 50% 0;
}

#mainMenu li ul li a:hover:before {
    display: none;
}

.breadcrumb-holder .arrow-up-blue.eshop {
    left: 122px;
}

.breadcrumb-holder .arrow-up-blue.storecars {
    display: none;
}

.navigate {
    margin: 0;
    padding: 12px;
    list-style-type: none;
    line-height: 16px;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .navigate:after {
        position: absolute;
        background: #FFF;
        width: 100%;
        height: 5px;
        content: ' ';
        left: 0;
        bottom: -5px;
    }

    .navigate li.home-icon {
        padding: 0 5px;
    }

    .navigate li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .navigate li a {
            color: #1C69D4;
            text-decoration: underline;
            padding-right: 30px;
            position: relative;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
        }

            .navigate li a:hover {
                color: #0653b6;
            }

            .navigate li a:before {
                position: absolute;
                content: '>';
                height: 3px;
                width: 3px;
                color: #8595a6;
                right: 11px;
                top: 1px;
                font-family: 'Californian FB';
                font-size: 14px;
            }

            .navigate li a:after {
                position: absolute;
                content: '>';
                height: 3px;
                width: 3px;
                color: #8595a6;
                right: 14px;
                top: 1px;
                font-family: 'Californian FB';
                font-size: 14px;
            }

            .navigate li a.activNM {
                color: black; /*/text-decoration:none;*/
            }

        .navigate li span.activNM {
            color: #262626;
            padding-right: 30px;
            position: relative;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
        }
/* BANNER main banner homepage */
.banner {
    background: url(/img/renocar/bg-soft.png) repeat;
}

.banner {
    background: url(/img/renocar/bg-mask.png) repeat-x 0 0, url(/img/renocar/bg-soft.png) repeat;
}

.banner_hp {
    height: 410px;
    position: relative;
    width: 1000px;
    overflow: hidden;
}

.slideboxContainer {
    margin: 0 !important;
}

.banner_hp .bannerDesc {
    background: url('/img/moje/banBack.png') repeat;
    bottom: 0;
    min-height: 1px;
    margin-left: 70px;
    padding: 25px;
    position: absolute;
    width: 510px;
    z-index: 100;
}

    .banner_hp .bannerDesc h2 {
        color: White;
        font-size: 52px;
        font-weight: 300;
        font-family: 'Open Sans';
    }
    /*.banner_hp .bannerDesc h2 { color: White; font-size: 52px;font-weight: 300;font-family: 'Open Sans' } */
    .banner_hp .bannerDesc p.desc {
        color: White;
        font-size: 16px;
        margin-top: 20px;
        padding-left: 0px;
        font-family: 'Open Sans';
        line-height: 22px;
        font-weight: 300;
    }

.slidebox {
    height: 411px !important;
    width: 1000px !important;
}

    .slidebox, .slidebox .slideboxSlide {
        width: 1000px !important;
    }

        .slidebox, .slidebox .slideboxSlides, .slidebox .slideboxSlide {
            height: 410px !important;
            position: relative;
        }

.big-banner-left .slideboxContainer.slideboxContainer_1 .slidebox, .big-banner-left .slideboxContainer.slideboxContainer_1 .slidebox .slideboxSlides, .big-banner-left .slideboxContainer.slideboxContainer_1 .slidebox .slideboxSlide {
    height: 360px !important;
    position: relative;
}

div.arrow {
    float: right;
    margin: 10px 35px 0 0;
}

a.slideboxCaption {
    display: block;
    width: 1000px;
    height: 410px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 899;
    background: gray;
    opacity: 0;
    filter: alpha(opacity = 0);
}

img.slideboxCaption {
    position: absolute; /*z-index: 897*/
}

.bannerDesc.slideboxCaption {
    position: absolute;
    z-index: 898;
}

.slideboxThumbs {
    z-index: 900;
}

.slideboxThumb {
    font-size: 0 !important;
}

.span5-3 {
    width: 191px;
}

img.slideboxCaption {
    max-width: none !important;
}

/* PUBLISH.treemenu */
.menu {
    position: absolute;
    top: 157px;
    left: 32px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url(/fotocache/headerimages/bg-menu.png);
}

    .menu li {
        position: relative;
        display: block;
        float: left;
        background: url(/img/bg-menu_li.gif) no-repeat right center;
    }

        .menu li a {
            height: 32px;
            padding: 14px 17px 0 17px;
            float: left;
            display: block;
            font-size: 12px;
            font-weight: bold;
            color: #404040;
        }

            .menu li a:hover, .menu li.sel a {
                background: url(/img/bg-menu_li_aH.gif) no-repeat;
            }

        .menu li ul {
            position: absolute;
            z-index: 700;
            top: 46px;
            left: 0px;
            width: 135px;
            margin: 0;
            padding: 0;
            visibility: hidden;
            font-size: 10px;
            color: #D1E5CC;
            background: #dcdcdc;
            border: 1px solid #fcfcfc;
        }

            .menu li ul li {
                _height: 0;
                display: block;
                float: none;
                margin: 0px;
                padding: 0px;
            }

                .menu li ul li a, .menu li.sel ul li a {
                    height: auto;
                    display: block;
                    float: none;
                    padding: 6px 8px 5px 14px;
                    color: #2c2c2c;
                    font-size: 11px;
                    font-weight: normal;
                    background: none;
                    border-bottom: 1px solid #e5e5e5;
                }

                    .menu li ul li a:hover {
                        color: #FFF;
                        text-decoration: none;
                        background: #989898;
                    }

            .menu li ul ul {
                top: 0;
                left: 136px;
            }

            .menu li ul li.sel {
                background: #989898;
            }

/* PUBLISH.MBRANDS 5x firmy pod bannerem */
.brands-row {
    background: url(/img/renocar/bg-soft.png) repeat;
}

#mbrands {
    padding: 10px 0;
}

    #mbrands .item {
        height: 192px;
        position: relative;
        text-align: center;
    }

        #mbrands .item a {
            text-decoration: none;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 84%;
            padding-top: 30px;
        }

        #mbrands .item h2 {
            font-size: 22px;
            color: #002e5f;
            margin-top: 140px;
            font-weight: 300;
        }

/* PUBLISH.links telefonni cisla v paticce */
.footer-phonenumbers {
    background: url(/img/renocar/bg-soft.png) repeat;
    padding: 30px 0 30px 0;
}

    .footer-phonenumbers table {
        width: 100%;
        border-spacing: 1px;
        border-collapse: separate;
    }

        .footer-phonenumbers table td {
            width: 25%;
            background: #FFF;
            text-align: center;
        }

            .footer-phonenumbers table td a {
                text-decoration: none;
            }

            .footer-phonenumbers table td .name {
                font-size: 10px;
                color: #838383;
                margin-top: 15px;
            }

                .footer-phonenumbers table td .name:last-of-type {
                    font-size: 12px;
                    margin-top: 5px;
                    margin-bottom: 16px;
                }

            .footer-phonenumbers table td .number {
                color: #61c03c;
                font-size: 20px;
                font-weight: 900;
                margin-top: 5px;
            }

                .footer-phonenumbers table td .number.blue {
                    color: #2488c7;
                }


/* PUBLISH.links odlazy v paticce */
.footer-links {
    background: url(/img/renocar/bg-soft.png) repeat;
    padding: 30px 0 30px 0;
}

#footerLinks p.name {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}

#footerLinks hr {
    border-color: #aaaaaa;
    margin-top: 14px;
    margin-bottom: 6px;
}

#footerLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #footerLinks ul li a {
        text-decoration: underline;
        font-size: 13px;
        line-height: 28px;
        color: #000;
    }

        #footerLinks ul li a:hover {
            color: #2488c7;
        }

.section .infoText {
}

    .section .infoText div {
        border: 1px solid #aaa;
        margin-top: 6px;
        padding: 6px 10px;
    }

        .section .infoText div:first-of-type {
            margin-top: 13px;
        }

    .section .infoText span {
        display: block;
    }

        .section .infoText span.name {
            text-transform: uppercase !important;
            line-height: 16px;
            font-size: 13px;
        }

        .section .infoText span.tel {
            font-size: 16px;
            line-height: 22px;
        }

        .section .infoText span.det {
            font-size: 12px;
            color: #545454;
        }

        .section .infoText span.central {
            line-height: 16px;
            padding-top: 0px;
            text-transform: none !important;
            padding-bottom: 5px;
        }

            .section .infoText span.central a {
                color: #000;
                text-decoration: underline;
                font-weight: bold;
            }

                .section .infoText span.central a:hover {
                    color: #2488c7;
                }

    .section .infoText .detProdejny {
        margin-top: -1px;
        font-size: 13px !important;
    }
/* kon.taktujte na.s */
.section .btn.contactus {
    position: relative;
    width: 214px;
    text-transform: uppercase;
    text-align: left;
}

    .section .btn.contactus:hover {
        box-shadow: none;
    }
/* kontaktujte nas popup window */
#TB_window {
    z-index: 1000; /*neprepisuj width auto, viz kontaktujte nas popup !*/
    width: auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 27px !important;
    border: 0;
}

#TB_ajaxContent {
    height: auto !important;
    background: white !important;
    width: 100% !important;
    overflow: visible;
}

.window-content h2 {
    font: italic 20px/40px 'OpenSans', Arial, sans-serif;
}

.window-content p {
    padding: 0 0 6px 0;
    font: normal 14px/20px 'OpenSans', Arial, sans-serif;
}

.window-content .select.vendors div.option p {
    display: inline-block;
    width: 219px;
    vertical-align: middle;
    padding: 0;
}

.window-content .static-category-contact {
    margin-left: -17px;
    width: 716px;
    padding: 28px 0 30px 26px;
}

.window-content .anotation {
    display: inline-block;
    width: 250px;
    margin-right: 40px;
    vertical-align: middle;
}

.window-content .contacts {
    margin-top: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.mywc {
    position: absolute;
    right: 10px;
    top: 10px;
}

#TB_window .popup-holder .cussel {
    margin-bottom: 20px;
}

.kontakty-info {
    padding: 45px 0 0 0;
}

    .kontakty-info > .kontaktujte-nas {
        background: #eeeeee;
        padding: 20px 0;
    }

    .kontakty-info .kontaktujte-nas h3 {
        padding: 0px 0 2px 20px;
        color: #333333;
        font-style: italic;
        font-size: 18px;
        line-height: 18px;
    }

    .kontakty-info .kontaktujte-nas p {
        padding: 0px 0 0 20px;
        line-height: 15px;
    }

    .kontakty-info .btn {
        width: 222px;
        position: relative;
        text-transform: uppercase;
        padding: 15px 20px 15px 0;
    }

        .kontakty-info .btn .icon-bigarrow-white-right {
            top: 33%;
        }

.form-title {
    padding-top: 30px;
}

    .form-title p {
        xpadding: 20px 0 10px 20px;
        font-size: 32px;
        line-height: 32px;
    }

        .form-title p span {
            color: #838383;
        }

.form-fields {
    padding-top: 15px;
}

textarea.reno_text {
    height: 71px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 368px;
    margin-left: 10px;
    margin-top: 0px;
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(270deg, rgb(244, 244, 244) 100%, rgb(252, 252, 252) 100%);
    background: -webkit-linear-gradient(270deg, rgb(244, 244, 244) 100%, rgb(252, 252, 252) 100%);
    background: -o-linear-gradient(270deg, rgb(244, 244, 244) 100%, rgb(252, 252, 252) 100%);
    background: -ms-linear-gradient(270deg, rgb(244, 244, 244) 100%, rgb(252, 252, 252) 100%);
    background: linear-gradient(0deg, rgb(244, 244, 244) 100%, rgb(252, 252, 252) 100%);
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px 10px 15px;
}

    textarea.reno_text:focus {
        border-color: rgba(108, 108, 108, 0.80);
    }

.form-fields .input_text {
    margin-left: 10px;
    margin-bottom: 18px;
    width: 308px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0 12px 15px;
    border: 1px solid #cccccc;
    position: relative;
    background: #f6f6f6 linear-gradient(to top, rgba(252,252,252,1) 0%, rgba(241,241,241,1) 100%);
    color: #000;
    font-style: italic;
}

.form-fields textarea.reno_text {
    width: 274px;
    height: 259px;
    color: #000;
    font-style: italic;
    background: #f6f6f6 linear-gradient(to top, rgba(252,252,252,1) 0%, rgba(241,241,241,1) 100%);
    padding: 15px 20px;
    margin-bottom: 18px;
}

.form-fields label {
    font-size: 13px;
    color: #838383;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 7px;
    font-weight: bold;
}

    .form-fields label.error {
        display: block;
        font-weight: normal;
        margin-top: -10px;
        margin-bottom: 15px;
        color: #D91E18;
    }

    .form-fields label .req {
        color: #D91E18;
    }

.form-fields .input_text.error,
.form-fields textarea.error {
    border: 1px solid #D91E18;
    background: rgba(255, 107, 102, 0.05) linear-gradient(to top, rgba(254, 121, 117, 0.05) 0%, rgba(254, 96, 91, 0.05) 100%);
}

.text-button {
    padding: 20px 0 0 0;
    text-align: center;
}

    .text-button .send-button a {
        width: 216px;
        padding: 20px 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .text-button .send-button input {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .text-button .text-info {
        color: #222222;
        font-size: 13px;
        padding: 7px 0;
    }

.form-fields .left-part .cussel {
    height: 42px;
    width: 325px;
    margin: 0;
    margin-left: 10px;
    background: url("/img/new/sel-nactiv-325.png") no-repeat scroll 0% 0% transparent;
}

    .form-fields .left-part .cussel.act {
        background: url("/img/new/sel-activ-325.png") no-repeat scroll 0% 0% transparent;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 73, 73, 0.60);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 73, 73, 0.6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 73, 73, 0.6);
    }

        .form-fields .left-part .cussel.act .inner {
            width: 323px !important;
            top: 41px;
            box-shadow: none;
            height: 441px;
            overflow-y: auto;
        }




/* ------------ Footer  ----------------------*/
/* PUBLISH.footer socialy a linky v paticce */
.footer-social-map {
    background: #f0f0f0;
}

#containerFooter {
    padding: 13px 0;
}

    #containerFooter p {
        line-height: 18px;
        font-size: 13px;
        color: #666;
        text-transform: uppercase;
        position: relative;
    }

        #containerFooter p a {
            margin-left: 12px;
        }

    #containerFooter ul {
        padding: 0;
        float: right;
        margin: 0;
        list-style: none;
    }

        #containerFooter ul li {
            display: inline-block;
            float: left;
            padding: 0;
            font-size: 12px;
            line-height: 18px;
        }

            #containerFooter ul li a {
                display: inline-block;
                float: left;
                padding-left: 12px;
                line-height: 18px;
                text-decoration: underline;
                text-transform: uppercase;
            }

.footer-copyright {
    background: url(/img/renocar/bg-middle.png) repeat;
    padding: 20px 0 80px 0;
    font: normal 11px/16px 'OpenSans', Arial, sans-serif;
    color: #ddd;
    text-transform: uppercase;
}

    .footer-copyright p {
        font: normal 12px/16px 'OpenSans', Arial, sans-serif;
        color: #ddd;
        text-transform: uppercase;
    }

    .footer-copyright .freetext {
        text-align: right;
    }

        .footer-copyright .freetext a {
            color: white;
        }

    .footer-copyright .span9 {
        width: auto;
    }

/* MAGAZINe-content */
.magazine-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .magazine-content .columns-holder {
        background: #eeeeee;
        margin-bottom: 12px;
    }

.magazine-tabs-holder {
    padding: 20px 0;
}

.magazine-single-tab a {
    display: block;
}

.row.tabsSP {
    padding-left: 10px;
}

    .row.tabsSP .btn {
        margin: 0px;
        padding: 7px 16px;
    }

.archive .btn {
    margin: 10px 0 20px 0;
    padding: 7px 16px;
}

.lazyload .btn {
    margin: 20px 0 0 0;
    padding: 7px 16px;
    text-transform: uppercase;
}

.lazyload .loading, .loading {
    -ms-filter: initial;
    -webkit-filter: initial;
    filter: initial;
    background-image: url(/img/moje/ajax-load-32.gif) !important;
    background-repeat: no-repeat;
    background-position: left center;
}


.row.tabsSP .btn-normal {
    margin: 5px 0px;
}

/* Magazine - seznam tagu a take magazin seznam clanku, detail clanku */
.magazine-tabs-holder {
    background: url(/img/renocar/bg-magazine.png) repeat;
}

#articles {
    position: relative;
}

    #articles .article {
        width: 100%;
        background: white;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

#article {
    width: 100%;
    background: white;
}

.archive a {
    width: 80%;
}

#articles .article .leftPart {
    float: left;
}

#articles .article .rightPart {
    float: right;
}

.rightPart .title h2, .rightPart .title h1 {
    line-height: 24px;
    padding: 38px 0 18px 0;
}

.rightPart .title h2 {
    line-height: 26px;
    padding: 34px 0 14px 0;
}

    .rightPart .title h2 a, .rightPart .title h2, .rightPart .title h1, .rightPart .title h1 a {
        font-size: 22px;
        font-weight: bold;
        color: #333333;
    }

.rightPart .title h2, .rightPart .title h1 {
    padding-right: 15px;
}

.rightPart .date {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 15px;
}

    .rightPart .date a {
        text-decoration: underline;
    }

.rightPart .annotation {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    padding-bottom: 10px;
    padding-right: 15px;
}

.rightPart .tabsSP a {
    xwidth: 58%;
}

#articles .article .rightPart .tabsSP .socialplugins, #article .rightPart .tabsSP .socialplugins {
    float: right;
    width: 110px;
}

#articles .older, #article .older {
    display: inline-block;
    width: 700px;
    text-align: center;
}
/*uprava odsazeni*/
#article .rightPart .annotation {
    padding-right: 15px;
}
/*odsazeni 3x obrazku*/
.article3imgs {
    margin: 15px 0 5px 0;
    margin-right: -5px;
}

    .article3imgs div {
        padding-bottom: 10px;
        float: left;
    }

.articleimages {
    overflow: hidden;
}

    .articleimages .article3imgs div {
        margin-left: 6px !important;
    }

    .articleimages .article3imgs {
        margin-left: 2px !important;
    }

#article .text .links {
    margin: -15px 0 25px 0 !important;
    padding: 0;
}

    #article .text .links a {
        display: block;
        color: #002e5f;
        font-size: 14px;
        font-family: 'Open Sans',;
    }

#article .text .hrTitle-h2 {
    margin: 0 -20px;
    padding-left: 20px !important;
}

#article .text .hrTitle-h3 {
    margin: 0 -20px;
    padding-left: 20px !important;
}

#article .text .hrLink {
    margin: 0 -20px;
    padding: 15px 0 15px 0px;
    border-bottom: 1px solid #cccccc;
}

    #article .text .hrLink a {
        margin-left: 18px;
        font-size: 13px;
        font-family: 'Open Sans';
        font-weight: 600;
    }

#article .team td {
    padding-top: 2px;
    padding-bottom: 2px;
}

#article .team caption {
    padding: 10px 0 5px 0;
    text-align: left;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
}

#article table.team {
    width: 100% !important;
}

#article .team .photo {
    width: 110px;
    padding-left: 5px;
}

#article .team .name {
    width: 220px;
    padding-left: 10px;
}

#article .team .function {
    width: 285px;
}

#article .team .contact {
    width: 186px;
}

#articles .rightPart .tabsSP a, .article-content .btn-normal {
    margin-right: 10px !important;
    xmargin-bottom: 10px;
}

.article-content .kontakty-holder {
    margin-top: 0;
}



.detailText-t {
    padding: 0 20px 0 10px;
}

.detailTextIn {
    padding: 0 20px 0 20px;
}

/* Magazine banner */
.banner_article .slideboxContainer .slideboxPrevious {
    display: none;
}

.banner_article .slideboxContainer .slideboxNext {
    display: none;
}

.banner_article .slidebox, .banner_article .slidebox .slideboxSlide {
    width: 326px !important;
}

.banner_article .slidebox {
    width: 326px !important;
    height: 218px !important;
}

    .banner_article .slidebox .bannerDesc {
        display: none;
    }

    .banner_article .slidebox .slideboxThumbs {
        right: 22px;
    }

.socialplugins {
    display: block;
    margin: 10px 0 0px 20px;
}

    .socialplugins:last-child {
        margin-bottom: 10px;
    }


/* ARTICLE_column3 EMAIL news - Magazine */
.newsletter {
    background: url(/img/renocar/bg-magazine.png) repeat;
    padding: 25px 9px;
    margin: 10px 0;
    color: #000;
}

    .newsletter p {
        padding: 0 10px;
    }

.title.eNews-t {
    font-size: 18px;
    font-style: italic;
}

.newsletter .freetext {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* news prihlaseny */
.newsletter-label {
    font-size: 13px;
    color: #000000;
    float: left;
    width: 125px;
    margin-bottom: 5px;
    margin-left: 10px;
}

    .newsletter-label input {
        position: relative;
        top: -3px;
        margin-right: 5px;
    }

    .newsletter-label .cuschkx {
        margin-right: 5px;
    }

/* ARTICLE_column3 Facebook */
.fb-like-box.fb_iframe_widget {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: white;
}

.pluginFacepile {
    height: 73px !important;
    overflow: hidden !important;
}


.caroufredsel_wrapper {
    position: relative;
    height: 160px !important;
    width: 501px !important;
    margin-bottom: 19px !important;
}

.galleryBoxArticle {
    height: 82px !important;
    padding: 20px 0px 0 40px;
}

.article-content .magazine-article .title h2 {
}

.article-content .galleryBoxArticle .caroufredsel_wrapper {
    width: 470px !important;
}

.model-detail-content .caroufredsel_wrapper {
    width: 898px !important;
}

.model-detail-content .galleryBoxArticle {
    xpadding: 0 50px 0 50px;
}

.eshop-detail-content .caroufredsel_wrapper {
    width: 648px !important;
}

.eshop-detail-content .galleryBoxArticle {
    xpadding: 0 44px 0 54px;
}

.caroufredsel_wrapper #gallery {
    padding-top: 31px !important;
}

.galleryBoxArticle {
    position: relative;
    xbackground: url(/img/renocar/bg-magazine.png) repeat;
}

    .galleryBoxArticle .prev, .galleryBoxArticle .next {
        display: block !important;
        overflow: hidden;
        position: relative;
        height: 61px;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        font-family: 'Californian FB';
        line-height: 61px;
        font-size: 50px;
        text-align: center;
        text-decoration: none;
        width: 30px;
    }

    .galleryBoxArticle .prev {
        top: 20px;
        left: 0;
    }

    .galleryBoxArticle .next {
        top: 20px;
        right: 0px;
    }

        .galleryBoxArticle .next.disable {
            background: url('/img/bannerArrowRightDis.png') no-repeat;
        }

    .galleryBoxArticle .prev.disable {
        background: url('/img/bannerArrowLeftDis.png') no-repeat;
    }

    .galleryBoxArticle #gallery a {
        margin-right: 10px;
        display: inline-block;
        xfloat: left;
        text-align: center !important;
        border: 1px solid #eeeeee;
    }

        .galleryBoxArticle #gallery a img {
            height: 61px;
            xheight: 100% !important;
            margin: auto !important;
            text-align: center !important;
        }








/* Magazine Detail clanku - text */
.gallery.mini {
    position: relative;
    background: url(/img/renocar/bg-magazine.png) repeat;
    padding: 30px 0;
    margin-bottom: 19px;
}

    .gallery.mini .title {
        display: none;
    }

    .gallery.mini .wholegallery {
        display: none;
    }

#carousel .buttons {
    display: block;
    overflow: hidden;
    position: relative;
    width: 44px;
    height: 100px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

    #carousel .buttons.prev {
        top: 31px;
        left: 0;
        background: url('/img/bannerArrowLeft.png') no-repeat;
    }

    #carousel .buttons.next {
        top: 31px;
        right: -1px;
        background: url('/img/bannerArrowRight.png') no-repeat;
    }

#carousel .next.disable {
    background: url('/img/bannerArrowRightDis.png') no-repeat;
}

#carousel .prev.disable {
    background: url('/img/bannerArrowLeftDis.png') no-repeat;
}

#carousel .viewport {
    float: left;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#carousel .overview {
    list-style: none outside none;
    position: absolute;
    padding: 0;
    margin: 0 0 0 48px;
}

    #carousel .overview li img {
        max-width: 158px;
        max-height: 100px;
    }

    #carousel .overview li {
        border: none;
        float: left;
        height: 100px;
        margin: 0 10px 0 0;
        padding: 1px;
        width: 158px;
    }

#carousel img.buttons {
    cursor: pointer;
}
/* Zobrazeni zbozi v magazine detailu */
.span8-3 {
    width: 210px;
}

.span8-3-2 {
    width: 100px;
}

.pruducts-line > .span8 {
    padding: 10px 0;
}

.row-title {
    padding: 10px 0 20px 10px;
    color: #333333;
    font-style: italic;
    font-size: 18px;
}

/* PRODUKT styl */
.product {
    padding: 0;
    margin-top: 10px;
    position: relative;
}

    .product:hover {
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    }

    .product .title a {
        font-size: 14px;
        text-align: center;
        text-decoration: underline;
        display: block;
        padding: 20px 10px;
        line-height: 16px;
        height: 32px;
        overflow: hidden;
        color: #0653b6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .product .price {
        padding-bottom: 2px;
        color: black;
        font-size: 11px !important;
        line-height: 16px !important;
        font-weight: normal !important;
    }

    .product a.btn {
        color: #002e5f;
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        padding: 8px 0;
    }

    .product .price-avail-more {
        padding: 20px 0;
    }

    .product .price-avail {
        float: left;
        width: 40%;
        margin-left: 8%;
    }

.price-avail .avail {
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    color: #84a322;
}

.product .more-button {
    float: right;
    width: 40%;
    margin-right: 8%;
}


/* Article page */
.left-menu-holder, .article-content-holder {
    margin-top: 74px;
    position: relative;
}

#article > h1 {
    position: absolute;
    top: -54px;
    left: -232px;
    font-size: 32px;
    color: #333333;
}

.contacts-holder {
    position: relative;
}

    .contacts-holder h1 {
        position: absolute;
        xtop: -44px;
        top: 21px;
        left: -232px;
        xfont-size: 22px;
        font-size: 32px;
        line-height: 40px;
        color: #333333;
    }

.article-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .article-content .columns-holder {
        background: white;
    }
/* Article page - left menu */
ul.root {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc;
}

    ul.root li {
        border-bottom: 1px solid #cccccc;
    }

        ul.root li > a {
            font-size: 15px;
            text-transform: uppercase;
            line-height: 19px;
            padding: 13px 20px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            color: #262626;
        }
        /* hover state menu left*/
        ul.root li.active {
            border-bottom: none !important;
        }

            ul.root li > a:hover, ul.root li.active > a {
                text-shadow: none;
                color: white;
                background: #0653b6 /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
            }
        /* podmenu */
        ul.root li ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            ul.root li ul li {
                border-bottom: 1px solid #b2c0cf;
            }

                ul.root li ul li a {
                    font-size: 13px;
                    line-height: 16px;
                    padding: 9px 0 9px 39px;
                    background: #e8e8e8 url(/img/renocar/arrow-right-small.png) no-repeat 20px center;
                }
                    /* hover state submenu left*/

                    ul.root li ul li a:hover, li.activechild > a {
                        background: white url(/img/renocar/arrow-right-small.png) no-repeat 20px center;
                        color: #002e5f;
                    }


/* Article page - right content */
.articleImg {
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #cccccc;
}

#article .text a {
    text-decoration: underline;
}

    #article .text a.kontakt {
        text-decoration: underline;
        border-bottom: 1px solid #cccccc;
        line-height: 40px;
        display: block;
    }

.article-content #article .text {
    padding-top: 0px;
}

    .article-content #article .text p {
        padding: 5px 0 10px 0;
    }

    .article-content #article .text h2 {
        font-size: 22px;
        color: #222222;
        line-height: 47px;
        font-weight: bold;
        padding: 0; /*zruseno na zadost zakaznika! border-bottom: 1px solid #cccccc*/
    }

    .article-content #article .text h3 {
        font-size: 16px;
        color: #222222;
        line-height: 18px;
        font-weight: bold;
        padding: 15px 0 8px 0;
    }

    .article-content #article .text ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

        .article-content #article .text ul li {
            font-size: 14px;
            padding: 2px 25px 2px 22px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 0 5px;
        }

        .article-content #article .text ul ul li {
            padding: 2px 25px 2px 32px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 10px 5px;
        }

        .article-content #article .text ul ul ul ul {
            margin-left: -32px;
        }
/* Magazine Detail clanku - text */
.detail-holder {
    position: relative;
    z-index: 10;
}

.text {
    padding: 20px;
    color: #222222;
}

.date .text {
    padding: 20px 0;
    color: #222222;
}
/* datum pod nadpisem pouziva stejny class jako cely cleanek */
#article.magazine-article .text p {
    padding: 5px 0 10px 0;
}

#article.magazine-article .text h2 {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
    padding: 15px 0 8px 0;
    border: none;
}

#article.magazine-article .text h3 {
    font-size: 16px;
    color: #222222;
    line-height: 18px;
    font-weight: bold;
    padding: 15px 0 8px 0;
}

#article.magazine-article .text ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

    #article.magazine-article .text ul li {
        font-size: 14px;
        padding: 2px 0 2px 22px;
        background: url(/img/renocar/text-list-dot.png) no-repeat 0 center;
    }

    #article.magazine-article .text ul ul li {
        padding: 2px 25px 2px 32px;
        background: url(/img/renocar/text-list-dot.png) no-repeat 10px 5px;
    }

    #article.magazine-article .text ul ul ul ul {
        margin-left: -32px;
    }

.detailText .wsw p, .detailText .span9 p {
    padding: 5px 25px 10px 0;
    word-wrap: break-word;
}

.detailText .wsw, .detailText .span9 table {
    margin: auto;
}

    .detailText .wsw h2, .detailText h2 {
        font-size: 22px;
        color: #222222;
        line-height: 30px;
        font-weight: bold;
        padding: 15px 0 8px 0;
        border: none;
    }

    .detailText .wsw h3, .detailText h3 {
        font-size: 16px;
        color: #222222;
        line-height: 18px;
        font-weight: bold;
        padding: 15px 0 8px 0;
    }

    .detailText .wsw ul, .detailText ul {
        list-style: none;
        padding: 0 25px 0 0;
        margin: 10px 0;
    }

        .detailText .wsw ul li, .detailText ul li {
            padding: 2px 0 2px 22px;
            font-size: 14px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 0 center;
        }

        .detailText .wsw ul ul li, .detailText ul ul li {
            padding: 2px 25px 2px 32px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 10px 5px;
        }

        .detailText .wsw ul ul ul ul, .detailText ul ul ul ul {
            margin-left: -32px;
        }

.detailText ol {
    padding-right: 25px;
    padding-bottom: 10px;
    font-size: 14px;
}

.orPay {
    font-size: 32px;
    line-height: 35px;
    color: #333333;
    padding: 24px 0 18px 20px;
}

/* Brand content */
.brand-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .brand-content h1 {
        font-size: 22px;
        line-height: 32px;
        color: #333333;
        xpadding: 24px 0 18px 20px;
        padding: 3px 0 0 0;
    }

.myacc-menu-content-row h1 {
    width: 968px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    padding: 24px 0 18px 10px;
    background: #FFF;
}

.brand-content .banner-kontakt-adv .color-holder {
    background: white;
}


.brand-content .action-items-holder > h1 {
    position: absolute;
    top: -54px;
    left: -232px;
    font-size: 32px;
    color: #333333;
}

.brand-content .title .span9 {
    position: absolute;
}

    .brand-content .title .span9 h1 {
        position: absolute;
        top: -53px;
        left: -232px;
        font-size: 32px;
        color: #333333;
    }

.brand-content .columns-holder {
    background: white;
}

.model-holder {
    margin-top: 69px;
}

.brand-content hr {
    border-color: #ccc;
}
/* .banner-kontakt-adv velky banner */
.brand-content .banner-kontakt-adv {
    position: relative;
    z-index: 5;
}

.banner-kontakt-adv .slidebox, .banner-kontakt-adv .slidebox .slideboxSlides, .banner-kontakt-adv .slidebox .slideboxSlide {
    height: 360px !important;
}

.brand-content .bannerDesc h2 {
    color: white;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Open Sans';
}

.brand-content .bannerDesc p.desc {
    color: white;
    font-size: 14px;
    margin-top: 14px;
    padding-left: 0px;
    font-family: 'Open Sans';
    line-height: 20px;
}

.brand-content .fb-holder iframe {
    width: 976px !important;
    margin-left: 9px;
}
/* .banner-kontakt-adv malej banner */
.brandbanner {
    position: relative;
    height: 240px; /*cursor: pointer;*/
    display: block;
}

    .brandbanner.model .desc {
        bottom: -3px;
        position: absolute;
        color: white;
    }

        .brandbanner.model .desc p {
            HEIGHT: 60px;
            width: 170px;
            padding-left: 15px;
            display: table-cell;
            vertical-align: middle;
        }

    .brandbanner.nomodel .desc {
        top: 0;
        position: absolute;
    }

    .brandbanner .desc {
        left: 0;
        position: absolute;
    }
/* .banner-kontakt-adv malej kontakt */
.contacts {
    margin-top: 15px;
    height: 105px;
}

    .contacts .image {
        float: left;
        padding-right: 13px;
    }

    .contacts .desc {
        padding-top: 5px;
    }

        .contacts .desc a {
            text-decoration: underline;
            padding-top: 5px;
            display: inline-block;
        }

        .contacts .desc .inner {
            padding: 0 5px 0 0;
            height: 40px;
            overflow: hidden;
            width: 150px;
        }

/* banner pod menu*/

.umenu {
    height: 182px;
}

    .umenu .umenu-banner {
        position: relative;
        top: 20px;
        left: -6px;
    }

/* sluzby-prodejny-email row */
.sluzby-prodejny-email {
    position: relative;
    z-index: 4;
}

    .sluzby-prodejny-email .color-holder {
        background: #dbe7f4;
    }
    /* sluzby holder */
    .sluzby-prodejny-email .sluzby-holder {
        padding: 10px 0;
    }

        .sluzby-prodejny-email .sluzby-holder .banner-holder {
            position: relative;
        }

.sluzby-holder .banner-holder .desc {
    color: #333;
    padding: 0;
    width: 161px;
    position: absolute;
    left: 70px;
    top: 20px;
}
/* row prodejny-holder */
.prodejny-holder h2 {
    font-size: 18px;
    line-height: 44px;
    font-style: italic;
    color: #002e5f;
    text-transform: none;
    padding: 0 20px;
}
/* prodejny-holder tabnav podejny */
.tabnav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sluzby-prodejny-email .tabnav {
}

    .sluzby-prodejny-email .tabnav li {
        width: 140px !important;
        display: table;
    }

        .sluzby-prodejny-email .tabnav li.actual a {
            padding: 0 8px !important;
        }

        .sluzby-prodejny-email .tabnav li a {
            height: 37px;
            padding: 0 8px !important;
            display: table-cell !important;
            vertical-align: middle;
        }

        .sluzby-prodejny-email .tabnav li.last {
            width: 143px !important;
            margin-right: 0 !important;
        }

.tabnav li.actual {
    background: red;
}

.tabnav li {
    float: left;
    cursor: pointer;
    width: 164px;
    text-align: center;
    margin-right: 5px;
}

    .tabnav li a {
        font-size: 14px;
        line-height: 15px;
        background: #1C69D4 /*url(/img/renocar/bg-tab-unactive.png) repeat-x 0 0;*/
        padding: 10px 0;
        display: block;
    }

    .tabnav li.actual a {
        margin-top: -5px;
        text-transform: none;
        color: white;
        font-size: 14px;
        line-height: 15px;
        background: #1C69D4; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
        padding: 15px 0 10px 0;
        display: block;
    }

.tabwrapper {
    min-height: 220px;
    clear: both;
    background: white;
    border-top: 1px solid #002e5f;
}
    /* tabwrapper content */
    /* prodejny */
    .tabwrapper .cinfo a {
        text-decoration: underline;
    }

    .tabwrapper .contact {
        float: left;
        padding: 20px;
    }

        .tabwrapper .contact .cinfo {
            padding: 5px 0;
        }

    .tabwrapper .marketimg {
        float: right;
    }

    .tabwrapper .shophours {
        clear: both;
        padding: 20px;
    }

        .tabwrapper .shophours table {
            float: left;
            width: 170px;
        }

            .tabwrapper .shophours table td {
                padding: 2px 16px 2px 0;
            }

                .tabwrapper .shophours table td h3 {
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                    line-height: 18px;
                    height: 36px;
                    overflow: hidden;
                }

.tabitem-content {
    padding: 20px;
}

    .tabitem-content h2 {
        padding: 10px 0 20px 10px;
        color: #333333;
        font-style: italic;
        font-size: 18px;
    }

    .tabitem-content h3 {
        padding: 0;
        color: #333333;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .tabitem-content iframe {
        margin-left: 205px;
    }

    .tabitem-content ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

        .tabitem-content ul li {
            font-weight: bold;
            padding: 2px 0 2px 22px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 0 center;
        }

    .tabitem-content table[align="center"] {
        margin: 0 auto;
        clear: both;
    }
/* proc auto od renocar */
.whyrenocar-cardetail {
    list-style-type: none;
    margin: 0 10px 20px 10px;
}

.whyrenocar {
    font-size: 14px;
    color: #002e5f;
    list-style-type: none;
    padding: 3px 10px 0 10px;
    margin: 0;
}

    .whyrenocar li {
        min-height: 36px;
        padding: 8px 0 5px 42px;
        line-height: 18px;
    }

        .whyrenocar li.first {
            background: url(/img/renocar/first.png) no-repeat 0 6px;
        }

        .whyrenocar li.second {
            background: url(/img/renocar/second.png) no-repeat 0 6px;
        }

        .whyrenocar li.third {
            background: url(/img/renocar/third.png) no-repeat 0 6px;
        }

        .whyrenocar li.fourth {
            background: url(/img/renocar/fourth.png) no-repeat 0 6px;
        }

        .whyrenocar li.fifth {
            background: url(/img/renocar/fifth.png) no-repeat 0 6px;
        }
/* email news row*/
.news-holder {
    margin-top: 19px;
}

    .news-holder .span12 {
        background: #eeeeee;
        min-height: 125px;
    }

    .news-holder .image {
        float: left;
        width: 104px;
        padding: 10px 0 10px 10px;
        text-align: center;
    }

    .news-holder .news-text-holder {
        width: 395px;
        float: left;
        padding: 20px 20px 10px 20px;
    }

.news-text-holder .freetext {
    padding: 10px 0;
}

.news-holder form#emailNewsForm {
    height: 34px;
    margin: 20px 0 0 0;
    position: relative;
}

.news-holder .input_text {
    width: 244px;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 7px 8px;
    margin: 0;
    border: 1px solid #cccccc;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.news-holder .btn-renocar-normal {
    font-size: 14px;
    line-height: 16px;
    width: 156px;
    position: absolute;
    right: 0;
    padding: 8px 0 8px 8px;
}

    .news-holder .btn-renocar-normal.registered-user-btn {
        position: absolute;
        right: 0;
        bottom: 10px;
    }

#emailNewsForm .btnNews {
    padding: 7px 0 5px 8px !important;
}

/* Vybrane autodoplnky */
.vybrane-autodoplnky {
    position: relative;
    z-index: 3;
}

    .vybrane-autodoplnky .span12 {
        background: white;
    }
/* fb-holder */
.vybrane-autodoplnky {
    position: relative;
    z-index: 2;
}

    .vybrane-autodoplnky .span12 {
        background: white;
    }

/* BMW ACTION page  */
.left-menu-holder, .action-items-holder {
    margin-top: 74px;
    position: relative;
}

.action-content .action-items-holder > h1 {
    position: absolute;
    top: -54px;
    left: -232px;
    font-size: 32px;
    color: #333333;
}

.action-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .action-content .columns-holder {
        background: white;
    }
/* bmw action - left menu */
ul.brandul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc;
}

    ul.brandul li {
        border-bottom: 1px solid #cccccc;
    }

        ul.brandul li > a {
            font-size: 15px;
            text-transform: uppercase;
            line-height: 19px;
            padding: 13px 20px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #262626;
        }
        /* hover state menu left*/
        ul.brandul li.active {
            border-bottom: none !important;
        }

            ul.brandul li > a:hover, ul.brandul li.active > a {
                text-shadow: none;
                color: white;
                background: #1C69D4 /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0*/;
            }
        /* podmenu */
        ul.brandul li ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            ul.brandul li ul li {
                border-bottom: 1px solid #b2c0cf;
            }

                ul.brandul li ul li a {
                    font-size: 13px;
                    line-height: 16px;
                    padding: 9px 0 9px 39px;
                    background: #e8e8e8 url(/img/renocar/arrow-right-small.png) no-repeat 20px center;
                }
                    /* hover state submenu left*/
                    ul.brandul li ul li a:hover, li.activechild > a {
                        background: #b4cfec url(/img/renocar/arrow-right-small.png) no-repeat 20px center !important;
                        color: #002e5f;
                    }
/* bmw action - right content - article description - cover */
.cover {
    background: url('/img/moje/banBack.png') repeat;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 202px;
    z-index: 100;
}

    .cover h2, .big-banner-left .title h2 {
        color: white;
        font-size: 30px;
        font-weight: 300;
        font-family: 'Open Sans';
        line-height: 36px;
    }

    .cover p.desc, .slidebox p.desc {
        color: white;
        font-size: 14px;
        margin-top: 20px;
        padding-left: 0px;
        font-family: 'Open Sans';
        line-height: 22px;
    }

.brand-detail-holder .contacts {
    margin-bottom: 10px;
}

    .brand-detail-holder .contacts .desc {
        color: #587eaa;
        font-style: italic;
    }

        .brand-detail-holder .contacts .desc > p {
            font-size: 18px;
            line-height: 20px;
        }

            .brand-detail-holder .contacts .desc > p a {
                font-size: 14px;
                line-height: 16px;
                font-style: normal;
            }

/* BMW ACTION detail page  */
.brand-detail-holder {
    margin-top: 74px;
    position: relative;
}
/* nahled auto k prodeji */
.car-list .car-item {
    padding: 20px 0;
    background: #f2f2f2 url(/img/renocar/gray-white-line.png) repeat-x left bottom;
}

.car-item .name {
    padding: 5px 0;
}

    .car-item .name a {
        font-size: 16px;
        text-decoration: underline;
    }

    .car-item .name p {
        font-size: 14px;
        font-weight: 600;
        color: #598527;
    }

.car-item .annotation {
    padding: 5px 0;
}

    .car-item .annotation p {
        font-size: 13px;
        color: #333333p;
    }

.car-item .price {
    padding: 10px 0;
}

    .car-item .price p {
        font-size: 14px;
        color: #333333p;
    }

    .car-item .price strong {
        font-size: 14px;
        color: #333333p;
        font-weight: 600;
    }

.car-item .buttons-bottom {
    padding: 10px 0 0 0;
}

/* BRAND MODEL page  */
.model-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .model-content .columns-holder {
        background: white;
    }

    .model-content h1 {
        font-size: 32px;
        color: #333333;
        line-height: 32px;
        padding: 30px 20px 20px 20px;
    }

.karoserie-model {
    background: #eeeeee;
    padding: 0 0 39px 0;
}

    .karoserie-model > p {
        padding: 20px 20px;
        color: #333333;
    }
    /* Karoserie */
    .karoserie-model .carosery {
        padding: 0 0 17px 0;
    }

.MOTORRAD .karoserie-model .carosery {
    margin-left: 0;
}

.karoserie-model .carosery .span2 {
    background: white;
    text-align: center;
    width: 104px;
    margin-right: -8px;
}

.MOTORRAD .karoserie-model .carosery .span2 {
    width: auto;
}

.karoserie-model .carosery .span2 .item {
    height: 75px;
    border-bottom: 1px solid #bebebe;
    cursor: pointer;
    color: #002e5f;
}

    .karoserie-model .carosery .span2 .item p {
        font-size: 12px;
    }

.MOTORRAD .karoserie-model .carosery .span2 .item {
    height: 25px;
    padding: 0 10;
}
/* aktivni + hover item v karoserii */
.karoserie-model .carosery .span2 .item.sel, .carosery .span2 .item:hover {
    background: url(/img/renocar/bg-karoserie-active.png) repeat-x 0 bottom;
}

.MOTORRAD .karoserie-model .carosery .span2 .item.sel, .MOTORRAD .karoserie-model .carosery .span2 .item:hover {
    background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
}

.karoserie-model .carosery .span2 .item img {
    padding: 5px;
}
/* model */
.karoserie-model .models {
    padding: 7px 0 0 0;
}

    .karoserie-model .models .span1 {
        width: auto !important;
        background: white;
        text-align: center;
        margin-left: 1px;
        margin-right: 2px
    }


        .karoserie-model .models .span1 .item {
            height: 25px;
            padding: 0 6px;
            border-bottom: 1px solid #bebebe;
            cursor: pointer;
            color: #002e5f;
            padding-top: 8px;
        }

            .karoserie-model .models .span1 .item p {
                font-size: 12px;
            }

.MOTORRAD .karoserie-model .models .span1 {
    width: 120px !important;
}

    .MOTORRAD .karoserie-model .models .span1 .item {
        height: 75px;
    }
/* aktivni + hover item v karoserii */
.karoserie-model .models .span1 .item.sel {
    background: #1C69D4.; /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;*/
    color: white;
}

.MOTORRAD .karoserie-model .models .span1 .item.sel {
    background: url(/img/renocar/bg-karoserie-active.png) repeat-x 0 bottom;
}

.karoserie-model .models .span1 .item:hover {
    background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
    color: white;
}

.MOTORRAD .karoserie-model .models .span1 .item:hover {
    background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
}
/* katalog s malymi nahledy */
.hidden {
    display: none;
}

.carsmodels {
    padding: 10px 0;
}

    .carsmodels .item {
        xtext-align: center;
        height: 190px;
        position: relative;
        xcursor: pointer;
    }

        .carsmodels .item h2 {
            text-align: left;
            font-size: 14px;
            color: #0653b6;
            padding-left: 20px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        .carsmodels .item:hover {
            height: 120px;
            position: relative;
        }

        .carsmodels .item.sel {
            -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
        }

        .carsmodels .item .inner {
            padding-top: 33px;
            -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            background: white;
            left: 0;
            position: absolute;
            z-index: 199;
            top: 120px;
            width: 360px;
            min-height: 100px;
        }


.bigger-view:hover {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.carsmodels .item .inner img.shadow-mask {
    position: absolute;
    top: -3px;
    left: 0px;
}

.carsmodels .item .inner a {
    display: block;
    text-align: left;
    font-size: 14px;
    text-decoration: underline;
    padding: 0 0 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #262626;
}

.carsmodels .item .inner .annotation p {
    color: #333333;
    padding: 10px 20px 20px 20px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

.carsmodels .item .inner .order {
    background: url(/img/renocar/order-arrow.png) no-repeat 20px center;
    padding: 10px 20px 10px 50px;
    text-align: left;
}

.carsmodels .item .inner .reserve {
    margin-top: 15px;
    background: #f2f2f2;
    height: 72px;
    width: 100%;
    color: #666;
    font-size: 13px;
}

    .carsmodels .item .inner .reserve p {
        float: left;
        width: 185px;
        margin: 10px 0 0 20px;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
    }

    .carsmodels .item .inner .reserve a {
        float: right;
        width: 124px;
        margin: 10px 10px 0 0;
        padding: 9px 5px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        background: #0653b6; /*url(/img/renocar/btn-renocar-blue-hover.png) repeat-x 0 0;*/
        text-decoration: none;
    }

        .carsmodels .item .inner .reserve a.btn {
            color: white;
            font-family: 'Open Sans', sans-serif;
            text-decoration: none;
        }
/* katalog s velkymi nahledy */
.carsmodels .item.bigger-view.sel {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.carsmodels .item.bigger-view {
    xtext-align: center;
    height: 330px;
    position: relative;
    padding: 20px;
}

    .carsmodels .item.bigger-view:hover {
        height: 330px;
        position: relative;
    }

    .carsmodels .item.bigger-view h2 {
        text-align: left;
        font-size: 14px;
        color: #002e5f;
        padding-left: 0;
    }

    .carsmodels .item.bigger-view .annotation p {
        padding: 5px 0;
        text-align: left;
    }

    .carsmodels .item.bigger-view .order {
        background: url(/img/renocar/order-arrow.png) no-repeat 0px center;
        padding: 10px 0px 10px 30px;
        text-align: left;
    }

/* SKLADOVE VOZY page */
.store-cars-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

.store-cars-content-search .container.body {
    background: #FFF;
    -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}

.store-cars-content .columns-holder {
    background: white;
}

.store-cars-content h1 {
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    padding: 24px 0 18px 20px;
}

/* filtr row */
.store-cars-content .filter > .span12 {
    padding: 10px 0 0 0;
    background: #eeeeee;
}

.store-cars-content .filter form {
    margin-left: 10px;
    margin-bottom: 0;
    xpadding-bottom: 16px;
    background: #eeeeee;
}

    .store-cars-content .filter form > p {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .store-cars-content .filter form .span3 {
        margin: 0;
        width: 242px;
    }


    .store-cars-content .filter form select {
        width: 200px;
        margin: 0;
    }

ul.ui-widget {
    font-family: 'Open Sans', sans-serif;
}

    ul.ui-widget.ui-menu li.ui-menu-item div {
        font-size: 12px;
        padding: .4em 1em;
        border-bottom: 1px solid #f4f4f4;
    }

    ul.ui-widget.ui-menu li.ui-menu-item.ui-state-disabled div {
        border-bottom: 1px solid #dbdbdb;
    }

    ul.ui-widget.ui-menu li.ui-menu-item:last-of-type div {
        border-bottom: 0;
    }

span.ui-selectmenu-button.ui-button {
    width: 200px;
    box-sizing: border-box;
    background: #ffffff;
    color: #333;
    border: 1px solid #cecece;
    border-radius: 0;
    outline: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

span.ui-button .ui-icon {
    background-image: none;
    width: 5px;
    height: 5px;
    border: 2px solid #000;
    border-width: 0 2px 2px 0;
    margin-top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s;
}

span.ui-button.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 6px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #94b3cd;
    background: #1C69D4;
}

.ui-state-not-available {
    opacity: 0.6;
}



.store-cars-content .filter form .filter-box {
    padding: 19px 20px 20px 20px;
    border-bottom: 1px solid #d9d9d9;
    xbox-shadow: inset 0 2px 11px -3px rgba(0,0,0,0.1);
}

    .store-cars-content .filter form .filter-box .filter-name {
        font-weight: 900;
        margin-bottom: 11px;
    }

.moreParameters-wrap {
    display: none;
}


.span12.line {
    padding-right: 20px;
}

.cussel {
    width: 223px;
    height: 36px;
    background: url('/img/moje/sel-nactiv.png') no-repeat;
    position: relative;
    float: left;
    margin-right: 20px;
}

    .cussel.act {
        background: url('/img/moje/sel-activ.png') no-repeat;
        cursor: pointer;
    }

    .cussel .cusseltext {
        margin: 0;
        padding: 11px 15px;
        cursor: pointer;
    }

.chkboxfilters {
    margin-left: 10px;
    padding: 5px;
    border-bottom: 1px solid #d9d9d9;
}



.cuschkx {
    width: 13px;
    height: 13px;
    border: 1px solid #cecece;
    cursor: pointer;
    float: left;
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    background: #eee;
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(238,238,238,1) 100%);
}

    .cuschkx.act:after {
        content: '✔';
        position: absolute;
        font-family: 'Californian FB';
        left: 1px;
        top: -1px;
        font-size: 14px;
    }

.chkbxdesc {
    margin: 0;
    padding: 4px 9px;
    float: left;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    cursor: pointer;
}

.line .btn {
    width: 199px;
}

/* filtr - parametr links*/

.link-box label {
    margin: 0 1px 1px 0;
    background: #FFF;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 4px;
    min-width: 59px;
}


    .link-box label:hover {
        color: #0653b6;
    }

    .link-box label.chkbxdesc.disabled {
        opacity: 0.6;
    }

        .link-box label.chkbxdesc.disabled:hover {
            color: #2488c7;
        }

.link-box.active label {
    background: #1C69D4;
    color: #FFF;
}

.link-box input[type="radio"] {
    display: none;
}

.link-box .cusrbtn {
    display: none;
}

.filter-reset {
    display: block;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .filter-reset a {
        display: inline-block;
        position: relative;
    }

    .filter-reset span {
        background: #002e5f;
        height: 14px;
        width: 14px;
        position: absolute;
        border-radius: 8px;
        cursor: pointer;
        left: -18px;
        top: 1px;
    }

        .filter-reset span:before {
            position: absolute;
            width: 10px;
            height: 2px;
            top: 6px;
            left: 2px;
            background: #FFF;
            content: "";
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            box-sizing: border-box;
        }

        .filter-reset span:after {
            position: absolute;
            width: 10px;
            height: 2px;
            top: 6px;
            left: 2px;
            background: #FFF;
            content: "";
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            box-sizing: border-box;
        }

/* strankovani + filtr */

.sort-filter {
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    width: 738px;
    margin-left: 10px;
}

    .sort-filter label {
        color: #838383;
        position: relative;
        top: 1px;
        padding: 5px 14px;
        cursor: pointer;
    }


        .sort-filter label:hover {
            color: #000;
        }

        .sort-filter label.active {
            color: #000;
            font-weight: 700;
            border-bottom: 1px solid #2488c7;
        }

    .sort-filter input[type="radio"] {
        display: none;
    }

    .sort-filter .cusrbtn {
        display: none;
    }

    .sort-filter .count-info {
        float: right;
        padding: 6px 20px;
        color: #838383;
    }

.pagercont > .span12 {
    background: white;
    padding: 25px 0 22px 0;
}

.pagercont .cussel {
    margin-left: 10px;
}

.row.pagercont.span12.columns-holder.shadow-box {
    padding: 20px 0 0 0;
}

.row.pagercont.span12.columns-holder.shadow-box {
    padding: 20px 0 0 0;
}

.pagercont .pager {
    margin: 0 10px 0 0;
}

.eshop-content .pagercont .pager {
    margin: 20px 0 20px 0;
}

.pagercont .pager > p {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}

.pagercont .pager a {
    background: url(/img/renocar/btn-lightgray.png) repeat-x 0 0;
    padding: 7px 11px;
    margin-right: 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .pagercont .pager a.act {
        background: #1C69D4 /*url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0*/;
        color: white;
    }

.pagercont .cussel {
    margin-bottom: 8px;
}

.row.pagercont select {
    margin: 0 0 0 10px;
}

.eshop-content .row.pagercont select {
    margin: 20px 0 0 10px;
}
/* vypis vozu */

.store-cars-content-search .columns-holder {
    margin-bottom: 0;
}

.store-cars-content-search .pagercont select {
    margin-left: 20px;
}

.store-cars-content-search .information {
    margin-top: 25px !important;
}

.catalogue-result-search .storecar {
    padding: 27px 0 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .catalogue-result-search .storecar .name, .shadow-soft .storecar .name {
        text-align: left !important;
    }

    .catalogue-result-search .storecar .nameCar, .shadow-soft .storecar .nameCar, .shadow-soft .storecar .nameCar, .storecar .nameCar {
        margin: 0 0 16px 10px;
        float: left;
    }

    .catalogue-result-search .storecar .annotation, .shadow-soft .storecar .annotation, .storecar .annotation {
        min-height: 44px;
        margin: 7px 25px 7px 0;
        overflow: hidden;
    }


.storecar .btn {
    padding: 9px 19px;
}

.storecar .price-row {
    padding: 9px 0px 20px 0;
    font-size: 16px !important;
}

    .storecar .price-row span {
        color: #838383;
    }

.car.avail {
    padding: 16px 0 0 0;
    text-align: center;
}

    .car.avail strong {
        padding-left: 26px;
    }


    .car.avail .green {
        color: #61c03c;
        background: url(/img/new/green-availCar.png) left center no-repeat;
    }

    .car.avail .yellow {
        color: #ffa200;
        background: url(/img/new/yellow-availCar.png) left center no-repeat;
    }

.span12.storecar {
    position: relative;
    padding: 20px 0;
    background: #F2F2F2 url(/img/renocar/gray-white-line.png) repeat-x left bottom;
}

.storecar .span9 {
    width: 738px;
    position: relative;
}

.storecar .name {
    padding: 1px 0;
}

    .storecar .name a {
        font-size: 17px;
        text-decoration: underline;
        color: #0653b6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

        .storecar .name a:hover {
            color: #262626;
        }

    .storecar .name p {
        font-size: 14px;
        font-weight: 600;
        color: #598527;
    }

.storecar .desc {
    margin-left: 20px;
}

.storecar .annotation {
    padding: 5px 0;
}

.annotation.skladovevozy {
    margin: 0 20px 0 20px;
}

.storecar .annotation p {
    font-size: 13px;
    color: #333333;
}

.storecar .price {
    padding: 10px 0;
}

    .storecar .price p {
        font-size: 14px;
        color: #333333p;
    }

    .storecar .price strong {
        font-size: 14px;
        color: #333333p;
        font-weight: 600;
    }

.storecar .buttons-bottom {
    padding: 10px 0 0 0;
}

.storecar .row .span.img {
    width: 220px;
    margin-left: 0;
}

    .storecar .row .span.img a {
        display: block;
    }


.car-params .span2 {
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

    .car-params .span2 div {
        color: #838383;
    }

    .car-params .span2 span {
    }

/*catalog badge*/
.my-badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 8px 1px 6px;
    background: #000;
    color: #FFF;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.action {
    margin-top: 20px;
}

.my-badge:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 9.5px 0;
    border-color: transparent #000000 transparent transparent;
    position: absolute;
    content: ' ';
    left: -4.5px;
    top: 0;
}

/* dolni pager pod vypisem vozu */
.pagercont {
    padding: 30px 0;
}

    .pagercont .btn {
        margin: 0;
        padding: 10px 14px;
        text-transform: uppercase;
    }

    .pagercont .pager a {
        padding: 10px 11px;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ebebeb));
        background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
        background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
        background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
        background-repeat: repeat-x;
    }

}

/* dolni pager pod vypisem vozu */
.lazyload {
    padding-bottom: 45px;
}

    .lazyload a {
        display: block;
        margin: 0;
    }

/* ESHOP PAGE*/
.eshop-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .eshop-content .span12.columns-holder {
        background: white;
    }

.eshop-navigate-holder, .eshop-content-holder {
    margin-top: 74px;
    position: relative;
}

.myacc-menu-content-row .eshop-navigate-holder {
    margin-top: 0px;
}

.eshop-content-holder > h1 {
    position: absolute;
    top: -54px;
    left: -232px;
    font-size: 32px;
    color: #333333;
}
/* banner velky */
.banner-bigger-top {
    position: relative;
    z-index: 10;
}

.eshop-content .slidebox, .eshop-content .slidebox .slideboxSlides, .eshop-content .slidebox .slideboxSlide {
    height: 360px !important;
}

.eshop-content .banner_ai .bannerDesc {
    background: url("/img/moje/banBack.png") repeat scroll 0 0 transparent;
    min-height: 1px;
    padding: 19px;
    position: absolute;
    bottom: 0px;
    width: 206px;
    z-index: 100;
}

.eshop-content .bannerDesc h2 {
    color: white;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Open Sans';
}

.eshop-content .bannerDesc p.desc {
    color: white;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 0px;
    font-family: 'Open Sans';
    line-height: 22px;
}
/* 3x banner a tabs */
.banner-and-tabs {
    position: relative;
    z-index: 9;
}

    .banner-and-tabs > .span9 {
        background: #e8e8e8;
        padding: 10px 0 0 0;
    }
/* tabs produkty */
.tabs-produkty {
    padding-top: 20px;
}

.tabs-content {
    background: white;
}

/* ESHOP DETAIL page */
.image-info-fb {
    position: relative;
    z-index: 10;
}

    .image-info-fb > .span9 {
        border-top: 1px solid #efefef;
    }

    .image-info-fb .social-plugins {
        padding: 0 10px;
    }

.gallery-mini {
    position: relative;
    z-index: 9;
}

.eshop-detail-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .eshop-detail-content .span12.columns-holder {
        background: white;
    }

.eshop-navigate-holder, .eshop-content-holder {
    margin-top: 42px;
    position: relative;
}

    .eshop-content-holder .detail h1 {
        position: absolute;
        top: -50px;
        left: -232px;
        font-size: 32px;
        line-height: 32px;
        color: #333333;
    }
/* main image */
.main-image {
    text-align: center;
}

    .main-image .image-holder {
        border: 1px solid #EFEFEF;
        margin-top: none;
    }

    .main-image .fb-holder {
        padding: 20px 0;
        text-align: left;
    }

        .main-image .fb-holder .social-plugins {
            margin-left: 10px;
        }
/* popisek info vedle image */
.detailInfo {
    position: relative;
    min-height: 300px;
    padding-bottom: 10px;
}

.detailInfoNuf .anotation {
    padding-bottom: 105px;
}

.detailInfoNuf .price-button-row {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 410px;
}

.detailInfoNuf .input-apend {
    position: absolute;
    bottom: 4px;
    right: 0;
}

.detailInfo .anotation p {
    padding: 20px 15px 10px 0;
}

.detailInfo .avail {
    width: 100%;
    float: left;
    text-align: right;
}

    .detailInfo .avail strong {
        padding-right: 53px;
        font-family: 'Open Sans';
        font-size: 14px;
        color: #598527;
    }

.detailInfo .priceWithoutVAT {
    width: 160px;
    height: 30px;
    float: left;
    position: relative;
    margin-bottom: 5px;
}

    .detailInfo .priceWithoutVAT strong {
        font-size: 14px;
        line-height: 14px;
        position: absolute;
        bottom: 0;
        color: #00285a;
    }

    .detailInfo .priceWithoutVAT span {
        position: absolute;
        top: 0px;
        font-size: 14px;
        line-height: 14px;
        color: #00285a;
    }

.detailInfo .priceWithVAT {
    clear: left;
    width: 160px;
    height: 40px;
    float: left;
    position: relative;
    margin-top: 10px;
}

    .detailInfo .priceWithVAT strong {
        font-size: 24px;
        line-height: 20px;
        position: absolute;
        bottom: 0;
        color: #315994;
        font-weight: bold;
    }

    .detailInfo .priceWithVAT span {
        position: absolute;
        top: 0px;
        font-size: 14px;
        line-height: 16px;
        color: #315994;
        font-weight: bold;
    }

.product-tags {
    position: absolute;
    right: 0;
}

.detail .detailInfo .amount {
    width: 100%;
    padding: 5px 0;
    float: left;
    xbackground: #dbe7f4;
    height: 70px;
    position: relative;
    margin: 0px 0 10px 0;
    xmargin-top: 35px;
}

    .detail .detailInfo .amount .amEx {
        display: none;
        color: #002e5f;
        font-size: 13px;
        line-height: 15px;
        position: absolute;
        top: 28px;
        left: 50px;
    }

    .detail .detailInfo .amount strong {
        width: 255px;
        float: right;
        position: absolute;
        right: 0;
        top: 22px;
    }

    .detail .detailInfo .amount .input_text {
        margin-top: 5px;
        height: 24px;
        width: 27px;
        text-align: center;
        color: #003745;
        background: url(/img/renocar/bg-form.png) repeat-x;
    }

    .detail .detailInfo .amount strong .btn {
        text-transform: uppercase;
        width: 180px;
        padding: 12px;
        font-size: 14px;
        padding-right: 30px;
    }

    .detail .detailInfo .amount strong .input-apend {
        float: right;
    }

        .detail .detailInfo .amount strong .input-apend .icon-bigarrow-white-right {
            top: 12px;
        }
/* gallery mini */
.eshop-detail-content .gallery.mini {
    margin-bottom: 0px;
}
/*product-actions*/
.sendPrint {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
}

    .sendPrint ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: right;
        margin-right: 20px;
    }

        .sendPrint ul li {
            float: left;
            display: inline-block;
        }

            .sendPrint ul li a {
                margin-bottom: 3px;
                padding: 0 0 0 20px;
                display: block;
                text-transform: uppercase;
            }

.detail #imgdetail {
    height: 242px;
    width: 326px;
    text-align: center;
}

.xdetail #imgdetail img {
    height: 242px;
    width: 326px;
}

/**************************** === USER.baskethoverbox === *****************************************/
#basketHoverBox {
    position: fixed;
    z-index: 999;
    width: 540px; /*682*/
    display: none;
    background: url(/img/renocar/bg-contactus.png) repeat-x 0 0;
    padding: 10px;
}

    #basketHoverBox .freetext {
        text-align: center;
        width: 520px; /*662*/
        padding: 20px 10px;
        font-size: 18px;
        font-weight: normal;
        color: #333333;
        font-style: italic;
    }

    #basketHoverBox .item {
        padding: 10px;
        color: #333333;
        background: #eeeeee;
        min-height: 75px;
    }

        #basketHoverBox .item .name {
            padding: 10px 0;
            font-weight: normal;
            font-size: 14px;
            font-weight: bold;
        }

        #basketHoverBox .item .count {
            padding: 2px 0;
            font-size: 14px;
        }

            #basketHoverBox .item .count span {
                padding: 0 3px 0 0;
            }

        #basketHoverBox .item .price {
            padding: 2px 0;
        }

            #basketHoverBox .item .price .pricePrefix {
                padding: 0 3px 0 0;
            }

            #basketHoverBox .item .price .priceValue {
                padding: 0 3px 0 0;
            }

            #basketHoverBox .item .price .postfixText {
                padding: 0 0 0 5px;
                font-weight: bold;
            }

    #basketHoverBox .buttonsHB {
        width: 100%;
        padding: 0;
        background: white;
        padding: 10px 0;
    }

    #basketHoverBox a {
        text-decoration: none;
        width: 200px;
        text-transform: uppercase;
        text-shadow: none;
    }

    #basketHoverBox .bhEx {
        margin: 0 48px 0 57px;
    }

.baskethoverbox {
    background: white;
    color: #333333;
}

    .baskethoverbox img {
        vertical-align: middle;
    }

    .baskethoverbox .productName {
        padding: 3px 0 8px 18px;
        font-weight: bold;
    }

    .baskethoverbox .param {
        xfont-size: 14px;
        padding: 0 0 4px 0;
    }

        .baskethoverbox .param div {
            padding: 0 0 3px 0;
        }


/* ESHOP CATEGORY page */
.eshop-detail-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .eshop-detail-content .span12.columns-holder {
        background: white;
    }

.eshop-navigate-holder, .eshop-content-holder {
    margin-top: 74px;
    position: relative;
}

    .eshop-content-holder > h1 {
        position: absolute;
        top: -54px;
        left: -232px;
        font-size: 32px;
        color: #333333;
    }
    /* category info  */
    .eshop-content-holder .categoryinfo {
        background: #e8e8e8;
    }

        .eshop-content-holder .categoryinfo p {
            padding: 30px 20px;
            color: #00285a;
        }

    .eshop-content-holder .filter-top {
        background: #f3f3f3;
        padding: 15px 0 20px 0;
        position: relative;
    }

        .eshop-content-holder .filter-top .text-top p {
            padding: 0 0 10px 20px;
        }

.filtry-options .span9 {
    padding-left: 10px;
}

    .filtry-options .span9 p {
        padding-right: 8px;
        float: left;
    }

        .filtry-options .span9 p select {
            width: 235px;
        }

.filtry-options .span12 {
    padding-left: 10px;
}

    .filtry-options .span12 p {
        padding-right: 8px;
        float: left;
    }

        .filtry-options .span12 p select {
            width: 235px;
        }

#rescount {
    font-size: 13px;
}


.filtry-options .btn {
    width: 170px;
    margin: 20px 28px 20px 28px;
}

.eshop-content-holder .lazyload a {
    display: block;
    margin: auto;
    width: 208px;
    xmargin-left: 280px;
    float: none !important;
}

/* CAR DETAIL page */
.banner-inforight {
    position: relative;
    z-index: 10;
}

.title-description .title-description-holder {
    position: relative;
    z-index: 9;
}

.background-separator {
    height: 20px;
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
    width: 101%;
    margin-left: -5px;
    position: relative;
}

    .background-separator:before {
        height: 20px;
        width: 1005px;
        box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
        content: ' ';
        position: absolute;
        margin-left: 2px;
    }

.dptab-title {
    font-weight: bold;
    font-size: 18px;
}

.model-detail-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .model-detail-content .columns-holder {
        background: white;
    }

    .model-detail-content h1 {
        font-size: 32px;
        padding: 5px 20px;
        padding: 22px 0 19px 20px;
    }

    .model-detail-content h2 {
        font-size: 13px;
        color: #838383;
        line-height: 18px;
        padding: 0;
        font-weight: bold;
    }

    .model-detail-content .detail-code {
        padding: 0px 0 10px 22px;
        margin-top: -15px;
    }

    .model-detail-content .price {
        font-size: 22px;
        color: #333333;
        line-height: 24px;
        padding: 0;
        font-weight: bold;
    }

    .model-detail-content .price-without-dph {
        font-size: 11px;
        color: #838383;
        font-weight: bold;
    }

    .model-detail-content p.counter {
        padding: 0 0 0 48px;
        margin: 15px 0;
    }

    .model-detail-content .span6 {
        width: 480px;
    }

    .model-detail-content .socialplugins {
        margin: 20px 0 0px 20px;
    }

    .model-detail-content .contacts {
        margin-top: 17px;
        height: 94px;
    }


    .model-detail-content .car.avail {
        font-size: 16px;
    }


        .model-detail-content .car.avail strong {
            padding-left: 35px;
        }

        .model-detail-content .car.avail .green {
            background: url(/img/new/green-car.png) left center no-repeat;
        }

        .model-detail-content .car.avail .yellow {
            background: url(/img/new/yellow-car.png) left center no-repeat;
        }

    .model-detail-content .span6.description {
        margin-left: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }

        .model-detail-content .span6.description p {
            margin-top: 15px;
        }

.static-category-contact {
    margin-left: 0;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 28px 0 0 30px;
}

    .static-category-contact .anotation .desc {
        margin-top: 6px;
    }


    .static-category-contact .contacts .image {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .static-category-contact .contacts .image img {
            border: 1px solid #d9d9d9;
            border-radius: 40px;
            width: 62px;
        }

    .static-category-contact .contacts .desc {
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        font-weight: bold;
    }

    .static-category-contact .contacts .contact-info {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        vertical-align: middle;
        margin-left: 81px;
    }

.car-buy {
    padding: 22px 0;
    background: #eeeeee;
    margin-top: 20px;
}

    .car-buy a.btn {
        padding: 17px 0px;
        margin-left: 61px;
        width: 244px;
        text-transform: uppercase;
    }

.part-exchange {
    margin-top: 20px;
    background: #eeeeee;
    padding: 14px 20px;
}


    .part-exchange strong {
        display: block;
    }

    .part-exchange a.btn {
        text-transform: uppercase;
        width: 40px;
        float: right;
        margin-top: -16px;
        padding: 10px 10px 9px 10px;
    }

.car-finance {
    border: 1px solid #eee;
    padding: 18px 0;
    margin-top: 20px;
}


    .car-finance strong {
        text-transform: uppercase;
        display: inline-block;
        padding-left: 51px;
        text-align: center;
        color: #838383;
        position: relative;
        vertical-align: middle;
    }

        .car-finance strong:before {
            position: absolute;
            margin-left: -29px;
            top: -4px;
            content: url(/img/new/black-i.png);
        }

    .car-finance span {
        display: inline-block;
        width: 308px;
        padding-left: 26px;
        vertical-align: middle;
    }

.model-detail-content .car-buy .car.avail {
    display: inline-block;
    width: 152px;
    padding: 0 0 0 0;
    vertical-align: middle;
}

.car-price {
    width: 157px;
    display: inline-block;
    margin-top: 9px;
}

.price.gray {
    color: #666666;
}

.row.zalozky-popis {
    padding-top: 20px;
}

.branch-model-text {
    padding: 20px 0 20px 30px;
    float: left;
    font: bold 16px/20px 'Open Sans',sans-serif;
}
/*carinfo-holder*/
.carinfo-holder {
    margin: 0 0 20px 20px;
    width: 486px;
}

.tabsSP {
}

    .tabsSP .badge {
        float: left;
        margin-right: 3px;
    }

.carinfo-holder .tabsSP {
    margin-bottom: 10px;
}
/*protiucet popup*/
.window-content .annotation-holder {
    padding: 20px;
}

.window-content .main-text-holder {
    padding: 20px;
    font-size: 14px;
}
/*prava cast s kontaktem a buttonem*/
.small-banner-right .anotation p {
    padding: 0 10px 30px 10px;
}

.model-detail-content .small-banner-right .anotation p {
    padding-bottom: 0;
}

.small-banner-right .row-title {
    line-height: 22px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.model-detail-content .small-banner-right .row-title {
    padding-top: 10px;
    font-size: 18px;
}

.small-banner-right .btn {
    width: 222px;
    position: relative;
    text-transform: uppercase;
    padding-right: 20px;
}

    .small-banner-right .btn .icon-bigarrow-white-right {
        top: 33%;
    }

.model-detail-content .small-banner-right .btn.btn-renocarbigger-normal {
    margin-top: 15px;
}

.model-detail-content .small-banner-right .btn-gray {
    text-shadow: none;
    margin-top: 12px;
    width: 88%;
}

.banner-info-row {
    position: relative;
    z-index: 10;
}
/* nadpis a popisek modelu */
.title-description > .span12 {
    border-bottom: 1px solid #dddddd;
}

.title-description p {
    padding: 20px 0;
}
/*popisek v paticce stranky*/
.footer-info > .span12 {
    background: #f2f2f2;
}

.footer-info p {
    padding: 20px 0;
}

    .footer-info p a {
        text-decoration: underline;
    }
/*zalozky*/
.tab-holder {
    padding: 20px;
}

.artic-holder {
    float: left;
    width: 70%;
}
/*kratky popis*/
/*Vybava*/
/* technicke parametry */
.technical-description {
}

.technicke-udaje {
    float: left;
    width: 308px;
    margin-top: 29px;
}

    .technicke-udaje h3 {
        font-size: 18px;
        color: #587eaa;
        font-style: italic;
        font-weight: 300;
        line-height: 22px;
        padding: 0 0 20px 0;
    }

    .technicke-udaje ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 19px;
    }

    .technicke-udaje li {
        padding-bottom: 10px;
    }

    .technicke-udaje p.name {
        width: 150px;
        float: left;
        font-size: 13px;
        font-weight: bold;
    }

    .technicke-udaje p.value {
        float: left;
        text-align: left;
        font-size: 13px;
        width: 158px;
    }
/*sloupec vybava*/
.vybava {
    float: left;
    width: 652px;
    margin-top: 29px;
}

    .vybava h3 {
        font-size: 18px;
        color: #587eaa;
        font-style: italic;
        font-weight: 300;
        line-height: 22px;
        padding: 0 0 20px 0;
    }

    .vybava ul {
        margin: 0;
        width: 47%;
        float: left;
        margin-top: 19px;
        padding-left: 16px;
    }

        .vybava ul li {
            padding: 0 0 10px 0;
            color: #2488c7;
            font-weight: normal;
            font-size: 13px;
        }

            .vybava ul li p {
                color: #000;
            }
/*why renocar*/
.why-renocar {
    float: right;
    width: 25%;
}

    .why-renocar h3 {
        font-size: 18px;
        color: #587eaa;
        font-style: italic;
        font-weight: 300;
        line-height: 22px;
        padding: 0 0 20px 0;
    }

    .why-renocar ul {
        list-style: none;
        font-size: 14px;
        color: #002e5f;
        margin: 0;
    }

    .why-renocar li {
        padding: 8px 0 5px 42px;
    }

        .why-renocar li.first {
            background: url(/img/renocar/first-dark.png) no-repeat 0 7px;
        }

        .why-renocar li.second {
            background: url(/img/renocar/second-dark.png) no-repeat 0 7px;
        }

        .why-renocar li.third {
            background: url(/img/renocar/third-dark.png) no-repeat 0 7px;
        }

        .why-renocar li.fourth {
            background: url(/img/renocar/fourth-dark.png) no-repeat 0 7px;
        }

        .why-renocar li.fifth {
            background: url(/img/renocar/fifth-dark.png) no-repeat 0 7px;
        }

/* KONTAKTY PAGE */
/* content prava cast */
.kontakty-holder {
    margin-top: 74px;
}

    .kontakty-holder > .span9 {
        background: url(/img/renocar/bg-middle.png) repeat 0 0;
        padding: 10px 0;
    }

    .kontakty-holder .market.item {
        margin-bottom: 10px;
    }

        .kontakty-holder .market.item a {
            width: 214px;
            text-align: left;
            text-decoration: underline;
        }
/* kontaktujte specialisty */
.socials-holder > .kontaktujte-nas {
    background: #e8e8e8;
    padding: 20px 0;
}

.socials-holder .kontaktujte-nas h3 {
    padding: 0px 0 2px 20px;
    color: #333333;
    font-style: italic;
    font-size: 18px;
    line-height: 18px;
}

.socials-holder .kontaktujte-nas p {
    padding: 0px 0 0 20px;
    line-height: 12px;
}

.socials-holder .soc {
    padding: 20px 0;
    text-align: center !important;
    background: #e8e8e8;
}

    .socials-holder .soc a.facebook {
        font: 0/0 a;
        display: inline-block;
        background: url(/img/renocar/sprite.png) no-repeat -10px -120px;
        width: 32px;
        height: 32px;
    }

    .socials-holder .soc a.twitter {
        font: 0/0 a;
        display: inline-block;
        background: url(/img/renocar/sprite.png) no-repeat -62px -120px;
        width: 32px;
        height: 32px;
    }

    .socials-holder .soc a.youtube {
        font: 0/0 a;
        display: inline-block;
        background: url(/img/renocar/sprite.png) no-repeat -115px -120px;
        width: 32px;
        height: 32px;
    }

    .socials-holder .soc a.googleplus {
        font: 0/0 a;
        display: inline-block;
        background: url(/img/renocar/sprite.png) no-repeat -167px -119px;
        width: 32px;
        height: 32px;
    }

/* formulare */
.kontaktni-formul .input_text {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 7px 8px;
    margin: 0;
    border: 1px solid #cccccc;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.kontaktni-formul .kontaktujte-title {
    padding: 20px 0 10px 20px;
    color: #333333;
    font-style: italic;
    font-size: 18px;
    line-height: 18px;
}

    .kontaktni-formul .kontaktujte-title span {
        margin-right: 8px;
    }

.kontaktni-formul .input-holder .input_text {
    margin-bottom: 20px;
    margin-left: 10px;
}
/* inputs kontakty dole */
.kontaktni-formul textarea.reno_text {
    width: 438px;
    margin-top: 15px;
}

.kontaktni-formul .input_text {
    margin-left: 10px;
    margin-bottom: 18px;
    width: 212px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #cccccc;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.kontaktni-formul .left-part .cussel {
    height: 34px;
    width: 472px;
    margin: 0;
    margin-left: 10px;
    background: url("/img/moje/sel-nactiv-3.png") no-repeat scroll 0% 0% transparent;
}

    .kontaktni-formul .left-part .cussel.act {
        background: url("/img/moje/sel-activ-3.png") no-repeat scroll 0% 0% transparent;
    }

        .kontaktni-formul .left-part .cussel.act .inner {
            width: 440px !important;
            top: 34px;
            box-shadow: none;
        }

.kontaktni-formul .btn {
    width: 182px;
    text-transform: uppercase;
}

.kontaktni-formul .button-text p {
    margin-top: 8px;
    margin-right: 10px;
}

/* KONTAKTY DETAIL PAGE */
.kontakt-detail-holder {
    position: relative;
    margin-top: 42px;
}

    .kontakt-detail-holder > h1 {
        position: absolute;
        xtop: -44px;
        top: -21px;
        left: -232px;
        xfont-size: 22px;
        font-size: 32px;
        line-height: 40px;
        color: #333333;
    }
/* druhy nadpis prodejny */
.image-googlemap-holder .second-title .second-title-content {
    padding: 14px 0 14px 20px;
    font: bold 18px/26px 'Open Sans',sans-serif;
    background: #e8e8e8;
}
/* google map a image */
.image-googlemap-holder .color-holder {
    background: #eeeeee;
}

.image-googlemap-holder .image {
    background: #e8e8e8;
}

    .image-googlemap-holder .image p {
        padding: 14px 20px 8px 20px;
        font-size: 14px;
        line-height: 14px;
        color: #002e5f;
        text-decoration: underline;
    }

.image-googlemap-holder .googlemap {
    background: #e8e8e8;
}

    .image-googlemap-holder .googlemap p {
        padding: 14px 20px 8px 20px;
        font-size: 14px;
        line-height: 14px;
        color: #002e5f;
        text-decoration: underline;
    }
/* kontakty pod google map */
.market-desc {
    background: #eeeeee;
    padding-bottom: 30px;
}

    .market-desc .span6 .desc {
        padding: 20px;
        line-height: 20px;
    }

    .market-desc .span6 h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        padding: 13px 0 10px 20px;
    }

    .market-desc .span6 table.market {
        margin-left: 20px;
        padding: 0;
    }

        .market-desc .span6 table.market td {
            padding-right: 16px;
            padding-bottom: 8px;
        }

.right-kontakt h3 {
    padding-left: 0px !important;
}

.right-kontakt p {
    line-height: 20px;
}

.right-kontakt a.contactus {
    display: block;
    text-decoration: underline;
    font-size: 14px;
}
/*market tabulka*/
.left-kontakt table tr td h3 {
    padding-left: 0px !important;
}

.left-kontakt table tr td {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}
/* prodejny uplne dole */
.markets {
    background: url(/img/renocar/bg-middle.png) repeat 0 0;
    padding: 10px 0 0 0;
}

    .markets .market.item {
        margin-bottom: 10px;
    }

        .markets .market.item a {
            width: 214px;
            text-align: left;
            text-decoration: underline;
        }

            .markets .market.item a:hover + h2 a {
                text-shadow: none;
                color: white;
                background: url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;
                padding: 14px 14px;
                font-size: 14px;
                line-height: 17px;
                border: none;
                border-radius: 0;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }
/*prodejny image hack*/
.product-image-holder {
    width: 242px;
    height: 140px;
    overflow: hidden;
}

    .product-image-holder img {
        max-width: none;
    }
/* servis na prodejnach */
.servis-item {
    margin-top: 10px;
}

.market-desc > .row .span3 {
    padding-top: 10px;
}

/* SERVISNÍ SLUŽBA PAGE */
.left-menu-holder, .sevis-content-holder {
    margin-top: 74px;
    position: relative;
}

    .sevis-content-holder h1 {
        position: absolute;
        top: -54px;
        left: -232px;
        font-size: 32px;
        color: #333333;
    }

.service-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .service-content .columns-holder {
        background: white;
    }
/* service-item style */
.service-item {
    ;
}

    .service-item .row-holder {
    }

.service-item {
    padding: 0;
    margin-top: 10px;
    background: white;
    position: relative;
}

    .service-item:hover {
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    }

    .service-item .title a {
        font-size: 14px;
        text-align: center;
        text-decoration: underline;
        display: block;
        padding: 20px 10px 10px 10px;
        line-height: 16px;
        height: 32px;
        overflow: hidden;
        color: #0653b6;
        font-family: Arial, Helvetica, sans-serif;
    }
/*.service-item .image {height: 202px;width: 100%;text-align: center}*/
.maindesc {
    padding: 20px !important;
    background: #dbe7f4;
    margin-bottom: 20px;
}

.service-item .price {
    color: black;
    font-size: 13px;
}

.service-item a.btn {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    padding: 8px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.service-item .price-avail-more {
    padding: 20px 0;
}

.service-item .price-avail {
    float: left;
    width: 40%;
    margin-left: 8%;
}

.price-avail .avail {
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    color: #84a322;
}

.service-item .more-button {
    float: right;
    width: 40%;
    margin-right: 8%;
}

.info-text-holder {
    padding-left: 10px;
    width: 95%;
}

.service-holder .row-title {
    font-size: 20px !important;
    padding: 0;
}

.icon-1 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    vertical-align: middle;
}

.description .color-holder {
    background: #f9f9f9;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.service-content .all-service-btn a {
    display: block;
    margin-top: 20px;
}

/* SERVIS DETAIL PAGE */
.detail .image-holder {
    border: none;
}

.input-apend {
    position: relative;
}

.price-button-row {
    margin-bottom: 10px;
}

    .price-button-row .price-with-dph {
        color: #406b9b;
        font-size: 14px;
        line-height: 16px;
    }

        .price-button-row .price-with-dph .pwd2 {
            padding-top: 12px;
        }

        .price-button-row .price-with-dph .pwd2, .price-button-row .price-with-dph .pwd3 {
            font-weight: bold;
        }

        .price-button-row .price-with-dph .pwd4 {
            position: relative;
            top: -17px;
            color: #406b9b;
            font-size: 14px;
        }

        .price-button-row .price-with-dph strong.number-bigger {
            color: #406b9b;
            font-size: 24px;
            line-height: 26px;
            font-weight: bold;
        }

    .price-button-row .input-apend span.icon-bigarrow-white-right {
        top: 8px;
    }

    .price-button-row .input-apend a {
        width: 182px;
        text-transform: uppercase;
        padding-top: 13px;
        padding-bottom: 13px;
    }

.service-content .row-title {
    font-size: 20px !important;
    padding: 0;
}


/* PAGE MYACCOUNT LOGIN */
.myaccount-content .myacc-content-holder {
    margin-top: 74px;
    position: relative;
}
/*.myaccount-content .title.login-t {position:absolute;top:-44px;left:20px;font-size:22px;color:#333333;width:400px;}*/
.myaccount-content .columns-holder {
    background: white;
}

.myaccount-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}
/* login-form */
.login-holder .input_text {
    margin-bottom: 18px;
    width: 212px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
}

.lfEx1 {
    margin: 0 20px;
    padding: 10px 0 !important;
    color: #333;
    font-style: italic;
    font-size: 18px !important;
    font-weight: normal !important;
}

.login-holder .loginform label {
    display: none !important;
}

.login-holder .lfEx4 input {
    text-transform: uppercase !important;
}

.lfEx2, .lfEx3, .lfEx4 {
    margin-left: 20px;
}
/* myacc-content-holder */
.myacc-content-holder .loginform {
}

.myacc-content-holder .input_text, .myacc-menu-content-row .input_text {
    margin-bottom: 18px;
    width: 212px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.myacc-content-holder .alert {
    margin-right: 10px;
}

.myacc-content-holder p {
    color: #222222;
    font-size: 14px;
    line-height: 18px;
}
/* editace osobnich udaju */
.myacc-menu-content-row .title-holder h1 {
    font-size: 32px;
    color: #333333;
    width: 400px;
    margin: 0 0 0 10px;
}

.myacc-menu-content-row .rInsert, .myacc-menu-content-row .rInsert1 {
    position: relative;
    height: 63px;
}

    .myacc-menu-content-row .rInsert input, .myacc-menu-content-row .rInsert1 input {
        width: 85%;
        margin-bottom: 5px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .myacc-menu-content-row .rInsert .cussel, .myacc-menu-content-row .rInsert1 .cussel {
        position: absolute;
        left: 2px;
        bottom: 0;
    }

    .myacc-menu-content-row .select-adress.rInsert .cussel, .myacc-menu-content-row .rInsert1 .cussel {
        position: absolute;
        left: 2px;
        bottom: 22px;
    }

.myacc-menu-content-row h2 {
    padding-top: 10px;
    border-top: 4px solid #dddddd;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 20px 20px 0 20px;
    line-height: 28px;
    margin-top: 20px;
}

    .myacc-menu-content-row h2.additional-informations {
        border: none;
        padding-top: 0;
    }

.myacc-menu-content-row .cuschkx {
    margin: 24px 10px 0 20px;
}

.newsletters-handler .cuschkx {
    margin: 0px 10px 0 0px;
}

.myacc-menu-content-row .reg-desc {
    text-align: left;
    font-size: 12px;
    color: #a3a3a3;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 30px;
}

p.reg-desc {
    text-align: left;
    font-size: 12px;
    color: #a3a3a3;
    line-height: 24px;
    position: absolute;
    top: -15px;
    left: 20px;
}

.loginwin p.reg-desc {
    display: none;
}

.reg-required {
    color: #a3a3a3;
    line-height: 14px;
    width: 20px !important;
    float: right;
    margin: 5px 20px 0 0;
    color: #5a80ac;
    position: absolute;
    top: 0;
    right: 3px;
}

#ForumForm_ChckCode_div {
    text-align: center;
}

    #ForumForm_ChckCode_div input {
        width: 85%;
    }

#adddressTemplate .cussel {
    margin-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.registration-unrequired .cussel {
    margin-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
/* tabulka s adresou */
.myacc-menu-content-row .userbrief {
    margin-left: 20px;
    width: 96%;
    margin-top: 10px;
}

.userbrief thead td {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin: 0 20px;
    line-height: 28px;
}

.userbrief tbody td {
    font-size: 14px;
    font-weight: 300;
    margin: 0 20px;
    line-height: 28px;
    margin-bottom: 1px;
}

.AddressAddCont {
}

.addres-edit-holder {
    background: #f4f4f4;
}

.save-button {
    padding: 20px 0 10px 0;
}

    .save-button .btn {
        height: 20px;
        margin-left: 20px;
        padding-top: 10px;
        width: 78%;
    }
/* objednavky */
.execOrderList {
    width: auto;
    background: #F4F4F4;
    padding: 20px 0 10px 0 !important;
}

.coupon-content-holder .execOrderList {
    padding: 20px 0 10px 20px;
}

    .coupon-content-holder .execOrderList .btn.btn-renocar-normal.btnEOL {
        margin: 20px 0 0 -10px;
    }

.od-text-wrapper, .do-text-wrapper {
    padding: 10px;
    font-weight: bold;
}

.od-wrapper .cussel, .do-wrapper .cussel {
    margin-right: 0px;
    margin-left: 10px;
}

.filters-row {
    padding: 0 0 10px;
    0;
}

.od-wrapper {
}

.day, .month, .year {
    float: left;
}

.myacc-content-holder .execOrderList {
    margin-bottom: 10px;
}

.execOrderList .execOrderListIn .cusrbtn {
    margin-right: 10px;
}

.execOrderList .execOrderListIn label {
    font-size: 14px;
    color: #333333;
    padding: 0 4px;
}

.execOrderList .execOrderListIn .execOrLabel6 {
    margin: 0 0 0 5px;
}

.execOrderList .execOrderListIn .execOrLabel8 {
    margin: 0 0 0 17px;
}

.execOrderList .execOrderListIn .input_radio {
    margin-left: 5px;
}

.radio-doklad-row .input_text {
    margin-left: 10px;
    margin-bottom: 18px;
    width: 212px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #cccccc;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.radio-holder {
    padding-top: 10px;
}

.buttons-row .btn {
    padding: 9px 10px;
    margin-left: 10px;
}
/* objednavky - tabulka s zaznamy */
.execOrderTab {
    background: #F4F4F4;
}

.myacc-content-holder .execOrderTab {
    margin-top: 20px !important;
}

    .myacc-content-holder .execOrderTab form {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .myacc-content-holder .execOrderTab input {
        margin: 10px 10px 10px 10px;
        padding: 0 0 0 0;
    }

    .myacc-content-holder .execOrderTab img {
        margin: 10px 0px 10px 0px;
        padding: 0 0 0 0;
    }

.execOrderTab thead td {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin: 0 20px;
    line-height: 28px;
}

.execOrderTab tbody td {
    font-size: 14px;
    font-weight: 300;
    margin: 0 20px;
    line-height: 28px;
    margin-bottom: 1px;
}
/* objednavky - pager */
.myacc-content-holder .pager {
    margin: 10px 0 0 0;
}

    .myacc-content-holder .pager > p {
        float: left;
        margin-right: 10px;
        padding-top: 10px;
    }

    .myacc-content-holder .pager a {
        background: url(/img/renocar/btn-lightgray.png) repeat-x 0 0;
        padding: 7px 10px;
        margin-right: 7px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .myacc-content-holder .pager a.act {
            background: url(/img/renocar/btn-renocar-blue.png) repeat-x 0 0;
            color: white;
        }

/* PAGE LOST PASSWORD */
.lostpass-content .lostpass-title-holder {
    padding: 5px 20px;
}

.lostpass-content .title.lostPass-t {
    font-size: 22px;
    color: #333333;
    line-height: 32px;
}

.lostpass-content .columns-holder {
    background: white;
}

.lostpass-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}
/* login-form */
.lostpass-form {
    padding-left: 20px;
}

    .lostpass-form > p {
        padding-bottom: 20px;
    }

.lostpass-holder {
    text-align: left;
    margin-top: 20px;
}

    .lostpass-holder .input_text {
        margin-bottom: 18px;
        width: 212px;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 0 8px 8px;
        border: 1px solid #CCC;
        background: url(/img/renocar/bg-form.png) repeat-x 0 0;
    }

.lfEx1 {
    margin: 0 20px;
    padding: 10px 0 !important;
    color: #333;
    font-style: italic;
    font-size: 18px !important;
    font-weight: normal !important;
}

.lostpass-holder label {
    display: none !important;
}

.lostpass-holder input.btn {
    text-transform: uppercase !important;
}

.lfEx2, .lfEx3, .lfEx4 {
    margin-left: 20px;
}

/* PAGE CHANGE PASSWORD */
.lostpass-content .changePass-title-holder {
    margin-top: 42px;
    position: relative;
}

    .lostpass-content .changePass-title-holder h1 {
        position: absolute;
        top: -44px;
        left: 20px;
        font-size: 22px;
        color: #333333;
    }

.lostpass-content .columns-holder {
    background: white;
}

.lostpass-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}
/* change pass forms */
.changePass-holder {
}

    .changePass-holder .input_text {
        margin-bottom: 18px;
        width: 212px;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 0 8px 8px;
        border: 1px solid #CCC;
        background: url(/img/renocar/bg-form.png) repeat-x 0 0;
    }

    .changePass-holder input.btn {
        text-transform: uppercase;
        width: 190px;
    }

    .changePass-holder .information {
        width: 97%;
        margin: 10px auto 10px auto;
    }

/* PAGE LOGIN */
.loginpage-row .lfEx1 {
    border-top: 0 !important;
}

/* PAGE SEARCH */
.search-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

.search-holder {
    background: white;
}

    .search-holder h1 {
        font-size: 22px;
        color: #333;
        margin: 2px 0 2px 20px;
    }

    .search-holder h2 {
        font-size: 22px;
        color: #222222;
        line-height: 47px;
        font-weight: bold;
        padding: 0;
        margin: 20px 0 0 20px;
    }

    .search-holder ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
        padding-left: 20px;
    }

        .search-holder ul li {
            font-weight: bold;
            padding: 2px 0 2px 22px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 0 center;
        }

/* PAGE NEWSLETTER */
.newsletter-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .newsletter-content .span12.columns-holder {
        background: white;
    }

    .newsletter-content .title-holder {
        background: white;
    }

    .newsletter-content .information-result-holder {
        background: white;
    }

    .newsletter-content .title-holder h1 {
        font-size: 32px;
        color: #333;
        margin: 25px 0 0 20px;
    }

.information-result-holder p {
    padding: 10px 20px;
    text-align: left;
}
/* registrovany odber */
.newsletter-content .title-holder h1 {
    background: white;
    font-size: 32px;
    color: #333;
    margin: 25px 0 0 20px;
}



/* PAGE USERDATA */
.userdata-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .userdata-content .title-holder {
        background: white;
    }

        .userdata-content .title-holder h1 {
            font-size: 32px;
            color: #333;
            margin: 25px 0 0 20px;
        }

/* NAKUPNI KOSIK */
.basket-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

.basket-holder {
    background: white;
}
/* krok 1 */
.orderStep {
    width: 100%;
    padding: 20px 0;
    background: url("/img/renocar/bg-magazine.png") repeat scroll 0% 0% transparent;
}

    .orderStep div {
        margin-left: -19px;
        color: #002e5f;
        background: url(/img/renocar/sprite.png) no-repeat 0 -162px;
        float: left;
        font-size: 14px;
        line-height: 16px;
        width: 263px;
        height: 16px;
        padding: 14px 0;
        text-align: center;
    }

        .orderStep div a {
            text-decoration: underline;
            color: #fff;
        }

        .orderStep div.first {
            margin-left: 2px;
        }

    .orderStep .osSel {
        color: #FFF !important;
        background: url(/img/renocar/sprite.png) no-repeat 0 -216px;
    }

        .orderStep .osSel span {
            color: #FFF !important;
        }

    .orderStep .osEx {
        margin-right: 0;
    }

.rekapitulace-row {
    margin-top: 20px;
}

.order .rekapitulace-row {
    margin-top: 0px;
}

.orderItems .input_text, .order .orderCupon .input_text {
    margin-left: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #cccccc;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.order .orderCupon .input_text {
    width: 286px;
}

.order .orderCupon input[type="image"] {
    margin: -18px 0 0 3px;
}

.orderStep h1 {
    width: 211px !important;
}

.order .suma a.btn {
    padding: 8px 20px;
}

.order .suma .recount {
    display: none;
}
/* tabulka rekapitulace dani */
.rekapitulace-holder {
    margin-top: 10px;
}

.order .tax {
    width: 100%;
    margin: 15px auto;
    text-align: right;
}

.rekapitulace-holder .tax thead tr td, .rekapitulace-holder .tax td {
    height: 22px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #333333 !important;
}

.order .tax tbody tr td {
    height: 22px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #333333 !important;
}

.order .tax tfoot tr td {
    height: 22px;
}

.rekapitulace-holder .tax .taxRate {
    width: 150px;
    padding-left: 10px;
    text-align: left;
}

.order .tax .price1 {
    width: 100px;
}

.order .tax .price2 {
    width: 100px;
}

.order .tax thead .price3 {
    width: 95px;
    padding-right: 15px;
}

.order .tax .price3 {
    width: 100px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.rekapitulace-holder .sumaAll {
    position: relative;
    height: 39px;
    margin: 10px 0 15px 0;
    border-top: 5px solid #d6d6d6;
}

    .rekapitulace-holder .sumaAll .price {
        position: absolute;
        top: 13px;
        left: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        width: 96%;
    }

.order .sumaAll .pricePoints {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 10px;
}

.price #iFinalPrice {
    float: right;
}
/* tlacitko uplne dole next,prev */
.orderBT {
    margin: 20px 0;
}

    .orderBT #btCont, #btStepP {
        width: 242px;
        display: inline-block;
        text-transform: uppercase;
    }

    .orderBT #btStepN, .orderBT #btFinish {
        font-size: 16px;
        width: 242px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        padding: 20px 8px;
    }

        .orderBT #btStepN:hover {
            padding: 20px 8px;
        }

/* Krok 2 */
.payment-transport-holder {
    background: #eeeeee;
}

.method-of-delivery-holder {
    padding: 20px;
}

    .method-of-delivery-holder label {
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 10px 20px;
    }

    .method-of-delivery-holder p {
        padding-left: 4px;
        color: #787878;
    }

.order h2.secLabel {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 30px;
}

.order .payment_transport .input_check {
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
}

.order .payment_transport p {
    padding: 3px 0 0 19px;
}

.order .payment_transport .method-of-delivery .infoPT {
    padding: 3px 0 0 18px;
    display: block;
    color: #fc8b00;
}

.order .payment_transport .method-of-payment {
    padding: 10px 0 0 0;
}

{
    background: #dbe7f4;
}

.payment-methods-holder {
    background: #dbe7f4;
}

.method-of-payment-holder {
    padding: 20px;
}

    .method-of-payment-holder label {
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 10px 20px;
    }

    .method-of-payment-holder p {
        padding-left: 4px;
        color: #787878;
    }
/* tlacitko zpet*/
#btStepP {
    text-transform: uppercase;
}
/* tabulka suma rekapitulace cena */
.tax.tax-step-2 td {
    padding: 2px 10px;
}

.tax.tax-step-2 .price1 {
    width: 40%;
    text-align: right;
}

.tax.tax-step-2 .taxRate {
    width: 300px;
    text-align: left;
}

/* Krok 3 */
.order-finish {
    padding: 72px 0 100px 0;
    text-align: center;
    position: relative;
    color: white;
    background: #587eaa url(/img/renocar/fine-icon.png) no-repeat 50px 70px;
}

.order-finish-fail {
    background: #587eaa url(/img/order-finish-fail.png) no-repeat 50px 70px !important;
}

.order-finish .title {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
/*neregistrovany uziv*/
#OrderLoginForm .rInsert, #OrderLoginForm .rInsert1 {
    text-align: center;
    position: relative;
    height: 63px;
}

#OrderLoginForm .input_text, #OrderLoginForm .input_text {
    position: absolute;
    bottom: 0;
    left: 0px;
    margin-left: 10px;
    width: 85%;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.order .loginform {
    background: #f3f3f3;
}

#OrderLoginForm .rInsert .btn {
    text-transform: uppercase !important;
    position: absolute;
    bottom: 18px;
    left: 20px;
}

#OrderLoginForm .loginform .lfEx1 {
    margin: 10px 20px;
}

.get-password {
    margin: 0px 0px 20px 30px;
}

    .get-password a {
        text-decoration: underline;
    }

.loginform .lfEx1 {
    border-top: 4px solid #dddddd;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    margin: 0px 20px 0 20px !important;
    line-height: 28px !important;
    margin-top: 20px;
}

.loginwin .loginform .lfEx1 {
    border: none;
    margin-top: 0px;
}

.order .loginform .lfEx1 {
    margin-top: 20px !important;
}

/*registrovany uziv*/
.myacc-content-holder .input_text {
    margin-bottom: 18px;
    width: 212px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

#OrderRegistContactDiv .rInsert .reg-desc,
#OrderRegistContactDiv .rInsert1 .reg-desc {
}

#OrderRegistContactDiv .classorder {
    position: absolute;
    bottom: 0;
    left: 0px;
    margin: 0 0 5px 20px;
    width: 267px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 8px;
    border: 1px solid #CCC;
    background: url(/img/renocar/bg-form.png) repeat-x 0 0;
}

.order-finish a {
    color: #002e5f;
}

.order-finish .order-it {
    margin-top: 20px;
}

    .order-finish .order-it strong {
        font-size: 1.2em;
    }

.select-adress {
    position: relative;
    background: #dbe7f4;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

    .select-adress .cussel {
        margin-left: 385px !important;
        margin-bottom: 0px !important;
    }

/**/
.order-id {
    font-size: 1.2em;
    margin-top: 30px !important;
}

    .order-id strong {
        font-size: 1.4em;
        margin-left: 10px;
    }

/* PAGE 404 */
.page-404 {
    padding-bottom: 100px;
}

    .page-404 .alert {
        margin-top: 20px;
    }

    .page-404 h1 {
        margin-left: 20px;
        font-size: 22px;
        color: #333333;
    }

/* PAGE 500 */
.page-500 {
    padding-bottom: 100px;
}

    .page-500 .alert {
        margin-top: 20px;
    }

    .page-500 h1 {
        margin-left: 20px;
        font-size: 22px;
        color: #333333;
        text-align: center;
    }

    .page-500 h2 {
        margin-left: 20px;
        font-size: 18px;
        color: #333333;
    }

/* SITE MAP */
.sitemap-content {
    background: url(/img/renocar/bg-soft.png) repeat 0 0;
}

    .sitemap-content h1.title {
        margin-top: 22px;
        margin-left: 20px;
        font-size: 22px;
        color: #333333;
    }

    .sitemap-content h2 {
        font-size: 18px;
        font-style: italic;
        margin-left: 30px;
    }

.sitemap-holder {
    background: white;
}

    .sitemap-holder ul {
        margin-left: 55px;
        list-style: none;
    }

        .sitemap-holder ul li {
            font-weight: bold;
            padding: 2px 0 2px 22px;
            background: url(/img/renocar/text-list-dot.png) no-repeat 0 5px;
        }

        .sitemap-holder ul ul li {
            font-weight: bold;
            padding: 2px 0 2px 22px;
            background: url(/img/renocar/text-list-dot-second.png) no-repeat 0 7px;
        }


/*****************************  === Multilangual  === *********************************************/
.multiLang {
    position: absolute;
    top: 134px;
    left: 600px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .multiLang li {
        padding: 0 6px 0 6px;
        display: inline;
        text-transform: uppercase;
        background: url(/img/bg-multiLang_li.gif) no-repeat right 2px;
    }

        .multiLang li a {
            color: #449db4;
        }

        .multiLang li span {
            color: #fff;
        }

        .multiLang li.mlEx2 {
            background: none;
        }

/*****************************  === Multicurr  === ************************************************/
.multiCurr {
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 33px;
    height: 20px;
    width: 72px;
    margin: 0;
    padding: 8px 0 0 0;
    list-style-type: none;
    text-align: center;
    background: url(/img/bg-multiCurr.gif) repeat-x;
}

    .multiCurr li {
        padding: 0 4px 0 4px;
        display: inline;
        text-transform: uppercase;
        font-weight: bold;
        background: url(/img/bg-multiCurr_li.gif) no-repeat right 2px;
    }

        .multiCurr li a {
            color: #70dde5;
        }

        .multiCurr li span {
            color: #fff;
        }

        .multiCurr li.last {
            background: none;
        }

/*****************************  === producers_listandcategory.xslt  === **********************************************/
.subheader {
    padding: 8px 0 8px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.prodmark {
    ;
}

.prodcont {
    ;
}

    .prodcont p {
        padding: 6px 0 0 10px;
        font-weight: bold;
    }

/* ------------ Column1 -----------------------------------------------------------------------------------------------------------------*/
#column1 .title {
    height: 27px;
    padding: 17px 0 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

    #column1 .title span {
        ;
    }

#column1 .sideBox {
    ;
}

#column1 .sideBoxIn {
    ;
}

#column1 .banner {
    margin: 3px 0;
    text-align: center;
    overflow: hidden;
}

/*****************************  === CATEGORYLIST.basictree  === ***********************************/
.fold {
    height: 31px;
    width: 215px;
    margin: auto;
}

    .fold div {
        float: left;
        text-align: center;
        cursor: pointer;
    }

        .fold div a {
            font-weight: bold;
        }

    .fold .foEx1 {
        height: 24px;
        width: 107px;
        padding-top: 7px;
        background: url(/img/bg-fold_foEx1.gif) repeat-x;
    }

        .fold .foEx1 a {
            color: #b0efff;
        }

    .fold .foEx2 {
        height: 24px;
        width: 108px;
        padding-top: 7px;
        color: #686868;
        background: url(/img/bg-fold_foEx2.gif) repeat-x;
    }

        .fold .foEx2 a {
            color: #559bad;
        }

.foEx {
    ;
}

    .foEx .foEx1 {
        height: 24px;
        width: 107px;
        padding-top: 7px;
        color: #686868;
        background: url(/img/bg-fold_foEx2.gif) repeat-x;
    }

        .foEx .foEx1 a {
            color: #559bad;
        }

    .foEx .foEx2 {
        height: 24px;
        width: 108px;
        padding-top: 7px;
        background: url(/img/bg-fold_foEx1.gif) repeat-x;
    }

        .foEx .foEx2 a {
            color: #b0efff;
        }

.categories-t {
    background: url(/img/bg-title_categories-t.gif) no-repeat;
}

#title_categories_1 {
    xbackground: url(/img/1/title_categories.gif) no-repeat;
}

.categories ul {
    margin: 0;
    padding: 4px 0 6px 0;
    list-style-type: none;
    background: url(/img/bg-categories_ul.gif) repeat-x #001f28;
}

    .categories ul li a {
        padding: 4px 10px 6px 20px;
        display: block;
        font-weight: bold;
        color: #FFF;
        background: url(/img/bg-categories_li_a.gif) no-repeat 10px 8px;
    }

    .categories ul ul {
        margin: 0;
        padding: 4px 0 6px 0;
        list-style-type: none;
        border: 0;
        background: url(/img/bg-categories_ul_ul.gif) repeat-y;
    }

        .categories ul ul li a {
            padding: 3px 8px 3px 31px;
            display: block;
            font-weight: normal;
            text-decoration: none;
            background: url(/img/bg-categories_ul_li_a.gif) no-repeat 20px 8px;
        }

        .categories ul ul ul li a {
            padding: 3px 8px 3px 48px;
            color: #000;
            background: url(/img/bg-categories_ul_li_a.gif) no-repeat 37px 8px;
        }

    .categories ul .activCat {
        color: #fda300;
        background: url(/img/bg-categories_ul_activCat.gif) no-repeat 10px 9px;
    }

    .categories ul .open {
        color: #fda300;
        background: url(/img/bg-categories_ul_activCat.gif) no-repeat 10px 9px;
    }

    .categories ul ul .activCat {
        color: #fda300;
        background: url(/img/bg-categories_ul_ul_activCat.gif) no-repeat 20px 8px;
    }

    .categories ul ul .open {
        color: #fda300;
        background: url(/img/bg-categories_ul_ul_activCat.gif) no-repeat 20px 8px;
    }

    .categories ul ul ul .activCat {
        color: #fda300;
        background: url(/img/bg-categories_ul_ul_activCat.gif) no-repeat 37px 8px;
    }

    .categories ul ul ul .open {
        color: #fda300;
        background: url(/img/bg-categories_ul_ul_activCat.gif) no-repeat 37px 8px;
    }


/*****************************  === PUBLISH.infoboxlinks ===  *************************************/
.infoBox-t {
    background: url(/img/bg-title_infoBox-t.gif) no-repeat;
}

#title_info_1 {
    xbackground: url(/img/1/title_info.gif) no-repeat;
}

.infoBox {
    background: url(/img/bg-infoBox.gif) repeat-y;
}

.infoBoxIn {
    background: url(/img/bg-infoBoxIn.gif) no-repeat;
}

.infoBox ul {
    margin: 0;
    padding: 5px 0 4px 0;
    list-style-type: none;
}

    .infoBox ul li a {
        padding: 5px 0 10px 20px;
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
        background: url(/img/bg-infobox_ul_li_a.gif) no-repeat 10px 10px;
    }

        .infoBox ul li a:hover {
            text-decoration: underline;
        }

.infoBox .last {
    background: none;
}

/*****************************  === CONTACT.sendmail  === *****************************************/
div#contact_send_email {
    padding-bottom: 20px;
}

.sendM-t {
    background: url(/img/bg-title_sendM-t.gif) no-repeat;
}

#title_sendM_1 {
    xbackground: url(/img/1/title_sendMin.gif) no-repeat;
}

.sendM {
    background: url(/img/bg-sendM.gif) repeat-y;
}

.sendMin {
    padding: 5px 0 12px 0;
    background: url(/img/bg-sendMin.gif) no-repeat;
}

.sendM .freetext {
    padding: 0px 10px 10px 20px;
    color: #003745;
}

.sendM textarea {
    height: 68px;
    width: 173px;
    margin: 0 0 5px 18px;
    padding: 3px;
    color: #003745;
    border: 1px solid #c3c3c3;
}

.sendM .input_text {
    height: 16px;
    width: 111px;
    margin: 0 7px 0 18px;
    padding: 3px 0 0 7px;
    color: #003745;
    background: url(/img/bg-searchBox_input.gif) repeat-x;
    border: 1px solid #c3c3c3;
}

.sendM .input_button {
    position: relative;
    top: 0px;
}

.sendM .checkCodeBox span {
    padding: 8px 0 5px 18px;
    display: block;
    color: #003745;
}

.sendM .checkCodeBox img {
    margin: 0 0 5px 18px;
    display: block;
}

/*****************************  === ADVERTISING.textlinks === *************************************/
.textAdvertise-t {
    color: #fb8f1e !important;
    background: url(/img/bg-title_textAdvertise-t.gif) no-repeat;
}

#title_advertise_1 {
    xbackground: url(/img/1/title_advertise.gif) no-repeat;
}

.textAdvertise {
    width: 100%;
    background: url(/img/bg-textAdvertise.gif) repeat-y;
}

.textAdvertiseIn {
    width: 100%;
    background: url(/img/bg-textAdvertiseIn.gif) no-repeat;
}

.textAdvertise ul {
    margin: 0;
    padding: 0 0 0px 0;
    list-style-type: none;
}

    .textAdvertise ul li {
        padding: 11px 0 11px 0;
        background: url(/img/bg-textAdvertise_ul_li.gif) no-repeat bottom left;
    }

        .textAdvertise ul li a {
            padding: 0px 8px 5px 19px;
            display: block;
            text-decoration: underline;
            font-weight: bold;
            color: #fb8f1e;
        }

            .textAdvertise ul li a:hover {
                text-decoration: none;
            }

        .textAdvertise ul li span {
            padding: 0px 8px 0px 19px;
            display: block;
        }

.textAdvertise .last {
    background: none;
}

/*****************************  === TRANSPORTMETHOD.list  === *************************************/
.payments-t {
    color: #fb8f1e !important;
    background: url(/img/bg-title_payments-t.gif) no-repeat;
}

#title_payments_1 {
    xbackground: url(/img/1/title_payments.gif) no-repeat;
}

.payments {
    width: 100%;
    background: url(/img/bg-payments.gif) repeat-y;
}

.paymentsIn1 {
    width: 100%;
    background: url(/img/bg-paymentsIn1.gif) no-repeat bottom left;
}

.paymentsIn2 {
    padding: 0 0 5px 17px;
}

.payments .freetext {
    padding: 8px 10px 15px 17px;
    color: #686868;
}

.payments img {
    margin: 0 10px 8px 0;
    display: inline-block;
}

.payments a:hover {
    text-decoration: none;
}

/*****************************  === COMMODITYLIST.mostlydiscuss ===  ************************************/
.mostlyDiscuss-t {
    background: url(/img/bg-title_mostlyDiscuss-t.gif) no-repeat;
}

#title_mostlyDiscuss_1 {
    xbackground: url(/img/1/title_mostly_discuss.gif) no-repeat;
}


/*****************************  === COMMODITYLIST.topsale ===  ************************************/
#column1 .topSale-t {
    background: url(/img/bg-title_mostlyDiscuss-t.gif) no-repeat;
}

#title_topsale_shop_1 {
    xbackground: url(/img/1/title_topsale.gif) no-repeat;
}

#column1 .topSale {
    background: url(/img/bg-topSale.gif) repeat-y;
}

#column1 .topSaleIn {
    background: url(/img/bg-topSaleIn.gif) no-repeat;
}

#column1 .topSale ol {
    margin: 0 0 0 35px;
    ?margin-left: 40px;
    _margin-left: 40px;
    padding: 10px 0 7px 0;
    font-weight: bold;
    color: #FFF;
}

    #column1 .topSale ol li {
        margin-bottom: 4px;
    }

        #column1 .topSale ol li a {
            position: relative;
            left: 2px;
            ?left: -3px;
            _left: -3px;
            padding: 0 10px 0 0;
            font-weight: bold;
            color: #FFF;
        }

            #column1 .topSale ol li a:hover {
                color: #FFF;
            }

/*****************************  === COMMODITYLIST.topsale ===  ************************************/
#column3 .topSale-t {
    background: url(/img/bg-title_topsale-t.gif) no-repeat;
}

#title_topsale_shop_1 {
    xbackground: url(/img/1/title_topsale.gif) no-repeat;
}

#column3 .topSale {
    background: url(/img/bg-topSale.gif) repeat-y;
}

#column3 .topSaleIn {
    background: url(/img/bg-topSaleIn.gif) no-repeat;
}

#column3 .topSale ol {
    margin: 0 0 0 35px;
    ?margin-left: 40px;
    _margin-left: 40px;
    padding: 10px 12px 7px 0;
    font-weight: bold;
    color: #FFF;
}

    #column3 .topSale ol li {
        margin-bottom: 4px;
    }

        #column3 .topSale ol li a {
            position: relative;
            left: 2px;
            ?left: -3px;
            _left: -3px;
            font-weight: bold;
            color: #FFF;
        }

            #column3 .topSale ol li a:hover {
                color: #FFF;
            }

/*****************************  === FIDELITY.points ===  ************************************/
#column3 .fidelity-t {
    background: url(/img/bg-title_topsale-t.gif) no-repeat;
}

#title_fidelity_points_1 {
    xbackground: url(/img/1/title_topsale.gif) no-repeat;
}

#column3 .fidelity {
    background: url(/img/bg-topSale.gif) repeat-y;
}

#column3 .fidelityIn {
    background: url(/img/bg-topSaleIn.gif) no-repeat;
}

#column3 .fidelity ul {
    list-style-type: none;
    margin: 0 0 0 25px;
    ?margin-left: 30px;
    _margin-left: 30px;
    padding: 10px 12px 7px 0;
    font-weight: bold;
    color: #FFF;
}

    #column3 .fidelity ul li {
        margin-bottom: 4px;
    }

/*****************************  === competition_promo  === **********************************/
.contestPromo {
    background: url(/img/bg-contestPromo.gif) repeat-y;
}

.contestPromoIn {
    padding: 0 0 8px 0;
    background: url(/img/bg-contestPromoIn.gif) no-repeat;
}

.contestPromo .freetext {
    padding: 37px 87px 10px 18px;
}

.contestPromo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .contestPromo ul li a {
        margin-bottom: 3px;
        padding: 0 10px 0 18px;
        display: block;
        color: #003745;
        background: url(/img/bg-contestPromo_ul_li_a.gif) no-repeat 12px 7px;
    }

#title_competition_1 {
    xbackground: url(/img/1/title_compet.gif) no-repeat;
}

.contest h1 {
    padding: 15px 0 15px 15px;
    font-size: 14px;
}

/*****************************  === ADVERTISING.recommendus  === **********************************/
#column3 .recommendUs-t {
    background: url(/img/bg-title_recommendUs-t.gif) no-repeat;
}

#title_recommendUs_1 {
    xbackground: url(/img/1/title_recommendUs.gif) no-repeat;
}

#column3 .recommendUs {
    background: url(/img/bg-recommendUs.gif) repeat-y;
}

#column3 .recommendUsIn {
    padding: 5px 0 12px 0;
    background: url(/img/bg-recommendUsIn.gif) no-repeat;
}

#column3 .recommendUs .freetext {
    padding: 0px 10px 10px 20px;
    color: #003745;
}

#column3 .recommendUs .input_text {
    height: 16px;
    width: 111px;
    margin: 0 7px 0 18px;
    padding: 3px 0 0 7px;
    color: #003745;
    background: url(/img/bg-searchBox_input.gif) repeat-x;
    border: 1px solid #c3c3c3;
}

#column3 .recommendUs .long {
    margin-bottom: 6px;
    width: 174px;
}

#column3 .recommendUs .input_button {
    position: relative;
    top: 0px;
}

#column3 .recommendUs .checkCodeBox span {
    padding: 8px 0 5px 18px;
    display: block;
    color: #003745;
}

#column3 .recommendUs .checkCodeBox img {
    margin: 0 0 5px 18px;
    display: block;
}

/*****************************  === COMMODITYLIST.action ===  *************************************/
#column3 .action-t {
    background: url(/img/bg-title_action-t.gif) no-repeat;
}

#title_action_1 {
    xbackground: url(/img/1/title_action.gif) no-repeat;
}

#column3 .action .product {
    position: relative;
    height: 157px;
    width: 100%;
    padding: 13px 0 0 0;
    float: left;
    background: url(/img/bg-action_product.gif) no-repeat;
}

    #column3 .action .product.last {
        ;
    }

#column3 .action .productName h4 a {
    height: 30px;
    margin: 0 15px 15px 20px;
    overflow: hidden;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

#column3 .action .productImg {
    height: 94px;
    width: 94px;
    margin: 0 0px 0 18px;
    _margin-left: 9px;
    float: left;
    border: 1px solid #00485c;
}

#column3 .action .productInfo {
    padding: 0 0 0 14px;
    float: left;
}

    #column3 .action .productInfo .productPrice {
        padding: 20px 0 30px 0;
        font-size: 12px;
        font-weight: bold;
        color: #fcb034;
    }

        #column3 .action .productInfo .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    #column3 .action .productInfo .productAmount {
        color: #FFF;
    }

        #column3 .action .productInfo .productAmount .input_text {
            height: 16px;
            width: 27px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

    #column3 .action .productInfo .productAttribute {
        position: absolute;
        top: 42px;
        left: 8px;
        width: 38px;
    }

        #column3 .action .productInfo .productAttribute img {
            margin-bottom: 5px;
        }

/*****************************  === PARTNER.links === *********************************************/
#column3 .partnerLink-t {
    color: #fb8f1e;
    background: url(/img/bg-title_partnerLink-t.gif) no-repeat;
}

#title_partner_link_1 {
    xbackground: url(/img/1/title_partnerLink.gif) no-repeat;
}

#column3 .partnerLink {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    background: url(/img/bg-partnerLink.gif) repeat-y;
}

#column3 .partnerLinkIn {
    width: 100%;
    background: url(/img/bg-partnerLinkIn.gif) no-repeat bottom left;
}

    #column3 .partnerLinkIn div {
        padding-bottom: 10px;
    }

/*****************************  === INQUIRY.one  === **********************************************/
#column3 .inquiry-t {
    xcolor: #fb8f1e;
    background: url(/img/bg-title_inquiry-t.gif) no-repeat;
}

#title_inquiry_1 {
    xbackground: url(/img/1/title_inquiry.gif) no-repeat;
}

#column3 .inquiry {
    background: url(/img/bg-inquiry.gif) repeat-y;
}

#column3 .inquiryIn {
    padding: 5px 0 12px 0;
    background: url(/img/bg-inquiryIn.gif) no-repeat;
}

#column3 .inquiry .question {
    padding: 8px 10px 5px 20px;
    color: #FFF;
}

#column3 .inquiry .answerCount {
    position: relative;
    right: 14px;
    float: right;
    text-align: right;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
}

#column3 .inquiry .answerText {
    position: relative;
    left: 20px;
    width: 155px;
    text-decoration: underline;
    color: #FFF;
    cursor: pointer;
}

    #column3 .inquiry .answerText:hover {
        text-decoration: none;
    }

#column3 .inquiry .inquiryIn1 {
    height: 25px;
    width: 185px;
    margin: 2px 0 0 18px;
    background: url(/img/bg-inquiryIn1.gif) no-repeat;
}

#column3 .inquiry .inquiryIn2 {
    padding: 2px;
}

/******************************* === M:COMMODITYBODY.related === **********************************/
#column3 .related-t {
    background: url(/img/bg-title_related-t.gif) no-repeat;
}

#title_related_1 {
    xbackground: url(/img/1/title_related.gif) no-repeat;
}

#column3 .related .product {
    position: relative;
    height: 157px;
    width: 100%;
    padding: 13px 0 0 0;
    float: left;
    background: url(/img/bg-action_related.gif) no-repeat;
}

    #column3 .related .product.last {
        ;
    }

#column3 .related .productName h4 a {
    height: 30px;
    margin: 0 15px 15px 20px;
    overflow: hidden;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

#column3 .related .productImg {
    height: 94px;
    width: 94px;
    margin: 0 0px 0 18px;
    _margin-left: 9px;
    float: left;
    border: 1px solid #00485c;
}

#column3 .related .productInfo {
    padding: 0 0 0 14px;
    float: left;
}

    #column3 .related .productInfo .productPrice {
        padding: 20px 0 30px 0;
        font-size: 12px;
        font-weight: bold;
        color: #fcb034;
    }

        #column3 .related .productInfo .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    #column3 .related .productInfo .productAmount {
        color: #FFF;
    }

        #column3 .related .productInfo .productAmount .input_text {
            height: 16px;
            width: 27px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

    #column3 .related .productInfo .productAttribute {
        position: absolute;
        top: 42px;
        left: 8px;
        width: 38px;
    }

        #column3 .related .productInfo .productAttribute img {
            margin-bottom: 5px;
        }

/**************************** === COMMODITYBODY.toporder.column === *****************************/
#title_toporder_column_1 {
    background: url(/img/1/title_toporder_column.gif) no-repeat;
}

#column3 .toporder_column-t {
    background: url(/img/bg-title_related-t.gif) no-repeat;
}

#column3 .topOrder {
    padding-bottom: 3px;
}

    #column3 .topOrder .product {
        position: relative;
        width: 100%;
        padding: 13px 0 18px 0;
        float: left;
        background: url(/img/bg-action_related.gif) no-repeat;
    }

        #column3 .topOrder .product.last {
            ;
        }

    #column3 .topOrder .productName h4 a {
        height: 30px;
        margin: 0 15px 15px 20px;
        overflow: hidden;
        display: block;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
    }

    #column3 .topOrder .productImg {
        height: 94px;
        width: 94px;
        margin: 0 0px 0 18px;
        _margin-left: 9px;
        float: left;
        border: 1px solid #00485c;
    }

    #column3 .topOrder .productInfo {
        padding: 0 0 0 14px;
        float: left;
    }

        #column3 .topOrder .productInfo .productPrice {
            padding: 20px 0 30px 0;
            font-size: 12px;
            font-weight: bold;
            color: #fcb034;
        }

            #column3 .topOrder .productInfo .productPrice small {
                font-size: 11px;
                color: #708e96;
            }

        #column3 .topOrder .productInfo .productAmount {
            color: #FFF;
        }

            #column3 .topOrder .productInfo .productAmount .input_text {
                height: 16px;
                width: 27px;
                padding-top: 3px;
                text-align: center;
                color: #003745;
                background: url(/img/bg-searchBox_input.gif) repeat-x;
                border: 1px solid #c3c3c3;
            }

        #column3 .topOrder .productInfo .productAttribute {
            position: absolute;
            top: 42px;
            left: 8px;
            width: 38px;
        }

            #column3 .topOrder .productInfo .productAttribute img {
                margin-bottom: 5px;
            }

/* ------------ Column2 -----------------------------------------------------------------------------------------------------------------*/
#column2 .title {
    height: 23px;
    margin: 10px 0 10px 0;
    padding: 5px 0 0 13px;
    font-size: 14px;
    font-weight: bold;
    color: #003745;
    background: url(/img/bg-title_column2.gif) no-repeat;
}

    #column2 .title h3 {
        font-size: 14px;
        color: #003745;
    }

    #column2 .title span {
        ;
    }

#column2 .banner {
    margin: 15px 0;
    text-align: center;
}

/*****************************  === PUBLISH.welcome ===  ******************************************/
.prologue {
    padding: 15px 0 25px 0;
}

    .prologue h1 {
        font-size: 14px;
        color: #003644;
    }

    .prologue .freetext {
        padding: 15px 0 0 0;
        font-size: 12px;
        color: #505050;
    }

/**************************** === PUBLISH.news ===  ***********************************************/
#title_pubnews_1 {
    xbackground: url(/img/1/title_pubnews.gif) no-repeat !important;
}

#column2 .news {
    ;
}

    #column2 .news .newsIn {
        padding: 12px 0 10px 0px;
        background: url(/img/bg-news_line.gif) no-repeat bottom left;
        border-bottom: 1px solid #77a7b4;
    }

    #column2 .news .newsImg {
        width: 72px;
        height: 72px;
        margin: 0 10px 0 0;
        float: left;
        overflow: hidden;
        border: 1px solid #bababa;
    }

    #column2 .news .newsInfo {
        padding: 0 0 0 10px;
    }

        #column2 .news .newsInfo .newsName span {
            display: block;
            font-size: 10px;
            font-weight: bold;
            color: #878787;
        }

        #column2 .news .newsInfo .newsName h2 a {
            margin: 3px 0 5px 0;
            display: block;
            text-decoration: underline;
            font-size: 12px;
            color: #003644;
        }

            #column2 .news .newsInfo .newsName h2 a:hover {
                text-decoration: none;
            }

    #column2 .news .freetext {
        color: #505050;
    }

    #column2 .news .last {
        background: none;
        border: 0;
    }

/**************************** === PUBLISH.textbody ===  *******************************************/
.publish-t h1 {
    font-size: 14px;
    font-weight: bold;
    color: #003745;
}

.freeArticle h2 {
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #bb311a;
}

.freeArticle h3 {
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #bb311a;
}

.freeArticle h4 {
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: #bb311a;
}

.freeArticle a {
    text-decoration: underline;
    color: #fb9824;
}

    .freeArticle a:hover {
        text-decoration: none;
    }

.freeArticle .articleHead .image {
    margin: 0 10px 0 0;
    float: left;
}

.freeArticle .articleHead .date {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #878787;
}

.freeArticle .articleHead .freetext {
    padding: 5px 0 10px 0;
    font-weight: bold;
    color: #505050;
}

    .freeArticle .articleHead .freetext a {
        text-decoration: underline;
        color: #bd351f;
    }

        .freeArticle .articleHead .freetext a:hover {
            text-decoration: none;
        }

.freeArticle .articleBody {
    padding: 15px 0 10px 0;
}

    .freeArticle .articleBody ul {
        margin: 0;
        padding: 10px 0 10px 15px;
        list-style-type: none;
    }

        .freeArticle .articleBody ul li {
            margin-bottom: 5px;
            padding: 0 0 0 12px;
            display: block;
            font-size: 12px;
            font-weight: bold;
            color: #000;
            background: url(/img/bg-freeArticle_ul_li_a.gif) no-repeat 0 5px;
        }

    .freeArticle .articleBody ol {
        margin: 0 0 0 25px;
        padding: 10px 0 10px 10px;
    }

        .freeArticle .articleBody ol li {
            margin-bottom: 5px;
            vertical-align: top;
            font-size: 12px;
            font-weight: bold;
            color: #000;
        }

            .freeArticle .articleBody ol li a {
                display: block;
                font-size: 12px;
                font-weight: bold;
            }

.freeArticle table {
    width: 400px;
    margin: 0 auto 50px auto;
    clear: both;
}

    .freeArticle table caption {
        margin-top: 50px;
        padding-bottom: 5px;
        font-family: Georgia;
        color: #ba340b;
    }

    .freeArticle table tr th {
        height: 24px;
        ?height: 22px;
        _height: 22px;
        color: #FFF;
        background: #49493d;
    }

    .freeArticle table tr td {
        height: 23px; /*border: 1px solid #81b492;*/
    }

    .freeArticle table tr a {
        text-decoration: underline;
        color: #363510;
    }

        .freeArticle table tr a:hover {
            text-decoration: none;
        }

/* css styl obrazku v tele clanku */
#article .text .aimage {
    margin: 20px 0;
    cursor: pointer;
}

#dictPopUp {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
    background-color: #FFF;
    border: 1px solid #CD6A00;
    padding: 7px;
}

/********** === PUBLISH.article.archive === ************/
.freeArticleArchive {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #DCDCDC;
}

.page_articlearchive .displayPaging .pager {
    right: 5px;
    text-align: right;
}

    .page_articlearchive .displayPaging .pager .btLeft {
        margin: 1px 5px 0 5px;
    }

    .page_articlearchive .displayPaging .pager .btRight {
        margin: 1px 2px 0 7px;
    }

.more {
    float: right;
    margin-right: 5px;
}

/**************************** === COMMODITYLIST.recommended ===  *********************************/
#title_recomended_1 {
    xbackground: url(/img/1/title_recomended.gif) no-repeat !important;
}

.comLRecommended {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLRecommended .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLRecommended_line.gif) no-repeat bottom left;
    }

        .comLRecommended .line.last {
            background: none;
        }

    .comLRecommended .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLRecommended .product h3 a {
            height: 30px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLRecommended .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLRecommended .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLRecommended .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLRecommended .productAttribute {
        position: absolute;
        top: 42px;
        left: 13px;
        width: 38px;
    }

        .comLRecommended .productAttribute img {
            margin-bottom: 5px;
        }

/**************************** === COMMODITYLIST.recommended ===  *********************************/
.comLRemember {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLRemember .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLRecommended_line.gif) no-repeat bottom left;
    }

        .comLRemember .line.last {
            background: none;
        }

    .comLRemember .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLRemember .product h3 a {
            height: 30px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLRemember .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLRemember .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLRemember .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLRemember .productAttribute {
        position: absolute;
        top: 42px;
        left: 13px;
        width: 38px;
    }

        .comLRemember .productAttribute img {
            margin-bottom: 5px;
        }

    .comLRemember .productAmount {
        padding: 8px 0 8px 0;
    }

        .comLRemember .productAmount .input_text {
            height: 16px;
            width: 27px;
            margin: 0 2px 0 2px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

/************************** === COMMODITYLIST.news === ********************************************/
#title_newitems_1 {
    xbackground: url(/img/1/title_newitems.gif) no-repeat !important;
}

.comLNews {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLNews .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLNews_line.gif) no-repeat bottom left;
    }

        .comLNews .line.last {
            background: none;
        }

    .comLNews .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLNews .product h3 a {
            height: 30px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLNews .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLNews .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLNews .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLNews .productAttribute {
        position: absolute;
        top: 42px;
        left: 13px;
        width: 38px;
    }

        .comLNews .productAttribute img {
            margin-bottom: 5px;
        }

/*****************************  === CATEGORYBODY.basicinfo ===  ***********************************/
.characterization {
    padding: 10px 0 10px 0;
}

    .characterization .characterizationImg {
        margin: 0 12px 8px 0;
        float: left;
        border: 1px solid #d1d1d1;
    }

    .characterization .characterizationInfo {
        padding: 0 0 0 12px;
    }

        .characterization .characterizationInfo h1 {
            padding: 0 0 5px 0;
            font-size: 14px;
            color: #003644;
        }

        .characterization .characterizationInfo h2 {
            padding: 0 0 5px 0;
            font-size: 12px;
            color: #003644;
        }

        .characterization .characterizationInfo .freetext {
            font-size: 12px;
            color: #505050;
        }

            .characterization .characterizationInfo .freetext a {
                text-decoration: underline;
                color: #003644;
            }

/*****************************  === CATEGORYBODY.topsale ===  *************************************/
.topSaleCategory-t {
    background: url(/img/bg-title_topSaleCategory-t.gif) no-repeat !important;
}

.topSaleCategory {
    padding: 0px 0 10px 0;
}

    .topSaleCategory ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: #3aa0d9;
    }

        .topSaleCategory ul li {
            width: 100%;
            padding: 4px 0 6px 0;
            float: left;
            font-size: 11px;
            background: url(/img/bg-topSaleCategory.gif) no-repeat bottom left;
            clear: both;
        }

            .topSaleCategory ul li .rowNumber {
                width: 21px;
                padding: 0 6px 0 0;
                display: block;
                float: left;
                text-align: right;
                font-weight: bold;
            }

            .topSaleCategory ul li h3 {
                width: 400px;
                display: block;
                float: left;
                font-weight: normal;
                color: #003644;
            }

            .topSaleCategory ul li .price {
                width: 68px;
                float: left;
                text-align: right;
                color: #64390d;
                font-size: 11px;
                font-weight: bold;
            }

                .topSaleCategory ul li .price .currency {
                    font-size: 12px;
                    font-weight: bold;
                }

/***************************** === CATEGORYBODY.filter ===  ***************************************/
.displayPaging {
    position: relative;
    xheight: 60px;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 60px 0 0 0;
    float: left;
    color: #003745;
    background: url(/img/bg-displayPaging.gif) no-repeat;
}

    .displayPaging img {
        vertical-align: middle;
    }

    .displayPaging .pager {
        position: absolute;
        top: 3px;
        left: 305px;
    }

        .displayPaging .pager span {
            position: relative;
            top: 1px;
        }

        .displayPaging .pager .input_text {
            height: 16px;
            width: 27px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

        .displayPaging .pager .btLeft {
            margin: 0 2px 0 7px;
        }

    .displayPaging .filter {
        position: absolute;
        top: 37px;
        left: 260px;
    }

        .displayPaging .filter label {
            position: relative;
            top: -1px;
            padding: 0 3px 0 0;
            color: #003745;
        }

    .displayPaging .itemsOnPage {
        position: absolute;
        top: 4px;
        left: 200px;
    }

    .displayPaging .orderSelect {
        position: absolute;
        top: 4px;
        left: 15px;
    }

        .displayPaging .orderSelect select {
            width: 72px;
            margin: 0 4px 0 3px;
        }

        .displayPaging .orderSelect input {
            margin-right: 3px;
        }

    .displayPaging .listorcat {
        position: absolute;
        top: 37px;
        left: 15px;
    }

        .displayPaging .listorcat label {
            padding: 0 5px 0 0;
        }

        .displayPaging .listorcat .cat {
            margin-left: 15px;
            padding: 0 0 0 22px;
            cursor: pointer;
            background: url(/img/bg-displayPaging_listorcat_cat.gif) no-repeat;
        }

        .displayPaging .listorcat .catSel {
            background: url(/img/bg-displayPaging_listorcat_catSel.gif) no-repeat;
        }

        .displayPaging .listorcat .list {
            margin-left: 15px;
            padding: 0 0 0 22px;
            cursor: pointer;
            background: url(/img/bg-displayPaging_listorcat_list.gif) no-repeat;
        }

        .displayPaging .listorcat .listSel {
            background: url(/img/bg-displayPaging_listorcat_listSel.gif) no-repeat;
        }

    .displayPaging .input_radio {
        margin: 0 5px 0 0;
    }

    .displayPaging .producerSelect {
        padding: 10px 0 5px 15px;
        background: #dadada;
    }

        .displayPaging .producerSelect label {
            padding: 0 15px 5px 0;
            float: left;
            color: #003745;
        }

            .displayPaging .producerSelect label .input_check {
                position: relative;
                top: -1px;
                margin: 0 4px 0 0;
            }

    .displayPaging .postFilter {
        ;
    }

    .displayPaging .compareSelected {
        ;
    }

        .displayPaging .compareSelected a {
            text-decoration: none;
        }

/****************************** === CATEGORYBODY.catalogue ===  ***********************************/
.comLCatalog {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLCatalog .product {
        position: relative;
        height: 330px;
        width: 251px;
        float: left;
        background: url(/img/bg-comLCatalog_product.gif) no-repeat bottom left;
        border-bottom: 1px solid #a8c4cc;
    }

        .comLCatalog .product .productIn {
            height: 240px;
        }

        .comLCatalog .product .productName {
            height: 30px;
            margin: 20px 0 10px 0;
            padding: 0 15px;
            display: block;
            overflow: hidden;
        }

            .comLCatalog .product .productName h2 a {
                font-size: 12px;
                color: #003745;
            }

        .comLCatalog .product .productImg {
            height: 94px;
            width: 94px;
            margin: 0 16px 0 16px;
            _margin-left: 6px;
            float: left;
            border: 1px solid #72a4b2;
        }

        .comLCatalog .product .productInfo {
            width: 115px;
            floaT: left;
        }

            .comLCatalog .product .productInfo .code {
                padding: 0px 0 1px 0;
                color: #737373;
            }

                .comLCatalog .product .productInfo .code span {
                    padding: 0 3px 0 0;
                }

            .comLCatalog .product .productInfo .priceWithoutVat {
                padding: 1px 0 1px 0;
                color: #737373;
            }

                .comLCatalog .product .productInfo .priceWithoutVat span {
                    padding: 0 3px 1px 0;
                    display: block;
                    font-size: 10px;
                    color: #708e96;
                }

                .comLCatalog .product .productInfo .priceWithoutVat strong {
                    color: #00556a;
                }

            .comLCatalog .product .productInfo .priceWithVatVat strong small {
                font-size: 11px;
                color: #708e96;
            }

            .comLCatalog .product .productInfo .priceWithVat {
                padding: 1px 0 1px 0;
                color: #737373;
            }

                .comLCatalog .product .productInfo .priceWithVat span {
                    padding: 0 3px 1px 0;
                    display: block;
                    font-size: 10px;
                    color: #708e96;
                }

                .comLCatalog .product .productInfo .priceWithVat strong {
                    font-size: 12px;
                    color: #00556a;
                }

                    .comLCatalog .product .productInfo .priceWithVat strong small {
                        font-size: 11px;
                        color: #708e96;
                    }

            .comLCatalog .product .productInfo .priceMarket {
                padding: 1px 0 1px 0;
                color: #737373;
            }

                .comLCatalog .product .productInfo .priceMarket span {
                    padding: 0 3px 1px 0;
                    display: block;
                    font-size: 10px;
                    color: #708e96;
                }

                .comLCatalog .product .productInfo .priceMarket strong {
                    color: #00556a;
                }

                    .comLCatalog .product .productInfo .priceMarket strong small {
                        font-size: 11px;
                        color: #708e96;
                    }

        .comLCatalog .product .freetext {
            height: 44px;
            width: 225px;
            margin: 7px 0 7px 0;
            padding: 0 13px 0 13px;
            float: left;
            overflow: hidden;
        }

        .comLCatalog .product .store {
            width: 100%;
            padding: 10px 0 18px 0;
            float: left;
            text-align: center;
        }

            .comLCatalog .product .store span {
                font-size: 10px;
            }

            .comLCatalog .product .store strong {
                padding: 0 0 0 3px;
                color: #1c9908;
            }

        .comLCatalog .product .compare {
            width: 91px;
            padding: 3px 0 0 24px;
            _padding-top: 6px;
            float: left;
            font-size: 10px;
            color: #005e79;
        }

            .comLCatalog .product .compare span {
                position: relative;
                top: 1px;
                font-weight: bold;
            }

        .comLCatalog .product .amount {
            width: 130px;
            padding: 0 0 0 0;
            float: left;
            font-size: 10px;
            color: #005e79;
        }

            .comLCatalog .product .amount form {
                display: inline;
            }

            .comLCatalog .product .amount strong {
                position: relative;
                top: 1px;
            }

            .comLCatalog .product .amount span {
                position: relative;
                top: 2px;
            }

            .comLCatalog .product .amount .input_text {
                height: 16px;
                width: 27px;
                margin: 0 2px 0 2px;
                padding-top: 3px;
                text-align: center;
                color: #003745;
                background: url(/img/bg-searchBox_input.gif) repeat-x;
                border: 1px solid #c3c3c3;
            }

    .comLCatalog .productAttribute {
        position: absolute;
        top: 71px;
        left: 6px;
        width: 38px;
    }

        .comLCatalog .productAttribute img {
            margin-bottom: 2px;
            display: block;
        }

#preview {
    position: absolute;
    border: 1px solid #CD6A00;
    background: #FDC15F;
    padding: 2px;
    display: none;
    color: #fff;
}

/******************************  === CATEGORYBODY.list === ****************************************/
.commodityList {
    width: 100%;
    float: left;
}

    .commodityList thead tr td {
        height: 26px;
        font-size: 10px !important;
        font-weight: bold !important;
        color: #708e96 !important;
        border-bottom: 1px solid #77a7b4;
    }

    .commodityList tbody tr.last td {
        background: none;
    }

    .commodityList .code {
        width: 75px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .commodityList .name {
        width: 220px;
    }

    .commodityList .compare {
        text-align: center;
    }

    .commodityList thead .price {
        width: 75px;
        padding-right: 20px;
    }

    .commodityList .price {
        width: 85px;
        padding-right: 10px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        color: #00556a;
    }

    .commodityList .amount {
        width: 90px;
        text-align: center;
    }

        .commodityList .amount span {
            font-size: 9px;
            padding: 0 2px;
        }

        .commodityList .amount .input_text {
            height: 16px;
            width: 27px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

/**************************** === COMMODITYBODY.detail === ****************************************/


.detail .detailPaging {
    width: 100%;
    padding: 0 0 5px 0;
    float: left;
    border-bottom: 1px solid #77a7b4;
}

    .detail .detailPaging .next {
        margin-right: 5px;
        padding: 0 10px 0 0;
        floaT: right;
        background: url(/img/bg-detailPaging.gif) no-repeat right 5px;
    }

    .detail .detailPaging .prew {
        margin-left: 5px;
        padding: 0 0 0 10px;
        floaT: left;
        background: url(/img/bg-detailPaging.gif) no-repeat left 5px;
    }

.detail .detailName {
    width: 100%;
    padding: 15px 0 10px 0;
    float: left;
}

    .detail .detailName h1 {
        font-size: 14px;
        color: #003644;
    }

.detail .detailImg {
    position: relative;
    width: 228px;
    float: left;
}

    .detail .detailImg .diEx {
        padding: 10px 0 10px 0;
    }

        .detail .detailImg .diEx .productAttribute {
            position: absolute;
            top: 5px;
            left: 6px;
            width: 38px;
        }

            .detail .detailImg .diEx .productAttribute img {
                margin-bottom: 2px;
                display: block;
            }

    .detail .detailImg .detailVariImg {
        width: 100%;
        float: left;
    }

        .detail .detailImg .detailVariImg .detailVariImgIn {
            width: 70px;
            margin: 0 9px 9px 0;
            float: left;
        }

            .detail .detailImg .detailVariImg .detailVariImgIn.last {
                margin-right: 0;
            }

            .detail .detailImg .detailVariImg .detailVariImgIn .dvEx {
                float: left;
            }

.detail .detailInfo .code {
    width: 247px;
    padding: 3px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .code strong {
        width: 150px;
        float: right;
    }

.detail .detailInfo .warranty {
    width: 247px;
    padding: 3px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .warranty strong {
        width: 150px;
        float: right;
    }

.detail .detailInfo .producer {
    width: 247px;
    padding: 3px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .producer h2 {
        color: #fb9925;
    }

    .detail .detailInfo .producer strong {
        width: 150px;
        float: right;
    }

.detail .detailInfo .priceRecycleTax {
    width: 247px;
    padding: 3px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .priceRecycleTax strong {
        width: 150px;
        float: right;
    }


.detail .detailInfo .commonlyWithVAT {
    xwidth: 247px;
    padding: 3px 0 8px 0px;
    xfloat: left;
    font-size: 14px;
    color: #002e5f;
}

    .detail .detailInfo .commonlyWithVAT strong {
        display: block;
        color: #002e5f !important;
    }

        .detail .detailInfo .commonlyWithVAT strong del {
            color: #002e5f !important;
        }

.detail .detailInfo .discount {
    width: 247px;
    padding: 3px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .discount strong {
        width: 150px;
        float: right;
    }

.detail .detailInfo .watchDogButton {
    width: 247px;
    padding: 5px 0 3px 15px;
    float: left;
}

    .detail .detailInfo .watchDogButton strong {
        width: 150px;
        float: right;
    }

.detail .detailParam {
    width: 100%;
    margin: 10px 0 -25px 0;
    float: left;
}

.detailParamDD {
    margin-bottom: 35px !important;
}

.detail .detailParam-t {
    padding: 4px 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    color: #416974;
}

.detailParamDD .detailParam-t {
    padding: 10px 0 5px 10px;
    color: #333333;
    font-style: italic;
    font-size: 18px;
}

.detail .detailParam .detailParamIn {
    float: left;
    width: 100%;
}

    .detail .detailParam .detailParamIn p {
        float: left;
        width: 100%;
    }

    .detail .detailParam .detailParamIn strong {
        width: 180px;
        float: right;
        display: block;
    }

        .detail .detailParam .detailParamIn strong select {
            width: 160px;
            margin-right: 20px;
        }

    .detail .detailParam .detailParamIn .pnName {
        position: relative;
        top: 4px;
    }

.detailParamDD .pnName {
    padding-left: 10px;
}

.detail .detailParam .detailParamIn .pnwos {
    position: relative;
    top: -3px;
}

.detail .detailParam .detailParamIn > span {
    margin-top: 3px;
    display: inline-block;
}

.detailParamDD .detailParamIn {
    padding-bottom: 5px;
}

    .detailParamDD .detailParamIn strong {
        width: 575px !important;
    }

    .detailParamDD .detailParamIn .pnName {
        top: 0 !important;
    }

    .detailParamDD .detailParamIn > span {
        margin-top: 0 !important;
    }

#paramCommDetPopUp {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
    background-color: #FFF;
    border: 1px solid #CD6A00;
    padding: 7px;
}

.detail .detailLinks {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
}

.detail .detailLinks-t {
    padding: 4px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #416974;
}

.detail .detailLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .detail .detailLinks ul li a {
        margin-bottom: 3px;
        padding: 0 0 0 21px;
        display: block;
        color: #505050;
        background: url(/img/bg-detailLinks_ul_li_a.gif) no-repeat 10px 5px;
    }

.quantity {
    margin: 0;
    width: 100%;
    floaT: left;
}

    .quantity table {
        margin: 17px auto 20px auto;
        padding: 5px;
        border-right: 1px solid #E0E0E0;
        border-left: 1px solid #E0E0E0;
    }

    .quantity td {
        height: 22px;
        width: 60px;
        border-bottom: 1px solid #E0E0E0;
    }

    .quantity .line1 td {
        color: #3d7bb9;
        font-weight: bold;
    }

    .quantity .nadpis {
        height: 30px;
        text-transform: uppercase;
        text-align: center;
        background: #e7e7e7;
        color: #808080;
        font-weight: bold;
        font-size: 12px;
        width: auto;
    }

    .quantity .tdname {
        width: 87px;
        padding-right: 10px;
        font-weight: bold;
        text-align: right;
        color: #808080 !important;
        border-right: 1px solid #E0E0E0;
    }

    .quantity .tdvaluesum {
        font-weight: bolder;
        color: #E35503;
        background: #F2F2F2;
        text-align: center;
        border-right: 1px solid #FFF;
    }

    .quantity .tdvalue {
        background: #F2F2F2;
        text-align: center;
        border-right: 1px solid #FFF;
    }


/*************************** === commoditybody_detailsend.xslt === ********************************/
.classic {
    ;
}

    .classic .name {
        width: 50px;
    }

    .classic .inputTD div {
        padding: 5px 0 15px 0;
    }

    .classic .input_text {
        height: 16px;
        width: 130px;
        margin: 0 8px 0 0;
        padding: 3px 0 0 7px;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

    .classic .input_textarea {
        height: 50px;
        width: 450px;
        padding: 3px;
        border: 1px solid #a4a4a4;
    }

    .classic .checkCodeBox span {
        padding: 8px 0 5px 18px;
        display: block;
        color: #003745;
    }

    .classic .checkCodeBox img {
        margin: 0 0 5px 0px;
        display: block;
    }

    .classic .checkCodeBox .input_text {
        margin: 3px 0 0 0;
    }

.detailSendBT {
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}

    .detailSendBT label {
        margin-right: 10px;
    }



/********************************* === COMMODITYLIST.alternative === ******************************/
#title_alternative_1 {
    background: url(/img/1/title_alternative.gif) no-repeat !important;
}

.comLAlternative {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLAlternative .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLNews_line.gif) no-repeat bottom left;
    }

        .comLAlternative .line.last {
            background: none;
        }

    .comLAlternative .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLAlternative .product h3 a {
            height: 31px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLAlternative .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLAlternative .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLAlternative .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLAlternative .productAmount {
        padding: 5px 0 0 0;
    }

        .comLAlternative .productAmount .input_text {
            height: 16px;
            width: 27px;
            padding-top: 3px;
            text-align: center;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

    .comLAlternative .productAttribute {
        position: absolute;
        top: 40px;
        left: 13px;
        width: 38px;
    }

        .comLAlternative .productAttribute img {
            margin-bottom: 5px;
        }

/********************************* === COMMODITYLIST.set === ******************************/
#title_set_1 {
    background: url(/img/1/title_set.gif) no-repeat !important;
}

.comLSet {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLSet .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLNews_line.gif) no-repeat bottom left;
    }

        .comLSet .line.last {
            background: none;
        }

    .comLSet .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLSet .product h3 a {
            height: 31px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLSet .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLSet .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLSet .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLSet .productAttribute {
        position: absolute;
        top: 40px;
        left: 13px;
        width: 38px;
    }

        .comLSet .productAttribute img {
            margin-bottom: 5px;
        }

/**************************** === COMMODITYBODY.toporder ===  *********************************/
#title_toporder_1 {
    background: url(/img/1/title_toporder.gif) no-repeat !important;
}

.comLTopOrder {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comLTopOrder .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLNews_line.gif) no-repeat bottom left;
    }

        .comLTopOrder .line.last {
            background: none;
        }

    .comLTopOrder .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comLTopOrder .product h4 a {
            height: 31px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comLTopOrder .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comLTopOrder .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comLTopOrder .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comLTopOrder .productAttribute {
        position: absolute;
        top: 40px;
        left: 13px;
        width: 38px;
    }

        .comLTopOrder .productAttribute img {
            margin-bottom: 5px;
        }

/******************* === USER.Order === ***********************************************************/
#title_order_1 {
    background: url(/img/1/title_order.gif) no-repeat;
}

.order {
    ;
}

    .order .orderItems {
        float: left;
        width: 1000px;
    }

        .order .orderItems td img {
            vertical-align: middle;
        }

        .order .orderItems thead tr td {
            height: 24px;
            font-size: 10px !important;
            font-weight: normal !important;
            color: #505050 !important;
            border-bottom: 1px solid #77a7b4;
        }

        .order .orderItems tbody tr td {
            background: #F2F2F2 url(/img/renocar/gray-white-line.png) repeat-x left bottom;
        }

            .order .orderItems tbody tr td.cpreview {
                width: 158px;
                padding: 0;
                margin: 0;
            }

        .order .orderItems tbody tr.last td {
            background: none;
        }

        .order .orderItems .code {
            width: 75px;
            padding-left: 6px;
            color: #505050;
            height: 60px;
        }

        .order .orderItems .name {
            width: 250px;
            padding-left: 5px;
            padding-right: 5px;
        }

            .order .orderItems .name a {
                display: block;
                font-size: 14px;
                font-weight: normal;
                color: #002e5f;
                text-decoration: underline;
            }

        .order .orderItems .amount {
            width: 95px;
            font-size: 14px;
            text-align: center;
            white-space: nowrap;
        }

        .order .orderItems .avail {
            width: 95px;
            color: #598527;
        }

    .order form {
        margin: 0;
    }

    .order .orderItems .amount .input_text {
        width: 38px;
        margin-right: 5px !important;
        text-align: right;
        margin: 0;
        padding-right: 3px;
    }

    .order .orderItems .amount .btn {
        margin: 0;
        margin-left: 7px;
        padding: 9px;
    }

    .order .orderItems thead .price {
        width: 75px;
        padding-right: 0px;
    }

    .order .orderItems .price {
        width: 70px;
        padding-right: 5px;
        text-align: center;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
    }

        .order .orderItems .price p {
            text-align: center;
            color: #787878;
            font-size: 11px;
            font-weight: normal;
            text-transform: uppercase;
        }

    .order .rInsert .cussel {
        margin-left: 18px;
        margin-bottom: 5px;
        text-align: left;
        font-style: italic;
    }

.delivery-holder, .payment-holder {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
}

/*.order .orderItems .price small {font-size: 11px; }*/
.order .orderItems thead .sum {
    width: 75px;
    padding-right: 15px;
}

.order .orderItems .sum {
    width: 80px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.order .orderItems .price .currency {
    font-weight: bold;
    font-size: 11px;
}

.order .orderItems tfoot .quick {
    padding-top: 5px;
    border-top: 1px solid #006644;
}

.quickOrder .orderItems .code {
    width: 95px;
}

    .quickOrder .orderItems .code .input_text {
        height: 16px;
        width: 70px;
        margin-right: 3px;
        padding-top: 3px;
        text-align: center;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

.quickOrder .orderItems .param {
    width: 50px;
}

.quickOrder .orderItems .amount .input_button {
    margin-left: 3px;
}

.order .suma {
    position: relative;
    padding: 15px 10px 15px 10px;
    text-align: right;
}

    .order .suma a {
        color: #002e5f;
        margin-left: 5px;
    }

    .order .suma .priceText {
        position: absolute;
        top: 14px;
        left: 260px;
        font-size: 12px;
        font-weight: bold;
    }

    .order .suma .clearBasket {
        position: absolute;
        top: 11px;
        left: 13px;
    }

    .order .suma .recount {
        position: absolute;
        top: 11px;
        left: 175px;
    }

.rekapitulace-holder .tax-t {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 4px solid #d6d6d6;
    color: #333333;
}

    .rekapitulace-holder .tax-t p {
        margin-left: 10px;
    }

.order .discount {
    padding: 5px 0;
}

    .order .discount strong {
        padding-left: 5px;
        color: #000;
    }

.order .orderCupon {
    float: left;
}

    .order .orderCupon .secLabel {
        display: none;
    }

    .order .orderCupon p {
        float: left;
        margin-left: 220px;
        color: #666;
        font: italic 16px/30px 'Open Sans', sans-serif;
    }

.order .radioHub {
    padding-left: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .order .radioHub > p {
        float: left;
        width: 202px;
        height: 30px;
        background: url(/img/renocar/sprite.png) no-repeat 0 -270px;
        padding: 20px;
        margin-right: 10px;
    }

        .order .radioHub > p.active {
            margin-bottom: -1px;
            background: #f3f3f3 url(/img/renocar/basket-usermenu-active-tab.png) repeat-x 0 0;
            border: 1px solid #dddddd;
            border-bottom: 0;
        }

    .order .radioHub label {
        font-size: 14px;
        cursor: pointer;
    }

.order .basket-usermenu-form {
    background: #f3f3f3;
    padding-bottom: 20px;
}

.order .login {
    clear: both;
}

.order .requiredText {
    padding: 5px 0 5px 20px;
    text-align: left;
}

.order .userdatabox {
    width: 100%;
}

    .order .userdatabox tr td strong {
        padding-left: 5px;
    }

    .order .userdatabox .input_text {
        height: 16px;
        width: 130px;
        padding: 3px 0 0 7px;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

    .order .userdatabox .rName {
        width: 92px;
        padding-right: 7px;
        text-align: right;
    }

    .order .userdatabox .rInsert {
        width: 165px;
    }

    .order .userdatabox .rName1 {
        width: 94px;
        padding-right: 4px;
        text-align: right;
    }

    .order .userdatabox .rInsert1 {
        width: 165px;
    }

.order .cusrbtn {
    margin-right: 5px;
}

.order .orderAdditionales {
    padding: 0 0 10px 15px;
}

.order .orderCompletiveInfo {
    padding: 0 0 10px 15px;
}

    .order .orderCompletiveInfo textarea {
        height: 50px;
        width: 450px;
        padding: 3px;
        border: 1px solid #a4a4a4;
    }

.order .orderClientNumber {
    padding: 0 0 10px 15px;
}

    .order .orderClientNumber .input_text {
        height: 16px;
        width: 130px;
        padding: 3px 0 0 7px;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

.orderBT .btEx {
    margin-right: 15px;
}

.orderBT img {
    vertical-align: middle;
    cursor: pointer;
}

.SumaAllDivBrief ul li {
    width: 400px;
}

    .SumaAllDivBrief ul li div {
        float: right;
        font-weight: bold;
    }

.orderfinish .paycardnote {
    color: red;
    text-transform: uppercase;
    text-align: center;
}

.orderfinish img {
    border: solid 3px red;
}

.execOrderTab {
    width: 100%;
    margin: 10px 0 10px 0;
    floaT: left;
    line-height: 28px;
}

    .execOrderTab thead tr td {
        height: 24px;
        font-weight: normal !important;
        color: #2c2c2c !important;
    }

    .execOrderTab tbody tr td {
        height: 22px;
    }

    .execOrderTab tfoot tr td {
        height: 24px;
    }

    .execOrderTab tr {
        border-bottom: solid 1px #ddd;
    }

        .execOrderTab tr.used td {
            background-color: #eee;
        }

    .execOrderTab .item {
        width: 94px;
        padding-left: 6px;
        line-height: 40px;
    }

    .execOrderTab .code {
        padding-left: 10px;
        width: 280px;
        white-space: nowrap;
    }

    .execOrderTab .item a {
        text-decoration: underline;
    }

        .execOrderTab .item a:hover {
            text-decoration: none;
        }

    .execOrderTab .date {
        width: 100px;
        padding-left: 6px;
    }

    .execOrderTab .minprice {
        width: 120px;
        padding-left: 6px;
    }

    .execOrderTab .price {
        width: 120px;
        padding-left: 6px;
    }

    .execOrderTab .buy {
        width: 30px;
        padding-right: 10px;
        text-align: center;
    }

    .execOrderTab .transport {
        width: 74px;
        padding-left: 6px;
    }

    .execOrderTab .amount {
        width: 45px;
        text-align: center;
    }

    .execOrderTab .priceWoVat {
        width: 78px;
        padding-right: 10px;
        text-align: right;
        font-weight: bold;
    }

    .execOrderTab .priceWVat {
        width: 78px;
        padding-right: 10px;
        text-align: right;
        font-weight: bold;
        color: #000;
    }

    .execOrderTab .sumaPrice {
        padding: 0 0 0 6px;
        font-weight: bold;
    }

    .execOrderTab .code {
        ;
    }

    .execOrderTab .name {
        ;
    }

    .execOrderTab .unit {
        ;
    }

    .execOrderTab .price {
        padding-right: 6px;
        text-align: left;
    }

.page_executedorder .pager {
    position: relative;
    height: 30px;
    width: 100%;
    float: left;
    color: #2c2c2c;
}

    .page_executedorder .pager .pageArrows {
        position: absolute;
        top: 11px;
        right: 10px;
    }

        .page_executedorder .pager .pageArrows .btArrowL {
            margin-right: 4px;
        }

        .page_executedorder .pager .pageArrows .btArrowR {
            margin-left: 8px;
        }

    .page_executedorder .pager .pageCount {
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .page_executedorder .pager .pageItems {
        position: absolute;
        top: 19px;
        left: 10px;
    }

    .page_executedorder .pager img {
        vertical-align: middle;
    }

    .page_executedorder .pager .input_text {
        height: 16px;
        width: 27px;
        padding-top: 3px;
        text-align: center;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

    .page_executedorder .pager strong {
        padding-left: 3px;
    }

    .page_executedorder .pager span {
        ;
    }

        .page_executedorder .pager span.actual {
            font-weight: bold;
        }

    .page_executedorder .pager a {
        text-decoration: none;
    }

.page_executedinvoice .pager {
    position: relative;
    height: 30px;
    width: 100%;
    float: left;
    color: #2c2c2c;
}

    .page_executedinvoice .pager .pageArrows {
        position: absolute;
        top: 11px;
        right: 10px;
    }

        .page_executedinvoice .pager .pageArrows .btArrowL {
            margin-right: 4px;
        }

        .page_executedinvoice .pager .pageArrows .btArrowR {
            margin-left: 8px;
        }

    .page_executedinvoice .pager .pageCount {
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .page_executedinvoice .pager .pageItems {
        position: absolute;
        top: 19px;
        left: 10px;
    }

    .page_executedinvoice .pager img {
        vertical-align: middle;
    }

    .page_executedinvoice .pager .input_text {
        height: 16px;
        width: 27px;
        padding-top: 3px;
        text-align: center;
        color: #003745;
        background: url(/img/bg-searchBox_input.gif) repeat-x;
        border: 1px solid #c3c3c3;
    }

    .page_executedinvoice .pager strong {
        padding-left: 3px;
    }

    .page_executedinvoice .pager span {
        ;
    }

        .page_executedinvoice .pager span.actual {
            font-weight: bold;
        }

    .page_executedinvoice .pager a {
        text-decoration: none;
    }

.btOrderDetail {
    width: 100%;
    padding: 10px 0 10px 0;
    float: left;
    text-align: center;
}

.orderDetail {
    xmargin-top: -60px;
}

    .orderDetail .orderDetailItem {
        padding: 0 0 8px 15px;
    }

        .orderDetail .orderDetailItem .label {
            ;
        }

        .orderDetail .orderDetailItem .value {
            font-size: 12px;
            font-weight: bold;
        }

            .orderDetail .orderDetailItem .value strong {
                color: #000;
            }

        .orderDetail .orderDetailItem .paylnk {
            padding-left: 5px;
            font-weight: normal;
        }

.execOrderTax {
    width: 460px;
    margin: 20px auto 15px auto;
    clear: both;
}

    .execOrderTax thead tr td {
        height: 25px;
        font-weight: normal !important;
        color: #2c2c2c !important;
        border-bottom: 1px solid #2c2c2c;
    }

    .execOrderTax tbody tr td {
        height: 22px;
        border-bottom: 1px solid #2c2c2c;
    }

    .execOrderTax tfoot tr td {
        height: 22px;
    }

    .execOrderTax .taxRate {
        width: 200px;
        padding-left: 10px;
    }

    .execOrderTax .price1 {
        width: 75px;
        padding-right: 10px;
        text-align: right;
    }

    .execOrderTax .price2 {
        width: 75px;
        padding-right: 10px;
        text-align: right;
    }

    .execOrderTax .price3 {
        width: 75px;
        padding-right: 10px;
        text-align: right;
    }

    .execOrderTax tfoot .price3 {
        font-weight: bold;
    }

    .execOrderTax .sumaPrice {
        padding-left: 10px;
        font-weight: bold;
    }

.execOrderTabDetail {
    width: 100%;
    margin: 15px 0;
}

    .execOrderTabDetail thead td {
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        line-height: 28px;
        background: #F4F4F4;
    }

    .execOrderTabDetail tr td {
        padding: 2px 0 2px 0;
        line-height: 28px;
    }

    .execOrderTabDetail .code {
        padding-left: 10px;
        padding-right: 5px;
    }

    .execOrderTabDetail .unit {
        text-align: center;
    }

    .execOrderTabDetail .amount {
        text-align: center;
    }

    .execOrderTabDetail .price {
        padding-right: 15px;
        text-align: right;
    }

.infoOrder {
    width: 100%;
    padding: 10px 0 10px 0;
    float: left;
    text-align: center;
}

    .infoOrder p {
        margin: 5px 0 10px 0;
        font-size: 12px;
        font-weight: bold;
    }

    .infoOrder span {
        margin: 0 5px;
    }

.orderLegend {
    width: 100%;
    padding-bottom: 40px;
    float: left;
}

    .orderLegend .orderLegend-t {
        padding: 10px 0 10px 0;
        font-weight: bold;
        color: #333;
    }

    .orderLegend .orderLegendTab {
        line-height: 28px;
    }

        .orderLegend .orderLegendTab div {
            padding-left: 10px;
            width: 120px;
            float: left;
        }

        .orderLegend .orderLegendTab .state_0 {
            background: #CFFECF;
        }

        .orderLegend .orderLegendTab .state_1 { /*background: #f2f2f2;*/
            background: #E7B9B9;
        }

        .orderLegend .orderLegendTab .state_2 {
            background: #ffffcc;
        }

        .orderLegend .orderLegendTab .state_3 {
            background: /*#FFE5E0;*/ #ffffcc;
        }

        .orderLegend .orderLegendTab .state_4 {
            background: #CCCCCC;
        }

tr.state_0 td {
    background: #CFFECF;
}

tr.state_1 td {
    background: #E7B9B9;
}

tr.state_2 td {
    background: #ffffcc;
}

tr.state_3 td {
    background: #ffffcc;
}

tr.state_4 td {
    background: #CCCCCC;
}


/********************** === USER.loginform === ****************************************************/
#title_login_1 {
    background: url(/img/1/title_login.gif) no-repeat !important;
}

.login-t {
    ;
}

.loginform {
    ;
}

    .loginform .lfEx1 {
        color: #2c2c2c;
    }

    .loginform .lfEx2 {
        width: 100%;
        padding: 0 0 3px 0;
        float: left;
    }

        .loginform .lfEx2 label {
            position: relative;
            top: 2px;
            width: 175px;
            padding-right: 9px;
            float: left;
            display: block;
            text-align: right;
            font-size: 10px;
            font-weight: bold;
            color: #003745;
        }


        .loginform .lfEx2 a {
            margin-left: 10px;
            text-decoration: underline;
        }

    .loginform .lfEx3 {
        position: relative;
        width: 100%;
        padding: 0 0 3px 0;
        float: left;
    }

        .loginform .lfEx3 label {
            position: relative;
            top: 6px;
            width: 175px;
            padding-right: 9px;
            float: left;
            display: block;
            text-align: right;
            font-size: 10px;
            font-weight: bold;
            color: #003745;
        }

        .loginform .lfEx3 a {
            margin-left: 10px;
            text-decoration: underline;
        }

            .loginform .lfEx3 a:hover {
                text-decoration: none;
            }

    .loginform .lfEx5 {
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .loginform .lfEx5 a {
            margin-left: 3px;
            text-decoration: underline;
            font-weight: bold;
            color: #003745;
        }

            .loginform .lfEx5 a:hover {
                text-decoration: none;
            }

/********************** === USER.lostpass === *****************************************************/
#title_lostpass_1 {
    background: url(/img/1/title_lostpass.gif) no-repeat;
}

.lostPass .information {
    width: 95%;
}

    .lostPass .information a {
        font-weight: normal;
        color: #002e5f;
        text-decoration: underline;
    }

.lostPass label {
    color: #003745;
}

.lostPass .input_text {
}

/********************** === USER.register === *****************************************************/
#title_user_register_1 {
    background: url(/img/1/title_registrace.gif) no-repeat;
}

#title_user_data_1 {
    background: url(/img/1/title_user_data.gif) no-repeat;
}

.registration {
    ;
}

    .registration .requiredText {
        padding: 10px 0 10px 10px;
    }

    .registration .secLabel {
        margin: 15px 0 8px 0;
        padding: 0 0 5px 10px;
        font-size: 12px;
        font-weight: bold;
        color: #003644;
        background: url(/img/bg-order_secLabel.gif) repeat-x bottom left;
    }

    .registration table {
        width: 100%;
    }

        .registration table tr td {
            height: 24px;
        }

        .registration table .rName {
            width: 92px;
            padding-right: 7px;
            text-align: right;
        }

        .registration table .rInsert {
            width: 160px;
        }

        .registration table .rName1 {
            width: 105px;
            padding-right: 4px;
            text-align: right;
        }

        .registration table .rInsert1 {
            width: 155px;
        }

        .registration table .input_text {
            height: 16px;
            width: 130px;
            padding: 3px 0 0 7px;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

        .registration table select {
            width: 140px;
        }

        .registration table .bankaccount {
            width: 82px;
        }

        .registration table .bankcode {
            width: 30px;
            margin-left: 2px;
        }

        .registration table .zipcode {
            width: 82px;
        }

        .registration table .news {
            width: 12px;
            margin: 0;
            padding: 0;
            background: none;
        }

    .registration .buttons {
        padding: 25px 0 15px 0;
    }

.checkCdeReloadBtn {
    cursor: pointer;
    margin: 10px;
}

.userbrief tr.notSaved td {
    background-color: #FFD47F;
}

.userbrief tr td {
    padding-left: 3px;
}

.userbrief tbody td {
    background-color: #f5f5f5;
}

.userbrief thead td {
    font-weight: bold;
}

.userbrief tfoot td {
    font-weight: bold;
}

.userbrief tfoot .btn {
    width: 256px;
    font-weight: normal !important;
}

.contactAdd {
    border: 1px solid #E6E6E6;
    background-color: #f5f5f5;
    padding: 5px;
}

    .contactAdd table tfoot p {
        width: 100%;
        padding: 0;
        text-align: center;
    }

/*************************** === PRODUCER.imagelist === *************************************/
#title_producerImageList_1 {
    background: url(/img/1/producerList.gif) no-repeat;
}

.producerImageList {
    ;
}

    .producerImageList .producerinfo {
        width: 167px;
        padding: 15px 0 0 0;
        float: left;
        text-align: center;
    }

        .producerImageList .producerinfo a span {
            padding: 5px 10px 0 10px;
            display: block;
        }

/***************************  Column2 Compare *********************************************/
#column4 {
    position: relative;
    padding: 0px 0 0 0;
    background: url(/img/bg-titleEx.gif) repeat-x 0 35px;
}

    #column4 .title {
        padding: 10px 0 45px 25px;
        font-size: 14px;
        font-weight: bold;
        color: #0089E1;
    }

        #column4 .title span {
            position: relative;
            top: 8px;
        }

    #column4 .button {
        position: absolute;
        top: 35px;
        right: 10px;
    }

    #column4 .logo {
        position: absolute;
        top: 35px;
        left: 15px;
        height: 35px;
        width: 140px;
        background: url(/img/bg-logo.gif) no-repeat;
    }

.compare {
    padding-left: 10px;
}

.compareEx {
    width: 151px;
    margin: 284px 5px 80px 0;
    float: left;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
}

body:nth-of-type .compareEx {
    margin-top: 282px;
}

.compareEx td {
    height: 18px;
    ?height: 17px;
    _height: 17px;
    border-top: 1px solid #AFAFAF;
    border-left: 1px solid #AFAFAF;
}

    .compareEx td div {
        padding: 1px 0 1px 10px;
        x ?padding-bottom: 0;
        text-aling: center;
        background: #D3D3D3;
        border: 1px solid #FFF;
    }

.compareEx .bgT td div {
    background: #DDD !important;
}

.compareEx .rw1 div {
    background: #c9cede;
}

.compareEx .rw2 div {
    background: #d5d9e5;
}

#compareTableId .product a.name {
    ;
}

.anotationC {
    background: none !important;
}

    .anotationC div {
        height: 53px;
        margin: 10px 0 0 0;
        overflow: hidden;
        background: none !important;
    }

#column4 .productBox {
    position: relative;
    width: 718px;
    margin: 0 0 0 -1px;
    overflow-x: auto;
    float: left;
}

html > body #column4 .productBox {
    overflow: auto;
}

:root #column4 .productBox {
    overflow: -moz-scrollbars-horizontal;
}

*:first-child + html #column4 .productBox {
    overflow-y: hidden;
}

    #column4 .productBox table tr td {
        width: 185px;
        padding-right: 4px;
    }

    #column4 .productBox .product .name {
        height: 30px;
        margin: 15px 0 10px 0;
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #0089E1;
    }

    #column4 .productBox .product .productImg {
        height: 137px;
        ?height: 136px;
        _height: 136px;
        width: 176px;
        text-align: center;
        border: 0 !important;
    }

        #column4 .productBox .product .productImg td {
            border: 0 !important;
            background: url(/img/bg-productComp.gif) no-repeat bottom;
        }

    #column4 .productBox .product .prEx {
        font-weight: bold;
    }

    #column4 .productBox .product table {
        border-right: 1px solid #AFAFAF;
        border-bottom: 1px solid #AFAFAF;
    }

        #column4 .productBox .product table tr td {
            height: 18px;
            ?height: 17px;
            _height: 17px;
            width: 178px;
            padding: 0;
            border-top: 1px solid #AFAFAF;
            border-left: 1px solid #AFAFAF;
        }

            #column4 .productBox .product table tr td div {
                padding: 1px 0 1px 10px;
                text-aling: center;
                background: #D3D3D3;
                border: 1px solid #FFF;
            }

        #column4 .productBox .product table .bgT td div {
            background: #DDD !important;
        }

    #column4 .productBox .product .rw1 div {
        background: #c9cede;
    }

    #column4 .productBox .product .rw2 div {
        background: #d5d9e5;
    }

    #column4 .productBox .product .buttons {
        padding: 8px 0 25px 0;
        text-align: center;
    }

        #column4 .productBox .product .buttons a {
            margin-bottom: 5px;
            display: block;
        }

    #column4 .productBox .product .price {
        margin-top: 15px;
        padding: 2px 0 2px 0;
        ?padding-top: 3px;
        _padding-top: 3px;
        text-align: center;
        font-size: 11px;
        color: #0089E1;
        border-top: 1px solid #d1d1d1;
    }

        #column4 .productBox .product .price .currPrefix {
            padding-right: 2px;
        }

        #column4 .productBox .product .price small {
            color: #000;
        }

    html > body #column4 .productBox .product .price {
        padding-top: 3px;
    }

:root #column4 .productBox .product .price {
    padding-top: 2px;
}

#column4 .productBox .amount .input_text {
    height: 16px;
    width: 24px;
    padding-top: 2px;
    text-align: center;
    border: 1px solid #134179;
}

#column4 .productBox .productPrice {
    padding: 5px 0;
}



/********** === warranty_detail === ************/
#title_warranty_detail {
    background: url(/img/1/title_warranty.gif) no-repeat;
}

/********** === Holland_auction === ************/
#title_HollandAuction {
    background: url(/img/1/title_warranty.gif) no-repeat;
}

.titleHolland H1 {
    padding: 10px 8px 5px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #76c339;
}

/********************************
 === COMMODITYLIST.Search ===
********************************/
#title_search_result_1 {
    background: url(/img/1/title_search_result.gif) no-repeat;
}

.page_search .searchWord {
    font-weight: bold;
    padding: 0 5px;
}

.page_search .notFound {
}

.page_search .listorcat {
}
/*************************************
 === COMMODITYLLIST.searchAdvanced ===
**************************************/
#title_advancesearch_cat_1 {
    background: url(/img/1/title_advsearch_cat.gif) no-repeat;
}
/* === SELECT CATEGORY === */
#title_advancesearch_result_1 {
    background: url(/img/1/title_advsearch_result.gif) no-repeat;
}
/* === SET PARAMETERS === */
#title_advancesearch_params_1 {
    background: url(/img/1/title_advsearch_params.gif) no-repeat;
}

.page_advancedsearch .paramList {
    margin: 10px auto 0px auto;
    width: 430px;
}

    .page_advancedsearch .paramList .param {
        float: left;
        margin-bottom: 5px;
        text-align: left;
        width: 460px;
        clear: both;
    }

    .page_advancedsearch .paramList .parprice {
        width: 100%;
    }

        .page_advancedsearch .paramList .parprice .input_text {
            width: 60px !important;
            float: none;
        }

        .page_advancedsearch .paramList .parprice .unit {
            float: none !important;
        }

    .page_advancedsearch .paramList .param div {
        float: left;
        margin-right: 15px;
    }

    .page_advancedsearch .paramList .param .name {
        width: 130px;
        float: left;
        text-align: right;
        margin-right: 5px;
        padding-top: 3px;
    }

    .page_advancedsearch .paramList .param .unit {
        width: 80px;
        float: left;
        padding-top: 3px;
    }

    .page_advancedsearch .paramList .param select {
        width: 100px;
        margin-right: 5px;
        float: left;
    }

    .page_advancedsearch .paramList .param input {
        margin-right: 5px;
        float: left;
    }

    .page_advancedsearch .paramList .param .input_text {
        width: 100px;
    }

    .page_advancedsearch .paramList .param select.onlyselect {
        width: 215px;
        float: left;
    }

    .page_advancedsearch .paramList .param .multi {
        width: 200px;
    }

#hoverbox {
    position: absolute;
    display: none;
    border: 1px #D1D1D1 solid;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
}

    #hoverbox.visible {
        display: block;
    }



/*********************
 === market_region ===
**********************/
#title_markets_1 {
    background: url(/img/1/title_markets.gif) no-repeat !important;
}

.marketMap {
    width: 100%;
    padding: 17px 0;
    float: left;
    background-color: #F1F3F2;
}

    .marketMap .marketMapIn {
        width: 100%;
        margin: 0;
        float: left;
        background-color: #ffffff;
    }

    .marketMap .regionText {
        width: 160px;
        text-align: center;
        float: left;
        margin: 15px 0 0 15px;
    }

        .marketMap .regionText div {
            height: 100px;
            margin-top: 15px;
        }

        .marketMap .regionText .regionName {
            background-color: #006644;
            color: #FFFFFF;
            height: 65px;
            line-height: 65px;
            font-weight: bold;
            margin-top: 10px;
        }

    .marketMap .regionMap {
        margin: 20px 20px 20px 0;
    }

    .marketMap .marketSpace {
        clear: both;
        height: 17px;
        background-color: #F1F3F2;
    }

    .marketMap .marketCities {
        width: 100%;
        padding: 15px 0 15px 35px;
        float: left;
    }

        .marketMap .marketCities a {
            padding-left: 15px;
            width: 140px;
            float: left;
            background: url(/img/BGnavigation_li_a.gif) left center no-repeat;
            border: 0;
        }

.marketList {
    width: 100%;
    margin-top: 15px;
}

    .marketList .region {
        background: #F1F3F2;
    }

        .marketList .region .subtitle {
            padding: 6px 0 6px 8px;
            text-decoration: underline;
            font-weight: bold;
        }

        .marketList .region .marketName {
            margin-top: 10px;
            padding: 10px 15px 11px 15px;
            color: #FFF;
            font-weight: bold;
            background: #9FA19E;
            border-bottom: 1px solid #FFF;
        }

        .marketList .region .market {
            width: 100%;
            padding: 17px 0;
            float: left;
        }

        .marketList .region .marketIn {
            width: 480px;
            padding: 0 10px 0 12px;
            float: left;
            background: #f1f3f2;
        }

            .marketList .region .marketIn .marketImage {
                width: 160px;
                float: right;
            }

            .marketList .region .marketIn div {
                width: 305px;
                padding: 0px 0 5px 0;
                float: left;
                color: #444544;
            }

        .marketList .region .market a {
            color: #006644;
            text-decoration: underline;
        }

        .marketList .region .market .label {
            width: 70px;
            float: left;
        }

        .marketList .region .market .data {
            float: left;
            font-weight: bold;
        }

        .marketList .region .market .freetext {
            width: 100% !important;
            padding: 8px 0 0 0;
            float: left;
        }


/****************************
 === COMMODITYBODY.related ===
****************************/
#title_related_1 {
    background: url(/img/1/title_related.gif) no-repeat;
}


/***************************** 
 === emailNews.register ===
 ****************************/
#title_news_reg_1 {
    background: url(/img/1/title_news_reg.gif) no-repeat;
    color: White !important;
}


/****************************
 === WISHLIST ===
****************************/
#wishlistHoverBox {
    position: absolute;
    z-index: 9;
    width: 367px; /*height: 124px;*/
    display: none;
    background-color: #A4D852;
    color: #FFF;
}

    #wishlistHoverBox p {
        width: 100%;
        padding: 22px 0 23px 0;
        float: left;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
    }

    #wishlistHoverBox a {
        position: relative;
        top: 5px;
        text-decoration: nderline;
        font-weight: bold;
    }

    #wishlistHoverBox .showwishllist {
        padding: 0 20px;
        display: inline;
    }

    #wishlistHoverBox .closewindow {
        padding: 0 20px;
        display: inline;
    }

/********************
 === IMAGE.detail ===
********************/
.fotoWin {
    min-width: 0px;
}

    .fotoWin a {
        text-decoration: none;
    }

        .fotoWin a:hover {
            text-decoration: none;
        }

    .fotoWin table {
        height: 100%;
        border-collapse: collapse;
    }

        .fotoWin table td {
            text-align: center;
            vertical-align: middle;
        }

            .fotoWin table td div {
                text-align: right;
                font-size: 10px;
                color: #808080;
            }




/********************  === modal win select category - strom kategorii ===  ********************/

#modalIframe {
    position: relative;
    top: 50px;
    background: #FFF;
    border: 1px solid #FFF;
}

#modalIframe, #clona1 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#modalIframeBody {
    height: 100%;
    _height: auto;
    _xwidth: 100% !important;
    margin: 0;
    padding: 25px 0px 29px 0px;
    overflow: hidden;
    _overflow: none;
    background: #e7e7e7;
}

.modalContent {
    height: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
    _padding-top: 10px;
    _padding-bottom: 15px;
    overflow: auto;
    font-size: 11px;
    font-weight: bold;
    background: #FFF;
    border-left: 2px solid #FFF;
    border-right: 0 solid #FFF;
}

#headerMenuContainer {
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 100%;
    background: #e0e0e0;
}

    #headerMenuContainer #header strong {
        position: relative;
        top: 6px;
        left: 15px;
    }

    #headerMenuContainer #header a {
        position: relative;
        top: 2px;
        right: 3px;
    }

#footerContainer {
    xposition: absolute;
    height: 29px;
    width: 100%;
    left: 0;
    bottom: 0px;
}

#footerContainer2 {
    xposition: absolute;
    height: 29px;
    width: 100%;
    left: 0;
    bottom: 0px;
}

    #footerContainer2 .buttonsSave {
        padding-top: 3px;
        text-align: center;
    }

        #footerContainer2 .buttonsSave input {
            margin-right: 5px;
            cursor: pointer;
            color: #FFF;
            background: #989898;
            border: 1px solid #FFF;
        }

.pricelist p {
    padding-bottom: 5px;
}

.pricelist div {
    padding-bottom: 5px;
}


.category ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

.category li {
    margin-top: 5px;
}

.category a.active:hover {
    color: #f68b2a;
    text-decoration: underline;
}

.category a:hover {
    color: #6e6d6d;
    text-decoration: underline;
}

.category li.closed ul {
    display: none !important;
}

.category ul li img {
    margin-right: 5px;
    cursor: pointer;
}

span.closed {
    background-color: url(/img/plus.gif) no-repeat;
    cursor: pointer;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.closed_catActive {
    background: url(/img/plusActive.gif) no-repeat;
    cursor: pointer;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.opened {
    background: url(/img/minus.gif) no-repeat;
    cursor: pointer;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.opened_catActive {
    background: url(/img/minusActive.gif) no-repeat;
    cursor: pointer;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.catInd {
    background: url(/img/catInd.gif) no-repeat;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.catInd_catActive {
    background: url(/img/catIndActive.gif) no-repeat;
    height: 13px;
    margin-left: -14px;
    margin-right: 5px;
    padding-left: 9px;
    width: 9px;
}

span.loading {
    font-style: italic;
}



/*pes*/
/*#wd_watchDogMainTable {border:#DCCDA1 solid 10px; left:430px;position:absolute;top:100px;width:400px;z-index:500;background:#ffffff;}*/
#wd_watchDogMainTable { /*border:#979790 solid 1px;*/
    border-left: #DCDCDC solid 1px;
    border-top: #DCDCDC solid 1px;
    border-bottom: #979790 solid 2px;
    border-right: #979790 solid 2px;
    left: 430px;
    position: absolute;
    top: 100px;
    width: 306px;
    z-index: 500;
    background: #ffffff;
    padding: 0px;
    z-index: 700;
}

    #wd_watchDogMainTable .watchDogTitleBar {
        background: #f5f5f5;
        padding: 3px 0;
        text-align: right;
        padding-right: 5px;
    }

        #wd_watchDogMainTable .watchDogTitleBar span {
            position: relative;
            top: -3px;
            font-weight: bold;
            color: #848484;
            font-size: 10px;
            padding-right: 5px;
        }

    #wd_watchDogMainTable .watchDogTitle1 {
        padding: 10px 10px;
        color: #b51a16;
        font-size: 17px;
        font-family: Verdana;
    }

        #wd_watchDogMainTable .watchDogTitle1 img {
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

    #wd_watchDogMainTable .watchDogTitle2 {
        padding: 0 10px;
    }

    #wd_watchDogMainTable #wd_watchDogMainDiv {
        margin-top: 5px;
    }

#wd_settingsSpan {
    padding: 10px;
    display: block;
}

#wd_watchDogMainTable .watchDogRowStore {
    padding: 0px 10px 10px 10px;
}

    #wd_watchDogMainTable .watchDogRowStore .product {
        display: inline-block;
        width: 200px;
    }

    #wd_watchDogMainTable .watchDogRowStore strong {
        display: inline-block;
        width: 70px;
    }

#wd_watchDogMainTable .watchDogRowStoreFirst {
    clear: both;
    padding-left: 10px;
}

    #wd_watchDogMainTable .watchDogRowStoreFirst div {
        float: left;
        width: 118px;
        padding-bottom: 7px;
    }

#wd_watchDogMainTable .watchDogRowStoreAll {
    clear: both;
    padding-left: 10px;
}

    #wd_watchDogMainTable .watchDogRowStoreAll div {
        float: left;
        width: 118px;
        padding-bottom: 10px;
    }

#wd_watchDogMainTable .watchDogRowPrice {
    font-weight: bold;
    padding-left: 10px;
}

    #wd_watchDogMainTable .watchDogRowPrice strong {
        display: inline-block;
        width: 70px;
    }

#wd_watchDogMainTable .watchDogRowPriceDown {
    padding-left: 10px;
    padding-top: 7px;
}

    #wd_watchDogMainTable .watchDogRowPriceDown div {
        float: left;
        width: 118px;
    }

#wd_watchDogMainTable .watchDogRowUnderLimit {
    clear: both;
    padding-left: 10px;
    padding-top: 5px;
}

    #wd_watchDogMainTable .watchDogRowUnderLimit div {
        float: left;
        width: 118px;
    }

    #wd_watchDogMainTable .watchDogRowUnderLimit strong {
        padding-right: 10px;
        font-weight: normal;
    }

    #wd_watchDogMainTable .watchDogRowUnderLimit .watchDogUnderLimitRadio {
        width: 27px;
    }

#wd_price_treshold {
    width: 53px;
    height: 19px;
    border: 1px solid #707070;
}

#wd_watchDogMainTable .watchDogRowButtons {
    background: #f5f5f5;
    padding: 6px;
    margin-top: 20px;
    text-align: right;
}

#wd_watchDogMainTable .watchDogInfo {
    padding: 10px 10px 30px 10px;
    font-weight: bold;
}

.watchDogRowSeparator {
    background: url('/img/detailSep.gif') repeat-x;
    height: 10px;
    margin-left: 10px;
    width: 286px;
    clear: both;
}

#wd_watchDogMainTable .watchDogRowPriceDown {
    padding-left: 10px;
    padding-top: 7px;
}

    #wd_watchDogMainTable .watchDogRowPriceDown div {
        float: left;
        width: 118px;
    }

#wd_watchDogMainTable .lgTitle {
    padding: 0 10px;
}

#wd_watchDogMainTable .lgLogin {
    padding-left: 10px;
    padding-top: 7px;
}

    #wd_watchDogMainTable .lgLogin label {
        float: left;
        width: 118px;
    }

#wd_watchDogMainTable .lgPwd {
    padding-left: 10px;
    padding-top: 7px;
}

    #wd_watchDogMainTable .lgPwd label {
        float: left;
        width: 118px;
    }

#wd_watchDogMainTable .lgBtn {
    background: #f5f5f5;
    padding: 6px;
    margin-top: 20px;
    text-align: right;
}

.watchDogListItemsTable {
    margin-left: 0px;
    margin-top: 20px;
}

    .watchDogListItemsTable a {
        font-weight: bold;
        text-decoration: underline;
        color: #b51521;
    }

        .watchDogListItemsTable a:hover {
            text-decoration: none;
        }

    .watchDogListItemsTable td {
        padding: 5px;
        background: url('/img/detailSep.gif') repeat-x bottom;
    }

    .watchDogListItemsTable thead td {
        font-weight: bold;
    }



/**************************** === USER.remember.hoverbox === *****************************************/
#rememberHoverBox {
    position: absolute;
    z-index: 9;
    width: 357px;
    padding: 5px;
    display: none;
    background: url(/img/bg-rememberHoverBox.gif) no-repeat #93d04e;
}

.rememberHoverboxIn {
    width: 355px;
    floaT: left;
    border: 1px solid #b7e360;
}

#rememberHoverBox p {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0 10px 0;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #b7e360;
}

#rememberHoverBox .item {
    padding: 0 0 0 25px;
    color: #FFF;
}

    #rememberHoverBox .item .name {
        width: 100%;
        padding-bottom: 6px;
        text-align: center;
    }

#rememberHoverBox .buttonsHB {
    margin-top: 3px;
    padding: 3px 0;
    text-align: center;
}

#rememberHoverBox a {
    position: relative;
    top: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

#rememberHoverBox .bhEx {
    margin: 0 106px 0 39px;
}

/**************************** === USER.avail.hoverbox === *****************************************/
#availHoverBox {
    position: absolute;
    z-index: 9;
    width: 357px;
    padding: 5px;
    display: none;
    background: url(/img/bg-rememberHoverBox.gif) no-repeat #93d04e;
}

.availHoverBoxIn {
    width: 355px;
    float: left;
    border: 1px solid #b7e360;
}

#availHoverBox p {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0 10px 0;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #b7e360;
}

#availHoverBox .item {
    padding: 0 0 0 25px;
    color: #FFF;
    float: left;
}

    #availHoverBox .item .code {
        padding-bottom: 6px;
    }

    #availHoverBox .item .value {
        padding-bottom: 6px;
    }

        #availHoverBox .item .code strong, #availHoverBox .item .value strong {
            float: right;
            font-weight: bold;
            width: 100px;
            margin-left: 150px;
        }

#availHoverBox .buttonsHB {
    margin-top: 3px;
    padding: 3px 0;
    clear: both;
    text-align: center;
}

    #availHoverBox .buttonsHB a {
        position: relative;
        top: 5px;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }

/**************************** === PUBLIS.info.hoverbox === *****************************************/
#infoHoverBox {
    position: absolute;
    z-index: 9;
    width: 450px;
    padding: 5px;
    display: none;
}

    #infoHoverBox .infoHoverBoxIn {
    }

    #infoHoverBox p {
        width: 100%;
        padding: 12px 0 10px 0;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    #infoHoverBox .information a {
        color: #FFF !important;
    }

    #infoHoverBox .buttonsHB {
        width: 100%;
        padding-bottom: 3px;
        text-align: center;
    }

/**************************** === ???.hoverbox === *****************************************/
#helpHoverBox {
    display: none;
}


/* VYVOJ */
td.CalTitleDay {
    padding: 3px;
    border: 1px blue solid;
    background-color: #99ccff;
}

td.Weekend {
    background-color: #66ccff;
    font-weight: bold;
}

td.CalNumDay {
    padding: 3px;
    border: 1px blue solid;
    text-align: center;
}

    td.CalNumDay.ActiveDay a {
        color: red;
    }

    td.CalNumDay.ToDay {
        background-color: blue;
    }

        td.CalNumDay.ToDay a {
            color: white;
        }

    td.CalNumDay a {
    }


/********** === reclamation === ************/
.reclamation {
}

    .reclamation table {
        margin: 5px;
        border-collapse: collapse;
        border-color: #D5D5D5;
        clear: both;
    }

    .reclamation .label {
    }

    .reclamation .text {
        padding-left: 5px;
    }

        .reclamation .text .input_text {
            width: 174px;
            padding: 3px 0 3px 7px;
            color: #003745;
            background: url(/img/bg-searchBox_input.gif) repeat-x;
            border: 1px solid #c3c3c3;
        }

        .reclamation .text textarea {
            height: 80px;
            width: 222px;
            border: 1px solid #c3c3c3;
        }

/********** === PARTNER.orderslist === ************/
#title_partner_orderlist_1 {
    background: url(/img/1/title_partner_orders.gif) no-repeat;
}

/********** === PARTNER.code === ************/
#title_partner_code_1 {
}

.pcode {
}

    .pcode fieldset {
        width: 482px;
    }

        .pcode fieldset p {
            text-align: center;
        }

            .pcode fieldset p.value {
                font-weight: bold;
            }

.ImgP {
    border: #ffffff 2px solid;
}

.ImgA {
    border: #ffffff 2px outset;
}

.ImgN {
    border: #ffcf63 2px solid;
}

.buttonPartner {
    padding: 15px 0;
    text-align: center;
}

/********** === CALENDAR === ************/
table.calendarBig {
    padding: 3px;
    border-collapse: collapse;
    border: 1px silver solid;
    margin: 10px auto;
}

.calendarBig thead td {
    text-align: center;
}

.calendarBig .day {
    height: 55px;
    width: 70px;
    text-align: center;
}

    .calendarBig .day a {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .calendarBig .day a div.lightbox {
            position: absolute;
            top: -5px;
            right: 5px;
        }

.calendarBig .coverMonth {
    background-color: #E8E8E8;
    color: #A9A7A7;
}

.calendarBig .saturday {
    background-color: #FFE293;
}

.calendarBig .sunday {
    background-color: #FFC66C;
}

.calendarBig .holiday {
    background-color: #FAFCAD;
}

.calendarBig .today {
    background-color: #BEBEBE;
}

.calendarBig .selected {
    background-color: #BEBEBE;
}

.calendarBig .userNote {
    background-color: #000000;
}

#column2.page_calendar {
    overflow: visible;
}

.page_calendar .monthName {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    color: #FFC66C;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
}

.page_calendar .input_text {
    border: 1px solid #9D9D9D;
    color: #6A6A6A;
    height: 16px;
    margin: 6px 6px 0 0;
    padding: 3px 0 0 6px;
    width: 113px;
    position: relative;
    top: -2px;
}

.page_calendar .filterDate {
    width: 250px;
    float: left;
    padding-left: 15px;
}

.page_calendar .filterName {
    width: 250px;
    float: left;
    padding-left: 15px;
}

.page_calendar .input_image {
}

.page_calendar .filters {
    margin-bottom: 15px;
}

.page_calendar .monthName a {
    text-decoration: none;
}

.page_calendar .monthName img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.calendarPopUp {
    position: absolute;
    top: 130px;
    left: 50px;
    width: 300px;
    border: 1px solid #FFC66C;
    background: White;
    padding: 10px;
}

    .calendarPopUp .header {
        color: #FFC66C;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
    }

        .calendarPopUp .header img {
            position: absolute;
            right: 0px;
            top: 0px;
            cursor: pointer;
        }

    .calendarPopUp .messageLine {
        margin-bottom: 5px;
        padding-top: 5px;
        text-align: justify;
        border-top: 1px solid #C0C0C0;
    }

        .calendarPopUp .messageLine .messageType {
            color: #FFC66C;
            font-weight: bold;
        }

        .calendarPopUp .messageLine .messageIcons {
            text-align: right;
        }

        .calendarPopUp .messageLine img {
            margin-left: 5px;
        }

            .calendarPopUp .messageLine img.actionBtn {
                cursor: pointer;
            }

.page_calendar .newMessageForm div {
    color: #FFC66C;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    border-top: 1px solid silver;
    padding-top: 10px;
}

.page_calendar .newMessageForm .mSelect {
    padding: 0px;
    width: 270px;
}

.page_calendar .newMessageForm .mArea {
    width: 270px;
    height: 50px;
    padding: 0px;
}

/********** === DICTIONARY.list === ************/
#title_dictionary_1 {
    background: url(/img/1/title_dictionary.gif) no-repeat;
}

.page_dictionary .searchLine {
    margin: 0 0 7px 7px;
}

.page_dictionary .input_text {
    height: 16px;
    width: 200px;
    padding: 3px 0 0 7px;
    margin-right: 5px;
    color: #003745;
    background: url(/img/bg-searchBox_input.gif) repeat-x;
    border: 1px solid #c3c3c3;
}

.page_dictionary .input_button {
    margin-left: 5px;
}

.page_dictionary .alphabet {
    text-align: center;
    margin-bottom: 15px;
}

    .page_dictionary .alphabet span {
        font-size: 15px;
        padding: 3px 3px 3px 0;
        text-transform: uppercase;
    }

        .page_dictionary .alphabet span a {
            font-weight: bold;
        }

            .page_dictionary .alphabet span a:hover {
                background-color: #dadada;
            }

    .page_dictionary .alphabet .sel a {
        color: #fb8f1e;
    }

.page_dictionary .dictionaryList {
    margin: 0 0 15px 15px;
}

    .page_dictionary .dictionaryList ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .page_dictionary .dictionaryList li {
        padding: 3px 0;
    }

        .page_dictionary .dictionaryList li a {
            font-weight: bold;
            padding-left: 10px;
            background: url(/img/bg-categories_li_a.gif) no-repeat left;
        }

    .page_dictionary .dictionaryList .description {
        padding: 8px 0 0 4px;
    }


/********** === popup calendar === ************/
.rc_calendar {
    border: 1px solid #000000;
}

.rc_iframe_body {
    margin: 0px;
    background: <% bg1();
    %>;
    border: 0px;
    cursor: default;
}

    .rc_iframe_body .rc_table {
        font-size: 12px;
        font-family: verdana,tahoma,sans-serif,arial;
        background: #e5e5e5;
    }

    .rc_iframe_body .rc_wd_tr td {
        border-bottom: 1px solid #000000;
        padding: 2px;
        text-align: center;
        color: <% ink1();
        %>;
        white-space: nowrap;
    }

    .rc_iframe_body .rc_time_tr td {
        border-top: 1px solid #000000;
        padding: 2px;
        text-align: center;
        color: <% ink1();
        %>;
        white-space: nowrap;
    }

    .rc_iframe_body .rc_head_tr td, .rc_iframe_body .rc_nav_tr td {
        border-bottom: 1px solid #000000;
        padding: 2px;
        text-align: center;
        color: <% ink1();
        %>;
        white-space: nowrap;
        font-weight: bold;
    }

    .rc_iframe_body .rc_cal_tr td {
        border: 1px solid #fff;
        padding: 4px 2px 4px 2px;
        text-align: right;
        color: <% ink1();
        %>;
        white-space: nowrap;
        width: 25px;
    }

    .rc_iframe_body .rc_footer_tr td {
        border-top: 1px solid #000000;
        padding: 2px;
        text-align: center;
        color: <% ink1();
        %>;
        white-space: nowrap;
    }

    .rc_iframe_body .rc_hours {
        width: 20px;
        background: #66ff66;
        border: 1px solid #000;
    }

    .rc_iframe_body .rc_colon_span {
    }

    .rc_iframe_body .rc_mins {
        width: 20px;
        background: #66ff66;
        border: 1px solid #000;
    }

    .rc_iframe_body td.rc_current, .rc_iframe_body tr.rc_highlight td.rc_current {
        border: 1px solid #fff;
        color: #00f;
        background: #fff;
        font-weight: bold;
    }

    .rc_iframe_body td.rc_today {
        font-weight: bold;
    }

    .rc_iframe_body td.rc_weekend_head {
        color: #f00;
    }

    .rc_iframe_body td.rc_weekend_day {
        color: #f00;
    }

    .rc_iframe_body tr.rc_highlight, .rc_iframe_body tr.rc_highlight td {
        border: 1px solid #66ff66;
        background: #66ff66;
    }

        .rc_iframe_body tr.rc_highlight td.rc_highlight {
            background: #66ff66;
            border: 1px solid #9999ff;
        }


/********** === PUBLISH.animatedBanner NEW === ************/

.gallery {
    position: relative;
    height: 100px;
    width: 100%;
}

    .gallery a {
        float: left;
        position: absolute;
    }

        .gallery a img {
            border: none;
        }

        .gallery a.show {
            z-index: 500;
        }

    .gallery .caption {
        z-index: 600;
        color: #fff;
        height: auto !important;
        max-height: 200px;
        width: 100% !important;
        position: absolute;
        right: 0px;
        bottom: 10px;
        text-align: right;
        padding: 0px;
    }

        .gallery .caption .content {
            padding: 5px;
            xbackground-color: #dadada;
            font-size: 16px;
            font-weight: bold;
            font-family: Arial;
            float: none;
            padding-right: 10px;
            padding-left: 10px;
        }

    .gallery .sidebarP, .gallery .sidebarN {
        z-index: 600;
        width: 17px;
        height: 17px;
        text-align: center;
        position: absolute;
        right: 0;
        float: none;
        cursor: pointer;
    }

    .gallery .sidebarP {
        top: 10px;
        right: 40px;
    }

    .gallery .sidebarN {
        top: 10px;
        right: 10px;
    }

    .gallery .sidebar1, .gallery .sidebar2, .gallery .sidebar3, .gallery .sidebar4 {
        z-index: 600;
        width: 30px;
        height: 25px;
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
        color: #000;
        background-color: #FCB034;
        position: absolute;
        right: 0;
        float: none;
        font-family: Arial;
        font-size: 16px;
        cursor: pointer;
    }

    .gallery .sidebar1 {
        top: 10px;
    }

    .gallery .sidebar2 {
        top: 50px;
    }

    .gallery .sidebar3 {
        top: 90px;
    }

    .gallery .sidebar4 {
        top: 130px;
    }

#title_payment_tatrapay_1 {
    xbackground: url(/img/1/title_payment_tatrapay.gif) no-repeat !important;
}

#title_payment_vub_1 {
    xbackground: url(/img/1/title_payment_vub.gif) no-repeat !important;
}

#title_payment_cardpay_1 {
    xbackground: url(/img/1/title_payment_cardpay.gif) no-repeat !important;
}

/********** === CATEGORYBODY.abanner.slide === ************/
.comGallerySlide {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}

    .comGallerySlide .line {
        width: 100%;
        float: left;
        background: url(/img/bg-comLRecommended_line.gif) no-repeat bottom left;
    }

        .comGallerySlide .line.last {
            background: none;
        }

    .comGallerySlide .product {
        position: relative;
        width: 239px;
        margin: 0 0 0 12px;
        _margin-left: 6px;
        padding: 13px 0 10px 0;
        float: left;
        text-align: center;
    }

        .comGallerySlide .product h3 a {
            height: 30px;
            padding: 0 15px;
            display: block;
            overflow: hidden;
            font-size: 12px;
            color: #003745;
        }

    .comGallerySlide .productImg {
        height: 94px;
        width: 94px;
        margin: 10px auto 20px auto;
        overflow: hidden;
        border: 1px solid #72a4b2;
    }

    .comGallerySlide .productPrice {
        font-size: 12px;
        font-weight: bold;
        color: #003745;
    }

        .comGallerySlide .productPrice small {
            font-size: 11px;
            color: #708e96;
        }

    .comGallerySlide .productAttribute {
        position: absolute;
        top: 42px;
        left: 13px;
        width: 38px;
    }

        .comGallerySlide .productAttribute img {
            margin-bottom: 5px;
        }

.catgallery {
    position: relative;
    width: 100%;
}

    .catgallery .sidebarP, .catgallery .sidebarN {
        z-index: 600;
        width: 17px;
        height: 17px;
        text-align: center;
        position: absolute;
        right: 0;
        float: none;
        cursor: pointer;
    }

    .catgallery .sidebarP {
        top: 10px;
        right: 40px;
    }

    .catgallery .sidebarN {
        top: 10px;
        right: 10px;
    }



/*************************** === Forum === ***********************************************/
.forumListBox {
    width: 100%;
    float: left;
    background: #fff;
}

    .forumListBox .forumList {
        width: 487px;
        margin: 36px 0 47px 20px;
        background: url(/img/bg-forumList.gif) repeat-y;
    }

    .forumListBox .forumListIn1 {
        width: 487px;
        background: url(/img/bg-forumListIn1.gif) no-repeat;
    }

    .forumListBox .forumListIn2 {
        width: 467px;
        padding: 15px 25px 13px 25px;
        text-align: center;
        font-size: 12px;
        background: url(/img/bg-forumListIn2.gif) no-repeat bottom;
    }

    .forumListBox .forumListSearch {
        height: 65px;
        width: 501px;
        margin: 1px 0 13px 1px;
        padding: 20px 0 0px 0;
        background: url(/img/bg-forumListSearch.gif) no-repeat bottom #f1f0f0;
    }

        .forumListBox .forumListSearch label {
            position: relative;
            top: 6px;
            width: 119px;
            padding: 0 0 10px 27px;
            float: left;
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            color: #000;
        }

        .forumListBox .forumListSearch .inp {
            height: 30px;
            width: 343px;
            float: left;
            background: url(/img/bg-forumListSearch_inp.gif) no-repeat;
        }

            .forumListBox .forumListSearch .inp .input_text {
                width: 218px;
                margin: 0 7px 0 11px;
                border: 0;
            }

    .forumListBox .notFoundAny {
        height: 37px;
        margin-bottom: 41px;
        padding: 25px 0 0 0;
        background: url(/img/bg-notFoundAny.gif) no-repeat;
    }

        .forumListBox .notFoundAny strong {
            padding: 0 18px 0 29px;
            font-size: 13px;
            color: #000;
            background: url(/img/bg-notFoundAny_strong.gif) no-repeat right 3px;
        }

        .forumListBox .notFoundAny .closeSearch {
            margin-left: 13px;
            padding: 0 0 0 19px;
            cursor: pointer;
            font-size: 11px;
            color: #005fa5;
            background: url(/img/bg-notFoundAny_closeSearch.gif) no-repeat 0 1px;
        }

    .forumListBox .searchResults {
        height: 47px;
        margin-top: -24px;
        margin-bottom: 11px;
        padding: 20px 0 0 0;
        background: url(/img/bg-searchResults.gif) no-repeat;
    }

        .forumListBox .searchResults strong {
            padding: 0 5px 0 29px;
            font-size: 13px;
            color: #000;
        }

        .forumListBox .searchResults .srEx {
            padding: 0 16px 0 0;
            font-size: 13px;
            color: #000;
            background: url(/img/bg-notFoundAny_strong.gif) no-repeat right 3px;
        }

            .forumListBox .searchResults .srEx span {
                padding: 0 2px;
            }

        .forumListBox .searchResults .closeSearch {
            margin-left: 13px;
            padding: 0 0 0 19px;
            cursor: pointer;
            font-size: 11px;
            color: #005fa5;
            background: url(/img/bg-notFoundAny_closeSearchEx.gif) no-repeat 0 3px;
        }

.forumListFull {
    width: 100%;
    padding: 0 0 20px 0;
    float: left;
}

    .forumListFull .forumTopiclist {
        width: 100%;
        float: left;
    }

        .forumListFull .forumTopiclist .fRootTitle {
            width: 487px;
            margin: 0 0 -1px 20px;
            float: left;
            background: url(/img/bg-forumTopiclist.gif) repeat-y;
        }

        .forumListFull .forumTopiclist .fRootTitleIn1 {
            width: 487px;
            float: left;
            background: url(/img/bg-forumTopiclistIn1.gif) no-repeat;
        }

        .forumListFull .forumTopiclist .fRootTitleIn2 {
            width: 466px;
            padding: 8px 0 0px 14px;
            float: left;
            background: url(/img/bg-forumTopiclistIn2.gif) no-repeat bottom;
            font-size: 10px;
        }

        .forumListFull .forumTopiclist .fRootTitleSel {
            cursor: pointer;
            background: url(/img/bg-fRootTitleSel.gif) repeat-y;
        }

            .forumListFull .forumTopiclist .fRootTitleSel .fRootTitleIn1 {
                background: url(/img/bg-fRootTitleSelIn1.gif) no-repeat;
            }

            .forumListFull .forumTopiclist .fRootTitleSel .fRootTitleIn2 {
                background: url(/img/bg-fRootTitleSelIn2.gif) no-repeat bottom;
            }

        .forumListFull .forumTopiclist .fOpened {
            background: url(/img/bg-fOpened.gif) repeat-y;
        }

            .forumListFull .forumTopiclist .fOpened .fRootTitleIn1 {
                background: url(/img/bg-forumTopiclistIn1FO.gif) no-repeat;
            }

            .forumListFull .forumTopiclist .fOpened .fRootTitleIn2 {
                background: none;
            }

        .forumListFull .forumTopiclist .fRootTitle .fRoot-t {
            width: 232px;
            padding: 0 0 6px 0;
            float: left;
            font-size: 13px;
            color: #555;
        }

        .forumListFull .forumTopiclist .fOpened .fRoot-t {
            padding-bottom: 16px;
        }

        .forumListFull .forumTopiclist .fRootTitle .fRootReply {
            width: 76px;
            display: block;
            float: left;
            text-align: right;
            color: #616161;
        }

        .forumListFull .forumTopiclist .fRootTitle .fRootDate {
            width: 127px;
            padding: 0 6px 0 0;
            display: block;
            float: left;
            text-align: right;
            color: #616161;
        }

        .forumListFull .forumTopiclist .fRootTitle .openClose {
            height: 15px;
            width: 24px;
            display: block;
            float: left;
            xcursor: pointer;
            xbackground: url(/img/bt-sledovat-diskuzi.gif) no-repeat;
        }

        .forumListFull .forumTopiclist .fFirstLevel {
            width: 487px;
            margin: 0 0 10px 20px;
            float: left;
            background: url(/img/bg-fOpened.gif) repeat-y;
        }

        .forumListFull .forumTopiclist .fFirstLevelIn {
            width: 487px;
            padding: 0 0 28px 0;
            float: left;
            background: url(/img/bg-fFirstLevelIn.gif) no-repeat bottom;
        }

        .forumListFull .forumTopiclist .fFirstLevel .singleCommentBody {
            padding: 0 0 0 15px;
        }

        .forumListFull .forumTopiclist .singleCommentBody .name {
            padding: 0 15px 5px 26px;
            display: block;
            float: left;
            font-size: 10px;
            background: url(/img/bg-singleCommentBody_name.gif) no-repeat 0 3px;
        }

        .forumListFull .forumTopiclist .singleCommentBody .infoSCB {
            width: 264px;
            float: left;
        }

        .forumListFull .forumTopiclist .singleCommentBody img {
            position: relative;
            top: -2px;
        }

        .forumListFull .forumTopiclist .singleCommentBody .date {
            margin-left: 10px;
            margin-right: 10px;
            font-size: 10px;
            background: url(/img/bg-singleCommentBody_data.gif) no-repeat right;
        }

            .forumListFull .forumTopiclist .singleCommentBody .date span {
                padding: 0 12px 0 12px;
                background: url(/img/bg-singleCommentBody_data.gif) no-repeat;
            }

        .forumListFull .forumTopiclist .singleCommentBody .thickbox {
            color: #0085e2;
        }

    .forumListFull .thOK {
        position: absolute;
        z-index: 9;
        top: 0;
        left: -121px;
        height: 18px;
        width: 121px;
        padding: 2px 0 0 0;
        text-align: center;
        font-size: 10px;
        color: #328c29;
        background: url(/img/bg-singleCommentBody_thumbUpDetail.gif) no-repeat;
    }

    .forumListFull .thNOK {
        position: absolute;
        z-index: 9;
        top: 0;
        left: -132px;
        height: 18px;
        width: 132px;
        padding: 2px 0 0 0;
        text-align: center;
        font-size: 10px;
        color: #b00032;
        background: url(/img/bg-singleCommentBody_thumbDownDetail.gif) no-repeat;
    }

    .forumListFull .thumbVotedEx {
        position: relative;
        top: 1px;
        right: 0;
        padding: 0 24px 0 50px;
        float: right;
        color: #0085e2;
    }

    .forumListFull .forumTopiclist .fFirstLevel .singleCommentBody .thumbs {
    }

    .forumListFull .forumTopiclist .singleCommentBody .thumbs {
        height: 20px;
        margin-left: 15px;
        float: right;
        text-align: right;
    }

        .forumListFull .forumTopiclist .singleCommentBody .thumbs .thumbUpButton {
            position: relative;
            height: 19px;
            padding: 1px 0 0 24px;
            float: right;
            cursor: pointer;
            color: #7eba3f;
            background: url(/img/bg-singleCommentBody_thumbUpButton.gif) no-repeat;
        }

        .forumListFull .forumTopiclist .singleCommentBody .thumbs .thumbDownButton {
            position: relative;
            height: 19px;
            margin: 0 24px 0 10px;
            padding: 1px 0 0 23px;
            float: right;
            cursor: pointer;
            color: #c70000;
            background: url(/img/bg-singleCommentBody_thumbDownButton.gif) no-repeat;
        }

    .forumListFull .forumTopiclist .fFirstLevel .singleCommentBody .thumbs .thumbDownButton {
        margin-right: 8px;
    }

    .forumListFull .forumTopiclist .fFirstLevel .singleCommentBody .freetext {
        padding-bottom: 0;
    }

    .forumListFull .forumTopiclist .singleCommentBody .freetext {
        padding: 6px 20px 20px 0;
        font-size: 12px;
        color: #3f3f39;
    }

    .forumListFull .forumTopiclist .forumChildEx {
        padding: 20px 0 0px 35px;
    }

    .forumListFull .forumTopiclist .maxlevel {
        padding: 20px 0 0px 0px !important;
    }

.highlight {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 15px;
    background: #5DB433;
    color: #FFF;
}

.forumListBox .pager {
    width: 100%;
    padding: 15px 0 15px 0;
    float: left;
    text-align: right;
}

    .forumListBox .pager a {
        font-size: 13px;
        color: #0087c5;
    }

    .forumListBox .pager .btLeft {
        padding: 0 0 0 11px;
        cursor: pointer;
        background: url(/img/bg-forumListBox_btLeft.gif) no-repeat left 7px;
    }

    .forumListBox .pager .btRight {
        margin-right: 24px;
        padding: 0 11px 0 0;
        cursor: pointer;
        background: url(/img/bg-forumListBox_btRight.gif) no-repeat right;
    }

    .forumListBox .pager .sep {
        height: 13px;
        width: 50px;
        display: inline-block;
        background: url(/img/bg-forumListBox_btLeft_span.gif) no-repeat 25px 2px;
    }

    .forumListBox .pager .actual {
        text-decoration: underline;
        font-weight: bold;
    }

/*************************** === FORUM.form === *********************************************/
.forumForm-t {
    padding: 0 0 0 35px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.forumForm {
    position: relative;
    width: 487px;
    float: left;
    background: url(/img/bg-forumForm.gif) repeat-y;
}

.forumFormIn1 {
    width: 487px;
    float: left;
    background: url(/img/bg-forumFormIn1.gif) no-repeat;
}

.forumFormIn2 {
    width: 487px;
    float: left;
    background: url(/img/bg-forumFormIn2.gif) no-repeat bottom;
}

.forumForm .forumFormTab {
    width: 100%;
    float: left;
    font-size: 12px;
}

    .forumForm .forumFormTab .forumFormTabLine1 {
        width: 487px;
        padding: 10px 0 12px 23px;
        float: left;
    }

        .forumForm .forumFormTab .forumFormTabLine1 .name {
            width: 204px;
            float: left;
        }

            .forumForm .forumFormTab .forumFormTabLine1 .name label {
                padding: 0 0 0 7px;
                font-size: 12px;
                color: #000;
            }

            .forumForm .forumFormTab .forumFormTabLine1 .name .inp {
                height: 26px;
                margin-top: 3px;
                width: 187px;
                background: url(/img/bg-forumFormTab_inp1.gif) no-repeat;
            }

                .forumForm .forumFormTab .forumFormTabLine1 .name .inp .input_text {
                    position: relative;
                    top: 5px;
                    left: 5px;
                    width: 179px;
                    font-size: 12px;
                    border: 0;
                }

        .forumForm .forumFormTab .forumFormTabLine1 .subject {
            width: 220px;
            float: left;
        }

            .forumForm .forumFormTab .forumFormTabLine1 .subject label {
                padding: 0 0 0 6px;
                font-size: 12px;
                color: #000;
            }

            .forumForm .forumFormTab .forumFormTabLine1 .subject .inp {
                height: 26px;
                margin-top: 3px;
                width: 187px;
                background: url(/img/bg-forumFormTab_inp1.gif) no-repeat;
            }

                .forumForm .forumFormTab .forumFormTabLine1 .subject .inp .input_text {
                    position: relative;
                    top: 5px;
                    left: 5px;
                    width: 179px;
                    font-size: 12px;
                    border: 0;
                }

    .forumForm .forumFormTab .forumFormTabLine2 {
        width: 487px;
        padding: 0px 0 23px 23px;
        float: left;
    }

        .forumForm .forumFormTab .forumFormTabLine2 label {
            width: 409px;
            padding: 0 0 0 7px;
            display: block;
            font-size: 12px;
            color: #000;
        }

            .forumForm .forumFormTab .forumFormTabLine2 label a {
                padding: 0 0 0 13px;
                float: right;
                color: #0085e2;
                font-size: 11px;
                background: url(/img/bg-forumFormTab_label_a.gif) no-repeat 0 4px;
            }

        .forumForm .forumFormTab .forumFormTabLine2 .inp {
            height: 103px;
            margin-top: 3px;
            width: 423px;
            background: url(/img/bg-forumFormTab_inp3.gif) no-repeat;
        }

            .forumForm .forumFormTab .forumFormTabLine2 .inp textarea {
                position: relative;
                top: 5px;
                left: 5px;
                height: 95px;
                width: 415px;
                font-size: 12px;
                border: 0;
            }

    .forumForm .forumFormTab .forumFormTabLine3 {
        width: 487px;
        padding: 0px 0 26px 23px;
        float: left;
    }

        .forumForm .forumFormTab .forumFormTabLine3 label {
            position: relative;
            top: -2px;
            width: 106px;
            padding: 10px 10px 7px 0;
            float: left;
            display: block;
            text-align: right;
            font-size: 12px;
            color: #000;
            background: url(/img/bg-forumFormTab_forumFormTabLine3_label.gif) no-repeat 4px 0px;
        }

        .forumForm .forumFormTab .forumFormTabLine3 .inp {
            height: 26px;
            margin-top: 3px;
            width: 187px;
            float: left;
            background: url(/img/bg-forumFormTab_inp4.gif) no-repeat;
        }

            .forumForm .forumFormTab .forumFormTabLine3 .inp .input_text {
                position: relative;
                top: 5px;
                left: 5px;
                width: 179px;
                font-size: 12px;
                border: 0;
            }

        .forumForm .forumFormTab .forumFormTabLine3 a {
            margin: 0 0 0 29px;
        }

.forumForm .forumDisInfo {
    margin-top: 45px;
    margin-bottom: 15px;
    width: 460px;
    font-family: Arial;
    font-size: 10px;
    color: #bababa;
}

.forum_form_iframeColumnCount2 {
    background: transparent !important;
}

.windowAnswer {
    width: 841px;
    padding: 0 0 35px 0;
    float: left;
    background: url(/img/bg-windowAnswer.png) no-repeat bottom;
}

.windowAnswerIn {
    width: 814px;
    padding: 28px 0 0 27px;
    float: left;
    background: url(/img/bg-windowAnswerIn.png) repeat-y;
}

.windowAnswer .forumFormTabLine1 .subject .inp {
    width: 377px !important;
    background: url(/img/bg-forumFormTab_inp2AW.gif) no-repeat !important;
}

    .windowAnswer .forumFormTabLine1 .subject .inp .input_text {
        width: 367px !important;
    }

.windowAnswer .forumFormTabLine2 label {
    width: 689px !important;
}

.windowAnswer .forumFormTabLine2 .inp {
    width: 703px !important;
    background: url(/img/bg-forumFormTab_inp3AW.gif) no-repeat !important;
}

    .windowAnswer .forumFormTabLine2 .inp textarea {
        width: 695px !important;
    }

.windowAnswer .forumFormTabLine3 {
    width: 563px !important;
    padding: 0px 0 26px 184px !important;
}

    .windowAnswer .forumFormTabLine3 .btFF {
        margin: 0 66px 0 0 !important;
    }

.windowAnswer .alfaDisInfo {
    display: none;
}

.fromAdmin .fRoot-t, .forumChildEx .fromAdmin .name {
    color: #c00 !important;
}

.hidden {
    display: none;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 39999;
    display: none;
    background: #fff;
    border: 1px solid #000;
}
/********************Sdílený košík****************/
.SharedBasketLayers > .Layer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}

    .SharedBasketLayers > .Layer .Layer_inner {
        display: block;
        position: relative;
        width: 550px;
        top: 20%;
        margin: auto;
        background: white;
    }

.Layer_inner .closeBtn {
    width: 13px;
    height: 14px;
    border: none;
    position: relative;
    margin: 5px;
    float: right;
    background-image: url('/img/close.gif');
    cursor: pointer;
}

.Layer_inner input {
    width: 90%;
    border: 1px solid gray;
    font-size: 16px;
    margin: 10px;
}
/*******************************************/
.star {
    width: 18px;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    content: "";
    float: left;
}

    .star[data-type='L' ][ data-rate='empty'] {
        background-image: url("/img/starempty_left.png");
    }

    .star[data-type='L' ][ data-rate='full'] {
        background-image: url("/img/starfull_left.png");
    }

    .star[data-type='R' ][ data-rate="empty"] {
        background-image: url("/img/starempty_right.png");
    }

    .star[data-type='R' ][ data-rate='full'] {
        background-image: url("/img/starfull_right.png");
    }

.star_small {
    width: 7px;
    height: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    content: "";
    float: left;
}

    .star_small[data-type='L' ][ data-rate='empty'] {
        background-image: url("/img/starempty_left_s.png");
    }

    .star_small[data-type='L' ][ data-rate='full'] {
        background-image: url("/img/starfull_left_s.png");
    }

    .star_small[data-type='R' ][ data-rate="empty"] {
        background-image: url("/img/starempty_right_s.png");
    }

    .star_small[data-type='R' ][ data-rate='full'] {
        background-image: url("/img/starfull_right_s.png");
    }

#RatingText {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.singleRating {
    background-color: White;
    border: 1px solid gray;
    margin: 2px;
    padding: 2px;
}

    .singleRating table {
        table-layout: fixed;
        width: 100%;
    }


    .singleRating table {
        word-wrap: break-word;
    }

.HeurekaPoint {
    background-color: White;
    border: 1px solid Gray;
}

#HeurekaPointWindow table tr td img {
    width: 50px;
    height: 50px;
}

.HeurekaPoint img {
    margin: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.HeurekaPoint .details {
    float: left;
    margin: 10px;
}

/* clanek fotogalerie */
.gallery .wholegallery {
    text-align: right;
    width: 540px;
    float: left;
}


/* naseptavac */
.searchBox .suggestSearchBox {
    background-color: gray;
    color: white;
    z-index: 10000;
    width: 450px;
    position: absolute;
}

    .searchBox .suggestSearchBox table {
        background-color: white;
        border: none;
        position: relative;
        width: 450px;
        z-index: 9999;
    }

        .searchBox .suggestSearchBox table tr {
            height: 45px;
            background: #eeeeee !important;
        }

            .searchBox .suggestSearchBox table tr:hover {
                background: white !important;
            }

            .searchBox .suggestSearchBox table tr td {
                padding: 0;
                background: url(/img/renocar/gray-white-line.png) repeat-x left bottom;
            }

                .searchBox .suggestSearchBox table tr td .more_results {
                    margin-right: 15px;
                    float: right;
                }

                .searchBox .suggestSearchBox table tr td.productImg img {
                    margin: 5px;
                }

                .searchBox .suggestSearchBox table tr td.productImg {
                    width: 90px;
                    overflow: hidden;
                }

                .searchBox .suggestSearchBox table tr td.name {
                    padding: 0 7px;
                }

                .searchBox .suggestSearchBox table tr td .search-order {
                    background: url(/img/renocar/order-arrow.png) no-repeat 13px center;
                    display: block;
                    padding: 5px 20px 5px 38px;
                }

.searchBox .sugest_search {
    color: #333333;
    font-style: italic;
    font-size: 14px;
    background: #DBE7F4 !important;
    padding-left: 20px !important;
}


/* IE HACK */
#mainMenu {
    position: relative;
}

.ie7 ul#mainMenu > li {
    display: inline-block;
    margin: 0 10px 0 0;
    *display: inline;
    zoom: 1;
    z-index: 356;
}

.ie7 #mainMenu .menuItemSub {
    position: absolute;
    top: 49px;
    background: url(/img/renocar/bg-dark.png) repeat 0 0;
    padding: 20px;
    z-index: 354 !important;
}

.ie7 .searchBox button.header-search {
    top: 3px;
}

.ie7 body > .container {
    z-index: 20;
    position: relative;
}

.ie7 .menuItemSub .leftPart {
    width: 250px;
}

.ie7 #mainMenu .menuItemSub {
    width: auto;
}

.ie7 .navbar {
    z-index: 20;
    position: relative;
}

.ie7 .basketInfo {
    z-index: 999;
}

.ie7 ul.userInfo.loginInfo, ul.userInfo.loginInfo li {
    z-index: 999;
}

.ie8 .carsmodels .item .inner {
    border: 1px solid #F2F2F2;
    left: -1px;
}

    .ie8 .carsmodels .item .inner img.shadow-mask {
        position: absolute;
        top: -3px;
        left: 0px;
        width: 240px;
    }

.ie7 .carsmodels .item .inner {
    border: 1px solid #F2F2F2;
    left: -1px;
}

    .ie7 .carsmodels .item .inner img.shadow-mask {
        position: absolute;
        top: -3px;
        left: 0px;
        width: 240px;
    }

.ie7 .carsmodels .item.sel {
    border: 1px solid #F2F2F2;
}

.ie8 .carsmodels .item.sel {
    border: 1px solid #F2F2F2;
}

/* z-indexy */
.ie7 .logo-search-xx {
    z-index: 2;
    position: relative;
}

.ie7 .menu-xx {
    z-index: 1;
    position: relative;
}

.ie7 a.slideboxCaption {
    z-index: 208;
}

.ie7 img.slideboxCaption {
    z-index: 206;
}

.ie7 .bannerDesc.slideboxCaption {
    z-index: 207;
}

.ie7 .slideboxContainer .slideboxNext, .ie7 .slideboxContainer .slideboxPrevious {
    z-index: 209;
}

#mapa {
    width: 242px !important;
    height: 242px !important;
}

    #mapa > div {
        width: 256px !important;
    }


.hidden.edesc {
    background: url("/img/moje/banBack.png") repeat scroll 0 0 transparent;
    top: 0px;
    left: 0;
    color: white;
    padding: 75px 10px 10px 10px;
    position: absolute;
    text-align: center;
    width: 222px;
    height: 277px;
    z-index: 1;
    cursor: pointer;
}

.anot .hidden.edesc {
    height: 255px;
}

.anotace2 .hidden.edesc {
    height: 267px;
}

.anot .row, .anotace2 .row {
    position: relative;
    z-index: 999;
}

.anot:hover .title, .anotace2:hover .title {
    position: relative;
    z-index: 999;
}

    .anot:hover .title a, .anotace2:hover .title a {
        color: #262626;
    }

.anotace2:hover .price-avail .price {
    position: relative;
    z-index: 999;
    color: #dbe7f4;
}

.anotace2:hover .price-avail .avail {
    position: relative;
    z-index: 999;
    color: #dbe7f4;
}



.catalogue-result .results {
    padding: 10px 0 10px 0;
    float: none !important;
    xtext-align: center;
}

.product .avail {
    text-align: left;
    font-size: 11px;
}

.product .price-avail .price {
    text-align: left;
}

.actionitem .pruducts-line {
    width: 760px !important;
    margin: 0 0px 0 -30px !important;
}

.magazine-article .pruducts-line {
    margin-left: 53px !important;
}

#article .pruducts-line .product .image {
    text-align: center !important;
}

#article .pruducts-line .product .price {
    font-size: 11px !important;
}

#article .pruducts-line .product .btn {
    text-decoration: none;
}

.newsletters-handler {
    padding: 10px 0 0 13px;
}

#UserDataForm .userbrief tbody td, #UserDataForm .addres-edit-holder {
    background: none;
}

.textEnews {
    width: 950px;
    padding: 15px 0 15px 10px;
}

x.loginInfo #login {
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btOrderDetail .btn {
    float: right;
}

.btOrderDetail form .btn {
    float: left;
}

.btnEOL {
    width: 286px !important;
}


.bx-wrapper {
    position: relative;
    width: 638px;
    max-width: 638px !important;
    margin: 0 !important;
    padding: 0;
    *zoom: 1;
}

.model-detail-content .bx-wrapper {
    width: 400px;
    max-width: 400px !important;
}

.detail .bx-wrapper {
    width: 638px;
    max-width: 638px !important;
}

.magazine-article .bx-wrapper {
    width: 553px;
    max-width: 553px !important;
}


.bx-wrapper img {
    max-width: 100%;
    display: block;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #000;
        }

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

.sumaFilter {
    float: left;
    xpadding-right: 35px !important;
    xfloaT: right !important;
}

.eshopfilter .sumaFilter {
    width: auto;
    padding-left: 10px;
}

.bdTitle {
    margin: 0 !important;
}

    .bdTitle .span12 {
        margin: 0 !important;
        border-bottom: 1px solid #DDD;
    }

.brandnameDetail {
    padding: 25px 0 17px 0 !important;
    font-weight: normal !important;
    font-size: 32px !important;
}

.bdTitle .socialplugins {
    position: relative;
    top: 5px;
}

.topMenuSub {
    z-index: 999;
}

#OrderLoginDiv #loginForm {
    background-color: transparent !important;
}

    #OrderLoginDiv #loginForm #logon_login2, #OrderLoginDiv #loginForm #logon_password2 {
        margin: 0 0 10px 10px;
        padding: 8px 0 8px 8px;
    }

.pull-center {
    margin: auto;
}

.ajax-progress {
    text-align: center;
}

.model-detail-content .small-banner-right {
    margin-bottom: 15px;
}

#coupform .coupLab {
    padding: 10px 0 0 15px;
    float: left;
    font-sizE: 13px;
    font-weight: bold;
}

#coupform .cuschkx {
    margin: 10px 10px 0 10px;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.catalogue-result-search {
    z-index: 99;
    background: #FFF;
    margin-left: 0;
    padding-left: 10px;
    width: 748px;
    margin-top: 74px;
}

.model-detail-content .catalogue-result-search {
    margin-left: 10px;
    width: 970px;
    margin-top: 0;
    margin-right: 20px;
}




.model-detail-content .sort-filter {
    width: auto;
}

.model-detail-content .catalogue-result-search .storecar {
    width: 960px;
}

.model-detail-content .storecar .detail-code {
    padding: 0;
    margin-top: 0;
}

.model-detail-content .storecar p {
    margin-left: 10px;
}

.model-detail-content .pagercont .span9 {
    width: 990px;
}


.model-detail-content .pagercont .span6 {
    width: 735px;
}

.catalogue-result-search .results {
    padding: 0;
}

.catalogue-result-search .span12 {
    left: -10px;
}

.store-cars-content-search .shadow-boxDK {
    padding-bottom: 22px !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.shadow-boxDK .lazyload {
    padding-bottom: 25px;
}

.market-detail {
    margin-top: 32px;
}

.menuItemSub {
}

    .menuItemSub .leftPart {
        min-width: 205px;
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.xarrowSet {
    position: relative;
}

    .xarrowSet:before {
        position: absolute;
        z-index: 999999;
        top: -32px;
        left: 5px;
        width: 0;
        height: 0;
        border-color: transparent !important;
        border: 11px solid;
        border-bottom-color: red !important;
    }

.menuItemSub .productHref {
    display: table-cell;
    float: none;
}

.input_text.error-state {
    border: 1px solid red;
}

p.error-state {
    color: red !important;
}

.conleft {
    min-width: 242px;
    floaT: right;
}

#article .hidden.edesc {
    height: 277px !important;
    padding: 75px 10px 10px !important;
}

#TB_ajaxContent .information {
    position: relative;
    left: 5px;
}

#changePwdForm .reg-desc {
    left: 240px;
}

.colours {
    border: 2px solid #e0e0e0;
}

.registered {
    padding-top: 64px;
}

.bx-disable {
    cursor: default !important;
    opacity: 0.5 !important;
}

.image-info-fb .amountCodeBox {
    position: relative;
    margin-top: 35px;
    width: 100%;
    float: left;
}

.image-info-fb .sCode-holder {
    position: absolute;
    z-index: 999;
    top: 23px;
    left: 0;
}

/* *******************  splash ****************************************** */




#splashPage {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 600px;
    width: 100%;
    z-index: 10000;
    background: #fff;
}

    #splashPage .page {
        z-index: 1;
        width: 1024px;
        min-height: 600px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #splashPage .nav {
        float: left;
    }

    #splashPage .splashMenu .navbar-inner {
        background: #C3C3C3;
        height: 35px;
        box-shadow: none;
    }

        #splashPage .splashMenu .navbar-inner a {
            color: #fff;
            padding: 9px 10px 10px 10px;
        }

        #splashPage .splashMenu .navbar-inner li:hover a {
            background: #fff;
            color: #C3C3C3;
        }

        #splashPage .splashMenu .navbar-inner li:active a {
            background: #6B6B6B;
            color: #fff;
        }

    #splashPage .splashMenu li.vertical_hr {
        width: 1px;
    }

        #splashPage .splashMenu li.vertical_hr div {
            width: 1px;
            height: 12px;
            background-color: #7F7F7F;
            margin-top: 12px;
        }

    #splashPage .text-center {
        text-align: center;
    }

    #splashPage img.block {
        margin: 100px 0 0 0;
    }

    #splashPage a.nonblock {
        line-height: 12px;
        font-size: 10px;
        margin: 20px 0 63px -200px;
        display: inline-block;
    }

    #splashPage .brand {
        margin-bottom: 16px;
        overflow: hidden;
        margin-left: 15px;
    }

        #splashPage .brand li:hover a {
            background: #fff;
        }

        #splashPage .brand li a {
            padding: 0;
            width: 195px;
            height: 160px;
        }

            #splashPage .brand li a img {
                text-align: center;
            }

        #splashPage .brand li.vertical_hr {
            width: 1px;
        }

            #splashPage .brand li.vertical_hr div {
                width: 1px;
                height: 55px;
                background-color: #E6E6E6;
                margin-top: 65px;
            }

    #splashPage hr {
        width: 100%;
        margin-bottom: 0px;
        clear: both;
    }

    #splashPage .splashFoot {
        background: #C3C3C3;
        position: absolute;
        height: 80px;
        bottom: 0px;
        width: 100%;
    }

        #splashPage .splashFoot p, #splashPage .splashFoot a {
            font-size: 10px;
            color: #fff;
            text-decoration: none;
        }

        #splashPage .splashFoot .container {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -499px;
        }

        #splashPage .splashFoot .text-left {
            position: absolute;
            bottom: 10px;
            left: 50px;
        }

        #splashPage .splashFoot .text-right {
            position: absolute;
            bottom: 10px;
            right: 20px;
        }

        #splashPage .splashFoot a {
            display: block;
            text-align: right;
            margin-top: 10px;
        }


/* ---------------------------------------------------------------------*/

.brands-row div.container.body {
    text-align: center;
}

    .brands-row div.container.body div.row {
        width: auto;
        display: inline-block;
    }

.car-anotation {
    padding-bottom: 5px;
    float: left;
    width: 700px;
}

    .car-anotation p {
        padding-bottom: 15px;
    }

div.leftPart.span5 div.socialplugins {
    display: inline-block;
    margin: 10px 0px 0px 15px;
}

.brands-row div.container.body div.allplugins {
    text-align: left;
    margin-bottom: 8px;
}


.landingpage .span8.popup-holder {
    width: auto;
    box-sizing: border-box;
    padding-left: 135px;
    float: none;
}

    .landingpage .span8.popup-holder .form-title .span8 {
        width: auto;
        float: none;
        margin-left: 0px;
    }

    .landingpage .span8.popup-holder .form-fields textarea#message {
        margin-top: 18px;
        margin-bottom: 17px;
    }

    .landingpage .span8.popup-holder .kontakty-info .span3 {
        margin-left: 70px;
    }

        .landingpage .span8.popup-holder .kontakty-info .span3 a {
            width: 232px;
        }

    .landingpage .span8.popup-holder .text-button .send-button {
        margin-top: 60px;
        margin-bottom: 50px;
        margin-left: 70px;
        box-sizing: border-box;
        width: 252px !important;
    }

        .landingpage .span8.popup-holder .text-button .send-button a {
            box-sizing: border-box;
            width: 252px !important;
        }

    .landingpage .span8.popup-holder .form-fields .right-part {
        margin-left: 60px;
    }

        .landingpage .span8.popup-holder .form-fields .right-part input {
            width: 242px;
        }


/*ADVANTAGES*/
.advantages {
    background: url(/img/renocar/bg-soft.png) repeat;
}

    .advantages .columns-holder {
        background: #eeeeee;
    }

    .advantages .advantages-table td {
        width: 25%;
        text-align: center;
    }

        .advantages .advantages-table td .image {
            width: 80px;
            background: #FFF;
            margin: auto;
            padding: 28px 0;
            border-radius: 40px;
            margin-top: 10px;
        }


        .advantages .advantages-table td .name {
            font-size: 14px;
            font-weight: 700;
            margin-top: 14px;
        }

        .advantages .advantages-table td .text {
            color: #626262;
            font-size: 12px;
            padding: 3px 41px 26px 41px;
        }


#cookiePopUp {
    position: absolute;
    background: #fff;
    z-index: 7002 !important;
    top: 50%;
    left: 50%;
    display: none;
    padding: 30px;
    max-width: 700px;
}

    #cookiePopUp .confirm {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }
