﻿.calendar .today .day {
    border-bottom: 1px solid #a3a3a3;
    width: 90px;
    text-align: center;
    padding-bottom: 10px;
}

.calendar .today .month {
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #b22229;
}


.arrow_red_left {
    background: url(../images/BuhPage/arrow_red_left.png) center center no-repeat;
    width: 8px;
    height: 16px;
    margin-right: 14px;
    cursor: pointer;
}

.arrow_red_right {
    background: url(../images/BuhPage/arrow_red_right.png) center center no-repeat;
    width: 8px;
    height: 16px;
    margin-left: 14px;
    cursor: pointer;
}

.calendar .today .year {
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #b22229;
    font-weight: bold;
}

.calendar .days table {
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 20px;
}

    .calendar .days table .holiday a {
        color: #b22229;
    }

.calendar .header {
    background: #e8c5c7;
    color: #333;
}

.calendar .days table .underline a {
    text-decoration: underline;
    cursor: pointer;
}

.calendar .days table a {
    position: relative;
    display: block;
    color: #272727;
    text-decoration: none;
}

.calendar .days table .pink a {
    background: url(../images/BuhPage/pointer.png) right 3px top 3px no-repeat;
    text-decoration: underline;
    cursor: pointer;
}

.calendar .days table a div.info {
    position: absolute;
    bottom: 10px;
    right: 0px;
    display: none;
    z-index: 4;
    text-decoration: none;
    font-weight: normal;
    max-width: 610px;
    min-width: 510px;
}

    .calendar .days table a div.info div.text {
        font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: 16px;
        white-space: nowrap;
        text-align: left;
        padding: 10px 25px 15px 10px;
        background: white;
        width: auto;
        border-radius: 0px;
        text-decoration: none;
        cursor: default;
        border-left: 1px solid #169cbe;
        border-right: 1px solid #169cbe;
    }

.headerBG {
    background: url(../images/BuhPage/buhHeaderBG.png) left top transparent no-repeat;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 23px;
    padding-left: 10px;
}

width: 100%; text-align: center; box-sizing: border-box; div.search_tree {
    width: 300px;
    margin-left: 5px;
    margin-bottom: 12px;
}

.buh_search_panel_spellinfo {
    background: #DFD;
    padding: 10px 20px;
}

