@charset "utf-8";
/* jQuery-Ajax Auto Suggest v.1.0 */
/* Created by Isaac Oslund | isaac@oslund.ca  */


.ausu-suggest input
{

}

.ausu-suggestionsBox
{
    position: absolute;
    left: 0px;
    top:-2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 26px 0px 0px 0px;
    width: 300px;
    padding:0px;
    color: #fff;
    display: none;
    padding: 0 0 0 0;
    background-color: #222;
}

.ausu-suggestionsBox ul 
{
    list-style:none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #000;
    width: 300px;
}

.ausu-suggestionsBox li
{
    display: block;
    text-indent:  4px;
    width: 300px;
    color: #FFF;
    text-decoration: none;
    /*padding: 6px 0 6px 0;*/
    border-bottom:1px solid #666;
}
.ausu-suggestionsBox ul li a
{
    display: block;
    text-indent:  4px;
    width: 300px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0 6px 0;
    border-bottom:1px solid #666;
}

.ausu-load { background: url(../images/loader.gif) right no-repeat; background-color:white; }

.ausu-suggest
{
    position:relative;
    float: left;
}

.selected a
{
  background-color: #ff3366;
	color:#FFF;
}

