﻿.ac_results {
	padding: 0px;
    border: 1px solid rgb(228, 218, 218);
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	text-align:left;
    border-bottom: 1px solid rgb(228, 218, 218);
    cursor: pointer;
	color: #000;
}
.ac_results li:last-child {
    border-bottom:none;
}
.ac_loading {
	background: url('../images/indicator.gif') right center no-repeat;	
}
.ac_odd {
	/*background-color: #b4b8b9;*/
}
.ac_over {
	background-color: #b4b8b9;
	color: #fff;
}
.ac_even strong{
	color:#f00 !important;
}