.infoblock {
    margin-top: 15px;
    font-size: 13px;
    color: #272727;
}

    .infoblock .menu {
        border-bottom: 1px solid gray;
        text-align: justify;
    }

        .infoblock .menu div {
            display: inline-block;
            width: 49%;
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

            .infoblock .menu div a {
                width: 80px;
                display: inline-block;
                text-decoration: none;
                color: gray;
                line-height: 28px;
                font-weight: bold;
            }

                .infoblock .menu div a.active {
                    border-bottom: 4px solid gray;
                    font-weight: bold;
                }

    .infoblock .city {
        color: black;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

.cityactive {
    border-bottom: 4px solid gray;
    font-weight: bold;
}

.blackLink {
    color: black;
}

.infoblock .msg {
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #272727;
    padding: 10px 0px;
}

.infoblock .kurs_header {
    line-height: 20px;
    height: 20px;
}

    .infoblock .kurs_header .buy {
        padding-left: 60px;
        width: 140px;
        float: left;
        color: #b12229;
    }

    .infoblock .kurs_header .sell {
        float: left;
        color: #b12229;
    }

.infoblock .kurs {
    line-height: 24px;
    margin-top: 5px;
}

    .infoblock .kurs .br {
        clear: both;
    }

    .infoblock .kurs .label {
        font-weight: bold;
        width: 30px;
        float: left;
    }

    .infoblock .kurs .value {
        width: 60px;
        float: left;
    }

    .infoblock .kurs .change {
        width: 80px;
        float: left;
    }

    .infoblock .kurs .change_sell {
        float: left;
    }

    .infoblock .kurs .change_plus {
        color: #24820b;
    }

    .infoblock .kurs .change_minus {
        color: #b22229;
    }

.infoblock .nbrk .kurs_header .buy {
    padding: 0px;
    width: 100%;
    text-align: center;
}

.infoblock .nbrk .kurs .change {
    width: 60px;
    float: right;
    text-align: right;
}

.infoblock .nbrk .kurs .value {
    width: auto;
    text-align: left;
    float: none;
}

.infoblock .kurs_links {
    padding-top: 10px;
    clear: both;
    line-height: 20px;
}

    .infoblock .kurs_links a {
        color: #b22229;
    }

        .infoblock .kurs_links a.more {
            float: left;
        }

        .infoblock .kurs_links a.site {
            float: right;
        }

    .infoblock .kurs_links .clear {
        clear: both;
    }

.infoblock .good_links {
    padding-top: 10px;
}

.close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 6;
    height: 30px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    background: url(../images/BuhPage/closeBuhPicture.png) no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.onhover:hover {
    text-decoration: underline;
    cursor: pointer;
}

td.search_seperator {
    background: #E3C5BA;
    cursor: e-resize;
}

.tree_hider {
    background: url(../images/BuhPage/hide_tree.png) center center no-repeat;
    width: 15px;
    height: 63px;
    margin-top: 20px;
    cursor: pointer;
}

.tree_shower {
    background: url(../images/BuhPage/show_tree.png) center center no-repeat;
    width: 15px;
    height: 63px;
    margin-top: 20px;
    cursor: pointer;
}

.treeRow td {
    vertical-align: top;
}

.treeRow .plus div {
    cursor: pointer;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/BuhPage/plusBuhList.png) 0px 5px no-repeat;
}

.treeRow .minus div {
    cursor: pointer;
    background: #ccf;
    width: 20px;
    height: 20px;
    background: url(../images/BuhPage/minusBuhList.png) 0px 7px no-repeat;
}

.treeRow .level div {
    width: 20px;
}

.treeRow .line {
    background: url(../images/BuhPage/buhListPointer.png) 2px 6px no-repeat;
}

    .treeRow .line div {
        width: 20px;
    }

.treeRow .last_line {
    background: url(../images/BuhPage/buhListPointer.png) 2px 6px no-repeat;
}

    .treeRow .last_line div {
        width: 20px;
    }

.treeRow .name {
    padding: 0px 0px 6px 2px;
}

.treeRow .active_name {
    font-weight: bold;
}

.treeRow .name div {
    cursor: pointer;
}

.rectangleRight {
    background: url(../images/BuhPage/rectangleRight.png) left 0px no-repeat;
    cursor: pointer;
    color: #494949;
}

.rectangleLeft {
    background: url(../images/BuhPage/rectangleLeft.png) right 0px no-repeat;
    cursor: pointer;
    color: #494949;
}

.rectangleRightDisable {
    color: gray;
}

.rectangleLeftDisable {
    color: gray;
}

.white_button_round {
    box-shadow: 1px 1px 3px #BBB;
    border: 1px solid #B2B3B3;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    font-family: Tahoma;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 25px;
    font-weight: 800;
}

.white_button_round_buh {
    box-shadow: 1px 1px 3px #BBB;
    border: 1px solid #B2B3B3;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    font-family: Tahoma;
    height: auto;
    text-align: center;
    border-radius: 2px;
    line-height: 25px;
    font-weight: 800;
    padding-left: 2px;
    padding-right: 2px;
}

.white_button_round_Grey {
    background-color: #a52315;
    box-shadow: 1px 1px 3px #BBB;
    border: 1px solid #B2B3B3;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    font-family: Tahoma;
    height: inherit;
    text-align: center;
    border-radius: 4px;
    line-height: 25px;
    font-weight: 800;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.buhListButton {
    background: url(../images/BuhPage/buhListButton.png) left top no-repeat;
    margin-right: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    width: 312px;
    line-height: 38px;
    font-family: Tahoma;
    padding-left: 10px;
    border-spacing: 0;
}

.buhListButtonSecond {
    background: url(../images/BuhPage/buhListButtonSecond.png) left top no-repeat;
    margin-right: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    width: 312px;
    border-spacing: 0;
    line-height: 38px;
    font-family: Tahoma;
    padding-left: 10px;
}

    .buhListButtonSecond td {
        border-spacing: 0;
    }

.buhQuestButton {
    background: url(../images/BuhPage/vopros.gif) left top no-repeat;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: white;
    height: 30px;
    width: 300px;
    line-height: 30px;
    font-family: Tahoma;
    padding-left: 10px;
    margin-top: 10px;
}

.buh_btn_search {
    background: url(../images/BuhPage/searchButton.png) left top no-repeat;
    cursor: pointer;
    width: 152px;
    height: 21px;
}

.buh_search_panel {
    background: url(../images/BuhPage/searchBG.png) right top no-repeat;
    width: 100%;
    font-family: Tahoma;
    font-size: 13px;
    background-size: cover;
}

.searchText {
    background: url(../images/BuhPage/searchText.png) left center no-repeat;
    width: 110px;
    height: 42px;
    text-align: center;
    float: left;
    margin-left: -264px;
}

.buh_search_panel table {
    font-family: Tahoma;
    font-size: 13px;
}

.buh_search_panel .sample {
    background: #fff;
    top: 0px;
    left: 0px;
    position: absolute;
    line-height: 13px;
    color: #888;
    height: 16px;
}

    .buh_search_panel .sample a {
        color: #888;
    }

.buh_search_panel .red_question {
    width: 14px;
    height: 14px;
    margin-left: 3px;
    background: url(../images/help_btn.png) no-repeat center center;
    cursor: pointer;
}

.buh_search_panel .search_type_filter {
    margin-left: -20px;
}

    .buh_search_panel .search_type_filter .section_item {
        display: inline-block;
        line-height: 26px;
        margin: 0px 10px;
        padding: 0px 0px;
        padding-bottom: 8px;
        white-space: nowrap;
    }

    .buh_search_panel .search_type_filter .section_more {
        display: inline-block;
        line-height: 26px;
        margin: 0px 10px;
        padding: 0px 0px;
        padding-bottom: 8px;
        cursor: pointer;
        text-decoration: underline;
    }

    .buh_search_panel .search_type_filter .section_menu {
        position: absolute;
        margin-top: 26px;
        background: #F8F8F8;
        border: 1px solid #A4A4A4;
        display: inline-block;
        visibility: hidden;
        padding: 5px 0px;
        z-index: 10;
    }

        .buh_search_panel .search_type_filter .section_menu .section_item {
            padding: 0px;
            margin: 0px 0px;
        }

        .buh_search_panel .search_type_filter .section_menu .section_item_active {
            background: #ebebeb;
        }

            .buh_search_panel .search_type_filter .section_menu .section_item_active a {
                background: #ebebeb;
            }

    .buh_search_panel .search_type_filter .section_more:hover .section_menu {
        visibility: visible;
    }

    .buh_search_panel .search_type_filter .section_item a {
        padding: 0px 10px;
        display: block;
        text-align: center;
    }

.buh_search_panel .search_type_filter_with_numbers .section_item a {
    line-height: 16px;
}

.buh_search_panel .search_type_filter .section_item a span.name {
}

.buh_search_panel .search_type_filter .section_item a .count {
}

.buh_search_panel .search_type_filter .section_item_active a {
    background: url(../images/search_filter_left.png) top left no-repeat;
}

.buh_search_panel .search_type_filter .section_item_active {
    background: url(../images/search_filter_right.png) top right no-repeat;
}

.buh_search_panel .search_type_filter_with_numbers .section_item_active a {
    background: url(../images/search_filter_numbers_left.png) top left no-repeat;
    padding-top: 2px;
}

.buh_search_panel .search_type_filter_with_numbers .section_item_active {
    background: url(../images/search_filter_numbers_right.png) top right no-repeat;
}

#sWhereComboBuh #sWhere #swherebutton {
    display: block;
    line-height: 22px;
    height: 22px;
}

#sWhereComboBuh #sWhere .yui-menu-button button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#sWhereComboBuh #sWhere .yui-menu-button button {
    outline: none;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #808183;
    background: white;
    width: auto;
    padding: 0;
}

    #sWhereComboBuh #sWhere .yui-menu-button button em {
        font-style: normal;
        display: block;
        text-align: right;
        white-space: nowrap;
        font-size: 13px;
        width: 150px;
        overflow: hidden;
        line-height: 20px;
        height: 21px;
        text-indent: 10px;
        padding-right: 25px;
        color: black;
        font-family: Tahoma;
        background: url(../images/BuhPage/dropdown_black.png) right 5px center no-repeat;
    }

