* {
    padding: 0;
    margin: 0;
}

BODY {
    background-color: #F5F7EF;
    text-align: center;
    font-family: Tahoma, Verdana, Arial CE, Arial, Sans-Serif;
    font-size: 8pt;
}

H1 {
    font-size: 2em;
    padding: 15px 0;
    color: #2E8A50;
    font-weight: bold;
}

H2 {
    font-size: 1.5em;
    margin: 25px 0 5px 0;
    color: #2E8A50;
    font-weight: bold;
}

A {
    color: #2E8A50;
}

.center-block {
    margin: 0 auto;
}

.cleaner {
    clear: both;
}

.red {
    color: Red;
}

.ac {
    text-align: center;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fb {
    font-weight: bold;
}

.validator {
    font-weight: bold;
}

/*********** Master *************/
DIV.demo-body-background {
    background-image: url('/img/logo-demo-bcgr.png' );
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: fixed;
}

    DIV.demo-body-background A {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

#master-header-overflow {
    background-image: url("/img/v2/masterBg_top.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.master {
    width: 1050px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#lang-menu {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 100;
}

    #lang-menu .icons {
        float: right;
        width: 170px;
    }

        #lang-menu .icons A {
            float: left;
            width: 25px;
            height: 20px;
        }

#innerMasterOuter {
    background-image: url('/img/v2/masterBg_middle.png' );
    background-position: top center;
    background-repeat: repeat-y;
}

#innerMaster {
    background-image: url("/img/v2/HeadImages/header1-bottom.png");
    background-position: 475px top;
    background-repeat: no-repeat;
    padding: 15px 40px 60px 275px;
    min-height: 400px;
}

    #innerMaster #child-menu-spacer {
        display: none;
    }

/*********** Head *************/

DIV.head {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/img/v2/HeadImages/header1.png');
    width: 1050px;
    height: 175px;
}

    DIV.head .logo {
        height: 120px;
        left: 23px;
        position: absolute;
        top: 15px;
        width: 225px;
    }

        DIV.head .logo IMG {
            padding-top: 20px;
            max-height: 80px;
            max-width: 200px;
            display: block;
            margin: 0 auto;
        }

        DIV.head .logo A {
            text-decoration: none;
        }

        DIV.head .logo SPAN.rk-info-noimage {
            color: Black;
            display: block;
            font-size: 12px;
            font-weight: bold;
            height: 105px;
            margin: 0 auto;
            padding: 25px 0 0 20px;
            text-decoration: none !important;
            width: 205px;
            cursor: pointer;
        }

            DIV.head .logo SPAN.rk-info-noimage SPAN {
                font-size: 11px;
                font-weight: normal;
            }

    DIV.head .ousko {
        display: none;
    }

/************** Footer ***********/

DIV.footer {
    background-image: url("/img/v2/footerBg.png");
    background-position: center center;
    background-repeat: repeat-x;
    bottom: 0;
    height: 50px;
    left: 25px;
    position: absolute;
    width: 1000px;
    z-index: 500;
}

    DIV.footer A {
        color: Black;
    }

        DIV.footer A.aRealityLogo {
            float: right;
            padding: 15px 25px 0 0;
        }

    DIV.footer SPAN, DIV.footer P {
        float: left;
        font-size: 8pt;
        line-height: 14px;
        padding: 20px;
        vertical-align: middle;
        width: 220px;
    }

/************** Menu *************/
DIV.head UL {
    /*left: 25px;     padding: 175px 0 0 25px;     position: absolute;     top: 175px;*/
}

#main-menu {
    position: absolute;
    left: 25px;
    top: 175px;
}

    #main-menu > a {
        color: white;
    }

DIV.head UL LI {
    list-style-type: none;
}

    DIV.head UL LI A {
        background-image: url("/img/v2/menu-a.png");
        background-position: center center;
        background-repeat: no-repeat;
        color: White;
        display: block;
        font-size: 9pt;
        font-weight: bold;
        height: 35px;
        line-height: 32px;
        padding: 0 0 0 35px;
        text-align: left;
        text-decoration: none;
        width: 190px;
    }

        DIV.head UL LI A:hover, DIV.head UL LI A.highlight {
            text-decoration: underline;
        }

DIV.head UL:first-child, DIV.head UL:first-child:hover, #main-menu > a, #advancedZakCriteriaEd INPUT.submit-btn {
    background-color: #418d5e;
}

/*************** Podmenu ****************/
UL.child-menu {
    padding: 0 0 0 10px !important;
    background-color: #F2F2F2;
}

    UL.child-menu LI {
        list-style-type: none !important;
    }

        UL.child-menu LI A {
            background: none repeat scroll 0 0 transparent !important;
            color: Black !important;
            display: block !important;
            font-size: 8pt !important;
            font-weight: normal !important;
            height: 15px !important;
            line-height: 15px !important;
            padding: 0 0 5px 25px !important;
            text-decoration: underline !important;
        }

            UL.child-menu LI A:hover, UL.child-menu LI A.highlight {
                background-color: White;
            }

        UL.child-menu LI.first-item {
            padding: 5px 0 0 0;
        }


/********** ZakListItemTableType **************/

