.ac_results {
	padding: 0px;
	margin-left: 15px;
	border: 1px solid #563433;
	background-color: /*#e6c4c3*/#eee;
	overflow: hidden;
	z-index: 99999;
	font-family: Verdana;
	font-size: 9pt;
}

.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;
	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;
}

.ac_loading {
	background: url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color:;*/
	font-family: Verdana;
	font-size: 9pt;
	background:  /*#fffcc7*/#eee;
	color: #644;
	/* url('/localhost/jquery/demo/images/indicator.gif') right center no-repeat;*/
}
.ac_even {
	/*background-color:;*/
	color: #644;
	background:  /*#fffcc7*/#fff;
}

.ac_odd_t {
	/*background-color:;*/
	font-family: Verdana;
	font-size: 9pt;
	background:  /*#fffcc7*/#eee;/* url('/localhost/jquery/demo/images/indicator.gif') right center no-repeat;*/
	color: #464;
}

.ac_even_t {
	/*background-color:;*/
	color: #464;
	background:  /*#fffcc7*/#fff;
}

.ac_over {
	background-color: #fffcc7;
	color: #c00;
}