#sWhereComboBuh #sWhere .yui-menu-shadow {
    display: none;
}

#sWhereComboBuh #sWhere .yuimenu ul {
    padding: 2px 4px;
}

#sWhereComboBuh #sWhere .yuimenu li {
    line-height: 21px;
    height: 21px;
    display: block;
}

#sWhereComboBuh #sWhere .yuimenu a {
    cursor: pointer;
    outline: none;
}

#sWhereComboBuh #sWhere .yuimenu li.yuimenuitem-selected {
    background: url(../images/search_bg_21.png) right center no-repeat #d9dadc;
}



#sWhereComboBuh #sWhere .yuimenuitemlabel {
    text-indent: 6px;
    padding: 0px;
}

#buhConf div.conf {
    background: url(../Images/BuhPage/options.png) no-repeat left top;
    width: 52px;
    height: 23px;
    cursor: pointer;
    margin-top: 8px;
    border: 1px solid #888;
    border-radius: 5px;
}

#buhConf div.confmodif {
    background: url(../Images/BuhPage/optionsmodif.png) no-repeat 1px top;
    width: 52px;
    height: 23px;
    cursor: pointer;
    margin-top: 8px;
    border: 1px solid #888;
    border-radius: 5px;
}

.headerBuh {
    font-family: GnuolaneFreeCyrillic, Roboto Condensed, Arial Narrow;
    font-size: 16px;
    color: #be534d;
    border-bottom: 1px solid #c8c8c8;
    line-height: 20px;
    font-weight: bold;
    font-family: Tahoma;
    padding-left: 20px;
}

    .headerBuh div {
        color: #000;
    }

        .headerBuh div span {
            margin-right: 20px;
            font-weight: normal;
            cursor: pointer;
            margin-top: -3px;
            display: inline-block;
        }

            .headerBuh div span.active {
                font-weight: 800;
                background: #9A1001;
                padding-top: 3px;
                padding-left: 10px;
                color: #FFF;
                padding-right: 10px;
                border-radius: 10px 10px 0px 0px;
            }

