﻿.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px 0px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	width: auto;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_over_freeword {
	cursor: pointer;
	background-color: #F0F0F0;
}

ul li.suggest_title {
    color: #833A19;
    background-color: #FFEBFC;
    text-align: left; 
}
