/*  GLOBAL
-------------------------------------------------- */
* { margin: 0; padding: 0; outline: none; }

body {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: transparent;
    color: #393939;
    line-height: 150%;
    min-width: 1024px;
}

img { border: 0; }
img.opacity { behavior: url("/iepngfix.htc"); }

a:active, a.active {
    color: #778899;
}

a:link, a:visited {
    border: medium none;
    color: #5294C1;
}

table {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    width: 100%;
}

table td {
    padding: 0;
    border: 0;
}

/*  INPUTS
-------------------------------------------------- */

input[type=submit]:disabled, input[type=button]:disabled {
    background-color: #D3D3D3;
    color: #303030;
    border: 0px;
}

input.button {
    cursor: pointer;
}

div.push {
    height: 30px;
    clear: both;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: normal;
    }

h1 {
    font-size: 20px;
    margin: 0 0 10px;
    }
    h1 a {
        margin: 0 30px 0 0;
        }
    h1 a.active {
        color: #000 !important;
        font-weight: bold;
        }
h2 {
    font-size: 18px;
    }
h3 {
    font-size: 14px;
    font-weight: bold;
    }

.bold {
    font-weight: bold;
    }

.no-margin {
    margin: 0 !important;
    }
        
h2.title {
    color: #666;
    margin: 1em 0;
    font-weight: bold;
    font-size: 14px;
}

label { padding: 0px 6px 0px 0px; }
label.right { padding: 0px 0px 0px 6px; }

input[type=submit]:disabled, input[type=button]:disabled {
    background-color: #D3D3D3;
    color: #303030;
    border: 0px;
}

/*  LAYOUT
-------------------------------------------------- */

    .clearfix:after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        }

    div.outer {
        background: #FDFEFF url(/ru/images/public/page-bg.gif) repeat-y;
        min-height: 100%;
        position: relative;
        }
        div.inner {
            overflow: hidden;
            padding-bottom: 60px;
            position: relative;
            }

            div.left {
                float: left;
                width: 198px;
                }
                div.sidebar {
                    padding-top: 110px;
                    }

            div.right {
                float: left;
                margin-right: -198px;
                width: 100%;
                }
                div.main {
                    padding: 104px 218px 0 20px;
                    }

    div.footer {
        margin: -30px 0 0;
        position: relative;
        width: 100%;
        }



/*  HEADER
    -------------------------------------------------- */

    div.header {
        background: transparent url(/ru/images/public/bg-header.gif) repeat-x scroll 0 0;
        height: 94px;
        min-width: 1024px;
        width: 100%;

        position: absolute;
        top: 0; left: 0;
        z-index: 1;
        }

        div.logo-title {
            float: left;
            height: 98px;
            position: absolute;
            margin-top: 8px;
            }
        div.site-slogan {
            color: #587DA8;
            font-size: 11px;
            font-weight: bold;
            left: 320px;
            letter-spacing: 1px;
            position: absolute;
            top: 46px;
            }
        div.site-phone {
            color: #587DA8;
            font-size: 11px;
            font-weight: bold;
            left: 148px;
            letter-spacing: 1px;
            position: absolute;
            top: 4px;
            }
        div.site-keywords {
            color: #587DA8;
            font-size: 10px;
            left: 320px;
            position: absolute;
            top: 22px;
            }


        /* -- basket -- */

        #basket {
            font-size: 10px;
            line-height: 1.6em;
            padding: 0 6px;
            width: 196px;

            position: absolute;
            top: 32px; right: 14px;
            z-index: 2;
            }
            #basket .block-wrapper {
                background: #e7e3c2  url(/ru/images/public/bg-block-left.png) repeat-y left;
                position: relative;
                margin: 0;
                border-left: 1px solid #cbc8ad;
                border-right: 1px solid #a09964;
                zoom: 1;
                }
            #basket .basket-content {
                text-align: right;
                padding: 0 0.5em 0 0.5em;
                zoom: 1;
                }
            #basket .block .more-link {
                border-top: 1px solid #b5ac6b;
                }
            #basket a {
                color: #695c00;
                }
            #basket a:hover {
                color: #a09964;
                }

    .block-rounded {
        overflow: hidden;
        padding: 6px 0;
        position: relative;
        height: 1%;
        }
    .block-rounded .cn {
        position: absolute;
        width: 12px;
        height: 12px;
        left: -6px;
        top: -6px;
        }

    .block-rounded .cn.tr,.block-rounded .cn.br {
        margin-left: 100%;
        }
    .block-rounded .cn.bl, .block-rounded .cn.br {
        top: auto;
        }

    .block-rounded .cn.tl, .block-rounded .cn.bl {
        width: 100%;
        }

    #basket .block-rounded .cn {
        background:url(/ru/images/public/bg-block-rounded-left.png);
        }
    #basket .basket-img {
        position: absolute;
        left: 2px;
        top: 2px;
        width: 32px;
        height: 32px;
        display: block;
        background: transparent url(/ru/images/public/basket.png) no-repeat;
        }




