.b-slide-show__prev,
.b-slide-show__next {
	z-index: 1000;
}
.b-inquiry__elem__ico_bullet{
	background-position: 0 -1610px;
	height: 10px;
	margin: 6px 0 0 0;
	width: 10px;
	padding-right: 6px
}
.b-inquiry__elem__txt{
	margin-left: 15px;
}
.captcha{
	text-align: left;
	margin-right: 9px;
}
.green_text{
	color: green;
}
.b-search__str{
	width: 89%;
}

#ext_search h3 {
    margin-bottom: 4px;
    font-weight:bold;
}
#searchDiv .scrollable {
    overflow-y: scroll;
}
#searchDiv .selector {
    min-height: 328px;
}
#searchDiv .section-select {
    display:block;
}
#ext_search .search-query input {
    width: 630px;
}

#ext_search .extra-fields {
    margin: 7px 5px 5px;
}
input.classic_input {
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: auto;
    padding-right: 5px;
    width: 151px;
}
.overflow_hidden {
    overflow:hidden;
}

.b-filter-sticky__elem input {
    display:none;
}

input[type=reset] {
	height: 36px; 
	border-radius: 3px; 
	cursor: pointer;
}

input[type=reset]:hover {
    border-color: #dc5d1d;
    background: rgb(245,129,37); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,129,37,1) 0%, rgba(230,78,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,129,37,1)), color-stop(100%,rgba(230,78,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,129,37,1) 0%,rgba(230,78,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,129,37,1) 0%,rgba(230,78,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,129,37,1) 0%,rgba(230,78,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,129,37,1) 0%,rgba(230,78,42,1) 100%); /* W3C */
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}


/*list of documents - start*/
ul.inListaudit {
    list-style: none outside none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
}
ul.inListaudit {
    list-style: none outside none !important;
}

ul.inListaudit li {
    clear: left !important;
    font-weight: bold;
    margin-bottom: 10px !important;
}

ul.inListaudit li .iconPart {
    float: left;
    width: 55px;
}

ul.inListaudit li .cnPart {
    margin-left: 55px;
}

ul.inListaudit li .cnPart a {
    color: #3350BE;
    line-height: 17px;
    text-decoration: underline;
}
/*list of documents - end*/


.subsection-select {
    display: none;
}


.componentfilter {
    margin-bottom:10px;
}

.componentfilter input {
    height:20px;
}

.b-organiz-about__descr p {
    margin:0;
    padding:0;
}
.b-search-auto__list__elem__link b{
	color: #e95829;
}