.buhAlphabet td {
    text-align: center;
    width: 3%;
}

.buh_calendarBorder {
    border-top: 1px solid #c8c8c8;
    padding: 5px 0px 5px 0px;
}

.buh_footer {
    background: #e8e8e8;
    color: #737476;
    margin-bottom: 20px;
}

.vk {
    background: url(../images/BuhPage/vkontakte.png) 0px 0px no-repeat;
    height: 22px;
    padding-left: 25px;
    line-height: 19px;
    color: gray;
    text-decoration: none;
    font-size: 12px;
}

.fb {
    background: url(../images/BuhPage/facebook.png) 0px 0px no-repeat;
    height: 22px;
    padding-left: 25px;
    line-height: 19px;
    color: gray;
    text-decoration: none;
    font-size: 12px;
}

.my {
    background: url(../images/BuhPage/mailru.png) 0px 0px no-repeat;
    height: 22px;
    padding-left: 25px;
    line-height: 19px;
    color: gray;
    text-decoration: none;
    font-size: 12px;
}

.ok {
    background: url(../images/BuhPage/odnoclassniki.png) 0px 0px no-repeat;
    height: 22px;
    padding-left: 25px;
    line-height: 19px;
    color: gray;
    text-decoration: none;
    font-size: 12px;
}

.gp {
    background: url(../images/BuhPage/google.png) 0px 0px no-repeat;
    height: 22px;
    padding-left: 25px;
    line-height: 19px;
    color: gray;
    text-decoration: none;
    font-size: 12px;
}

.textHeadFooter {
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    padding: 5px;
}

.buh_seperator {
    width: 10px;
}

#calendarTable td {
    width: 34px;
}

.mess_block {
    line-height: 15px;
    padding-top: 10px;
}

.buh_header_calendar {
    background: #fbf3f2;
    color: black;
}

.clear_buh {
    background: url(../images/x2.png) center center no-repeat;
    width: 24px;
    height: 21px;
    cursor: pointer;
}

#mCSB_2_container {
    margin-right: 5px;
}

#prodCalendar td {
    padding: 4px 0px 4px 10px;
}

#buhBlock .doc_with_icon {
    margin-bottom: 5px;
}

.calendar_header {
    background-color: #b12229;
    color: white;
    font-size: 15px;
}

#buhBlock .doc_normal {
    background: url(../images/BuhPage/docPointer.png) left 5px top 10px no-repeat;
}

#search_panel_content .complectListHider {
    position: absolute;
    display: none;
}

.mess_block a {
    font-family: arial;
    text-decoration: none;
    font-size: 13px;
}

#mCSB_2_scrollbar_vertical {
    margin-right: -3px;
}

.mess_block .doc_with_icon_price {
    display: none;
}

.closeLeftTD {
    background: url(../images/BuhPage/closeLeftTD.png) center center no-repeat;
    width: 15px;
    height: 91px;
}

.openLeftTD {
    background: url(../images/BuhPage/openLeftTD.png) center center no-repeat;
    width: 15px;
    height: 91px;
}

.overviewBG {
    background-color: #a52315;
    width: 100px;
    height: 21px;
    color: #FFF;
    padding: 0px 10px;
    font-size: 13px;
    float: left;
    line-height: 20px;
}