/*  LEFT
    -------------------------------------------------- */
.left { float: left; }
.right { float: .right; }

    div.left h2 {
        background: url(/ru/images/public/bg-block-header.png) no-repeat 0% 100% rgb(124, 152, 183);
        border: 1px solid rgb(124, 152, 183);
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold !important;
        margin: 10px 0 8px 3px;
        padding: 4px 4px 4px 10px
        }
        div.left h2 a {
            color: #FFFFFF !important;
            }


    /* -- manager -- */

    .manager {
        background: #E4ECF5;
        border: 1px solid #C4CCD5;
        font-size: 10px;
        margin: 0 auto;
        padding: 5px;
        text-align: center;
        width: 160px;
        }
        .manager li {
            list-style: none;
            }
        .manager li.name {
            font-weight: bold;
            }


    /* --- nav --- */

    .nav {
        margin: 20px 0 0;
        }
        .nav li {
            list-style: none;
            }
            .nav li a {
                border-bottom: 1px solid #CCC;
                border-left: 1px solid #CCC;
                border-top: 1px solid #FFF;
                display: block;
                font-size: 11px;
                padding: 2px 6px;
                margin: 0 1px 0 9px;
                }
            .nav li a:hover,
            .nav li a.active {
                color: #FFF;
                }
            .nav li a:hover {
                background: #8CA4C0;
                }
            .nav li a.active {
                background: #517092;
                }


    /* --- counters -- */

    .counters {
        margin: 50px auto 0;
        width: 88px;
        }