DIV.ZakItemTT {
    background-image: url("/img/v2/render-icons-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: White;
    border: 1px solid #2E8A50;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    width: 212px;
}

DIV.Alt {
    background-image: url("/img/v2/render-icons-bg.png");
}

DIV.ZakItemTT H2 {
    font-size: 1em;
    margin: 0 0 5px 0;
    height: 45px;
    overflow: hidden;
}

    DIV.ZakItemTT H2 A {
        height: 60px;
        line-height: 15px;
        overflow: hidden;
        color: #2E8A50;
    }

        DIV.ZakItemTT H2 A:hover {
            color: Black;
            text-decoration: none;
        }

DIV.ZakItemTT DIV.prevImageSpace {
    width: 212px;
    height: 159px;
    overflow: hidden;
    border: 1px solid #2E8A50;
    margin: 0 0 5px 0;
    background-color: White;
}

DIV.ZakItemTT IMG {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

DIV.ZakItemTT A.detail {
    background-image: url("/img/v2/detail.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 8px;
    color: White;
    float: right;
    font-weight: bold;
    height: 25px;
    line-height: 24px;
    padding-right: 5px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 70px;
}

    DIV.ZakItemTT A.detail:hover {
        background-image: url('/img/v2/detail-hover.png' );
    }

DIV.ZakItemTT SPAN.typ {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 18px;
    font-size: 9pt;
    font-weight: bold;
    height: 18px;
}

DIV.ZakItemTT DIV.cenaContainer {
    height: 46px;
    overflow: hidden;
}

DIV.ZakItemTT SPAN.cena {
    font-size: 11pt;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
}

DIV.ZakItemTT SPAN.sCena {
    font-size: 9pt;
    font-weight: normal;
}
/********** ZakListItemRowType **************/

.manageCtrls {
    font-size: 1.2em;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #E6E6E6;
    background-color: #F3F3F3;
    background-image: url("/img/v2/simple-crit-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

    .manageCtrls SPAN {
        padding-left: 10px;
        font-weight: bold;
    }

.pagerControls {
    height: 23px;
}

.cont-right {
    float: right;
}

    .cont-right A {
        padding: 2px;
        font-weight: bold;
    }

        .cont-right A.link1disabled {
            text-decoration: none;
            color: Silver;
            cursor: default;
        }

.cont-left {
    float: right;
    padding: 15px 0;
}

    .cont-left A {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: left center;
        float: left;
        margin-left: 5px;
    }

a.viewmode_brief {
    background-image: url('/img/v2/detail-square-brief.png');
}

a.viewmode_icons {
    background-image: url('/img/v2/detail-square-icons.png');
}

a.viewmode_brief:hover {
    background-image: url('/img/v2/detail-square-brief-hover.png');
}

a.viewmode_icons:hover {
    background-image: url('/img/v2/detail-square-icons-hover.png');
}

a.viewmode_briefdisabled {
    background-image: url('/img/v2/detail-square-brief-hover.png');
    color: silver;
    cursor: default;
}

a.viewmode_iconsdisabled {
    background-image: url('/img/v2/detail-square-icons-hover.png');
    color: silver;
    cursor: default;
}

.pagerInfo {
    float: left;
    margin: 4px 0 0 0;
}

DIV.ZakItemRT {
    border: 1px solid #2E8A50;
    margin-bottom: -1px;
    padding: 10px;
}

    DIV.ZakItemRT H2 {
        font-size: 10pt;
        margin: 0 0 10px 0;
    }

        DIV.ZakItemRT H2 A {
            height: 60px;
            line-height: 15px;
            overflow: hidden;
            color: #2E8A50;
        }

            DIV.ZakItemRT H2 A:hover {
                color: Black;
            }

    DIV.ZakItemRT DIV.prevImageSpace {
        width: 212px;
        height: 159px;
        overflow: hidden;
        border: 1px solid #2E8A50;
        margin-right: 10px;
        background-color: White;
        position: absolute;
        z-index: 1000;
    }

    DIV.ZakItemRT IMG {
        max-height: 100%;
        max-width: 100%;
        border: none;
    }

    DIV.ZakItemRT A.detail {
        background-image: url('/img/v2/detail.png' );
        background-position: center center;
        background-repeat: no-repeat;
        color: White;
        float: right;
        width: 70px;
        height: 25px;
        line-height: 24px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        padding-right: 5px;
    }

        DIV.ZakItemRT A.detail:hover {
            background-image: url('/img/v2/detail-hover.png' );
        }

    DIV.ZakItemRT SPAN.typ {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        line-height: 18px;
        font-size: 9pt;
        font-weight: bold;
    }

    DIV.ZakItemRT SPAN.cena {
        font-size: 11pt;
        font-weight: bold;
        line-height: 25px;
        vertical-align: middle;
    }

    DIV.ZakItemRT SPAN.sCena {
        font-size: 10pt;
        font-weight: normal;
        line-height: 25px;
        vertical-align: middle;
    }

    DIV.ZakItemRT DIV.info {
        min-height: 130px;
        padding-bottom: 30px;
        position: relative;
        padding-left: 228px;
    }

    DIV.ZakItemRT DIV.char {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 485px;
    }

/************** Detail zakazky ***************/

.leftColumn {
    width: 40%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
}

    .leftColumn DIV.prevImage IMG {
        width: 268px;
        height: 201px;
        display: block;
        margin: 0 auto;
        background-color: #FFFFFF;
        border: 1px solid #2E8A50;
    }

    .leftColumn .imageList {
        margin-left: 7px;
    }

        .leftColumn .imageList DIV.outer-float {
            width: 124px;
            height: 93px;
            float: left;
            margin: 7px;
        }

        .leftColumn .imageList DIV.outer-img {
            width: 124px;
            height: 93px;
            display: table;
            overflow: hidden;
            text-align: center;
        }

        .leftColumn .imageList DIV.inner-img {
            display: table-cell;
            vertical-align: middle;
        }

        .leftColumn .imageList IMG {
            width: 124px;
            height: 93px;
            border: 1px solid #8C6031;
        }

    .leftColumn .imageListContainer {
        height: 215px;
        overflow: hidden;
    }

    .leftColumn #imgListExpandLink {
        cursor: pointer;
        text-decoration: underline;
        background-image: url('/img/plus-11x11.gif');
        background-repeat: no-repeat;
        background-position: left center;
        float: right;
        padding: 0 0 0 15px;
        margin-right: 10px;
        font-size: 9pt;
    }

    .leftColumn .minus {
        background-image: url('/img/minus-11x11.gif') !important;
    }

.rightColumn {
    width: 57%;
    float: right;
    min-height: 400px;
}

    .rightColumn UL.charky, #RKKontakt .leftColumn UL.kontakt {
        border-top: 1px dotted #2E8A50;
        padding-bottom: 10px;
    }

        .rightColumn UL.charky LI, #RKKontakt .leftColumn UL.kontakt LI {
            list-style-type: none;
            border-bottom: 1px dotted #2E8A50;
            padding: 5px 0;
        }

            .rightColumn UL.charky LI SPAN.key, #RKKontakt .leftColumn UL.kontakt LI SPAN.key {
                width: 130px;
                float: left;
                text-align: right;
                color: #2E8A50;
                padding-right: 4px;
            }

            .rightColumn UL.charky LI SPAN.value, #RKKontakt .leftColumn UL.kontakt LI SPAN.value {
                float: left;
                width: 270px;
                font-weight: bold;
            }

        .rightColumn UL.charky SPAN.cenaContainer {
            float: left;
            margin-top: -5px;
            width: 250px;
        }

        .rightColumn UL.charky SPAN.cenaBig {
            font-size: 13pt;
        }

        .rightColumn UL.charky SPAN.cenaPoznamka {
            display: block;
        }