.buhListButtonDown {
    background: url(../images/BuhPage/buhListButtonDown.png) center center no-repeat;
    width: 35px;
    height: 38px;
    float: right;
    border-left: 1px solid #DFDFDF;
}

.buhListButtonUp {
    background: url(../images/BuhPage/buhListButtonUp.png) center center no-repeat;
    width: 35px;
    height: 38px;
    float: right;
    border-left: 1px solid #DFDFDF;
}

.buhBlockButtonUp {
    background: url(../images/BuhPage/buhListButtonUp.png) center center no-repeat;
    width: 10px;
    height: 10px;
}

.buhBlockButtonDown {
    background: url(../images/BuhPage/buhListButtonDown.png) center center no-repeat;
    width: 10px;
    height: 10px;
}

#buhConf .searchOptions {
    position: absolute;
    border: none;
    background: url(../images/BuhPage/optionsBG.png) left top no-repeat;
    padding: 3px;
    box-shadow: none;
    filter: none;
    font-family: Tahoma;
    font-size: 13px;
    color: white;
}

#leftTDgroup .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.stavkiFirstTD {
    padding: 3px 0px 3px 10px;
    background: url(../images/BuhPage/pointerArrow.png) left center no-repeat;
}

#stavkiBuh .stavkiFirstTD a {
    text-decoration: none;
    color: black;
    font-family: Arial;
    font-size: 13px;
}

#stavkiBuh tr td:last-child {
    min-width: 40px;
}

.buhPageConvert {
    background: url(../images/BuhPage/convert.png) left top 9.5px no-repeat;
    width: 15px;
}

.buhPageSeminar {
    background: url(../images/BuhPage/seminarvebinarButtonBG.png) left top 9.5px no-repeat;
    width: 15px;
}

.buhPageCeo {
    background: url(../images/BuhPage/ceo.png) left top 9.5px no-repeat;
    width: 15px;
}

.buhPageVideoSeminar {
    background: url(../images/BuhPage/videocall.png) left top 9.5px no-repeat;
    width: 15px;
}

.buhPageMyQuest {
    background: url(../images/BuhPage/buhQuestButtonBG.png) left top 9.5px no-repeat;
    width: 15px;
}

.leftTdBG {
    background: url(../images/BuhPage/leftTDBG.png) left bottom -60px no-repeat;
}

.treeShadowUp {
    background: url(../images/BuhPage/treeShadowUp.png) left -20px top no-repeat;
    height: 22px;
    width: 100%;
}

.treeShadowDown {
    background: url(../images/BuhPage/treeShadowDown.png) left top no-repeat;
    height: 7px;
    width: 100%;
}

.treeShadow {
    background: #f2f2f2;
}

.prodLinks {
    display: block;
    height: 300px;
    padding: 30px;
}

#search_panel_content #complectList {
    width: 240px;
}

#search_panel_content .checkbox {
    padding-left: 18px;
    background: url(../images/BuhPage/checkbox_off.png) no-repeat 0px 0px;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 1px;
}

#search_panel_content .checkbox_on {
    padding-left: 18px;
    background: url(../images/BuhPage/checkbox_on.png) no-repeat 0px 0px;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 1px;
}

#search_panel_content .bigcheckbox {
    padding-left: 18px;
    background: url(../images/BuhPage/checkbox_off.png) no-repeat 0px 0px;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 1px;
}

#search_panel_content .bigcheckbox_on {
    padding-left: 18px;
    background: url(../images/BuhPage/checkbox_on.png) no-repeat 0px 0px;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 1px;
}

#search_panel_content .search_filters .filter_head {
    text-align: center;
    background: #e0e0e0;
}

#search_panel_content .search_filters .filter_subhead div {
    border: none;
    border-style: none;
    padding: 4px 10px;
    background: url(../images/BuhPage/docPointer.png) no-repeat 0px 10px;
}

#search_panel_content .search_filters {
    background: #f2f2f2;
}

#search_panel_content .mini_minus {
    background: url(../images/BuhPage/minusBuhList.png) no-repeat 0px center;
    width: 13px;
    height: 13px;
}

#search_panel_content .mini_plus {
    background: url(../images/BuhPage/plusBuhList.png) no-repeat 0px center;
    width: 13px;
    height: 13px;
}

#search_panel_content .complectList {
    width: 238px;
}

#search_panel_content .complectListTd {
    background: #f2f2f2;
}