/*  CONTENT
    -------------------------------------------------- */

    .content h2 {
        font-size: 18px;
        margin: 16px 0 0;
        }

        .content h2 a {
            color: #000 !important;
            }
        .content h2 a:hover {
            text-decoration: underline;
            }
    .content h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 16px 0 0;
        }
    .content p {
        margin: 8px 0 0;
        }

        .content img.right {
            float: right;
            margin: 16px 0 16px 16px;
            }
        .content img.left {
            float: left;
            margin: 16px 16px 16px 0;
            }
        .content img.preview {
            float: right;
            margin: 12px 0 0 12px;
            }

        .content sup,
        .content sub {
            font-size: 9px;
            line-height: 0;
            vertical-align: baseline;
            position: relative;
            }
        .content sup {
            top: -4px;
            }
        .content sub {
            top: 4px;
            }

    .content ul {
        margin: 8px 0 8px 25px;
        }
    .content ol {
        margin: 8px 0 8px 25px;
        }

    .content dt {
        font-weight: bold;
        margin-top: 8px;
        }


    .content blockquote {
        font-style: italic;
        margin: 16px 0 15px 25px;
        }

    .content address {
        font-style: normal;
        margin-top: 8px;
        }

    .content hr {
        background: #CCC;
        border: none;
        display: block;
        height: 1px;
        }

    .content table {
        border-top: 1px solid #D1DBE8;
        border-right: 1px solid #D1DBE8;
        margin: 10px 0 0;
        width: 100%;
        }
        .content th,
        .content thead td {
            background: #F3F7FB;
            color: #000;
            font-weight: bold;
            text-align: left;
            }
        .content th,
        .content td {
            border-bottom: 1px solid #D1DBE8;
            border-left: 1px solid #D1DBE8;
            padding: 2px;
            }


    /* -- print link -- */

    p.print-link {
        border: 1px solid #DADCE0;
        font-size: 10px;
        padding: 3px 0;
        text-align: center;
        width: 130px;
        }


    /* -- anno -- */

    .anno {
        margin-bottom: 16px;
        }
        .content .date {
            font-size: 9px;
            margin: 0 !important;
            color: #777;
            }
        .content a.more {
            background: url(../images/public/read-more.png) no-repeat 0 1px;
            padding: 0 0 0 16px;
            margin: 0 0 0 10px;
            }


    /* -- breadcrumb -- */

    .breadcrumb {
        color: #494949;
        font-size: 10px;
        line-height: 20px;
        padding: 0 0 10px;
        }


    /* -- count query -- */

    div.count-query {
        background: #E4ECF5;
        border: 1px solid #C4CCD5;
        font-size: 12px;
        line-height: 170%;
        margin: 10px 0;
        padding: 4px 8px
        }


    /* -- search form wrap -- */

    div.search-form-wrap {
        background: #E7E3C2;
        border: 1px solid #D8D2A9;
        line-height: 180%;
        margin: 11px 0 0;
        padding: 11px 6px 6px;
        }


    /* -- search form  -- */

    table.search td,
    div.search {
        border: 1px solid #D8D2A9;;
        background: #FFF;
        padding: 2px 3px;
        }
    .search input.checkbox,
    .search input.radio {
        margin: 0 0.5em 0 0.4em;
        }
    table.node-price input.checkbox {
        margin: 0.2em 0.5em 0.4em;
        }
    .search input.text {
        padding: 1px 3px 2px 3px;
        width: 72px;
        }
    .search p {
        margin-bottom: 1em;
        }


    /* -- search form controls -- */

    div.search-form-controls p {
        float: left;
        font-size: 13px;
        font-weight: bold;
        width: 300px;
        }
        div.search-form-controls p img {
            margin-bottom: -3px;
            }


    /* -- search result  -- */

    table.search-results {
        border: 1px solid #C4CCD5;
        margin: 10px 0 0;
        width: 100%;
        }
        table.search-results th,
        table.search-results td {
            border-bottom: 1px solid #D1DBE8;
            border-left: 1px solid #D1DBE8;
            }
        table.search-results th {
            background: url(/ru/images/public/bg-thead.gif) repeat-x left bottom;
            color: #678;
            font-size: 10px !important;
            font-weight: bold;
            padding: 4px 5px 0;
            text-align: left;
            }
            table.search-results th a {
                color: #678 !important;
                }
        table.search-results td {
            padding: 3px;
            }

            table.search-results input.checkbox {
                margin: 0 5px 0 0;
                }

        tr.tr-selected,
        tr.tr-selected td.active,
        tr.tr-selected td.sorted,
        td.td-selected {
            background: #fffec6 !important;
            }

        .bb_checked_message {
            position: absolute;
            top: 0px;
            left: 0px;
            margin: 0;
            padding: 5px;
            background: #fffec6 !important;
            border: dotted 1px #222;
            white-space: nowrap;
            }

        td.price-pred,
        td.price-owner,
        td.price-ocup {
            font-size: 10px !important;
            }

        td.price-pred {
            color: green;
            font-weight: bold;
            }

            p.price-client {
                font-weight: bold;
                }
            p.price-owner {
                color: #C44;
                font-weight: bold;
                }


    /* -- order -- */


    /* -- special -- */

    table.special {
        font-size: 10px;
        }
    table.special th {
        line-height: normal;
        }
    table.special td.active {
        font-size: 10px;
        }


    /* -- massage -- */

    .message {
        background: #FFF;
        border: 1px solid #C4CCD5;
        font-size: 11px;
        line-height: 150%;
        margin: 8px 0;
        padding: 4px 8px;
        }


    /* -- help -- */

