
.ac_ul{
    display: block;
    list-style-type: none;
    list-style: none;
    position: absolute;
    top:0px;
    left:0px;
    width: auto; /*width: 250px;*/
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0px;
    padding:0px;
    border-width:1px 1px 1px 1px;
    border-style: solid;
    border-color: #7b9dd4;
    background: #ffffff;
    font-size: 10px !important;
    /*box-shadow: 0 2px 2px 0 #aaaaaa;*/
}.ac_ul li{
    color: #032A56;
    font-size: 10px !important;
    list-style-type: none;
    list-style: none;
    cursor:pointer;
    margin:0px;
    padding:1px;
    white-space: nowrap;
    min-width: 154px;
/*}.ac_ul li:hover{
    color: #ffffff;
    background-color: #1e90ff;*/
}.ac_ul li.hovered {
    color: #ffffff;
    background-color: #1e90ff;
}.ac_ul li div{
    font-size: 10px !important;
    display: inline-block;
}
.ac_spcod{
    font-size: 10px !important;
    min-width: 50px !important;
    color: #ff6600 !important;
    margin-right: 3px;
}
.ac_sppiva{
    font-size: 10px ;
    color: #0066ff ;
    margin-right: 3px;
    margin-left: 3px;
}