﻿/* FYNB SEARCH SUGGESTIONS 
----------------------------------------------------------*/
#searchsuggestions
{
    display: none;
    position: absolute;
    left:1px;
    z-index: 4;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 12px;
    font-family: Verdana, helvetica, sans-serif;    
}

#searchsuggestions a.alternate{
    background-color:#E0E0E0 ;
}
#searchsuggestions a
{
    display: block;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2px;
    font-size: 12px;
    font-family: Verdana, helvetica, sans-serif;    
}
#searchsuggestions a.hovered
{
    color: #fff;
    background-color: #4986d9;
    font-size: 12px;
    font-family: Verdana, helvetica, sans-serif;    
}