.help {
    background: #E4ECF5;
    border: 1px solid #C4CCD5;
    margin: 8px 0;
    padding: 5px 8px;
}


    /* -- error -- */

    ul.error {
        color: #F00;
        margin: 8px 0 0 15px;
        }


    /* -- status -- */

    p.status {
        color: #0C0;
        margin: 8px 0 0;
        }


    /* -- gallery -- */

    table.gallery {
        border-top: 1px solid #D1DBE8;
        border-right: 1px solid #D1DBE8;
        font-size: 11px;
        margin: 0;
        width: 100%;
        }
        table.gallery tr {
            vertical-align: top;
            }
            table.gallery td {
                border-bottom: 1px solid #D1DBE8;
                border-left: 1px solid #D1DBE8;
                padding: 5px;
                }


    /* -- faq -- */

    ol.faq-question {
        line-height: 150%;
        margin: 15px 0 0 25px;
        }
        ol.faq-question a{
            font-size: 14px;
        }        
        div.faq-answer h3 {
                font-size: 14px;
                margin: 20px 0 10px;
                }
        div.faq-answer div.answer {
            padding: 0 0 0 25px;
            }
            div.faq-answer li, div.faq-answer p, div.faq-answer a {
              font-size: 14px;
            }
            div.faq-answer p.to-top {
                margin-top: 10px;
                }
                div.faq-answer p.to-top a {
                    color: #789;
                    font-size: 12px;
                    }


    /* -- address -- */

    address {
        font-size: 11px;
        font-style: normal;
        margin: 20px 0;
        }
        address strong {
            display: block;
            margin: 10px 0 0;
            }


    /* -- pages - -*/

    ul.pages {
        margin: 10px 0 0 -3px;
        }
        ul.pages li {
            list-style: none;
            float: left;
            margin-left: 3px;
            }
            ul.pages li a,
            ul.pages li strong,
            ul.pages li span {
                display: block;
                font-size: 10px;
                }
            ul.pages li a {
                background: #FFFFFF;
                border: 1px solid #DADCE0;
                color: #5294C1;
                margin-top: 4px;
                padding: 0 4px;
                }
            ul.pages li strong,
            ul.pages li span {
                color: #555;
                padding: 4px 5px;
                }
            ul.pages li strong {
                background: #F7F8FA;
                border: 1px solid #DADCE0;
                font-weight: bold;
                }


    /* -- tabs -- */

    ul.tabs {
        border-bottom: 1px solid #C4CCD5;
        height: 24px;
        margin: 0 0 1em;
        }
        ul.tabs li {
            background: url(../images/public/tab-bg.gif) no-repeat 0 2px;
            float: left;
            list-style: none;
            margin: 0 0 0 3px;
            }
            ul.tabs li a,
            ul.tabs li span {
                background: url(../images/public/tab-bg.gif) no-repeat 100% 2px;
                color: #577BAA;
                display: block;
                font-size: 0.9em;
                margin: 0 0 0 10px;
                padding: 5px 10px 2px 0;
                }
        ul.tabs li.active {
            background: url(../images/public/tab-bg.gif) no-repeat 0 -23px;
            position: relative;
            top: 1px;
            }
            ul.tabs li.active a,
            ul.tabs li.active span {
                background: url(../images/public/tab-bg.gif) no-repeat 100% -23px;
                padding: 4px 10px 4px 0;
                }


    /* -- loading -- */

    p.loading {
        background: #AAA url(../images/public/progressbar.gif) repeat-x;
        border-bottom: 1px solid #AAA;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
        margin: 10px 0;
        text-align: center;
        width: 100%;
        }


    /* -- import message -- */

    .import-message {
        background: #FBFCFE url(/ru/images/public/icon-info.gif) no-repeat 10px 10px;
        border: 2px solid #DADCE0;
        margin: 10px 0;
        min-height: 33px;
        padding: 10px 15px 10px 75px;
        }


    /* -- import log -- */

    div.log-item {
        background: #DDFFDE;
        border: 1px solid #56C054;
        color: #444;
        padding: 0 10px 10px;
        margin: 10px 0 0;
        }
        div.log-item p {
            margin: 10px 0 0 !important;
            }
        div.log-item table {
            margin: 5px 0 0;
            width: 600px;
            }
            div.log-item table th,
            div.log-item table td {
                border: 1px solid #444;
                text-align: left;
                padding: 2px 5px;
                }


    /* -- node image -- */

    div.node-image {
        float: left;
        margin: 10px 0 0;
        width: 500px;
        }


    /* -- node price -- */

    div.node-price {
        float: left;
        margin: 10px 0 0 25px;
        }

    table.node-price {
        width: 180px;
        margin: 0;
        }
        table.node-price th {
            background: url(/ru/images/public/bg-thead.gif) repeat-x left bottom;
            color: #678;
            font-weight: bold;
            padding: 4px 5px 0;
            text-align: left;
            }
        table.node-price td,
        table.node-price th {
            border: 1px solid #C4CCD5;
            padding: 2px 3px;
            }



    /* -- list bullet -- */

    ul.bullet {
        margin: 10px 0 0;
        }
        ul.bullet li {
            background: url(/ru/images/public/menu-leaf.gif) no-repeat 0 50%;
            list-style: none;
            padding: 0 0 0 16px;
            }




