/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
.yui-ac{
    position:relative;
    font-family:arial;
    font-size:100%;
}

.yui-ac-input{
    /*position:absolute;*/
     position:relative;  display: inline;
    width:90%;
}

.yui-ac-container{
    position:absolute;
    width:100%;
}

.yui-ac-content{
    border:1px solid #808080;
    background:#fff;
    position:relative;
    max-height:11em;
    width: 700px;
    overflow:auto;
    overflow-x:hidden; /* scrolling */
    _height:11em; /* ie6 */
    z-index:9071;
    /* Custom size for auto-suggest control */
    font:13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

.yui-ac-shadow{
    position:absolute;
    margin:.3em;
    width:100%;
    background:#000;
    -moz-opacity:0.10;
    opacity:.10;
    filter:alpha(opacity=10);
    z-index:9049;
}

.yui-ac-content ul{
    margin:0;
    padding:0;
    width:100%;
}

.yui-ac-content li{
    margin:0;
    padding:2px 5px;
    cursor:default;
    white-space:nowrap;
}

.yui-ac-content li.yui-ac-prehighlight{
    background:#B3D4FF;
}

.yui-ac-content li.yui-ac-highlight{
    background:#426FD9;
    color:#FFF;
}