.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color: #555555;
}

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

.ac_results li {
	font: menu;
	font-size: 0.9em;
	margin: 0px;
	padding: 1px 5px;
	text-indent: 0px;
	text-align: left;
	
	cursor: default;
	display: block;
	/*width: 100%;  /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used*/
	line-height: 12px; /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
	overflow: hidden;
}

.ac_loading {
	
}

	.ac_odd {
		background-color: #f0f0f6;
	}
	
	.ac_over {
		background-color: #3aae3a;
		color: Black;
	}