/*  FOOTER
    -------------------------------------------------- */

    div.footer {
        background: #7C98B7 url(/ru/images/public/bg-footer.png) repeat-x;
        border-top: 1px solid #7C98B7;
        border-bottom: 1px solid #7C98B7;
        height: 28px;
        }
        div.footer p {
            color: #FFF;
            font-size: 10px;
            line-height: 27px;
            padding: 0 0 0 16px;
            }




/*  TABLES
    -------------------------------------------------- */

    tr.row-odd {
        background: #FFF;
        }
    tr.row-even {
        background: #FBFCFE;
        }

    td.active {
        font-size: 12px;
        background: #F3F7FB;
        }

    td.sorted {
        background: #F3F7FB;
        }

    td.ajax-load {
        background: url(/ru/images/public/ajax-load.gif) center no-repeat;
        }

    table.no-border td {
        border: 0;
        padding: 0;
        }









/*  FORMS
    -------------------------------------------------- */

    form {
        margin: 0 0 20px;
        }
        form fieldset {
            background: #F8F9FA;
            border: 1px solid #DADCE0;
            padding: 0 1em 1em;
            }
            form fieldset dl,
            form fieldset p {
                margin: 1em 0 0;
                }
                form fieldset dt {
                    margin: 1.0em 0 0;
                    }



            form select {
                color: #555;
                font: 11px  Verdana, Geneva, Arial, Helvetica, sans-serif;
                padding: 2px;
                }

            form input.form-file {
                font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
                padding: 2px 0 3px;
                }

/*
                input.form-submit {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2C89BA;
    padding: 1px 0;
    height: 22px;
    background-color: #D1D1D1;
    border: 1px solid #83AAD3;
}
*/

.podbor_btn_panel {
    margin: 20px auto;
}

.podbor_btn_panel input.form-submit {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-right: 1.1em;
}

input.button {
    height: 31px;
    width: 120px;
}

