.ac_results {
    background-color: white;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
    width: 296px ;
    top: 90px ;
    border-bottom: 0;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
    border-bottom: 1px solid #eee;
    cursor: default;
    display: block;
    font-family: 微软雅黑;
    font-size: 13px;
    height: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
}
.ac_results li strong{  
    font-size: 15px;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f7f9f9;
}

.ac_over {
	background-color: #379fee;
	color: white;
}




