.ac_results{
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
}

.ac_results li {
	cursor: default;
	display: block;
	overflow: hidden;
}

.ac_results table {
    width: 100%;
    overflow: hidden;
} 

.ac_loading {
	background: white; 
}