.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 0px;
	border: 1px solid #8ea37d;
	border-top: 0;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.product_title {
	display: inline-block;
	margin-bottom: 10px;
}
.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 13px;
	/*
	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;
	position: relative;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
}
.ac_even{
	border-bottom: 1px solid #ebebeb;
}

.ac_over {
	background-color: transparent;
	/*border-top: 1px solid #ebebeb;*/
}

.ac_even:hover span.PricepriceWithoutTax{
	color: #202020;
}
.ac_odd:hover span.PricepriceWithoutTax{
	color: #202020;
}
.ac_over span.PricepriceWithoutTax{
	color: #ff4646;
}
.ac_results a.product_link {
	min-height: 60px;
	display: block;
	float: left;
	text-align: center;
	width: 70px;
}
.ac_results a.product_link img{
	width: auto;
	height: 60px;
	display: inline;
}
.ac_results span.PricepriceWithoutTax {
	color: red;
	font-size: 95%;
}
#product_suggest{
	background-color: transparent;
	height: 40px;
	border: 0;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	display: block;
	width: 85%;
	float: left;
	outline: 0;
}
.no_result {
	margin: 0;
	padding: 10px;
}

#product_suggest::-webkit-input-placeholder {color:#fff;}
#product_suggest::-moz-placeholder          {color:#fff;}
#product_suggest:-moz-placeholder           {color:#fff;}
#product_suggest:-ms-input-placeholder      {color:#fff;}