.calendarUpBG {
    background: url(../images/BuhPage/calendarUpBG.png) left top no-repeat;
    height: 32px;
    line-height: 33px;
    color: white;
    font-size: 15px;
    cursor: default;
    padding-right: 25px;
}

.calendarDownBG {
    background: url(../images/BuhPage/calendarDownBG.png) right top no-repeat;
    height: 35px;
}

.info .text .onhover {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    color: #b12229;
}

.textAttach {
    font-size: 11px;
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    color: black;
    white-space: normal;
}

.selectRow {
    background: url(../images/OnlineContinent/arrow_right.png) left top no-repeat;
}

.buttonUp {
    background: url(../images/UNK/up.png) center center no-repeat;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.buttonDown {
    background: url(../images/UNK/down.png) center center no-repeat;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.helpLinkButton {
    padding: 0px 5px 0px 5px;
}

#fullSearchOptions .yui-menu-button button {
    background: url(../images/BuhPage/dropdown_black.png) right 5px center no-repeat;
    border: 0px;
    height: 20px;
    width: 21px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

#fullSearchOptions .dateInputConteiner, #exchangeRates .dateInputConteiner {
    float: left;
    border: none;
    line-height: 20px;
    color: #898989;
    border-right: none;
    background: #fff;
    padding-left: 6px;
    padding-right: 6px;
    width: 85px;
}

#fullSearchOptions .dateButton {
    float: left;
    cursor: pointer;
    border: none;
    height: 20px;
}

.fullSearchOptionsHeader {
    background: #c0c0c0;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
}

.fullSearchOptions {
    background: #dadada;
}

.fullSearchButton {
    background: url(../images/BuhPage/fullSearchButton.png) center center no-repeat;
    height: 32px;
    width: 140px;
}

.fullSearchClearButton {
    background: url(../images/BuhPage/fullSearchClrearButton.png) center center no-repeat;
    height: 32px;
    width: 140px;
}


#fullSearchOptions .search_options_chooser {
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #a6a7a9 #aaabad #a4a5a7 #bcbcbc;
    box-shadow: 1px 1px 3px #bbbbbb;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,Strength=2);
    z-index: 1;
}

#fullSearchOptions .search_options {
    background: url(../../images/continent/miniflags.png) no-repeat 0px -210px;
    padding-left: 32px;
    line-height: 21px;
    cursor: pointer;
}



#fullSearchOptions #country_dropdown {
    padding: 2px;
}

.fullSearchOptionsTitleTd {
    width: 150px;
}

#fullSearchOptions .title {
    padding-left: 10px;
    border-left: 1px solid #ececec;
    font-size: 13px;
}

#fullSearchOptions .dropdown, #exchangeRates .dropdown {
    background: url(../images/BuhPage/dropdown_black.png) right 5px center no-repeat;
    padding: 2px;
    height: 20px;
    width: 20px;
}

#fullSearchOptions .dropdownUp, #exchangeRates .dropdownUp {
    background: url(../images/BuhPage/arrowUp_black.png) right 5px center no-repeat;
    padding: 2px;
    height: 20px;
    width: 20px;
}

#fullSearchOptions .searchOptionsDropdown {
    position: absolute;
    background: white;
    max-height: 150px;
    overflow-x: auto;
    border: 1px solid rgb(153, 153, 153);
    padding: 5px 0px 5px 10px;
}

.contentText {
    white-space: nowrap;
    overflow-x: hidden;
}

.buh_letter {
    background: url(../images/buhpage/post.png) 10px center no-repeat;
    border: 1px solid #d1d2d3;
    padding: 5px 15px 5px 38px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

    .buh_letter div {
        border-left: 1px solid #494949;
        line-height: 14px;
        padding-left: 10px;
    }

.buhPopularDocs div {
    background: none;
    margin-left: -15px;
}

.search_filters .sort {
    width: 100%;
    height: 26px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: rgb(224, 224, 224);
    background: url(../images/BuhPage/treeShadowUp.png) left -20px top no-repeat;
}

.search_filters .seperator {
    background: #fff;
    height: 6px;
}

.search_doc_list .found {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    border-bottom: 1px solid #acacac;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 16px;
}

    .search_doc_list .found .h {
        color: #b4352d;
    }

    .search_doc_list .found .c {
        color: #646567;
    }

    .search_doc_list .found table {
        float: right;
    }

        .search_doc_list .found table.show {
            display: none;
        }


    .search_doc_list .found a {
        color: #000;
        text-decoration: none;
        font-family: Tahoma;
        font-size: 12px;
        margin-left: 10px;
    }

#search_panel_content .tenge {
    color: #b4352d;
    font-weight: normal;
    font-size: 14px;
}