span.form-required {
    color: #F00;
}


    /* -- login form -- */

    .smart_input {
        position: relative;
        vertical-align: top;
    }
    .smart_input label {
        position: absolute;
        top: 0px;
        left: 5px;
        display: none;
        cursor: text;
        font-size: 16px;
        font-family: Arial;
        color: #AAAAAA;
    }
    
    
    form.login-form {
        margin: 0 0 0 10px;
        }
        form.login-form label {
            font-size: 0.8em;
            font-weight: normal;
            margin: 5px 0 0;
            }
            form.login-form span.form-required {
                display: none;
                }
        form.login-form input.form-text {
            background: #FBFCFE;
            border: 1px solid #D1DBEC;
            color: #9CA6B4;
            font: 0.9em Arial, Helvetica, sans-serif;
            height: 18px;
            padding: 2px 3px 0;
            width: 95px;
            }
        form.login-form input.form-submit {
            background: #FBFCFE;
            border: 1px solid #D1DBEC;
            color: #6C7A8D;
            font: bold 0.9em Arial, Helvetica, sans-serif;
            height: 22px;
            margin: 6px 0 0;
            padding: 0 2px;
            width: 49px;
            }
        form.login-form input:hover,
        form.login-form input:focus {
            background: #FFF;
            border-color: #B7C7E2;
            color: #485F7E;
            }
        form.login-form ul.bullet {
            font-size: 9px;
            }


    /* -- feedback form -- */

    form.feedback-form {
        font-size: 11px;
        }
        form.feedback-form dt,
        form.feedback-form p {
            margin: 15px 0 0;
            }
        form.feedback-form input.form-text {
            width: 45%;
            }
        form.feedback-form textarea {
            height: 250px;
            width: 90%;
            }
        form.feedback-form input.form-submit {
            font-size: 11px;
            margin: 5px 0 0;
            padding: 3px 5px;
            }
        form.feedback-form p.note {
            margin-top: 30px;
            }


    /* -- import form -- */

    form.import-form {
        font-size: 11px;
        }
        form.import-form dt,
        form.import-form p {
            margin: 15px 0 0;
            }
            form.import-form dd {
                padding: 5px 0 0;
                }
                form.import-form dd span {
                    font-size: 10px;
                    }
                form.import-form label.option {
                    font-size: 10px;
                    }
        form.import-form input,
        form.import-form select {
            font-size: 11px !important;
            }
        form.import-form select {
            width: 150px;
            }
        form.import-form input.form-submit {
            padding: 3px 5px;
            }

        form.import-form fieldset {
            margin-top: 15px;
            padding-top: 7px;
            }
            form.import-form fieldset legend {
                color: #000;
                padding: 0 2px;
                }



        form.import-form table {
            font-size: 11px;
            }

        select {
            padding: 1px;
            }


    /* -- params form -- */

    form.params-form {
        font-size: 11px;
        }
        form.params-form dt,
        form.params-form p {
            margin: 15px 0 0;
            }
        form.params-form input.form-text {
            width: 75%;
            }
        form.params-form input.form-submit {
            font-size: 11px;
            padding: 3px 5px;
            }


    /* -- user register form -- */

    table.user-form  {
        border: 1px solid #C4CCD5;
        margin: 10px 0 20px;
        width: 1%;
        }

        tr.even, tr.odd {
            border-color: #DADCE0;
            }
        tr.even {
            background-color: #fbfcfe;
            }
        tr.odd {
            background-color: #fff;
            }

            table.user-form th {
                background: url(/ru/images/public/bg-thead.gif) repeat-x left bottom;
                color: #678;
                font-size: 10px;
                font-weight: bold;
                padding: 4px 5px 0;
                text-align: left;
                }
            table.user-form td {
                border-bottom: 1px solid #d1dbe8;
                }
            th.reg-user,
            td.reg-user {
                background: #FFF;
                border: medium none;
                font-size: 10px;
                padding: 2px 12px;
                }
            td.title {
                font-weight: bold;
                }
            td.description {
                background: #F0F3F7;
                color: #777;
                font-size: 10px;
                }
            td.required {
                background: #FFF;
                color: #777;
                font-weight: bold;
                padding: 5px 12px;
                }
                table.user-form input.form-submit {
                    font-size: 11px;
                    padding: 1px 3px;
                    margin: 5px 0;
                    }




