

/* Start:/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/style.css?161182896358994*/
div.forum-info-box
{
    padding:0.5em 1.117em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    margin-bottom:1em;
    zoom: 1;
}
div.forum-info-box-inner
{
/*    zoom:1;*/

    font-size: 12px;
}
div.forum-info-box.forum-rules
{
    margin-right: 10px;
}

div.forum-info-box.forum-rules a:link,
div.forum-info-box.forum-rules a:active,
div.forum-info-box.forum-rules a:visited
{
    color: #C00;
    text-decoration: none;
    transition: color 0.3s ease;
}
div.forum-info-box.forum-rules a:hover
{
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

div.forum-info-box.forum-rules h2
{
    display: none;
}

/* Forum Menu */
div.forum-menu-box { margin-bottom: 1em;}
div.forum-menu-box span.forum-menu-item { margin-right:0.25em; padding-right:0.25em; white-space:nowrap; }

/* Menu Items*/
/*span.forum-menu-item { border-right-width: 1px; border-right-style: solid; }*/
span.forum-menu-item-last { border: none;}

/* Breadcrumb */
div.forum-breadcrumb-top {padding:0 1.117em 1em;}
div.forum-breadcrumb-bottom {padding:0 1.117em 1em;}
div.forum-breadcrumb { line-height:1.5em;}
div.forum-breadcrumb span {white-space:nowrap;}
div.forum-breadcrumb a {text-decoration: none;}
span.forum-crumb-last { font-weight: normal;}

/* Header Box*/
div.forum-header-box { padding:0 1.117em; border-style: solid; border-width: 1px; }
div.forum-header-title a {text-decoration: underline;}

.forum-header-box.rules
{
    display: none;
}

/* Header Box Right Links*/
div.forum-header-options { float: right; padding:0.5em 0; z-index: 1; position: relative; right: 15px;}
div.forum-header-options a:hover { text-decoration: underline;}

/* Header Title */
div.forum-header-title { font-size:1em; padding:0.462em 5em 0.426em 0; }


/*div.forum-block-container {margin-bottom: 1em;}*/

/* Main Forum/Topic List Table */
table.forum-table { width: 100%; }
table.forum-forum-list {margin-bottom: 1em;}
table.forum-topic-list {}

.forum-block-container.pm
{
    display: block;
    margin: -15px -19px -40px -35px;
}

/* Table Header */
table.forum-table th
{
    font-size:1em;
    padding:0.462em 1em;
    font-weight:normal;
    vertical-align:middle;
    text-align: left;
}

/* Table Cell */
table.forum-table td
{
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-right-width: 1px;
    border-right-style: solid;

    vertical-align:top;
    padding:0.4em 1em;
}

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-width:1px; border-top-style: solid;}

table.forum-table.forum-users td
{
    border-bottom: 1px solid #E1E1E1;
}

/* Last Row Cell*/
table.forum-table tr.forum-row-last td { border-bottom-width:1px; border-bottom-style: solid;}

/* Odd Row Cell */
table.forum-table tr.forum-row-odd td { }

/* Even Row Cell */
table.forum-table tr.forum-row-even td { }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, table.forum-table td.forum-cell-selected, table.forum-post-selected td.forum-cell-post, table.forum-post-selected td.forum-cell-actions {}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, table.forum-table td.forum-cell-hidden, table.forum-post-hidden td.forum-cell-post, table.forum-post-hidden td.forum-cell-actions {}

/* Sticky Table Cell and Row */
table.forum-table tr.forum-row-sticky td, table.forum-table td.forum-cell-sticky {}

/* Forum Category Separator */
table.forum-table tbody.forum-category-separator { display: none; }

/* Forum Icon Column */
table.forum-table td.forum-column-icon { padding:0; border-left-width:1px; border-left-style: solid; }
table.forum-table td.forum-column-alone { border-left-width:1px; border-left-style: solid; }

div.forum-icon-container { width:3.3em; text-align: center;}

/* Forum Topic Icons (New Post Icon, Sticky Topic Icon, Closed Topic Icon, Moved Topic Icon)*/
div.forum-icon
{
    height:20px;
    width:20px;
    margin:0.667em auto;
}

/* Forum/Topic Title Column*/
table.forum-table th.forum-column-title, table.forum-table td.forum-column-title { width: 66%; text-align: left; }
table.forum-table td.forum-column-title { padding:0; line-height:1.4em; padding:0; }
table.forum-table th.forum-column-title { padding-left: 1.117em; border-left-width: 1px; border-left-style: solid; }

div.forum-item-info { padding:6px 14px 5px; }

div.forum-item-subforums { line-height:1.4em; margin-top: 0.9em;}


span.forum-status-sticky, span.forum-status-closed { font-weight: bold; }

span.forum-item-desc-sep { vertical-align:middle; font-size:1em; }

div.forum-moderator-stat { margin-top: 0.9em; }
div.forum-moderator-stat span { font-weight: bold; }

table.forum-table td.forum-column-topics,
table.forum-table td.forum-column-replies,
table.forum-table td.forum-column-views
{
    text-align: center;
    padding: 1em 0.2em;
}

table.forum-table th.forum-column-topics,
table.forum-table th.forum-column-replies,
table.forum-table th.forum-column-views
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Last Post Cells */
table.forum-table th.forum-column-lastpost, table.forum-table td.forum-column-lastpost { padding:0; width: 30%; text-align: left; }
table.forum-table td.forum-column-lastpost { line-height:1.4em; }
table.forum-table th.forum-column-lastpost { padding-left: 1em; border-right-width: 1px; border-right-style: solid;}

div.forum-lastpost-box { padding:6px 14px 5px; }
span.forum-lastpost-date, span.forum-lastpost-title {display: block;}

/* Forum and Topic Checkbox*/
div.forum-select-box
{
    float:right;
    /*
    border-left-width:1px;
    border-left-style: solid;
    border-bottom-width:1px;
    border-bottom-style: solid;
    */
    padding:0.1em;
    text-align:center;
}


/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box
{
    padding:0.5em 1em;
    border-width:1px;
    border-style: solid;
    line-height:1.5em;
}

table.forum-post-table.user_profile
{
    width: auto;
    margin: -15px -20px -40px -35px;
}

div.forum-footer-box {margin-bottom: 1em;}

table.forum-table td.forum-column-footer { border-top: none; }

div.forum-footer-inner { text-align:center; zoom:1; }
span.forum-footer-option { margin-left:0.5em; padding-left:0.5em; /*border-left-width:1px;*/ border-left-width:0px; border-left-style: solid; display: block; float: right; position: relative; margin-right: 25px; top: 5px;}
span.forum-footer-option-first { border-left: none; }
span.forum-footer-rss { background: transparent url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/images/feed-icon.png) no-repeat scroll left center; padding-left:20px; padding-top:2px; }

/* Birthdays Box*/ 
div.forum-users-online { }
span.forum-users-online span { font-weight: bold; }
div.forum-users-online span.forum-user-online { }
div.forum-users-online span.forum-user-online-hidden { }

/* Birthdays Box*/ 
div.forum-users-birthday {  }
span.forum-users-birthday span { font-weight: bold; }