#search_panel_content .dp {
    vertical-align: baseline;
}

#calScroll .mCSB_container {
    margin-right: 0px;
}

#calScroll .mCSB_scrollTools_vertical {
    width: 15px;
}

.razdelName {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    color: #646567;
    padding: 5px 0px 0px 10px;
}

#exchangeRates {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 7000;
    background: white;
    margin-left: -350px;
    margin-top: -180px;
}

.headerExchangeRates {
    background: url(../images/redLineCalendar.png) left top no-repeat;
    height: 32px;
    line-height: 33px;
    color: white;
    font-size: 15px;
    cursor: default;
    padding-right: 25px;
}

.exchangeOptionsDropdown {
    position: absolute;
    background: white;
    max-height: 150px;
    overflow-x: auto;
    border: 1px solid rgb(153, 153, 153);
    padding: 5px 0px 5px 10px;
    width: 236px;
}

.closeWhite {
    position: absolute;
    z-index: 6;
    right: 5px;
    top: 10px;
    height: 14px;
    width: 14px;
    margin: 0px;
    padding: 0px;
    background: url(../images/closeExchange.png) no-repeat;
    cursor: pointer;
    text-decoration: none;
}

#exchangeRates .yui-menu-button button {
    background: url(../images/calendarFilter.png) right 5px center no-repeat;
    border: 0px;
    height: 20px;
    width: 21px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.exchangeText {
    font-weight: bold;
    font-size: 13px;
}

.exchangeButton {
    background: url(../images/exchangeButton.png) left center no-repeat;
    font-size: 14px;
    line-height: 35px;
    width: 260px;
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 15px;
    font-weight: bold;
}

.excelImg {
    padding-left: 20px;
    background: url(../images/excellButton.png) left center no-repeat;
    text-align: left;
}

.reportImg {
    padding-left: 20px;
    background: url(../images/reportimage.png) left center no-repeat;
    text-align: left;
}

.diagramImg {
    padding-left: 20px;
    background: url(../images/diagramButton.png) left center no-repeat;
    text-align: left;
}

#exchangeRates .dateInput {
    border: 0px;
    color: black;
    background: #f3f4f4;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    margin: 0px;
}

.clearField {
    width: 10px;
    height: 9px;
    background: url("../Images/x.png") no-repeat center right;
    cursor: pointer;
}

tr.truelink {
    border-bottom: 1px dashed #CCC6C6;
}

td.truelink {
    background: url(../images/buhpage/truelink.png) center center no-repeat;
    width: 50px;
    height: 30px;
}

.buhBanner {
    margin-bottom: 18px;
}

.activeAdminTd {
    background-color: white;
}

.nonActiveAdminTd {
    background-color: grey;
    cursor: pointer;
}

#menuCons {
    background: #b73124; /* Old browsers */
    background: -moz-linear-gradient(top, #b73124 0%, #7e2017 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b73124 0%,#7e2017 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b73124 0%,#7e2017 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b73124', endColorstr='#7e2017',GradientType=0 ); /* IE */
    width: 200px;
    float: left;
    padding: 10px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px;
    white-space: normal;
}

#calculatorsMenu {
    font-size: 14px;
    cursor: pointer;
}

.menuConsBanner {
    display: inline-block;
    width: 240px;
    margin-left: 10px;
}

.topMenuList {
    width: 275px;
    background: #ebebeb;
    font-size: 14px;
    position: relative;
    z-index: 4;
    border: 1px solid #acacac;
    box-sizing: border-box;
    left: -10px;
    text-align: left;
    top: 6px;
    overflow: hidden;
    white-space: normal;
}

    .topMenuList:first-child {
        width: 200px;
    }

    .topMenuList div {
        border-bottom: solid 1px #CCC;
        cursor: pointer;
    }

        .topMenuList div a {
            display: block;
            padding-bottom: 15px;
            padding-left: 20px;
            padding-top: 15px;
            padding-right: 10px;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            color: #555;
        }

        .topMenuList div:hover {
            background: #dbdbdb;
        }

#menuConsText {
    width: 160px;
    display: inline-block;
    line-height: 19px;
}

#menuConsArr {
    float: right;
    line-height: 44px;
}

#menuConsList {
    width: 200px;
}

.mTbs {
    white-space: nowrap;
}

    .mTbs:nth-child(2) {
        min-height: 30px;
    }