/*  FORUM
    -------------------------------------------------- */

    div.forum ul.bullet {
        margin: 20px 0 0;
        }

    table.decor {
        border: 1px solid #D1DBE8;
        border-collapse: collapse;
        margin: 20px 0 0;
        width: 100%;
        }
        table.decor th,
        table.decor td {
            border: 1px solid #D1DBE8;
            padding: 5px;
            }
        table.decor th {
            background: url(/ru/images/public/bg-thead.gif) repeat-x bottom;
            color: #678;
            font-size: 10px;
            text-align: left;
            }
            table.decor th a {
                color: #678;
                }
        table.decor td.active {
            background: #F3F7FB;
            }


    div.forum ul.leaf li {
        margin-top: 20px;
        }

    div.forum div.subject {
        margin: 10px 0 0;
        }

    div.forum div.comments {
        margin: 20px 0 0;
        }
        div.forum p.date {
            color: #777;
            font-size: 10px;
            }
        div.forum div.comments h2 a {
            color: #789;
            }

    div.forum div.answer  {
        margin: 0;
        }
        div.forum div.answer h2 {
            margin: 35px 0 0;
            }
        div.forum div.answer form dl dt {
            margin: 10px 0 0;
            }
            div.forum div.answer form dl dt label {
                font-weight: bold;
                }
        div.forum div.answer form p {
            margin: 15px 0 0;
            }
        div.forum div.answer form input.form-submit {
            font-size: 11px;
            padding: 1px 2px 2px;
            }

        div.forum textarea.mceEditor {
            border: 2px solid #D1DBE8;
            height: 150px;
            margin: 0;
            width: 100%;
            }




    div.forum div.indented {
        margin-left: 25px;
        }


    div.forum div.content {
        margin-top: 13px;
        }




    ul.controls {
        font-size: 10px;
        margin: 8px 0 0;
        width: 100%;
        }
        ul.controls li {
            list-style: none;
            margin: 0 20px 0 0;
            float: right;
            }
            ul.controls li a.reply {
                background: url(/ru/images/public/forum/mini-comment.png) no-repeat;
                padding-left: 15px;
                }
            ul.controls li a.edit {
                background: url(/ru/images/public/forum/mini-edit.png) no-repeat;
                padding-left: 15px;
                }
            ul.controls li a.delete {
                background: url(/ru/images/public/forum/mini-trash.png) no-repeat;
                padding-left: 15px;
                }




/*  MISC
    -------------------------------------------------- */

    table.googlemap-info-sie {
        border-left: 1px solid #D9DADE;
        border-bottom: 1px solid #D9DADE;
        margin: 0px;
        width: 296px;
        }
        table.googlemap-info-sie tr {
            text-align: left;
            }
            table.googlemap-info-sie tr td {
                border-top: 1px solid #D9DADE;
                border-right: 1px solid #D9DADE;
                }
                table.googlemap-info-sie tr td.brd-address p {
                    background: #CCCCCD url(/ru/images/public/gm-info-bg.gif) repeat-y 100% 0;
                    padding: 2px;
                    margin: 0px;
                    font-size: 11px;
                    }
                    table.googlemap-info-sie tr td.brd-address p a {
                        color: #000;
                        /* font-weight: bold; */
                        text-decoration: none;
                        /* line-height: 80%; */
                        }
                        table.googlemap-info-sie tr td.brd-address p a:hover {
                            text-decoration: underline;
                            }
            table.googlemap-info-sie tr td.brd-image {
                height: 79px;
                width: 104px;
                }
                table.googlemap-info-sie tr td.brd-image img {
                    display: block;
                    font-size: 0;
                    margin: 2px;
                    }
                table.googlemap-info-sie tr td.brd-image span {
                    display: block;
                    height: 75px;
                    width: 100px;
                    }
            table.googlemap-info-sie tr td.brd-marker {
                text-align: center;
                width: 34px;
                }
                table.googlemap-info-sie tr td.brd-marker img {
                    margin: 0 5px 0 0;
                    }
            table.googlemap-info-sie tr td.brd-month {
                height: 26px;
                padding: 0 5px;
                width: 77px;
                }
            table.googlemap-info-sie tr td.brd-price {
                height: 26px;
                padding: 0 5px;
                width: 77px;
                }

            table.googlemap-info-sie table {
                font-size: 10px;
                width: 100%;
                }
                table.googlemap-info-sie table td {
                    border: none;
                    padding: 1px 2px;
                    vertical-align: middle;
                    }



    /* -- for ajax -- */

    .ul_james {
        border: 1px solid;
        list-style-position: outside;
        list-style: none;
        margin: 0;
        padding: 0;
        }
        .li_james {
            cursor: pointer;
            background: #FFF;
            padding: 3px 15px;
            margin: 0px;
            }
        .li_james_hovered {
            background: #e4ecf5;
            }







    td.sel_cb_info {
        background: url(/ru/images/public/bg-block-left.png) repeat-y rgb(231, 227, 194);
        text-align: center;
        }

    .brd-side-title {
        font-size:14px;
        font-weight:bold;
        margin-bottom:0.5em;
        }
    a.brd-side-title,
    a.brd-side-title:visited,
    a.brd-side-title:link {
        color:#08305A;
        font-size:94%;
        }


    .wrapper {
        background: #f8f9fa;
        border: 1px solid #dadce0;
        margin: 10px 0 0;
        padding: 10px 10px 0;
        }


    .google-map {
        margin: 10px 0 0;
        }

    .h600px {
        height: 600px;
        }
    .h450px {
        height: 450px;
        }

    .w100pc {
        width: 100%;
        }
    .w500px {
        width: 500px;
        }

    /*#googlemap-area {
        height: 400px;
        margin: 20px 0 0;
        width: 450px;
        }*/

    span.star,
    .marker {
        color:#F00;
        }

    td.title-side {
        background: url(ru/images/public/bg-block-right.png) repeat-y 0% 50% rgb(170, 170, 170);
        font-weight: bold;
        }

    /* --- tooltip --- */

    div.tooltip {
        cursor: help;
        }
    #tooltip {
        background: #FFF;
        border: 1px solid #000;
        opacity: 0.93;
        padding: 5px;
        width: 600px;
        position: absolute;
        z-index: 3000;
        /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);*/
        }
        #tooltip h3 {
            border-bottom: 1px solid #999;
            font-size: 12px;
            font-weight: bold;
            margin: 0 0 4px;
            padding: 4px 0;
            }

