.ac_results {
	border-top: 1px solid rgb(204, 204, 204);
	background-color: white;
	margin: 0pt auto;
	position: absolute;
	width: 296px;
	clear: both;
}

.ac_results li {
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	padding: 5px 2px;
	color: #101010;
	text-align: left;
	width: 290px;
}

.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;
}