.zakazka-actions {
    clear: both;
    padding: 0 0 10px 0;
    width: 100%;
}

    .zakazka-actions DIV {
        float: right;
    }

DIV.zakazka-cislo-datum {
    padding: 10px 0 5px 0;
    color: #8C6031;
    border-bottom: 1px dotted #8C6031;
    height: 15px;
}

    DIV.zakazka-cislo-datum SPAN.title-text {
        padding: 0 5px 0 0;
        font-weight: bold;
    }


/********** zajem ************/

.leftColumn .zajem {
    padding-top: 10px;
    clear: left;
}

    .leftColumn .zajem SPAN {
        font-weight: bold;
        float: left;
        padding-top: 5px;
    }

    .leftColumn .zajem INPUT, .leftColumn .zajem TEXTAREA {
        width: 275px;
    }

        .leftColumn .zajem INPUT.btnSend {
            background-image: url('/img/v2/odeslat.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-color: Transparent;
            float: right;
            color: White;
            border: none;
            width: 130px;
            height: 25px;
            text-align: center;
            margin: 10px 10px 0 0;
            padding-bottom: 1px;
        }

            .leftColumn .zajem INPUT.btnSend:hover {
                background-image: url('/img/v2/odeslat-hover.png');
                cursor: pointer;
            }

    .leftColumn .zajem .validator {
        float: none;
        color: Red;
        font-weight: bold;
        padding-top: 0;
    }


/*************** kontakt ***********/

#RKKontakt .leftColumn {
    width: 57%;
}

#RKKontakt .rightColumn {
    width: 40%;
    min-height: 0;
    text-align: center;
}

    #RKKontakt .rightColumn IMG {
        display: block;
        margin: 0 auto;
    }

#RKKontakt .leftColumn H2 {
    margin: 0 0 10px 0;
}

#RKKontakt .leftColumn .profil-text {
    margin: 0 0 10px 0;
}

/************* Referenti render **************/
#RKKontakt .referenti-outer {
    clear: both;
}

    #RKKontakt .referenti-outer .referentRenderTableItem {
        float: left;
        width: 225px;
        height: 100px;
        padding: 3px;
        margin: 0 7px 7px 0;
        border: 1px solid #E6E6E6;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
    }

        #RKKontakt .referenti-outer .referentRenderTableItem IMG {
            float: left;
            margin-right: 5px;
        }

        #RKKontakt .referenti-outer .referentRenderTableItem .ref-vizitka-btn {
            position: absolute;
            right: 5px;
            bottom: 5px;
            width: 25px;
            height: 18px;
        }

        #RKKontakt .referenti-outer .referentRenderTableItem .ref-email-resize {
            font-size: 7pt;
        }

#RKKontakt .rk-kontakt-map {
    clear: both;
    padding-top: 8px;
}

/**************** RKZakazka kontakt ************/
#RKZakazkaKontakt H3 {
    color: Black;
    font-size: 1.2em;
    margin: 12px 0 1px;
}

#RKZakazkaKontakt LI {
    padding: 1px 0;
}

    #RKZakazkaKontakt LI SPAN.key {
        width: 30%;
        text-align: left;
        float: left;
        color: Black !important;
    }

    #RKZakazkaKontakt LI SPAN.value {
        width: 70%;
        text-align: left;
        float: left;
    }

