div.result {
	margin-right: 20px;
}
div.result ul li {
	list-style-type: none; /* Убираем маркеры */
	padding-bottom: 20px; /* Отступ между страницами снизу */
}

div.result .title {
	font-size: 18px;
}

div.result .info {
	color: #006621;
}
/* БЛОК ПАДЖИНАЦИИ */
/* Настройки шрифта */
.helpdesk_nav_pages li {
	font-family: Tahoma;
	font-size: 12px;
}

.helpdesk_nav_pages {
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.helpdesk_nav_pages li {
	list-style-type: none; /* Убираем маркеры */
	display: inline; /* Отображать как строчный элемент */
}
.helpdesk_nav_pages li a {
	padding: 1px 8px;
	margin-left: 1px;
	border: 1px solid #DDD;
	background: none repeat scroll 0% 0% #FFF;
}

.helpdesk_nav_pages li a, .gb_btn_back a, a.gb_btn_clear  { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
.helpdesk_nav_pages li.active { 
    background: none repeat scroll 0% 0% #B4D2EC;
	padding: 5px 10px;
	margin-left: 1px;
	//border-radius: 5px;
	border: 1px solid #B4D2EC;
	color: #000;
}

ol.results {
    margin: 0 40px 1.7em 0;
    padding: 0 0 0 0px;
}
ol.results li {
    margin-left: 20px;
}

ol.results div.text {
    font-size: 80%;
    padding-bottom: 0.1em;
	margin: 7px 0 10px;
}

ol.results div.info {
    font-size: 80%;
    color: #006600;
    margin-top: 0.3em;
}

ol.results li {
    margin-bottom: 25px;
    padding: 0;
}

.search {
    position: relative;
    padding: 15px;
    background: #deecf8;
    background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf4fc), color-stop(100%,#deecf8));
    background: -webkit-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
    background: -o-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
    background: -ms-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
    background: linear-gradient(to bottom, #ebf4fc 0%,#deecf8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    behavior: url("/addons/shared_addons/themes/jkh/pie/PIE.htc");
    margin-bottom: 20px;
}

.search .ico {
    /*position: absolute;*/
    right: 25px;
    left: auto;
    top: 21px;
    width: 15px;
    height: 15px;
    background: url(/addons/shared_addons/themes/jkh/img/search.png) no-repeat;
    cursor: pointer;
}
