/*
 * Version: $Revision: 22343 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */


.ac_results
{
    margin: 0px;
    background-color: white;
}

.ac_results UL
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ac_results UL LI
{
    list-style-type: none;
    display: block;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid black;
    border-top: 0;
    padding: 2px 6px 2px 6px;
}

.ac_results UL LI.ac_over
{
    background-color: #eee;
}

.ac_results UL LI .informal
{
    font-weight: normal;
    font-size: 80%;
    margin-bottom: 0;
}