#RKZakazkaKontakt .RKReferentInfo {
    position: relative;
    height: 100px;
}

    #RKZakazkaKontakt .RKReferentInfo IMG {
        float: left;
    }

    #RKZakazkaKontakt .RKReferentInfo .rkReferentData {
        position: absolute;
        left: 78px;
        top: 0px;
    }

        #RKZakazkaKontakt .RKReferentInfo .rkReferentData LI SPAN.key {
            margin-right: 3px;
            width: 40px;
            overflow: hidden;
        }

        #RKZakazkaKontakt .RKReferentInfo .rkReferentData LI SPAN.value {
            width: 160px;
        }

        #RKZakazkaKontakt .RKReferentInfo .rkReferentData H3 {
            margin: 0 0 1px 0;
        }

    #RKZakazkaKontakt .RKReferentInfo .ref-vizitka {
        position: absolute;
        left: 78px;
        bottom: 0;
    }

#RKZakazkaKontakt LI {
    list-style-type: none;
}

/************* empty data ****************/

.EmptyDataRepeater {
    background-image: url('/img/v2/icon_info.gif');
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 45px;
    vertical-align: middle;
    height: 45px;
    padding: 0 0 0 50px;
    font-weight: bold;
    margin: 0 auto;
    width: 185px;
}

.EmptyData /* kvuli kompatibilite s jinymi renderery */ {
    width: 260px;
    margin: 0 auto;
}

.box-content .msg-info IMG {
    display: none;
}

.box-content .msg-info B {
    display: block;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    font-size: 10pt;
}

.box-content .msg-info A {
    font-size: 8pt;
}

/************ login ***************/

#loginMenu {
    left: 225px;
    position: absolute;
    top: 20px;
    white-space: nowrap;
    width: 280px;
}

    #loginMenu A {
        color: Black;
    }

p.A {
    color: #E53D1D;
    font-weight: bold;
    margin: 10px 0;
}

.login-table {
    margin: 0 auto;
    width: 330px;
}

    .login-table TD {
        padding: 1px 2px;
    }

    .login-table .form-title {
        font-weight: bold;
        text-align: right;
    }

    .login-table .form-set {
        width: 200px;
    }

    .login-table SPAN LABEL {
        padding: 0 0 0 5px;
    }

/****************** tinyMCE a texty ************/
.mceContentBody {
    background-image: none;
    background-color: #FFFFFF;
    text-align: left;
}

.text-container {
    padding-bottom: 5px;
}

    .text-container H2, .text-container H3, .text-container H4,
    .mceContentBody H2, .mceContentBody H3, .mceContentBody H4 {
        margin-top: 0px;
    }

    .text-container P, .mceContentBody P {
        margin: 10px 0;
    }

    .text-container UL, .text-container OL, .text-container UL UL, .text-container OL OL,
    .mceContentBody UL, .mceContentBody OL, .mceContentBody UL UL, .mceContentBody OL OL {
        margin-left: 25px;
    }

