
.divAutoCompleteResults {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;
   background:white;

}

.divAutoCompleteResults div {
    padding:7px;
    border-bottom: 1px solid #666;
    cursor:pointer;
    border-bottom: 1px solid #666666;
    height: 35px;
    padding: 2px;
}

.divAutoCompleteResults .selected, .divAutoCompleteResults .selected a {
	  background:;
    color:rgb(0, 0, 102);
}


.divAutoCompleteResults .unselected {
	background-color: #fff;
}
.highlight 
{
    font-weight : bold;
}

.divAutoCompleteResults .unselected.maimulte{
  background-color:rgb(204,255,153);
}

.divAutoCompleteResults h3 {
    font-size:12px;
    font-weight:bold;
    font-family:arial;
    margin:0;
    padding:0;
}

.divAutoCompleteResults a:hover{color:white;}
.divAutoCompleteResults a {
    text-decoration:none;
    color:rgb(0,0,102);
}


.divAutoCompleteResults img {
   float: none;
    height: 30px;
    margin: 3px;
    width: auto;
}
