.ac_results {
	padding: 0px;
	border: 1px solid black;
	overflow: hidden;
	z-index: 99999;
	border:1px solid #ccc;
	background:#fff;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 7px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;font: menu;*/
	
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align:left;
	color:#333;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

li.ac_odd {
	background-color:transparent;
}

li.ac_over {
	background-color: #600;
	color: #fff;
}
.ac_results li strong { color:#900;}
.ac_results li.ac_over strong { color:#fff;}

div#search { z-index:99; clear:both; width:350px; float:right;}
#searchterms, #searchterms2{        
        border:0 none;
        float:left;
        font-size:21px;
        height:26px;
        margin:0;
        padding:3px;
        width:230px;
        color:#555b62;
        z-index:99;
    }    
    #searchbutton, #searchbutton2{         
        border:0 none;
        color:#FFFFFF;
        float:left;
        font-size:18px;
        font-weight:bold;
        height:32px;
        margin:0;
        padding:0;
        text-align:center;
        width:65px;
    }
    #searchbutton:hover{ cursor:pointer; }    
    #search_options, #search_options2{
	    clear:both; 
	    margin: 0 40px 0 0; 
	    font-size:12px; 
	    padding-top:3px;
	    padding-right:20px;
	    float:right;
	}
    #search_options input{margin-right:5px;}
    #search_options label{ margin-right:15px;}
          
    .ui-autocomplete {
	    position: absolute;
	    width: 250px;
	    top:80px;
	    left:796px;
		padding: 0px;
		border: 1px solid black;
		 overflow:auto;
	    max-height:180px;
		z-index: 99999;
		border:1px solid #ccc;
		background:#fff;
    } 

    .ui-autocomplete ul {
	    width: 100%;
	    list-style-position: outside;
	    list-style: none;
	    padding: 0;
	    margin: 0;	    
    }

    .ui-autocomplete li {
	    
    }        

    .ui-menu-item a {
	    margin: 0px;	    
	    cursor: default;
	    display: block;
	    padding:7px;
	    font-size:14px;
	    line-height: 16px;
	    overflow: hidden;
	    text-align:left;
	    color:#333;
    }
    
    #ui-active-menuitem {
	    background-color: #600;
	    color: #fff;	    
    }    