/*********** Buttons ***************/
.button1, .button1ie7 {
    background-color: Transparent;
    background-image: url("/img/v2/odeslat.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    height: 25px;
    text-align: center;
    width: 130px;
    padding-bottom: 1px;
}

    .button1:hover, button1:active {
        background-image: url("/img/v2/odeslat-hover.png");
        cursor: pointer;
    }

.button-square {
    width: 32px;
    height: 32px;
    margin: 0 0 5px 5px;
    background-image: url("/img/v2/Buttons/butt-01.png");
    background-repeat: no-repeat;
    background-position: center center;
}

    .button-square:hover {
        background-image: url("/img/v2/Buttons/butt-01-hover.png");
    }

    .button-square A, .button-square INPUT {
        background-position: center center;
        background-repeat: no-repeat;
        height: 32px;
        width: 32px;
        display: block;
    }

.button-pdf {
    background-image: url("/img/v2/Buttons/icon-pdf.png");
}

.button-print {
    background-image: url("/img/v2/Buttons/icon-print.png");
}

.button-email {
    background-image: url("/img/v2/Buttons/icon-email.png");
}

.button-calc {
    background-image: url("/img/v2/Buttons/icon-calc.png");
}

.button-calc-small {
    background-image: url("/img/v2/Buttons/icon-calc-11x15.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 11px;
}

.vizitka-btn {
    margin: 5px 0;
    width: 25px;
    height: 18px;
}

/************** HSZakazka soubory ************/
UL.souboryList {
    list-style-type: none;
}

    UL.souboryList LI {
        background-image: url("/img/v2/Buttons/icon-attach.png");
        background-position: left center;
        background-repeat: no-repeat;
        float: left;
        height: 16px;
        margin: 2px 16px 8px 0;
        overflow: hidden;
        padding-left: 18px;
        width: 170px;
    }

/*************** HSZakazka podobne ***************/
.podobneHeader A {
    text-decoration: none;
}

H2.podobneHeader {
    width: 100%;
    border-bottom: 1px dotted #2E8A50;
    padding: 5px 0;
    margin-bottom: 10px;
}

UL.podobneList {
    list-style-type: none;
}

    UL.podobneList LI {
        float: left;
        width: 135px;
        margin-right: 8px;
    }

        UL.podobneList LI H3 {
            font-size: 1em;
        }

        UL.podobneList LI A {
            text-decoration: none;
        }

            UL.podobneList LI A.sloganLink {
                display: block;
                height: 28px;
                overflow: hidden;
                margin-bottom: 3px;
                line-height: 14px;
            }

        UL.podobneList LI IMG {
            border: 1px solid #2E8A50;
            display: block;
            width: 124px;
            height: 93px;
        }

        UL.podobneList LI SPAN.cena {
            color: #2E8A50;
            display: block;
            text-align: right;
            padding: 3px 7px 0 0;
            font-size: 9pt;
        }

/************** HSAdvancedZakCriteriaEditor ******************/
#advancedZakCriteriaEd {
    background-image: url("/img/v2/advanced-crit-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #E6E6E6;
    background-color: #F3F3F3;
    clear: both;
}

    #advancedZakCriteriaEd .leftColumn {
        float: left;
        width: 590px;
        margin: 0;
    }

    #advancedZakCriteriaEd DIV.kategorieWrap, #advancedZakCriteriaEd DIV.kategorieWrapLastRow {
        height: 27px;
        line-height: 27px;
        vertical-align: middle;
    }

        #advancedZakCriteriaEd DIV.kategorieWrap .item, #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item {
            float: left;
            width: 195px;
        }

            #advancedZakCriteriaEd DIV.kategorieWrap .item SPAN, #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SPAN {
                text-align: right;
                width: 50px;
                margin-right: 5px;
                float: left;
                overflow: visible;
            }

            #advancedZakCriteriaEd DIV.kategorieWrap .item SELECT, #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SELECT {
                width: 135px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrap .item.staty {
                width: 400px;
            }

                #advancedZakCriteriaEd DIV.kategorieWrap .item.staty SELECT {
                    width: 330px;
                }


            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item.razeni {
                width: 275px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item.ceny {
                width: 310px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SPAN.cena-text {
                width: 50px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item INPUT.cena {
                width: 59px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SELECT.cena-jednotky {
                width: 100px;
            }


            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SPAN.razeni {
                width: 85px;
            }

            #advancedZakCriteriaEd DIV.kategorieWrapLastRow .item SELECT {
                width: 180px;
            }


    #advancedZakCriteriaEd .rightColumn {
        float: right;
        width: 105px;
        margin: 0;
        min-height: 0px;
    }

    #advancedZakCriteriaEd INPUT.submit-btn {
        width: 100px;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        background-image: url("/img/v2/Buttons/vyhl-01.png");
        background-repeat: no-repeat;
        background-position: center center;
        text-align: left;
        padding: 0 0 0 30px;
        border: none;
        cursor: pointer;
        color: White;
        text-transform: uppercase;
    }

        #advancedZakCriteriaEd INPUT.submit-btn:hover {
            background-image: url("/img/v2/Buttons/vyhl-01-hover.png");
        }

#RKZakazkaKontakt > a, #RKZakazkaZajem > a {
    background-color: #418d5e;
    color: White;
    text-transform: uppercase;
    text-decoration: none;
}

/************** Pers. inzerce **********/
.borderC {
    margin-bottom: 20px;
}

.job-hbox {
    width: 100%;
    border-top: 1px dotted #2E8A50;
    clear: both;
    margin-top: 10px;
}

.job-title {
    float: left;
    width: 78%;
}

    .job-title H2, .job-date {
        margin-top: 5px;
    }

.job-date {
    float: right;
    width: 18%;
    text-align: right;
    background-image: url("/img/v2/icon-datum.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.job-cbox {
    clear: both;
}

/*********** Nova poptavka editor **************/
TABLE#NovaPoptavkaEditor {
    margin: 0 auto;
}

    TABLE#NovaPoptavkaEditor .form-title {
        text-align: right;
        font-weight: bold;
        padding-right: 3px;
    }

    TABLE#NovaPoptavkaEditor .form-txtbox {
        width: 300px;
    }

    TABLE#NovaPoptavkaEditor .submit-btn {
        margin-top: 10px;
    }

/************* Confirm Box **************/
.confirmation-box {
    clear: both;
    text-align: center;
    color: Red;
    font-size: 11pt;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 15px;
}

/************* PopupControl ************/
.cornerBox {
    position: relative;
    background-color: #F5F7EF;
    width: 100%;
}

.corner {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0%;
}

.cornerBoxInner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.centerbox_outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.centerbox_outer_relative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.centerbox_middle {
    height: 100%;
    display: table;
    margin: 0 auto;
}

.centerbox_inner {
    vertical-align: middle;
    display: table-cell;
}

.centerbox_popupmask {
    background-color: #333333;
    display: block;
    height: 100%;
    left: 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}

.box-title {
    text-align: left;
    float: left;
    color: #2E8A50;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 5px 15px 30px;
}

.box-content {
    clear: both;
    padding: 0 30px;
}

    .box-content INPUT {
        margin: 5px 0;
    }