/* Statistics Box*/
div.forum-statistics { zoom: 1; }
div.forum-statistics-allusers { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-users { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-topics { text-align:right; white-space:nowrap; }
div.forum-statistics-replies { text-align:right; white-space:nowrap; }
div.forum-statistics-users span, div.forum-statistics-allusers span, div.forum-statistics-topics span, div.forum-statistics-replies span { font-weight: bold; }

/* Page navigation */
div.forum-navigation-box
{
    padding:0 1.117em;
    border-width: 1px;
    border-style: solid;
    line-height:1.5em;
    overflow: hidden;
    zoom:1;
}

div.forum-page-navigation { float:left; padding:0.5em 0;}
div.forum-navigation-top { border-bottom: none; }
div.forum-navigation-bottom { border-top: none; margin-bottom: 1em;}
div.forum-page-navigation a, span.forum-page-current, span.forum-page-dots
{
    /*border-left-width: 1px;
    border-left-style: solid;*/
    padding-left:0.75em;
    padding-right: 0.5em;
    text-decoration: none;
}


div.forum-page-navigation a.forum-page-previous { border-right-width:1px; border-right-style: solid; border-left: none; }
div.forum-page-navigation a.forum-page-first, div.forum-page-navigation span.forum-page-first { border-left: none; padding-left: 0.5em; }
span.forum-page-current { font-weight: bold; }
div.forum-new-post
{
    float:right;
    text-align:right;
    padding:0.5em 0;
    font-weight: bold;
}

/* For abstract tables */
table.forum-table td.forum-first-column { border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-first-column {border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-last-column {border-right-width: 1px; border-right-style: solid;}


/* Topic posts table */
table.forum-post-table
{
    width: 100%;
    line-height:1.5em;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    table-layout:fixed;
}

/* First Post Table */
table.forum-post-first { border-top: none; }

/* Odd Post Table */
table.forum-post-odd {}

/* Even Post Table */
table.forum-post-even {}

/* Last Post Table */
table.forum-post-last {}

/* Post Table Cell */
table.forum-post-table td { padding: 0; vertical-align: top; width:100%}

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact
{
    /*width:15em;*/
    width:200px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    overflow: hidden;
}

/* Post Table: User Info Cell */
table.forum-post-table td.forum-cell-user {
    width:184px;
}

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 2.5em; }

div.forum-post-date, div.forum-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.forum-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.forum-post-number { float:right; display: inline; /* IE fix */ }
div.forum-post-number input { margin:0 0 0 0.2em; vertical-align: middle;}
div.forum-post-number a {vertical-align: middle;}
div.forum-post-number span { font-weight: bold; }

div.forum-post-text { padding:0.5em 0; }

/* Post Attachments */
div.forum-post-attachments {
    margin:1.5em 0;
    padding: 0.6em 1em 0.9em 1em;
    border-width:1px;
    border-style: solid;
    line-height:1.5em;
}
div.forum-post-attachments label { }
div.forum-post-attachments fieldset { border: none; padding: 0; margin: 0; }
div.forum-post-attachments fieldset .forum-attach { margin: 1.2em 1.2em 0 0; }
div.forum-post-attachments ul { padding:0; }
div.forum-post-attachments div.forum-post-attachment { margin-top: 1em; }

div.forum-post-lastedit { padding:0.5em 0; font-style: italic;}
span.forum-post-lastedit-user { font-weight: bold;}

/* User Signature*/
div.forum-user-signature { margin-top: 1em; }
div.forum-signature-line
{
    border-top-width: 1px;
    border-top-style: solid;
    width:200px;
    height:1px;
    /* IE Fix */
    line-height:1px;
    font-size:1px;
}

div.forum-user-signature span {line-height: 0.95em; padding-top:0.5em; display: block; font-size: 0.95em;}

div.forum-user-info { padding:0.5em 1em 1.5em 1em; }

div.forum-user-avatar { margin: 0.5em 0; }

div.forum-user-avatar img {
    max-height: 155px;
    max-width: 155px;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

div.forum-user-status { margin-bottom: 6px; }

div.forum-user-additional { font-size: 0.95em; }
div.forum-user-additional span { display: block;}
div.forum-user-additional span span { display: inline;}

div.forum-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.forum-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.forum-user-name a { text-decoration:none; font-size: 1.1em; }

div.forum-user-status span { font-weight:bold; line-height:normal; }

div.forum-contact-links { padding:0.5em 1em; }

div.forum-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.forum-action-links span {white-space: nowrap;}

div.forum-post-entry { font-size:1em; padding-bottom:1em; height:100%;}

/* Post Table Footer */
table.forum-post-table td.forum-column-footer { border-bottom: none; }

div.forum-post-moderate { float: right; }
div.forum-post-moderate.moder{ display: none;}
div.forum-topic-moderate { text-align: left;
position: relative;
height: 1px; font-size: 1px;}
div.forum-topics-moderate { float: right; }
div.forum-topics-moderate input, div.forum-topics-moderate select { font-size: 1.1em;}

/*BBCode: List*/
div.forum-post-text ul, div.forum-post-text ol { padding:0.5em 0 0.5em 2em; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code
{
    font-size:1em;
    width:100%;
    border-width:1px;
    border-style: solid;
    border-collapse: collapse;
    width:100%;
    table-layout:fixed;
}

table.forum-code pre {
    margin:0;
    width:100%;
    padding-bottom:5px;
    overflow:auto;
}

table.forum-quote table.forum-quote, table.forum-spoiler table.forum-spoiler, table.forum-code table.forum-code { width: 95%; margin: 0.5em 0 0;}


table.forum-quote th, table.forum-spoiler th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-spoiler td, table.forum-code td { padding:0.9em 1em; }

div.forum-code-box
{
    font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
    font-size: 1em;
    width: 100%;
    overflow: auto;
    border-width:1px;
    border-style: solid;
    margin:0.5em 0;
}

div.forum-code-box ol, div.forum-code-box ol li, div.forum-code-box ol li span { margin: 0; padding: 0; border: none; }

div.forum-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.forum-code-box ol li
{
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 0.5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em;
}
a.forum-spoiler-hide
{
    float: right;
}
/*BBCode: Table*/
div.forum-post-text table.data-table tbody td {
    width: auto;
}

/* Reply Form*/
div.forum-reply-form
{
    border-style:solid;
    border-width:1px;
    line-height:1.5em;
    margin:0 -20px 1em -35px;
    position: relative;
}

.forum_post_form .forum-reply-form
{
    margin-bottom: -40px;
}

div.forum-reply-header
{
    font-size:1em;
    padding:0.462em 1.117em;
    vertical-align:middle;
}

div.forum-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.forum-reply-form div.forum-note-box { margin: 1.117em;}
div.forum-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.forum-note-box ul li {margin:0; padding:0;}

div.forum-reply-fields { padding:0 1em 0.8em; }

div.forum-reply-field { margin-top: 0.462em; position:relative; z-index:1;}

div.forum-reply-field-title input, div.forum-reply-field-desc input { width: 80%;}

div.forum-reply-field-title label, div.forum-reply-field-desc label, div.forum-reply-field-tags label, div.forum-reply-field-captcha-label label,
div.forum-reply-field-lastedit-reason label {display: block;}

div.forum-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.forum-reply-field-author, div.forum-reply-field-email { float:left; width:39%; }

div.forum-reply-field-user-sep { width:2%; float: left;}

div.forum-reply-field-author input, div.forum-reply-field-email input { width:100%; }

div.forum-reply-field-tags { display: none; }
div.forum-reply-field-tags input { width:80%; }

div.forum-reply-field-switcher-tag { margin-right: 0.8em; }

div.forum-reply-field-vote-duration { margin: 0.82em 0; }
div.forum-reply-field-vote-question { margin-bottom: 0.462em; }
div.forum-reply-field-vote-question label { margin-left:0.27em; }
div.forum-reply-field-vote-question-title input{ width: 80%; }
ol.forum-reply-field-vote-answers input { width: 60%; }
ol.forum-reply-field-vote-answers li { margin-top: 0.462em; }

div.forum-reply-field-lastedit-reason input { width: 80%;}

div.forum-reply-field-captcha input { width: 180px;}

div.forum-reply-field-settings input, div.forum-uploaded-file input, div.forum-reply-field-lastedit-view input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.forum-reply-field-settings label, div.forum-uploaded-file a, div.forum-reply-field-lastedit label { vertical-align: middle; }

div.forum-reply-field-upload a { outline: none;}
div.forum-upload-file-hint { display: none;}
div.forum-upload-file-hint span { font-weight: bold;}
div.forum-upload-file {display: none; margin-top: 0.262em;}
div.forum-upload-file input {font-size:1.184em; }

div.forum-reply-buttons { margin-top: 1em; margin-bottom: 10px; margin-left: 10px;}
div.forum-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.forum-clear-float { clear: both; }

/* Moved topic list*/
div.forum-topic-move
{
    clear: both;
    float: none;
    position: relative;
    margin-top:0.5em;
    margin-bottom:0.5em;
    width:100%; /*IE*/
}

div.forum-topic-move input
{
    position: absolute;
    top: 0;
    left:0;
    font-size:1em;
    height:1.55em;
    margin:0 0 0 -0.25em;
    width:1.55em;
}

div.forum-topic-move label, div.forum-topic-move a { display: block; margin-left: 1.8em;}
div.forum-topic-move-buttons {margin-top: 1em;}
div.forum-topic-move-buttons select {width:400px;}
div.forum-topic-move-buttons select {font-size:1.184em;}
div.forum-topic-move-buttons input {font-size:1.184em; padding:0 0.417em; overflow: visible; /*IE paddings*/}

.forum-action-note { float: right; font-style: italic; padding: 0.5em 1.5em 0.5em 1em; }

div.forum-popup-image{}
div.forum-popup-image div.empty{
    background-image:url("/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/images/close.gif");
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
    cursor:hand;
    width:14px;
    height:14px;
    margin:0px;}
/* autosave */
a.postFormAutosave {
    float: right;
    display:block;
    width:18px;
    height:18px;
    margin:0 -4px 0 0;
    position:relative;
    z-index:2;
}
.forum-notify-bar {
    width: 100%;
    height: 2em;
    background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
    position:relative;
}
.forum-notify-close {
    display: block !important;
    height: 12px !important;
    margin: 3px 6px 0 0;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 12px !important;
}
.forum-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
    display: block !important;
    height: 12px !important;
    width: 12px !important;
    cursor:pointer;
}
.forum-notify-text {
    color: #000000 !important;
    margin: 0 !important;
    padding: 3px 20px 5px !important;
    text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
    position:relative;
    color: #ff0000;
    cursor:pointer;
    text-decoration:underline;
    margin-right: 9px;
    margin-top: 5px;
    z-index:2;
}



.white_box.fm .content_part
{
    padding-top: 45px;
}
.white_box.fm .content_part.no_top
{
    padding-top: 0;
}

.internal-menu
{
    position: relative;
    top: 0;
    left: -35px;
    margin: 0 0 15px 0;
}
.white_box.fm .internal-menu
{
    position: absolute;
    left: 0;
}

.internal-menu a
{
    padding: 0 25px;
}
.white_box.fm .internal-menu a
{
    padding: 0 36px;
}

table.forum-table
{
    position: relative;
    width: 100%;
}

table.forum-table thead tr
{
    border: none;
}

table.forum-table th
{
    padding: 0 10px;
}

table.forum-table thead tr th,
table.forum-table th.forum-column-lastpost
{
    border: none;
    text-align: center;
}

table.forum-table th.forum-column-lastpost,
table.forum-table th.forum-column-title
{
    text-align: center;
}

table.forum-table tr {
    background: none repeat scroll 0 0 #FFFFFF;
}

table.forum-table tr.forum-row-even {
    background: none repeat scroll 0 0 #FDFBEE;
}

table.forum-table td
{
    border: none;
    border-left: 1px solid #EBEBEB;
    color: #C21A24;
    font-family: 'helveticaneuecyr';
    font-size: 13px;
    height: 100%;
    padding: 15px;
    position: relative;
    vertical-align: top;
    background: transparent;
}
table.forum-table.forum-topic-list td
{
    padding: 15px;
}

table.forum-table.forum-topic-list .razdel1 a
{
    font-family: Tahoma;
    display: inline;
}

.nav-forum .sprite2-arrow_breadcrumbs
{
    margin: 0 5px;
}

table.forum-table td b
{
    font-family: Tahoma;
}

table.forum-table td.razdel1 img
{
    position: static;
    float: left;
    margin: 4px 0 0 -25px;
}
table.forum-table td.razdel1
{
    border-left: none;
    padding-top: 16px !important;
}
table.forum-table td.razdel2
{
    padding-top: 10px;
}

div.forum-info-box.forum-statistics,
div.forum-info-box.forum-main-footer
{
    background: transparent;
    border: none;
}

.forum-info
{
    margin: 0 0 0 -35px;
    text-align: left;
    width: 520px;
    margin-left: 5px;
    line-height: 25px;
}

.forum-info span
{
    margin: 0 7px 0 0;
    padding: 0 0 0 18px;
    position: relative;
}

.white_box.fm .forum-navigation-box
{
    border: none;
    margin-top: 10px;
    margin-right: 1px;
}
.white_box.fm .forum-navigation-box.pm.forum-navigation-bottom
{
    margin-top: 50px;
}

.white_box.fm .forum-navigation-box.inactive
{
    display: none;
}

.new-tema
{
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #c21a24;
    border-bottom: 3px solid #e98022;
    border-radius: 0 0 4px 4px;
    padding: 0 20px;
    margin: 0 30px 10px 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
    text-decoration: none;
    display: inline-block;
    line-height: 38px;
    cursor: pointer;
    outline: none;
    background-image: -moz-linear-gradient(top, #ffdc2d, #ffbd2d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdc2d), to(#ffbd2d));
    background-image: -webkit-linear-gradient(top, #ffdc2d, #ffbd2d);
    background-image: -o-linear-gradient(top, #ffdc2d, #ffbd2d);
    background-image: linear-gradient(to bottom, #ffdc2d, #ffbd2d);
}

.navigation
{
    font-size: 18px;
}
.white_box.fm .navigation
{
    position: relative;
}
.white_box.fm .navigation .text
{
    display: block;
    position: relative;
    left: 15px;
}
.white_box.fm .forum-navigation-bottom .navigation .text
{
    left: 35px
}

.white_box.fm .forum-navigation-top .navigation
{
    /* position: absolute;
	top: 0;
	right: 5px; */
	bottom: 9px;
}

.white_box.fm .forum-navigation-top .navigation .active:link,
.white_box.fm .forum-navigation-top .navigation .active:active,
.white_box.fm .forum-navigation-top .navigation .active:visited,
.white_box.fm .forum-navigation-top .navigation .active:hover,
.white_box.fm .forum-navigation-bottom .navigation .active:link,
.white_box.fm .forum-navigation-bottom .navigation .active:active,
.white_box.fm .forum-navigation-bottom .navigation .active:visited,
.white_box.fm .forum-navigation-bottom .navigation .active:hover
{
    cursor: default;
    color: #000000;
}

.forum
{
    border: none;
    margin: 0 1px 20px -34px;
}

.forum-navigation-box.forum-navigation-top
{
    margin: 26px 0 0 20px;
}
.forum-popup-body .forum-navigation-box.forum-navigation-top
{
    display: none;
}

.forum-popup-body .forum-navigation-box
{
    margin-left: 0;
    border: none;
    padding-bottom: 5px;
}

.forum-navigation-box.forum-navigation-bottom
{
    position: relative;
}

.filter-forum-block
{
    background: #FCF9E2;
    box-shadow: 0 -1px 1px 0 #D6D4C0;
    display: none;
    margin: 0 0 12px -35px;
    padding: 15px 0 15px 20px;
    position: relative;
    width: 855px;
}

.quick-go {
    color: #47494B;
    font-family: 'helveticaneuecyrbold';
    font-size: 15px;
    margin: 20px 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -75px;
}

.jq-selectbox {
    background: url("/bitrix/templates/buh.ru.v2/images/sel_b.png") 0 0 repeat-x;
    border: medium none;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    margin: 0 0 0 10px;
    padding: 0 20px 0 17px;
    text-align: left;
    position: relative;
}

.jq-selectbox_arw
{
    background: url("/bitrix/templates/buh.ru.v2/images/sel_arw.png") 0 0 no-repeat;
    position: absolute;
    width: 6px;
    height: 11px;
    top: 12px;
    right: 9px;
}

.jq-selectbox__dropdown
{
    background: #FFFFF7;
    position: absolute;
    top: 33px;
    left: 0;
    bottom: auto;
    display: none;
    height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.jq-selectbox__dropdown ul
{
    line-height: 22px;
}

.content_page.fm_bot .jq-selectbox__dropdown li
{
    background: none;
    padding: 0 10px;
    margin: 10px 0;
}
.content_page.fm_bot .jq-selectbox__dropdown li.selected
{
    color: #000000;
    cursor: default;
}

.forum-links
{
    background: #FCF9E3;
    margin: 0 0 10px -35px;
    padding: 19px 20px 19px 50px;
    width: 1100px;
}

.forum-links a:link,
.forum-links a:active,
.forum-links a:visited
{
    color: #000000;
    transition: color 0.4s ease;
    text-decoration: none;
}
.forum-links a:hover
{
    color: #CC0000;
    transition: color 0.4s ease;
    text-decoration: none;
}

.link0 {
    background: url("/bitrix/templates/buh.ru.v2/images/link0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 48px;
    text-decoration: none;
    width: 60px;
}
.link0:hover
{
    text-decoration: underline;
}

.link1 {
    background: url("/bitrix/templates/buh.ru.v2/images/link1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 53px;
    text-decoration: none;
    width: 100px;
}
.link1:hover
{
    text-decoration: underline;
}

.link2 {
    background: url("/bitrix/templates/buh.ru.v2/images/link2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 53px;
    text-decoration: none;
    width: 54px;
}
.link2:hover
{
    text-decoration: underline;
}

.link3 {
    background: url("/bitrix/templates/buh.ru.v2/images/link3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 53px;
    text-decoration: none;
    width: 70px;
}
.link3:hover
{
    text-decoration: underline;
}

.link4 {
    background: url("/bitrix/templates/buh.ru.v2/images/link4.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 53px;
    text-decoration: none;
    width: 105px;
}
.link4:hover
{
    text-decoration: underline;
}

.fav_link
{
    background: url("/bitrix/templates/buh.ru.v2/images/link4.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0 0 0 53px;
    text-decoration: none;
    width: 115px;
}

.fav_link .btn-group
{
    width: 155px;
    position: relative;
    right: 50px;
}

.fav_link .btn-group .btn_gray
{
    background: none;
    font-size: 12px;
    line-height: 39px;
    font-weight: normal;
    display: inline;
    padding: 0;
    border: none;
    box-shadow: none;
}
.fav_link .btn-group .btn_gray.wrd
{
    left: 51px;
    box-shadow: none;
    display: block;
    position: relative;
}
.fav_link .btn-group .btn_gray.wrd.deleteFavorite
{
    left: 31px;
}
.btn_gray.open_tree
{
    margin-right: 15px;
}

.sprite2-favorite
{
    background-position: -394px -253px;
    background-image: url("/bitrix/templates/buh.ru.v2/images/sprite2.png");
    height: 19px;
    width: 18px;

    background-repeat: no-repeat;
    display: inline-block;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    box-shadow: none;

    position: relative;
    left: 8px;
    top: -2px;
}

.fav_link.btn-group a.addFavorite:link,
.fav_link.btn-group a.addFavorite:active,
.fav_link.btn-group a.addFavorite:visited
{
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    transition: color 0.3s ease;
}
.fav_link.btn-group a.addFavorite:hover
{
    text-decoration: none;
    color: #CC0000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.2s ease;
}
.fav_link.btn-group a.addFavorite
{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

.fav_link a.addFavorite i
{
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    background: url("/bitrix/templates/buh.ru.v2/images/sprite2.png") -394px -253px no-repeat;
    height: 19px;
    width: 18px
}
.fav_link a.addFavorite i.on
{
    background-position: -376px -253px;
}

.fav_link a.addFavorite .txt
{
    position: relative;
    float: left;
    margin-left: 50px;
}
.fav_link a.addFavorite:hover .txt
{
    text-decoration: none;
}

.forum-search {
    float: right;
    line-height: 31px;
    margin: 3px 0 0;
    width: 350px;

    display: none;
}

.forum-search form {
    background: url("/bitrix/templates/buh.ru.v2/images/forum-search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 31px;
    position: relative;
    width: 228px;
}

input.forum-text[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    font-size: 14px;
    height: 31px;
    margin: 0;
    padding: 0 10px;
    outline: medium none;
    width: 188px;
}

.forum-search-bt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
}

.tree-title {
    background: #EBEBEB;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 1px 1px 1px #A9A9A9;
    /*margin: 0 0 0 -33px;*/
    padding: 8px 20px 8px 50px;
    position: relative;
    /*width: 1096px;*/
    z-index: 1;
}

.tree-title span {
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    margin-right: 253px;
    display: block;
}
.tree-title.nor span
{
    margin-right: 5px;
}
.tree-title.nor span.tree-name
{
    margin-right: 200px;
}
.tree-title span.tree-name
{
    margin-right: 350px
}

.tree-title span.thematics
{
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
    color: #777;
}

.tree-arrow {
    background: url("/bitrix/templates/buh.ru.v2/images/tree-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 9px;
}

.content_page ul
{
    line-height: 16px;
    margin: 0 0 12px;
    padding-left: 0;
}
.content_page .meeting-block ul
{
    position: relative;
    top: 10px;
}

.content_page ul li
{
    background: url(/bitrix/templates/buh.ru.v2/images/li_dot.gif) no-repeat 3px 8px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}
.content_page .breadcrumbs ol li
{
    background: none;
    margin: 0;
    padding: 0;
}

.content_page .magazine-list ul li
{
    background: none;
    margin: 0 0 1px 0;
}

.white_box.fm .content_page .jq-selectbox__dropdown ul li
{
    background: none;
    margin: 10px 0;
    padding: 0 10px;
}

.content_page .magazine-list .journl_area
{
    display: none;
}
.content_page .magazine-list .journl_area.act
{
    display: block;
}

.content_page.fm_bot
{
    margin-bottom: 90px;
}

.dot_light li:after, .list_doc li:after
{
    display: none;
}

/* wide forum pages */
.left-collon.wd
{
    width: auto;
    float: none;
    margin: 0 2px 0 0;
}

.left-collon.wd .content_page
{
    width: auto;
}

.left-collon.wd .white_box
{
    overflow: visible;
}

.left-collon.wd .internal-menu
{
    width: 100%;
    margin-left: 0;
}

.internal-menu a:link,
.internal-menu a:active,
.internal-menu a:visited,
.internal-menu a:hover
{
    color: #000;
    text-decoration: none;
}

.white_box.fm div.forum-block-container.user_list,
.left-collon.wd div.forum-header-box,
.left-collon.wd div.forum-block-container
{
    padding: 0;
    margin: 0 -20px 0 -35px;
    border: none;
}
.left-collon.wd div.forum-block-container
{
    background: #ECEDED;
    position: relative;
    top: 3px;
}
.white_box.fm div.forum-header-box
{
    border: none;
    margin: 0;
    padding: 0;
}

.white_box.fm div.forum-header-box.user_profile.pm
{
    width: auto;
    margin: -15px -20px -40px -35px;
}

.white_box.fm div.forum-header-box.user_profile.spc .forum-header-options
{
    width: 300px;
}

.white_box.fm div.forum-header-box.user_profile.pm,
.forum-popup-body div.forum-header-box,
.white_box.fm div.forum-header-box.moder,
.white_box.fm div.forum-header-box.topic_move,
.white_box.fm div.forum-header-box.pm_list,
.white_box.fm div.forum-header-box.pm_mail,
.white_box.fm div.forum-header-box.user_list,
.white_box.fm div.forum-header-box.user_profile,
.white_box.fm div.forum-header-box.pmess,
.white_box.fm .forum_post_form div.forum-header-box,
.white_box.fm .forum-preview div.forum-header-box
{
    background: url("/bitrix/templates/buh.ru.v2/images/internal-menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #C3C4C4;
    border-right: 1px solid #C3C4C4;
    position: relative;
    margin: 15px -20px 15px -35px;
    color: #000000;

    background-size: contain;
}
.forum-popup-body div.forum-header-box
{
    border: none;
}
.white_box.fm div.forum-header-box.change_mess
{
    background: url("/bitrix/templates/buh.ru.v2/images/internal-menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    border-left: 1px solid #C3C4C4;
    border-right: 1px solid #C3C4C4;
    border-bottom: 1px solid #C3C4C4;
    position: relative;
    margin: 15px -20px 15px -35px;
    padding-bottom: 10px;
    color: #000000;
    background-size: cover;
}

.forum-form.no_marg
{
    margin: -15px -20px -40px -35px;
}

.forum-header-title.sht
{
    margin-right: 300px;
}

.forum-form.pm_list
{
    margin: 15px -20px 15px -35px;
}
.forum-form.pm_list.no_marg
{
    margin: -15px -20px -40px -35px;;
}

.white_box.fm div.forum-header-box.topic_move .forum-header-title
{
    padding-right: 0;
    margin-right: 380px;
}

div.forum-header-title,
.white_box.fm .forum_post_form div.forum-header-box .forum-header-title,
.white_box.fm .forum-preview div.forum-header-box .forum-header-title
{
    color: #000000;
    font-size: 16px;
    position: relative;
    top: 5px;
    margin-left: 15px;
    margin-right: 250px;
    padding-right: 0;
    padding-bottom: 15px;
}

.white_box.fm div.forum-header-box.user_profile.spc .forum-header-title
{
    padding-right: 0;
    width: 200px;
}


.white_box.fm div.forum-header-box.user_profile.spc .forum-option-subscribe a:link,
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-subscribe a:active,
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-subscribe a:visited
{
    display: block;
    float: right;
    color: #000000;
    position: relative;
    top: 3px;
    line-height: 20px;
    margin-right: 10px;
}
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-subscribe a:hover
{
    color: #000000;
}


.white_box.fm div.forum-header-box.user_profile.spc .forum-option-profile a:link,
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-profile a:active,
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-profile a:visited
{
    display: block;
    float: right;
    color: #000000;
    position: relative;
    top: 3px;
    line-height: 20px;
}
.white_box.fm div.forum-header-box.user_profile.spc .forum-option-profile a:hover
{
    color: #000000;
}

.cntnr_div
{
    margin: -15px -20px -40px -35px;
}

.white_box.fm .forum_post_form div.forum-header-options
{
    position: relative;
    right: 15px;
    top: 5px;
}

.white_box.fm .forum_post_form div.forum-header-box a:link,
.white_box.fm .forum_post_form div.forum-header-box a:active,
.white_box.fm .forum_post_form div.forum-header-box a:visited,
.white_box.fm .forum_post_form div.forum-header-box a:hover,
.white_box.fm .forum-preview div.forum-header-box a:link,
.white_box.fm .forum-preview div.forum-header-box a:active,
.white_box.fm .forum-preview div.forum-header-box a:visited,
.white_box.fm .forum-preview div.forum-header-box a:hover,
div.forum-header-box.change_mess a:link,
div.forum-header-box.change_mess a:active,
div.forum-header-box.change_mess a:visited,
div.forum-header-box.change_mess a:hover,
div.forum-header-box.topic_move a:link,
div.forum-header-box.topic_move a:active,
div.forum-header-box.topic_move a:visited,
div.forum-header-box.topic_move a:hover
{
    color: #000000;
}

div.forum-header-box.topic_move a
{
    display: block;
    float: right;
    position: relative;
    right: 20px;
    top: 5px;
}

.white_box.fm div.forum-block-container
{
    border: none;
    margin: 0;
    padding: 0;
}
.left-collon.wd .white_box.fm div.forum-block-container
{
    margin: 0 -20px 0 -35px;
}

div.forum-header-box a.btn_gray:link, div.forum-header-box a.btn_gray:visited, div.forum-header-box a.btn_gray:active, div.forum-header-box a.btn_gray:hover
{
    background:#EAEAEA linear-gradient(to bottom, #FFFFFF, #EAEAEA);
    border-color: #F1F1F1 #F6F6F6 #EFEFEF #F9F9F9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    color: #47494B;
    float: right;
    font-size: 15px;
    font-weight: bold;
    min-height: 22px;
    padding: 7px 19px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
}

.left-collon.wd .forum-links
{
    width: auto;
    margin: 0 -20px 0 -35px;
    position: relative;
    overflow: hidden;
}

.post {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(15, 17, 20, 0.17);
    color: #000000;
    margin: 10px 0 0 235px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.post-mini-body
{
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(15, 17, 20, 0.17);
    color: #000000;
    overflow: hidden;
    position: relative;
}
.post-mini-body.moder
{
    display: none;
}
.message_area .post-mini-body
{
    margin-top: 10px;
}

.post-mini-ava {
    float: left;
    height: 39px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 48px;
}

.post-mini-ava img {
    max-height: 39px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.name-post {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 11px;
}
.post-mini-body .name-post {
    float: left;
    line-height: 39px;
    margin: 0 15px 0 0;
}
.left-post .name-post {
    float: none !important;
}

.post-mini-body .minipost-title
{
    padding: 10px 0 0 0;
     color: #787878;
     font-size: 14px;
     height: 28px;
     line-height: 20px;
     float: left;
}

.online {
    background: url("/bitrix/templates/buh.ru.v2/images/online.png") no-repeat left center;
}
.offline
{
    background: url("/bitrix/templates/buh.ru.v2/images/offline.png") no-repeat left center;
}
.post-mini-body .status {
    float: left;
    line-height: 39px;
    margin: 0;
}

.post-bt {
    background: url("/bitrix/templates/buh.ru.v2/images/post-bt.png") no-repeat 0 0;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.post-big-mini2 {
    margin: -40px 0 0;
}
.post-big-mini2.moder
{
    overflow: visible;
    margin-top: 0;
}


.left-post {
    /*left: 0;
    padding: 10px 30px 0;
    position: absolute;
    top: 0;*/
    position: relative;
    float: left;
    padding: 15px 25px 0;
    width: 205px;
}

.left-post .name-post .status-post b
{

}

.status-post b {
    color: #000000;
    float: left;
    margin: 0 10px 0 0;
}

.left-post .status {
    line-height: normal !important;
    margin: 0 0 15px !important;
}
.status-post .status {
    float: left;
}

.ava-post {
    height: 147px;
    margin: 0 0 10px;
    overflow: hidden;
    width: 175px;
    text-align: center;
}

.ava-post img {
    width: auto;
    height: auto;
    margin: auto;
    /*min-width: 100px;
    min-height: 100px;*/
    max-width: 175px;
    max-height: 146px;
}

.rating-post {
    margin: 0 0 10px;
}

.rating-post img {
    width: 175px;
}

.info-post {
    color: #36414B;
    letter-spacing: -1px;
    line-height: 22px;
}

.info-post a {
    color: #36414B;
}

.forum-answers
{
    color: #000000;
    float: left;
    font-family: 'helveticaneuecyr',sans-serif;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 20px;
}

.forum-answers a:link,
.forum-answers a:active,
.forum-answers a:visited
{
    border-bottom: 1px dashed #C21A24;
    color: #C21A24;
    font-size: 14px;
    text-decoration: none;
}
.forum-answers a:hover
{
    border-bottom: none;
    color: #C21A24;
}

.post-bt-close {
    background: url("/bitrix/templates/buh.ru.v2/images/post-bt-close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 40px;
    margin: 0 15px 0 10px;
    width: 39px;
    position: relative;
    cursor: pointer;
}
.message_area .post-bt-close
{
    top: 5px;
}

.right-post
{
    border-left: 1px solid #E9E9E9;
    min-height: 295px;
    padding: 0 0 20px;
    margin-left: 235px;
    position: relative;
}

.right-post-title {
    background: #FCF9E3;
    border-bottom: 1px solid #E9E9E9;
    color: #787878;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    padding: 8px 75px 0 20px;
    position: relative;
    /*margin-left: -200px;*/
}

.right-post-title.new_mes
{
    color: #FF4848;
}

.right-post-title .answer_type
{
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 130px;
    top: 9px;
    display: none;
    color: #787878;
}
.right-post-title .answer_type.active
{
    display: block;
}

.post-fav
{
    display: block;
    background: url("/bitrix/templates/buh.ru.v2/images/post-fav.png") no-repeat left top;
    color: #C7C5C4;
    font-family: 'helveticaneuecyrbold';
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 30px;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 45px;
    cursor: default;
}
.post-fav.act
{
    cursor: pointer;
}
.post-fav.selected
{
    background: url("/bitrix/templates/buh.ru.v2/images/post-fav.png") no-repeat left bottom;
}
.post-fav.act:hover
{
    background: url("/bitrix/templates/buh.ru.v2/images/post-fav.png") no-repeat left bottom;
}

.right-post-content {
    min-height: 180px;
    padding: 19px;
    font-size: 12px;
}

.right-post-content img
{
    /*border: 1px solid #AAA;*/
    max-height: 150px;
    max-width: 150px;
    height: auto;
    width: auto;
}

.right-post-content p {
    line-height: 20px;
}

.post-mini-body2 {
    margin: 10px 0 0;
}
.message_area .post-mini-body2 {
    display: block;
}

.content_page a.btn_gray
{
    padding: 7px 8px;
}
.btn_gray.stn
{
    margin-right: 6px;
}
.btn_gray.sml
{
    padding: 7px 10px ;
}
.post.moder .right-post .btn_gray.sml
{
    margin-right: 20px;
    padding: 7px 15px;
}
.content_page a.btn_gray.answer
{
    padding: 2px 7px;
    line-height: 16px;
    text-align: center;
}

.jq-selectbox-wrapper,
.fastgo_text
{
    font-size: 12px;
    font-family: Verdana, "Trebuchet MS";
}

.jq-selectbox-wrapper select
{
    right: 0;
}

div.forum-topic-moderate.topic_control_area
{
    display: none;
    position: absolute;
    top: 45px;
    right: 20px;
    width: 140px;
}

div.forum-topic-moderate select
{
    display: block;
    outline: 0;
    width: 140px;
}

div.forum-topic-moderate input[type=submit]
{
    display: block;
    position: absolute;
    top: 115px;
    right: 0;
}

div.forum-topic-moderate input[type=button]
{
    display: block;
    position: absolute;
    top: 115px;
    right: 67px;
    width: 75px;
}

.content_page div.out1
{
    top: 0;
}

.forum-header-box .forum-header-options .forum-option-profile a
{
    color: #000000;
    display: block;
    position: relative;
    top: 3px;
    right: 15px;
    z-index: 1;
}

div.forum-page-navigation a:link,
div.forum-page-navigation a:active,
div.forum-page-navigation a:visited
{
    color: #C21A24;
}
div.forum-page-navigation a:hover
{
    color: #000000;
}

div.forum-page-navigation a.active
{
    color: #000000;
    cursor: default;
}

div.forum-header-options span,
div.forum-header-options span a
{z-index: 1;}

.white_box.fm div.forum-header-box.change_mess .forum-header-title
{
    padding-right: 0;
    margin-right: 200px;
}

div.forum-header-box.change_mess div.forum-header-options
{
    position: relative;
    top: 5px;
    right: 15px;
}

.left-collon.wd .forum-links a
{
    display: block;
    float: left;
    outline: 0;
}
.left-collon.wd .content_page .forum-links a:link,
.left-collon.wd .content_page .forum-links a:active,
.left-collon.wd .content_page .forum-links a:visited
{
    box-shadow: none;
    color: #000000;
    transition: color 0.3s ease 0s;
}
.left-collon.wd .content_page .forum-links a:hover
{
    color: #cc0000;
    transition: color 0.2s ease 0s;
}

.left-collon.wd .forum-links .show_href
{
    display: block;
    position: absolute;
    top: 85px;
    left: 50px;
    outline: 0;
    width: 600px;
    padding: 5px 10px;
    font-style: italic;
}

.post-big-mini2.moder .post-bt-close,
.post-big-mini2.moder .btn_gray.complain,
.post-big-mini2.moder .btn_gray.citate,
.post-big-mini2.moder .btn_gray.name
{
    display: none;
}

.btn_gray.complain
{
    position: relative;
}

.forum-block-container.pm_read
{
    margin: 0 -20px 0 -36px;
}

.forum-block-container.pm_read .forum-table tr
{
    box-shadow: none;
}

.forum-block-container.pm_read table.forum-table tr.forum-row-first td
{
    border: none;
}

.forum-table td.forum-pmessage-text-head
{
    color: #000;
    background-color: #E7E7E7;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    font-family: Verdana, "Trebuchet MS";
}

.forum-table td.forum-pmessage-text.pm
{
    color: inherit;
}

.forum-table td.forum-pmessage-text.pm a:link,
.forum-table td.forum-pmessage-text.pm a:active,
.forum-table td.forum-pmessage-text.pm a:visited
{
    color: #C00;
    text-decoration: none;
    transition: color 0.3s ease;
}
.forum-table td.forum-pmessage-text.pm a:hover
{
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.forum-table.forum-pmessages
{
    margin-bottom: -40px;
    box-shadow: 0 0 5px #AAAAAA;
}

/* �������� ������ */
.forum-reply-field.forum-reply-field-themes .tags_area
{
    position: relative;
}

.forum-reply-field.forum-reply-field-themes .tags_area a:link,
.forum-reply-field.forum-reply-field-themes .tags_area a:active,
.forum-reply-field.forum-reply-field-themes .tags_area a:visited
{
    display: block;
    float: left;
    color: #47494B;
    font-family: 'helveticaneuecyr';
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 15px;
}
.forum-reply-field.forum-reply-field-themes .tags_area a:hover
{
    color: #47494B;
    text-decoration: none;
}
.forum-reply-field.forum-reply-field-themes .tags_area a .lbl
{
    background: url("/bitrix/templates/buh.ru.v2/images/buh_chb.gif") no-repeat left top;
    float: left;
    height: 16px;
    left: -1px;
    position: relative;
    top: 1px;
    width: 17px;
}
/* ----- �������� ������ */


/* ----- ����� ������ �� ��������� */
    .right-post .text_form
    {
        position: absolute;
        bottom: 20px;
        right: 50px;
        width: 200px;
        height: 235px;
        padding: 5px;
        background: #FFF;
        box-shadow: 0 0 7px #777;
        cursor: default;
        z-index: 1;
    }

    .right-post .text_form p
    {
        text-align: center;
        margin-bottom: 5px;
    }

    .right-post textarea
    {
        display: block;
        margin: auto;
        width: 190px;
        max-width: 190px;
        min-width: 190px;
        height: 150px;
        max-height: 150px;
        min-height: 150px;
    }

    .right-post input[rel="A"]
    {
        float: left;
        margin-left: 1px;
        margin-top: 10px;
    }

    .right-post input[rel="C"]
    {
        float: right;
        margin-left: 1px;
        margin-top: 10px;
    }
/* ����� ������ �� ��������� */

.anwserSignArea
{
    position: relative;
    height: 0;
    top: 65px;
    left: 110px;
    font-size: 14px;
    display: none;
}
.anwserSignArea.active
{
    display: block;
}

.anwserSignArea a:link,
.anwserSignArea a:active,
.anwserSignArea a:visited,
.anwserSignArea a:hover
{
    cursor: pointer;
    color: #CC0000;
    text-decoration: none;
}

.forum-header-options.blck
{
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.forum-header-options.blck a:link,
.forum-header-options.blck a:active,
.forum-header-options.blck a:visited
{
    color: #000000;
}
.forum-header-options.blck a:hover
{
    color: #000000;
}

table.forum-table.forum-topic-list .razdel1 a.theme_user:link,
table.forum-table.forum-topic-list .razdel1 a.theme_user:active,
table.forum-table.forum-topic-list .razdel1 a.theme_user:visited,
table.forum-table.forum-topic-list .razdel2 a.theme_user:link,
table.forum-table.forum-topic-list .razdel2 a.theme_user:active,
table.forum-table.forum-topic-list .razdel2 a.theme_user:visited
{
    color: #000000;
    transitioon: 0.3s ease;
}
table.forum-table.forum-topic-list .razdel1 a.theme_user:hover,
table.forum-table.forum-topic-list .razdel2 a.theme_user:hover
{
    color: #CC0000;
    transitioon: 0.2s ease;
}

table.forum-table.forum-topic-list .razdel2 a.theme_user:after
{
    display: none;
}

.content_page a.forum-lastpost-author:link,
.content_page a.forum-lastpost-author:active,
.content_page a.forum-lastpost-author:visited
{
    color: #000000;
    transitioon: 0.3s ease;
}
.content_page a.forum-lastpost-author:hover
{
    color: #CC0000;
    transitioon: 0.2s ease;
}

.content_page a.forum-lastpost-author:after
{
    display: none;
    content: '';
}

.forum-topic-list .forum-lastpost-box div
{
    display: none;
}

table.forum-users td
{
    text-align: center;
}

.next_prev_themes_area
{
    position: relative;
    min-height: 40px;
    margin: 15px 0;
}

.next_prev_themes_area a.prev_href:link,
.next_prev_themes_area a.prev_href:active,
.next_prev_themes_area a.prev_href:visited
{
    display: block;
    position: relative;
    float: left;
    color: #000;
    width: 300px;
    text-decoration: underline;
    padding-left: 15px;
    margin-left: 12px;
    background: url(/bitrix/templates/buh.ru.v2/images/link-left.png) left center no-repeat;
}
.next_prev_themes_area a.prev_href:hover
{
    color: #000;
    text-decoration: none;
}

.next_prev_themes_area a.next_href:link,
.next_prev_themes_area a.next_href:active,
.next_prev_themes_area a.next_href:visited
{
    display: block;
    position: relative;
    float: right;
    text-align: right;
    color: #000;
    width: 300px;
    text-decoration: underline;
    padding-right: 15px;
    margin-right: 12px;
    background: url(/bitrix/templates/buh.ru.v2/images/link-right.png) right center no-repeat;
}
.next_prev_themes_area a.next_href:hover
{
    color: #000;
    text-decoration: none;
}

.forum-user-register-avatar
{
    text-align: center;
}

.prof_view
{
    position: relative;
    right: 15px;
}

.forum-pmessage-navigation .forum-footer-option
{
    color:#AAAAAA;
}

.content_page div.forum-header-box a:link,
.content_page div.forum-header-box a:visited,
.content_page div.forum-header-box a:active
{
    color: #000000;
    text-decoration: none;

    transition: color 0.3s ease;
}
.content_page div.forum-header-box a:hover
{
    color: #CC0000;
    text-decoration: none;

    transition: color 0.2s ease;
}

.topic_theme
{
    color: #777;
}

.filter-forum-block .podpis-block label
{
    padding-left: 0;
    width: 30%;
}

.filter-forum-block .btn_gray
{
    margin-right: 15px;
}

.filter-forum .btn_gray
{
    cursor: pointer;
}

.no_post input[name="view_button"],
.no_post .forum-reply-header,
.no_post .forum-reply-fields
{
    display: none;
}

.mes_anchor
{
    display: block;
    height: 1px;
    font-size: 1px;
    position: absolute;
    bottom: 100px;
}

#postform
{
    position: relative;
    display: block;
    bottom: 100px;
    font-size: 1px;
    height: 1px;
    text-decoration: none;
}

.forum-answer {
    color: #000000;
    font-family: 'helveticaneuecyrbold',sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
}


.forum-answer a {
    border-bottom: 1px dashed #C21A24;
    color: #C21A24;
    font-size: 14px;
    text-decoration: none;
}
.forum-answer a:hover
{
    text-decoration: none;
    border-bottom: none;
}


.link_subscribe
{
    background: url(/bitrix/templates/buh.ru.v2/images/link4.gif) no-repeat right 0;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin: 0 14px 0 0;
    padding: 0;
    text-decoration: none;
    width: 180px;
    text-align: center;
}

.forum-block-inner .message_area
{
    position: relative;
    margin-left: 25px;
    border-left: 1px solid #EEEEEE;
    margin-right: -1px;
    right: 1px;
}
.forum-block-inner .message_area.root
{
    margin-left: 0;
    border-left: 1px solid #EEEEEE;
    margin-right: -1px;
    right: 1px;
    top: -10px;
}
.forum-block-inner .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area
{
    margin-left: 0;
}

.forum-block-inner .arw_f_img
{
    position: absolute;
    left: -20px;
    background: url(/bitrix/templates/buh.ru.v2/images/answer.png) 0 0 no-repeat;
    width: 15px;
    height: 14px;
    margin-top: 5px;
    display: block;
    cursor: pointer;
}
.forum-block-inner .arw_f_img:hover
{
    background: url(/bitrix/templates/buh.ru.v2/images/answer2.png) 0 0 no-repeat;
}

/*.forum-block-inner .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .message_area .arw_f_img
{
    display: block;
}*/

.buttons_contols
{
    margin-right: 100px;
    position: relative;
}
.message_area .buttons_contols
{
    margin-right: 15px;
}

.buttons_contols .btn_gray
{
    margin-top: 5px;
}

/* forum tree message form */
.message_area .ava-post img
{
    max-width: 200px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.message_area .ava-post
{
    height: auto;
}

.message_area .right-post
{
    min-height: 10px;
}
.message_area .right-post-content
{
    min-height: 10px; /*60px;*/
    padding: 5px 19px;
}

.message_area .minitext,
.message_area .minidata
{
    float: left;
    margin-left: 15px;
    padding-top: 12px;
}
.message_area .minidata
{
    display: none;
    font-size: 12px;
    font-style: italic;
}
.message_area .new_mes .minitext,
.message_area .new_mes .minidata
{
    color: #ff4848;
}

.message_area .left-post
{
    display: none;
}
.message_area .post.post-big-mini2 
{
    /*background: none;*/
    margin-top: 0;
    overflow: visible;
}
.message_area .right-post-title
{
    display: none;
}
.message_area .right-post
{
    margin-left: 0;
}
.message_area .post-bt-close
{
    position: absolute;
    top: -39px;
    right: -15px;
    width: 36px;
    height: 36px;
    background-position: center center;
}

.right-post-content .filepanel
{
    position: relative;
    padding: 5px;
    border: 1px dashed #DDD;
}

.right-post-content .filepanel .lbltext
{
    position: absolute; 
    top: -10px;
    left: 12px;
    padding: 0 10px;
    background: #FFF;
    color: #999999;
}

.right-post-content .filepanel .filearea
{
    float: left;
    margin-right: 10px;
}

#TOPIC_SUBSCRIBE
{
	width: 17px;
	height: 16px;
}

/* Rating */

.rating_area
{
    position: relative;
    height: 20px;
}

.rating_area .star
{
    display: block;
    height: 14px;
    width: 15px;
    float: left;
    margin-right: 3px;
    background: url(/bitrix/templates/buh.ru.v2/images/f_star.png) top left no-repeat;
}

.rating_area .star.act
{
    background: url(/bitrix/templates/buh.ru.v2/images/f_star.png) top right no-repeat;
}

.rating_panel.userlist .rating_area
{
    position: relative;
    left: 5px;
    height: 20px;
    margin: auto;
    width: 185px;
}

.post.umeslist.post-big-mini2
{
    margin-left: -34px;
    top: -14px;
    width: 873px;
}

.administrator_letter
{
    margin-right: 10px;
}

.letter_window
{
    background: #ffffff;
    border: 3px double #000000;
    max-width: 300px;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    right: 10px;
    top: 0;

    display: none;
}

.letter_window .head_area
{
    color: #000;
    font-size: 16px;
    height: 24px;
}

.letter_window .letter_text textarea
{
    max-width: 300px;
    min-height: 150px;
    min-width: 300px;
}

.letter_window .decision_area
{
    margin-top: 10px;
}

div.forum-header-box .letter_window .decision_area .btn_gray.send
{
    float: left;
}

div.forum-header-box .letter_window .decision_area .btn_gray.cancel
{
    position: relative;
    left: 5px;
}

div.phead.specdiv.for_forum
{
    line-height: 30px;
    color: #000;
    font-family: 'futura_pt_demi_reg';
    font-size: 30px;
    font-style: normal;
}

.tree-title h1
{
    font-weight: 700;
    display: inline;
}

@media (max-width: 1020px)
{
    .forum-answers
    {
        font-size: 16px;
    }

    .forum-answers a:link,
    .forum-answers a:active,
    .forum-answers a:visited,
    .forum-answers a:hover
    {
        font-size: 16px;
    }

    html.eskimobi_responsive body footer .footer-item-two a,
    html.eskimobi_responsive body footer .footer-item-two p
    {
        font-size: 14px;
        line-height: 17px;
    }
}
/* End */


/* Start:/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/style.css?14230567955626*/
/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */

/* Table Header, Reply Form Header, BBCode Icons Highlighting */
table.forum-table th, div.forum-reply-header,
div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img { background-color: #e7e7e7; }

/* Table Cell Border */
table.forum-table td, 
table.forum-table th.forum-column-lastpost, 
table.forum-table th.forum-column-title, 
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column,
div.forum-info-box, 
div.forum-reply-form { border-color: #e1e1e1;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#fbfbfb; }
div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#fbfbfb!important; }
div.forum-reply-field td.bxlhe-editor-cell, div.forum-reply-field .feed-add-post-form-but-wrap {border-color: #ced0d1;}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, 
table.forum-table td.forum-cell-hidden,
table.forum-table tr.forum-row-inactive td.forum-column-icon,
table.forum-post-hidden td.forum-cell-post, 
table.forum-post-hidden td.forum-cell-actions { background: #faf9de !important; }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, 
table.forum-table td.forum-cell-selected, 
table.forum-post-selected td.forum-cell-post, 
table.forum-post-selected td.forum-cell-actions { background: #ebecec !important; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { background: #eaeaea; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { background: #f1f1f1; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #fbfbfb; }

div.forum-post-date { background: #eaeaea; border-bottom: none; }


/* ---------------------------------------------------Borders----------------------------------------------------- */

/* Menu Items, Page Navigation */
span.forum-menu-item, div.forum-page-navigation a, span.forum-page-current, div.forum-page-navigation a.forum-page-previous, span.forum-page-dots { border-color: #d5d5d5; }

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-color: #d0d3d6;}

/* Last Row Cell */
table.forum-table tr.forum-row-last td { border-bottom-color: #d0d3d6; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { border-color: #d0d3d6; }

/* Footer Item Separator */
span.forum-footer-option { border-color: #b5b5b5; }

/* Topic posts table (separator line) */
table.forum-post-table { border-top-color: #fff; border-bottom-color: #ccc; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { border-left-color: #dbdbdb; border-right-color: #e1e1e1; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-color: #dbdbdb; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-color: #e1e1e1; }

/* User Signature*/
div.forum-signature-line { border-top-color: #e1e1e1; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.forum-header-box a:link, 
div.forum-header-box a:visited, 
div.forum-header-box a:active, 
div.forum-header-box a:hover { color: #fff; }

.forum-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.forum-header-box { color: #fff; background:#6c6c6c; border-color: #7a7a7a;}

/* Page navigation */
div.forum-navigation-box { background:#fff; border-color: #e1e1e1; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments {  border-color: #c3c3c3; }
table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol, div.forum-post-attachments {background:#fff !important; color:#696969;}
table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#e6e6e6 !important; color:#616161;}

div.forum-note-box {border-color: #ffc85e; background: #fffdc7; }
/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon-default { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/default.gif); }
div.forum-icon-newposts { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/newposts.gif); }
div.forum-icon-sticky { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/sticky.gif); }
div.forum-icon-sticky-newposts { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/sticky-newposts.gif); }
div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/closed.gif); }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/closed-newposts.gif); }
div.forum-icon-moved { background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/images/moved.gif); }
/* --------------------------------------------------Votes---------------------------------------------- */
div.vote-answer-item-bar-inner {background-color:#eaeaea;}
/* End */


/* Start:/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/additional.css?142305679512727*/
.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher {display: inline-block; margin-top: 0.46em; position: relative;}
.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher span {display:block;}

.forum-post-rating .ilike-light .bx-ilike-right { padding: 0px 1px 0 11px; }
.forum-post-rating .ilike-light .bx-ilike-text { padding: 0; }
.forum-post-rating {float: right;padding-right: 10px; padding-top: 1px;}
/*div.forum-post-rating { float:right; display: inline-block;  padding-right:0.9em; vertical-align: middle;}
.forum-post-rating .ilike-light .bx-ilike-button,
.forum-post-rating .ilike-light .bx-ilike-right-wrap,
.forum-post-rating .ilike-light .bx-ilike-right,
.forum-post-rating .ilike-light .bx-ilike-left-wrap,
.forum-post-rating .ilike-light .bx-ilike-left,
.forum-post-rating .ilike-light .bx-ilike-text{
	vertical-align: middle!important;
	padding: 0 0 0 0!important;
	display: inline!important;}
.forum-post-rating .ilike-light .bx-ilike-right {padding-left:11px!important;}
.forum-post-rating .ilike-light .bx-ilike-right-wrap {margin-right:0;}
.forum-post-rating .ilike-light .bx-ilike-left-wrap {margin-left: 0.2em;}*/

.forum-post-attachment-files ul, .forum-post-attachment-files ul li {list-style-type: none; margin:0; padding:0;}

/* Spoiler */
table.forum-spoiler thead {
	cursor:pointer;
	cursor:hand;}
table.forum-spoiler thead div {
	padding-left: 15px; 
	background-image: url('/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/plus.gif');
	background-position: left center;
	background-repeat: no-repeat; }
table.forum-spoiler thead.forum-spoiler-head-open div {
	background-image: url('/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/minus.gif');}
/* /Spoiler */
td.forum-column-action, th.forum-column-action{width:5%}
/* Filter */
div.forum-filter-field{}
div.forum-filter-field label.forum-filter-field-title {display:inline-block; width:10em; height:2em; float:left;}
div.forum-filter-field span.forum-filter-field-item{ display:inline-block; height:2em; float:left;}
div.forum-filter-field span.forum-filter-field-item label{float:none;}
div.forum-filter-field span.forum-filter-field-item input {padding: 0; margin: 0;}
div.forum-filter-field div.forum-clear-float { clear: both; }

div.forum-filter div.forums-selector-multiple span.forum-filter-field-item{height:5em;}
div.forum-filter div.forums-selector-multiple select{height:4.5em;}

div.forum-filter input.search-input{width:400px;}
div.forum-filter select{width:250px;}

div.forum-filter-footer input{margin:0.2em;}
/*/Filter */

table.palette{border:1px solid gray; background-color:gray; border-collapse:collapse;}
table.palette td{border:1px solid gray; width:10px; height:10px; padding:0px; margin:0;}
table.palette td img{width:10px; height:10px; border:none; padding:0px; margin:0;}

/* Popups */
div.forum-popup-postform {
	width:502px;
	padding:0px; 
	margin:0;
	overflow:hidden; 
	color:black;}
div.forum-popup-postform table.forum-popup {
	border:1px solid gray;
	width:500px;
	background-color:white; 
	font-size:1em;
	cursor:default;}
div.forum-popup-postform table.forum-popup td {
	font-size:1em;
	border:none;
	background-color:white; 
	font-size:1em;}
div.forum-popup-postform table.forum-popup thead td {
	font-weight:bold;
	padding:0.5em 0.5em 0.1em 0.8em;
	font-size:1.1em;
	text-align:left;}
div.forum-popup-postform table.forum-popup thead td div.close{
	cursor:pointer;
	cursor:hand;
	background-image: url('/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/close.gif');
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:13px;
	height:13px;
	float:right;}
div.forum-popup-postform table.forum-popup tbody td {padding:1em;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field{width:100%;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field span.title{width:100%; display:block;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field input {width:95%;}
div.forum-popup-postform table.forum-popup tfoot td {padding:0.3em; text-align:center;}
/*/Popups */

/* Select with forums*/
select.forum-selector-single, select.forum-selector-multiple{width:250px;}
select.forum-selector-single optgroup, select.forum-selector-multiple optgroup{
	font-weight:normal;
	background:none;
	font-size:1em;
	font-style:normal;}
select.forum-selector-single option.active, select.forum-selector-multiple option.active {background-color:#DDDDDD;}
/* /Select*/

/* Pages User Profile */
div.forum-user-interests{float:none;clear:both;}
div.forum-user-information div.forum-user-photo{margin:10px;}
table.forum-post-table table.forum-table td{vertical-align:top;	padding:0.4em 1em;}

/* Tab controls*/
div.forum-tabs {margin:0; width: 760px; overflow: hidden;}
div.forum-tabs div {margin:0; padding:0;}
div.forum-tabs div.forum-tabs-header{float:left;position:relative;left:1px;top:20px;z-index:100;width:250px;display:block;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container{cursor:hand;cursor:pointer;padding:1px 0px 1px 1px;
	border-right:1px solid auto; border-left:0px none; border-top:0px none; border-bottom:0px none;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div{padding:5px 0px 5px 9px;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected{border-width:1px; border-right:1px solid white;cursor:default;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected div{padding:4px 0px 4px 8px;font-weight:bold;}

div.forum-tabs div.forum-tabs-body{margin-left:220px;display:block;border:none;z-index:99;}
div.forum-tabs div.forum-tabs-body div.forum-info-box{border-width:1px; display:block;zoom:0;float:left;width:500px;}
div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner{padding:20px 0px;}

div.forum-tabs div.forum-tabs-body table.forum-table {width:97%;}
div.forum-tabs div.forum-tabs-body table.forum-table th {white-space:normal;text-align:right;width:40%;background:none;border:none;padding:2px;
	margin:0;vertical-align:top;}
div.forum-tabs div.forum-tabs-body table.forum-table td {text-align:left;background:none;border:none;padding:2px;margin:0;vertical-align:top;}
div.forum-tabs div.forum-tabs-body table.forum-table tr.header th {text-align:center;}
div.forum-user-edit-buttons{margin:10px 0px 0px 250px;}
/* Forum page */
span.forum-option-subscribe div.forum-header-box {
	white-space:nowrap;}
/* Search page */
div.tags-cloud{
	padding-bottom:1em;}
div.forum-search-block-container div.forum-info-box-last {margin-bottom: 0;}
/*/Search page */
/* PM */
div.out {width:200px; margin:0; padding:1px; border:1px solid; display:block; position:relative; top:0; text-align:left; background-color:none;
	line-height:10px;color:#DDDDDD;}
div.out1 {width:200px; padding:0; margin:0; display:block; position:relative; top:-12px;}
div.in {padding:0; font-size:9px; background-color:#DDDDDD;}
div.in1 {width:100%; text-align:center; padding:0; font-size:9px; font-weight:normal;}
tr.forum-pmessage-new td{font-weight:bold;}
span.forum-pmessage-action, span.forum-pmessage-move{float:left;}
div.forum-pmessage-navigation{float:right;}
span.forum-pmessage-recipient{white-space:nowrap;}
div.forum-info-box-pmsearch{ margin-bottom: 0; }
/*/PM */
div.forum-subscribes div {padding:0px 0px 0px 25px;}
div.forum-subscribes div.forum-group-buttons {padding:10px 0px 0px 0px;}
/* Votes */
div.forum-post-vote{margin-bottom:0;}
div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {border: none;}
div.forum-post-vote div.voting-form-box {border:none; }
div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
div.forum-post-vote ol.vote-items-list li.vote-question-item {
	padding-bottom: 0.55em;}
div.forum-post-vote ol.vote-items-list ol {
	padding-left: 1em;}
li.vote-question-item div.vote-item-question {
	font-weight:bold;}
li.vote-answer-item {
	padding-bottom: 0.24em!important;}

div.vote-answer-item {
	width:100%; margin:0; padding:0; border:none; 
	display:block; position:relative; text-align:left;}
div.vote-answer-item-bar-inner {
	padding:0; 
	position:absolute;
	top:0;}
div.vote-answer-item-title-inner {
	width:100%; 
	padding-left:0.55em; 
	margin:0; 
	position:relative;}
/* /Votes */
/* LHE */
.forum-reply-field .bxlhe-frame-table {margin-top: 1px;}
.forum-reply-field .feed-add-post-form{
	border:none;
	margin-bottom: 0!important;
	padding-bottom: 0!important;}
.forum-reply-field .feed-add-post-form-but-more, .forum-reply-field .feed-add-close-icon { display: none; }
.forum-reply-field .feed-add-post .bxlhe-editor-buttons {
	background:none;
	box-shadow:none;
	border-bottom:none;
	height:1.5em!important;
}
.forum-reply-field .feed-add-post .lhe-stat-toolbar-cont {
	padding: 0.56em 0 0.4em 0;
}
.forum-reply-field td.bxlhe-editor-cell {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	zoom:1;
}
.forum-reply-field td.lhe-resize-row {
	display:none;
}
.forum-reply-field .feed-add-post-form-but-wrap {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-radius:0 0 2px 2px;
	padding: 0!important;
	zoom:1;
}
/* LHE Download files */
.forum-reply-field .file-selectdialog .file-placeholder{
	margin-left: 66px;
}

.forum-reply-field .file-selectdialog .file-extended .file-selector {
	margin: 26px 0 19px;
	padding: 15px 3px 15px 90px;
	color: #888888;
	font-size: 14px;
	font-weight: normal;
}
.forum-reply-field .file-selectdialog .file-extended .file-selector:hover {
	padding: 12px 0 12px 87px;
}

.forum-reply-field .file-selectdialog {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: none;
	margin-bottom:0!important;
	margin-top:0.462em;
}
.forum-reply-field .file-selectdialog .file-label {
	left: 9px;
	top: 4px;
	color: #888888;
	padding-left: 22px;
}
.forum-reply-field .file-selectdialog .file-extended .file-load-img {background:url("/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/loading-place-img.png") no-repeat 0 0;
	height:44px;
	left:18px;
	top:18px;
	position:absolute;
	width:50px;
}
.forum-reply-field .file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 0;
	left:15px;
	top:15px;
}
.forum-reply-field .file-selectdialog .file-simple,
.forum-reply-field .file-selectdialog .file-extended {
	margin-left: 15px;
}
.forum-reply-field-upload{
	display: inline-block;
	transition: height 0.2s linear 0.2s;
	-moz-transition: height 0.2s linear 0.2s; /* Firefox 4 */
	-webkit-transition: height 0.2s linear 0.2s; /* Safari and Chrome */
	-o-transition: height 0.2s linear 0.2s; /* Opera */
	overflow: hidden;
	height: 20px;
}
.forum-reply-field-upload a{
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s; /* Firefox 4 */
	-webkit-transition: opacity 0.2s; /* Safari and Chrome */
	-o-transition: opacity 0.2s; /* Opera */
	opacity:1;
}
.forum-reply-field-upload-hover{
	height:0px;
}
.forum-reply-field-upload-hover a {
	opacity:0;
}
* html .forum-reply-field-upload-hover {
	display: none;
}
/* /LHE */

body.forum-popup-body{padding:1.51em; font-size:0.75em;}

#forum-login-form-window{display:none; border:1px solid #000; background:#F5F5ED; padding:10px; z-index:10000; position:absolute;
	top:10%; left:45%; width:200px; color: #454545;}
a.forum-new-message-marker{color:red!important; margin-left:3px; text-decoration:none;}
div.forum-error{color:red;}
div.forum-note{color:green;}

div.forum-legend-info div.forum-legend-item{float:left;width:15em;}
div.forum-legend-info div.forum-legend-item div.forum-icon{margin:0;}
div.forum-legend-info div.forum-legend-item div.forum-icon-container{float:left;width:auto;padding-right:10px;}
div.forum-legend-info div.forum-legend-item span{display:block; white-space:nowrap;}

div.forum-main-footer div.forum-rapid-access-items{float:right;width:300px;display:block;border:none;text-align:right}
div.forum-main-footer div.forum-search-input{float:left;}
div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single{width:250px;}
div.forum-main-footer div.forum-legend-info{margin-right:1em;display:block;border:none;overflow:hidden;}

div.forum-first-post{margin-bottom: 1em;}

.forum-rss-rss1, .forum-rss-rss2, .forum-rss-atom {
	background-repeat:no-repeat; 
	width:80px !important; 
	height:15px  !important; 
	display:block;
	margin:0px 0px 0px 2px;
	padding:0px;
	overflow:hidden;
	border:none;
	text-decoration:none;
	float:left;
}
.forum-rss-rss1{background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/rss1.gif);}
.forum-rss-rss2{background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/rss2.gif);}
.forum-rss-atom{background-image: url(/bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/../images/atom.gif);}
div.forum-user-description{margin-top:0.78em;}
table.forum-forum-list-part{margin-bottom:0;}
form.forum-form{padding:0;margin:0;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/news/style.css?1423056795402*/
.navigation a:link,
.navigation a:active,
.navigation a:visited
{
    color: #C00;
    text-decoration: underline;
    font-family: Arial;
    transition: color 0.4s ease;
}
.navigation a:hover
{
    color: #000;
    text-decoration: none;
    transition: color 0.4s ease;
}
#tabs_tContent .navigation a.active
{
    text-decoration: none;
    cursor: default;
    color: #000000;
}
/* End */


/* Start:/bitrix/components/buh.ru/custom.forum.topic.read/templates/.default/style.css?14375513091762*/
.mes_number_area
{
    position: relative;
    top: -2px;
    float: right;
    height: 25px;
}
.forum-navigation-bottom .mes_number_area
{
    top: 6px;
}
	
.mes_number_area a:link,
.mes_number_area a:active,
.mes_number_area a:visited
{
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}
.mes_number_area a:hover
{
    color: #000;
    text-decoration: normal;
    font-weight: normal;
}
.mes_number_area a.act:link,
.mes_number_area a.act:active,
.mes_number_area a.act:visited,
.mes_number_area a.act:hover
{
    text-decoration: none;
    font-weight: bold;
}		

.delConfirmPanel
{
	position: relative; 
	width: 0px;
	height: 1px;
	float: right;
	right: 150px;
}

.delConfirmArea
{
	position: relative; 
	background: none repeat scroll 0% 0% white; 
	border: 1px solid black; 
	text-align: center; 
	height: 60px; 
	top: -15px; 
	width: 220px;
}

.delConfirmArea .confText
{
	position: relative;
	top: 3px;
}

.delConfirmArea .YNArea
{
	position: relative;
}

.delConfirmArea .YNArea .y
{
	position: relative;
	left: 20px;
	top: 10px;
	float: left;
	padding: 3px 7px;
	cursor: pointer;
	background: #EEEEEE;
}
.delConfirmArea .YNArea .y:hover
{
	background: #DDDDDD;
}

.delConfirmArea .YNArea .n
{
	position: relative;
	right: 20px;
	top: 10px;
	float: right;
	padding: 3px 7px;
	cursor: pointer;
	background: #EEEEEE;
}
.delConfirmArea .YNArea .n:hover
{
	background: #DDDDDD;
}

.next_prev_themes_area
{
	margin-top:  25px;
}
.minusMargin
{
	margin-bottom: -15px;
}

.checkbox_area
{
    position: relative;
}

.checkbox_area .checkbox_line
{
    position: relative;
    padding: 5px 0;
}

.checkbox_area .checkbox_line label
{
    position: relative;
    display: inline;
    bottom: 2px;
    color: #000;
    font-size: 12px;
}
/* End */
/* /bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/style.css?161182896358994 */
/* /bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/themes/gray/style.css?14230567955626 */
/* /bitrix/templates/buh.ru.v2/components/bitrix/forum/.default/styles/additional.css?142305679512727 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/news/style.css?1423056795402 */
/* /bitrix/components/buh.ru/custom.forum.topic.read/templates/.default/style.css?14375513091762 */
