.zoom_ac_dropdown 
{
    font-family: Tahoma;
    font-size: 10pt;
    background-color: white;
    border: 1px solid #cccccc;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;    
    height: 250px;
}

.zoom_ac_item 
{
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;    
}

.zoom_ac_item a { width: 100%; text-decoration: none; }
.zoom_ac_item a:hover { width:100%; text-decoration: underline; }

.zoom_ac_item_hl
{
	padding: 1px;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #CCCCCC;    
    text-decoration: none;
}
.zoom_ac_item_hl a:hover { width:100%; text-decoration: underline; }