.centerbox-close {
    float: right;
    width: 32px;
    height: 32px;
    margin: 5px;
    background-image: url("/img/v2/Buttons/butt-01.png");
    background-repeat: no-repeat;
    background-position: center center;
}

    .centerbox-close:hover {
        background-image: url("/img/v2/Buttons/butt-01-hover.png");
    }

    .centerbox-close A {
        background-image: url("/img/v2/Buttons/icon-close.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 32px;
        height: 32px;
        display: block;
    }

.form-title {
    font-weight: bold;
    width: 25%;
}

.form-set2 {
    width: 300px;
}

.closeLinkHypoCalc {
    display: none;
    visibility: hidden;
}

.session-expired-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

DIV.infoWindowGMap {
    height: 53px;
    width: 300px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sort_asc_btn, .sort_asc_btndisabled {
    background-image: url('/img/v1/icon_arrow_up.png');
    background-repeat: no-repeat;
    padding-left: 8px;
    background-position: center center;
    text-decoration: none;
}

.sort_desc_btn, .sort_desc_btndisabled {
    background-image: url('/img/v1/icon_arrow_down.png');
    background-repeat: no-repeat;
    padding-left: 8px;
    background-position: center center;
    text-decoration: none;
}

.admin-confirm-box {
    height: 90px !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: 260px !important;
    text-align: left !important;
    top: 8px !important;
    width: 450px !important;
    z-index: 500 !important;
    background-color: White !important;
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    -khtml-opacity: 0.7 !important;
}

    .admin-confirm-box DIV.inner {
        background-image: url("/img/warning.png") !important;
        background-position: 10px 11px !important;
        background-repeat: no-repeat !important;
        font-size: 13px !important;
        font-weight: bold !important;
        color: Black !important;
        height: 72px !important;
        margin: 0 auto !important;
        padding: 17px 0 0 83px !important;
        width: 363px !important;
    }

.tooltip {
    /*background: url("http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png") repeat scroll 0 0 transparent;*/ /*color: #FFFFFF;*/
    background-color: white;
    border: 1px solid #E6E6E6;
    display: none;
    font-size: 11px;
    padding: 10px 10px 10px;
    width: 250px;
    position: absolute !important;
    bottom: 50px !important;
    left: 754px !important;
    top: auto !important;
    z-index: 1000;
}

/******************* HotBox *******************/
.hot-box {
    position: absolute;
    right: -8px;
    top: 185px;
    width: 200px;
    background-color: white;
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
}

    .hot-box .text-container * {
        margin: 0;
    }

    .hot-box H3 {
        font-size: 10pt;
    }

    .hot-box H4 {
        font-size: 9pt;
    }

    .hot-box P, .hot-box H2, .hot-box H3, .hot-box H4 {
        padding-bottom: 5px !important;
    }

    .hot-box UL, .hot-box OL {
        padding: 5px 0;
    }

        .hot-box UL LI, .hot-box OL LI {
            float: none !important;
            list-style-type: disc !important;
            margin-left: 20px !important;
        }

.hot-box-master {
    padding-right: 200px;
}

    .hot-box-master #lang-menu {
        right: 200px;
    }

#likebox {
    width: 60px;
    height: 144px;
    float: left;
    margin-left: -47px;
    margin-right: 0px;
    position: absolute;
    top: 185px;
    z-index: 2;
    background-color: white !important;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

    #likebox.ready {
        width: 60px;
        height: 144px;
        float: left;
        margin-left: -47px;
        margin-right: 0px;
        position: absolute;
        top: 185px;
        z-index: 2;
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: white !important;
        border: 1px solid #E6E6E6;
    }

    #likebox .wdt {
        clear: left;
        float: left;
        padding: 5px;
    }

/********************* Print Master ***********************/

.print-master BODY, .print-master FORM#aspnetForm, .print-master FORM#form1 {
    background-color: White !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.print-master #inner {
    padding: 0 38px;
}

.print-master .leftColumn DIV.prevImage IMG, .print-master .leftColumn .imageList SPAN {
    border: none;
}

.print-master .master {
    width: 800px !important;
}

.mobile-desktop-master #innerMaster {
    padding-bottom: 85px;
}

.mobile-desktop-master DIV.footer {
    bottom: 25px;
}

