@charset "utf-8";
.ac_over {
    background-color: #3366CC;
    cursor: pointer;
}

.ac_results li, .rc_results li {
    color: #AAAAAA;
    padding: 2px 5px; /*text-align: left;*/
    white-space: nowrap;
}

.ac_results, .rc_results {
    /*background-color: white;*/
    background-color: #e0eee8;
    border: 1px solid gray;
    display: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 154px;
    z-index: 10000;
	font-size:12px;
    color:#70f3ff;
}