#search_block_top {
	padding-top: 20px;
	padding-bottom: 25px; }
#search_block_top #searchbox {
	width: 345px; }
#search_block_top .btn.button-search {
	background: url(../img/button-search.png) #575757 no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	width: 50px;
	height: 45px; }
#search_block_top .btn.button-search:hover {
	background: url(../img/button-search.png) #575757 no-repeat;
	background-position-x: -50px; }
#search_block_top .btn.button-search span {
	display: none; }
#search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    color: #eee;
    background: #575757;
    border: none;
    margin-right: 1px; }
#search_block_top #search_query_top:focus {
	background: #5d5d5d; }
.ac_results {
	background: #fff;
	border: 1px solid #d6d4d4;
	width: 271px;
	margin-top: -1px; }
.ac_results li {
	padding: 0 10px;
	font-weight: normal;
	color: #686666;
	font-size: 13px;
	line-height: 22px; }
.ac_results li.ac_odd {
	background: #fff; }
.ac_results li:hover, .ac_results li.ac_over {
	background: #fbfbfb; }

form#searchbox {
	position: relative; }
form#searchbox label {
	color: #333; }
form#searchbox input#search_query_block {
	margin-right: 10px;
	max-width: 222px;
	margin-bottom: 10px;
	display: inline-block;
	float: left; }
form#searchbox .button.button-small {
	float: left; }
	form#searchbox .button.button-small i {
	margin-right: 0; }

#search_block_top .btn.button-lang {
	background: #575757;
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	border: none;
	color: #ea7b08;
	width: 50px;
	text-align: center;
	padding: 10px 0 11px 0; }
#search_block_top .btn.button-lang:hover {
	color: #fff; }


#searching-res {
    position: absolute;
    top: 78px;
    left: 191px;
    width: 339px;
    background-color: #575757;
}

#searching-res ul {
    margin: 0;
}

#searching-res li {
    font-weight: 400;
}

#searching-res li a {
    color: white;
    font-size: 15px;
    width: 339px;
    display: inline-block;
    padding: 2px 13px;
}

#searching-res li:first-child {
    padding-top: 7px;
}

#searching-res li:last-child {
    padding-bottom: 15px;
}

#searching-res li a:hover {
    background-color: #5d5d5d;
}
/*# sourceMappingURL=blocksearch.css.map */
