/*Цвет рамки для поля поиска, когда оно в фокусе*/
input#zoom_searchbox:active{ outline-color:#9E9D9D; }
input#zoom_searchbox:focus{ outline-color:#9E9D9D; }

/* Шакиров - исправление стиля placeholder */
/* Цвет & стиль текста "Искать в справке..." */
input#zoom_searchbox::placeholder { color: #9E9D9D; font-style: italic; }
input#zoom_searchbox::-webkit-input-placeholder { color: #9E9D9D; font-style: italic; }
input#zoom_searchbox:-ms-input-placeholder { color: #9E9D9D; font-style: italic; }
input#zoom_searchbox::-ms-input-placeholder { color: #9E9D9D; font-style: italic; }

/*Убран крестик, который по умолчанию появляется во всех input в IE 10*/
input#zoom_searchbox::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}
/*Стиль посещенных топиков*/
a:visited{
    color: #8000B5;
}  
/*Shakirov - bc input search*/
.breadcrumbs, .breadcrumbs a {
    color: #BBBBBB;
    text-decoration: none;
}
.breadcrumbs a:visited {
    color: #BBBBBB;
}
.breadcrumbs a:hover {
    color: #212121;
    text-decoration: underline;
}
/*END Shakirov - bc input search*/

/* Стили для popup-ов и ссылок в результатах поиска*/
a.popuplink {color: #000000; border-bottom: 1px dotted;}
a.popuplink:visited {color: blue;}
a.popuplink:hover {color: #000000; border-bottom: 1px dashed;}
a.topiclink { color: #3775ab; text-decoration: underline }
a.topiclink:visited {color: #8000B5; text-decoration: underline }
a.topiclink:hover {color: #D7853C; text-decoration: underline }

/* Стили для фильтрации (фикс) */
form.zoom_searchform {
     display: flex;
}

/* Стиль для i-подсказки в поиске */
.promt_box {
           margin-top: -13px;
           margin-left: -13px;           
}
/* Скрыл кнопку "поиск" через стиль*/
.zoom_button{
             display: none;
             width : 0;
             height: 0;
}