.ac_results {
	border: 1px solid #bbb;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	margin-left: 1px;
	overflow: auto;
}

.ac_results li {
	padding: 3px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left; font-size:12px;
	
}

.ac_over {
	cursor: pointer;
	background-color: #f2f8fe;

}

.ac_match {
	text-decoration: underline;
	font-weight: 700;
	color: black;
}

.search_list{ position:absolute; right:-1px; top:27px; background:#f3f3f3; width:270px; border-bottom:solid 4px #d8d8d8; z-index:5;padding:15px 0;}
.search_list .ac_over {cursor: pointer; background-color: #f3f3f3;}
.bottom .search .text:focus {color:#FFF;}

	