.mobile-desktop-switch {
    clear: both;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.gdpr-confirmation {
    text-align: left;
    width: auto !important;
    margin-top: 5px;
}

    .gdpr-confirmation input[type=checkbox] {
        margin-right: 7px;
        top: 2px;
        position: relative;
        width: auto !important;
    }

    .gdpr-confirmation label {
        font-weight: bold;
    }

    .gdpr-confirmation span {
        width: auto;
        padding-top: 0 !important;
        float: none !important;
        display: inline !important;
    }

    .gdpr-confirmation .custom-validator {
        display: block !important;
    }

H1
{
	color: #FF6600;
}

H2, .box-title
{
	color: #FF6600;
}

A
{
	color: #FF6600;
}

DIV.ZakItemTT H2 A, DIV.ZakItemRT H2 A, UL.podobneList LI SPAN.cena, UL.podobneList LI A.sloganLink
{
	color: #FF6600;
}

DIV.ZakItemTT A.detail, DIV.ZakItemRT A.detail
{
	background-image: url('/img/v2/Colors/Orange/detail.png');
}

DIV.ZakItemTT A.detail:hover, DIV.ZakItemRT A.detail:hover
{
	background-image: url('/img/v2/Colors/Orange/detail-hover.png');
}

DIV.ZakItemTT, DIV.ZakItemRT, .rightColumn UL.charky, .leftColumn UL.kontakt, .rightColumn UL.charky LI, .leftColumn UL.kontakt LI, .leftColumn DIV.prevImage IMG, .leftColumn .imageList IMG, DIV.ZakItemRT DIV.prevImageSpace, UL.podobneList LI IMG, H2.podobneHeader, .job-hbox, DIV.zakazka-cislo-datum
{
	border-color: #FF6600 !important;
}

.leftColumn .zajem INPUT.btnSend, .button1, .button1ie7 
{
	background-image: url('/img/v2/Colors/Orange/odeslat.png');
}

.leftColumn .zajem INPUT.btnSend:hover, .button1:hover, .button1ie7:hover 
{
	background-image: url('/img/v2/Colors/Orange/odeslat-hover.png');
}

.rightColumn UL.charky LI SPAN.key, #RKKontakt .leftColumn UL.kontakt LI SPAN.key, DIV.zakazka-cislo-datum 
{
	color: #FF6600;
}

a.viewmode_brief
{	
	background-image: url('/img/v2/Colors/Orange/detail-square-brief.png');
}

a.viewmode_icons
{
	background-image: url('/img/v2/Colors/Orange/detail-square-icons.png');
}

a.viewmode_briefdisabled, a.viewmode_brief:hover
{	
	background-image: url('/img/v2/Colors/Orange/detail-square-brief-hover.png');
}

a.viewmode_iconsdisabled, a.viewmode_icons:hover
{
	background-image: url('/img/v2/Colors/Orange/detail-square-icons-hover.png');
}

.centerbox-close:hover, .button-square:hover
{
	background-image: url("/img/v2/Buttons/butt-02-hover.png");
}

.centerbox-close, .button-square
{
	background-image: url("/img/v2/Buttons/butt-02.png");
}

#advancedZakCriteriaEd INPUT.submit-btn
{
	background-image: url("/img/v2/Buttons/vyhl-02.png");
}

#advancedZakCriteriaEd INPUT.submit-btn:hover
{
	background-image: url("/img/v2/Buttons/vyhl-02-hover.png");
}

DIV.Alt, DIV.ZakItemTT 
{
    background-image: url("/img/v2/Colors/Orange/render-icons-bg.png");
}
DIV.head
{
	background-image: url('/img/v2/HeadImages/header2.png');
}

#innerMaster 
{
    background-image: url("/img/v2/HeadImages/header2-bottom.png");
    background-position: 675px top;
}

#lang-menu 
{
    right: 627px;
    top: 5px;
}

.hot-box-master #lang-menu 
{
	right: 827px;
}


body, .cornerBox  
{
	background-color: #FCF7F0;
}

DIV.head UL LI A
{
	background-image: url('/img/v2/Colors/Brown/menu-a.png' );
}

#master-header-overflow 
{
    background-image: url("/img/v2/HeadImages/master-bg-top-brown.png");
}

DIV.head UL:first-child, DIV.head UL:first-child:hover, #main-menu > a, #advancedZakCriteriaEd INPUT.submit-btn, #RKZakazkaKontakt > a, #RKZakazkaZajem > a {
    background-color: #c39366;
}




.ajax__tab_inner A
{
	color: black;
	text-decoration: none;
}

.admin-editor .ajax__tab_xp .ajax__tab_header
{
	height: 21px !important;
}

.admin-editor .ajax__tab_xp .ajax__tab_body
{
	font-family: Tahoma, Verdana, Arial CE, Arial, Sans-Serif !important;
	font-size: 8pt !important;
}

.admin-editor .ajax__tab_xp .ajax__tab_body
{
	background-color: transparent !important;
}

.admin-editor H1
{
	float: left;
	width: 65%;
}

.admin-editor .show-admin-chkbox
{
	float: right;
	width: 35%;
	padding: 23px 0 0;
	text-align: right;
}

.admin-editor DIV.box
{
	margin-bottom: 15px;
	clear: both;
}

.admin-editor DIV.box-no-margin
{
	margin-bottom: 0px;
	clear: both;
}

.admin-editor H2
{
	border-bottom: 1px dotted;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
}

.admin-editor H3
{
	font-size: 1.2em;
	margin: 5px 0 3px 0;
}

.admin-editor LI
{
	list-style-type: none;
	clear: both;
	margin: 5px 0;
}

.admin-editor LABEL
{
	padding-left: 5px;
}

.admin-editor .seo-editor UL
{
	margin: 10px 0 0 0;
}

.admin-editor .seo-editor LI SPAN
{
	width: 165px;
	display: block;
	float: left;
	font-weight: bold;
	padding-left: 5px;
}

.admin-editor .seo-editor LI SPAN.validator
{
	clear: both;
	padding-left: 170px;
	width: 400px !important;
	margin-bottom: 5px;
}

.admin-editor .seo-editor LI INPUT, .admin-editor .seo-editor LI TEXTAREA
{
	width: 525px;
}

.admin-editor .colors-editor DIV.layout
{
	padding: 0 0 5px;
	text-align: center;
}

.admin-editor .colors-editor DIV.layout INPUT
{
	margin-left: 15px;
}

.admin-editor .colors-editor DIV.list
{
	float: left;
	margin-left: 60px;
	width: 145px;
}

