#block-search {
	max-width: 1211px;
	width: calc(100% - 20px);
	/*height: 33px;*/
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
/*Поле поиска*/
/*#input-search {
	width: 355px;
	height: 29px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #d8d8d8;
}*/
/*Изменение цвета фокуса при вводе текста.*/
/*#input-search:focus {
	border: 1px solid #75d9ff;
}*/
/*Кнопка*/
#form-search {
	position: absolute;
	width: 54px;
	height: 33px;
	margin-left: -5px;
	cursor: pointer;
	border: none;
	background: url(button-search-norm.png) no-repeat;
}
/*Кнопка по наведению*/
#form-search:hover {
	width: 54px;
	height: 33px;
	background: url(button-search-hover.png) no-repeat;
}
/* Результат поиска */
#block-search-result {
	position: absolute;
	z-index: 9999;
	display: none;
	width: 100%;
	height: auto;
	border-right: 1px solid #e1dfdd;
	border-bottom: 1px solid #e1dfdd;
	border-left: 1px solid #e1dfdd;
	background-color: white;
}

#list-search-result {
	overflow: auto;
	max-height: 245px;
	padding: 0;
}
#list-search-result > li {
	height: auto;
	min-height: 70px;
	overflow: hidden;
	padding: 10px 0 5px;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
}
#list-search-result > li:hover {
	background-color: #eee;
}
.block-title-price {
	/*width: 325px;*/
	margin-left: 85px;
}
.block-title-price > a {
	font: 15px sans-serif;
	display: block;
	margin-top: 10px;
	color: #287fc3;
}
.block-title-price > a:hover {
	text-decoration: none;
}
.block-title-price > p {
	font: 15px sans-serif;
	display: block;
	margin: 10px 0;
	color: black;
}
#search-noresult {
	font: 13px sans-serif;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e96767;
}
.search-result-image {
	/*position: absolute;*/
	float: left;
	width: 70px;
	/*margin-top: 10px;*/
	margin-left: 5px;
}
#search-more {
	font: 13px sans-serif;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #287fc3;
}