.ac_results {
	padding: 0px;
	border: 4px solid #57a1d3;
  margin-top: -4px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width: 464px !important;

	top: 155px !important;
}

.ac_results-inner {
	border: 1px solid #c2c2c2;
}

.ac_results a {
	color: #1b1b1b;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #dedadb;
}

.c-content .ac_results li,
.ac_results li {
	margin: 0px;
	/*padding: 10px 7px;*/
	padding: 0;
	cursor: default;
	display: block;
	text-align: left;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	background: #FFF url('../../images/header-search-arrow-right.png') no-repeat right center;
}

.ac_results li strong {
	font-weight: normal;
	background: yellow;
	
}

.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_results li.ac_odd {
	background: #f8f8f8 url('../../images/header-search-arrow-right.png') no-repeat right center;
}

.ac_results li.ac_over {
	
	background: #f1f1f1 url('../../images/header-search-arrow-right-hover.png') no-repeat right center;
	/*color: white;*/
}

.ac_results li .raq {
	margin: 0 2px 0 3px;
	padding: 0 5px 0 0;
	background: url('../../images/header-search-arrow-right.png') no-repeat scroll 0 3px transparent;
}

.ac_results li .ico-product .raq {
	background-position: 0 1px;
	padding-right: 7px;
	margin-left: 5px;
} 


.ac_results .ico-category {
  background: url('../../images/header-search-folder.png') no-repeat scroll 14px 9px transparent;
  cursor: pointer;
  font-size: 13px;
  padding: 14px 33px 14px 55px;
}

	.ac_results .ico-category span {
		
	}

.ac_results .ico-product,
.ac_results .ico-product {
	padding: 7px 33px 7px 10px;
	display: block;
	cursor: pointer;
}

.ac_results .ico-product .image,
.ac_results .ico-oblast .image {
	width: 57px;
	height: 44px;
	padding: 3px;
	border: 1px solid #cac9c9;
	overflow: hidden;
	margin: 0 8px 0 0;
	float: left;
	background: #FFF;
}

.ac_results .ico-product .image span {
	display: block;
	width: 57px;
	height: 44px;
	overflow: hidden; 
}

.ac_results .ico-oblast .image {
	margin-left: 8px;
}

.ac_results .ico-product .image img.width,
.ac_results .ico-oblast .image img.width,
.ac_results .ico-oblast .image img.height {
	height: 44px;
	margin-left: 4px;
}

.ac_results .ico-product .image img.height {
	height: 44px;
	margin-left: 6px;
}

.ac_results .ico-product .name {
	font-size: 13px;
	margin: 6px 0 6px 0;
	font-weight: bold;
	color: #29abe2;
}

.ac_results .ico-product .name strong {
	font-weight: bold;
}

.ac_results .ico-product .name:hover,
.ac_results li.ac_over .name {
	text-decoration: underline;
}

.ac_results .ac_over .ico-product .name {
	color: #29abe2;
}

.ac_results .ico-oblast .name {
	padding: 13px 0 0 4px;
	font-size: 13px;
}