.admin-editor .colors-editor DIV.list INPUT, .admin-editor .colors-editor DIV.list LABEL
{
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.admin-editor .colors-editor DIV.list LABEL
{
	padding-left: 3px;
}

.admin-editor .search-editor H3
{
	padding-left: 5px;
}

.admin-editor .search-editor UL
{
	margin: 0 0 10px 0;
}


.admin-editor .search-editor UL LI
{
	padding: 4px 0;
}

.admin-editor .search-editor UL LI SELECT
{
	width: 155px;
}

.admin-editor .search-editor UL LI SPAN.key
{
	width: 90px;
	float: left;
	text-align: right;
	padding: 3px 3px 0 0;
}

.admin-editor .search-editor UL LI SPAN.value
{
	width: 235px;
	float: left;
}

.admin-editor .search-editor UL LI SPAN.value-short
{
	width: 235px;
	float: left;
	padding: 3px 0 0 25px;
}

.admin-editor .search-editor UL LI .txtbox
{
	text-align: center;
}

.admin-editor .search-editor DIV.left-box
{
	width: 343px;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #CC3333;
}

.admin-editor .search-editor DIV.right-box
{
	width: 350px;
	float: right;
	overflow: hidden;
}

.admin-editor .texty-editor .texty-options
{
	clear: both;
	margin: 10px 0 15px 0;
}

.admin-editor .texty-editor .texty-options-titles, .admin-editor .texty-editor .texty-options-titles LI
{
	margin: 5px 0;
}

.admin-editor .texty-editor .texty-options-titles SPAN.title
{
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 5px;
	padding-top: 2px;
}

.admin-editor .texty-editor .texty-options-titles .validator
{
	clear: both;
	float: left;
	margin: 0px 0 5px 125px;
	padding: 0;
	text-align: left;
	width: 540px;
}

.admin-editor .texty-editor .texty-options-titles INPUT
{
	width: 540px;
}

.admin-editor .button1
{
	margin: 15px 0 10px 0;
	cursor: pointer;
}

.admin-confirm-box
{
	height: 90px;
	margin: 0 auto;
	position: absolute;
	right: 15px;
	text-align: left;
	top: 35px;
	width: 450px;
	z-index: 500;
	background-color: White;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.admin-confirm-box DIV.inner
{
	background-image: url("/img/warning.png");
	background-position: 10px 11px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	height: 72px;
	margin: 0 auto;
	padding: 17px 0 0 83px;
	width: 363px;
}

.admin-confirm-msg
{
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: Red;
	font-size: 14px;
}

/******* JIFO *******/
.scrolllist
{
	border: 1px solid #999999;
}

.scrolllist .header
{
	background-color: Silver;
	font-weight: bold;
	height: 20px;
}

.scrolllist .datarow
{
	height: 314px;
	overflow-y: scroll;
	border: 0px;
}

.scrolllist .emptydatarow
{
	height: 50px;
	border: 0px;
	text-align: center;
	padding-top: 35px;
}

.scrolllist .row
{
	height: 20px;
	padding: 0px;
	border-bottom: 1px solid silver;
}

.scrolllist .rowselected
{
	background-color: #FFEEEE;
}

.scrolllist .btn
{
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.scrolllist .btnedit
{
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url("/img/icon_file_edit.jpg");
	display: inline-block;
}

.scrolllist .btndelete
{
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url("/img/icon_file_delete.jpg");
	display: inline-block;
}

/******* HSClanky *******/
.claneklist .column1
{
	padding: 3px 6px 3px 6px;
	width: 105px;
	float: left;
	background-color: inherit;
}

.claneklist .column2
{
	padding: 3px 6px 3px 6px;
	width: 105px;
	float: left;
	background-color: inherit;
	border-left: 1px solid silver;
}

.claneklist .column3
{
	padding: 3px 6px 3px 6px;
	width: 385px;
	float: left;
	background-color: inherit;
	border-left: 1px solid silver;
}
.claneklist .column4
{
	padding: 1px 6px 0px 6px;
	width: 40px;
	float: left;
	background-color: inherit;
	text-align: center;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.admin-editor .rs-editor .texty-options-titles SPAN.title
{
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	text-align: right;
	width: 70px;
}

.admin-editor .rs-editor .texty-options-titles INPUT
{
	width: 609px;
}
/******* HSClanky *******/

/******* Volitelne menu *******/
.menuitemlist .datarow
{
	height: 214px;
}

.menuitemlist .column1
{
	padding: 3px 6px 3px 6px;
	width: 130px;
	float: left;
	background-color: inherit;
}

.menuitemlist .column2
{
	padding: 3px 6px 3px 6px;
	width: 478px;
	float: left;
	background-color: inherit;
	border-left: 1px solid silver;
}

.menuitemlist .column3
{
	padding: 1px 6px 0px 6px;
	width: 40px;
	float: left;
	background-color: inherit;
	text-align: center;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.admin-editor .optmenu-editor .texty-options
{
	clear: both;
	margin: 10px 0 15px 0;
}

/******* Volitelne menu *******/

#OptionalMenuEditor #odkazNaClanek
{
	float: left;
	width: 350px;
}

#OptionalMenuEditor #odkazNaClanek .clankyList
{
	width: 330px;
	overflow: hidden;
}

#OptionalMenuEditor #odkazNaClanek #vyberteClanekLabel
{
	width: 330px;
	border-bottom: 1px dotted silver;
	margin-bottom: 8px;
	padding-bottom: 5px;
}


#OptionalMenuEditor #titulekPolozkyVMenu
{
	padding-left: 350px;
}

#OptionalMenuEditor #titulekPolozkyVMenu .txtBoxTitulek
{
	width: 290px;
}

.admin-editor .buttonContainer
{
	text-align: center;
}

DIV.inFieldLabel LABEL
{
	padding: 3px;
	color: Gray;
}

.file-upload li{
    padding-left: 25px !important;
}

.file-upload a {
    font-weight: bold;
}

.file-upload input[type="submit"] {
    padding: 1px 6px;
}

.file-upload input[type="file"] {
    width: 200px;
}