#rusavtobus-widget {
    float: left;
}

div.bb_delete {
    color: #f00;
    text-decoration: underline;
    cursor: pointer;
}

/*
 * Billboards page (billboards.php)
 ----------------------------------------------------------------------------*/
.blk_watch, .blk_watch_alr {
    width: 300px;
    font-size: 13px;
    border: 1px solid gray;
    padding: 0px 2px 2px 2px;
    text-align: center;
    display: none;
}

.blk_watch {
    background-color: #F2F8F5;
}

.blk_watch_alr {
    background-color: #FFFBCF;
}

.blk_watch input[type="button"], .blk_watch_alr input[type="button"] {
    font: bold 84% 'trebuchet ms', helvetica, sans-serif;
    border: 1px solid #3399CC;
    padding: 0px 1px;
    margin: 2px 0px;
}

.blk_watch input[type="button"] {
    background-color: #cceecc;
}

.blk_watch_alr input[type="button"] {
    background-color: #FFAFAF;
}

/*
 * Billboards watch page (client/boardwatch.php)
 ----------------------------------------------------------------------------*/
table.boardwatch { 
    width: 100%;
}

table.boardwatch th, table.boardwatch td {
    text-align: left;
    padding: 2px 3px;
}

table.boardwatch th {
    border: 1px solid gray;
    background-color: #EFFAFF;
    font-weight: bold;
}

table.boardwatch td {
    border: 1px solid gray;
    border-right: 0px;
    border-left: 0px;
}

/*
 * Manager podbor popups.
 ----------------------------------------------------------------------------*/
.hidden { display: none; }

/* Pop-up message and fading background */
#wnd_bckg_opaque {
    background-color: #000;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
    filter: alpha(opacity=70);/* IE4- */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
    moz-opacity: 0; /* Mozilla */
    -khtml-opacity: 0; /* Safari */
    opacity: 0;  /* general CSS3 */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#wnd_popup {
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 300px;
    z-index: 11;
}

.popup {
    border: 2px solid #4093C3;
}

.popup a {
    line-height: 1.3em;
    font-size: 1.1em;
}

.popup .popup_header {
    background-color: #11628F;
    color: white;
    font-size: 1.6em;
    padding: 3px 0px 3px 4px;
}

.popup .popup_content {
    padding: 10px;
}

.popup .popup_close {
    float: right;
}

.popup .popup_footer {
    background-color: gray;
    color: white;
    padding: 3px 0px 3px 4px;
}

.popup .popup_footer a, .popup .popup_close a {
    color: white;
    line-height: 1.3em;
    font-size: 1.1em;
    padding-right: 3px;
}

.popup p {
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;
  }