.topBanners {
    display: block;
    overflow-x: auto;
}

    .topBanners div {
        padding-left: 10px;
        display: inline-block;
    }

        .topBanners div:first-child {
            padding-left: 0px;
        }

#calcMenuList, #formsMenuList {
    left: -2px;
    top: 0px;
}

.tBottomMenu {
    display: inline-block;
    border: 2px solid #961F1B;
    width: 275px;
    height: 28px;
    line-height: 25px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    white-space: normal;
}

    .tBottomMenu:nth-child(3) {
        width: 250px;
        white-space: nowrap;
    }

    .tBottomMenu a {
        color: #000;
    }

.openClosePointer {
    line-height: 25px;
    float: right;
    width: 25px;
    background-color: #961F1B;
    text-align: center;
    color: #FFF;
    font-weight: 600;
}

.topMenuText {
    font-size: 14px;
    width: 160px;
    display: inline-block;
    padding-left: 5px;
}

.hotNewsContainer {
    border: 1px solid #961F1B;
    overflow: visible;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hotNewsHeader {
    font-family: GnuolaneFreeCyrillic, Roboto Condensed, Arial Narrow;
    font-size: 16px;
    color: #be534d;
    white-space: nowrap;
    font-weight: bold;
    font-family: Tahoma;
    padding-bottom: 15px;
}

.finNewsList {
    padding-top: 5px;
}

    .finNewsList ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: none;
    }

        .finNewsList ul.active {
            display: block;
        }

.finNewsListFooter a {
    display: none;
}

    .finNewsListFooter a.active {
        display: block;
    }

.hotNewsContainer ul {
    list-style: none;
    padding-left: 20px;
}

    .hotNewsContainer ul li {
        background: url(../images/BuhPage/docPointer.png) left 5px top 6px no-repeat;
        padding-left: 20px;
    }

.finNewsList ul li {
    background: url(../images/BuhPage/docPointer.png) left 5px top 10px no-repeat;
    /* Adjust the padding for your custom bullet image */
    padding: 4px 0 8px 18px;
}

    .finNewsList ul li a {
        padding-left: 5px;
    }

    .finNewsList ul li span, .innerHotNewsContainer ul li span {
        color: #5D5E60;
    }

.reviewBlock {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-top: 10px;
}

.headerBGReview {
    background: #ffd331; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd331 0%, #ffc603 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd331 0%,#ffc603 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd331 0%,#ffc603 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd331', endColorstr='#ffc603',GradientType=0 ); /* IE6-9 */
    text-align: center;
    color: black;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box;
}

    .headerBGReview a {
        display: block;
    }

.headerBGReviewBottom {
    background: #54c1e0; /* Old browsers */
    background: -moz-linear-gradient(top, #54c1e0 0%, #0a83a0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #54c1e0 0%,#0a83a0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #54c1e0 0%,#0a83a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c1e0', endColorstr='#0a83a0',GradientType=0 ); /* IE */
    color: #FFF;
    line-height: 21px;
    font-weight: 500;
    min-height: 47px;
    margin-top: 20px;
}

    .headerBGReviewBottom:nth-child(3) {
        position: relative;
    }

        .headerBGReviewBottom:nth-child(3)::before {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0;
            border-top: 40px solid #54c1e0;
            border-right: 80px solid white;
            width: 0;
        }

        .headerBGReviewBottom:nth-child(3) a {
            display: inline-block;
        }

            .headerBGReviewBottom:nth-child(3) a:nth-child(2) {
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 15px;
                color: #0C85A2;
                font-weight: bold;
                text-decoration: underline;
            }

                .headerBGReviewBottom:nth-child(3) a:nth-child(2):hover {
                    color: #22b0d0;
                }

        .headerBGReviewBottom:nth-child(3) > div {
            color: #4EBCDB;
        }

.infopage .headerBGReviewBottom a {
    color: #FFF;
    text-decoration: none;
}

.headerBGReview:nth-child(odd) {
    border-right: 5px solid #FFF;
}

.headerBGReview:nth-child(even) {
    border-left: 5px solid #FFF;
}

#actualThemeName {
    font-weight: bold;
}

@media (max-width: 1470px) {
    .headerBGReview:nth-child(odd), .headerBGReview:nth-child(even) {
        border: none;
    }

    .reviewBlock {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .headerBGReview {
        width: 100%;
    }

        .headerBGReview:nth-child(2) {
            margin-top: 20px;
        }
}
