.ac_results {
	width: 200px !important;
	padding: 0px;
	z-index: 99999;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-color: #ccc #888 #888 #ccc;

}

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

.ac_results li {
	margin: 0px;
	display: block;
	cursor: default;
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
	/* 
	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_results li strong {
	color: #9C2421;
	font-weight: normal;
	text-decoration: underline;
}

.ac_loading {
	background: #fff url("loader.gif"/*tpa=http://www.prelle.fr/require/img/content/loader.gif*/) right top no-repeat;
}

.ac_odd {
	background-color: #EFF0FE;
}

.ac_over {
	background-color: #D7DDE4;
}
