.ac_results {
	padding: 0px;
	border: 1px solid #C4C4C4;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 0px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: default;
	display: block;
	cursor: pointer;
	/*
	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;
	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_odd:hover {
	color:#e4e4e4;
}
.ac_over {
	background-color: transparent;
	color: #ff4646;
	/*border-top: 1px solid #ebebeb;*/
}
.ac_even:hover{
	color:#e4e4e4;
}
.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 {
	margin-left: 80px;
	min-height: 60px;
	display: block;
	float: left;
}
.ac_results a.product_link img{
	position: absolute;
	width: 60px;
	left: 5px;
	top: 5px;
}
.ac_results span.PricepriceWithoutTax {
	color: red;
	font-size: 95%;
}
#product_suggest{
    margin-bottom:0px!important
}
.ac_results li a.product_title i{color: red;font-weight: bold;}

#product_suggest::selection {
    color: #999; 
    background: none;
}
#product_suggest::-moz-selection { /* Code for Firefox */
    color: #999;
    background: none;
}