 .ac_results {
	  -moz-border-bottom-colors: none;
      -moz-border-image: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: none repeat scroll 0 0 #FFFFFF;
      border-color: -moz-use-text-color #A4A4A4 #A4A4A4;
      border-radius: 0 0 5px 5px;
      border-right: 1px solid #A4A4A4;
      border-style: none solid solid;
      border-width: medium 1px 1px;
      box-shadow: 0 3px 6px #AAAAAA;
      text-align: left;
      padding: 0px;
	  color:#333;
	  font-weight:bold;
      overflow: hidden;
      z-index: 99999;
  }
    
   .ac_results ul {
      width: 100%;
      list-style-position: outside;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
   .ac_results li {
      margin: 0px;
      padding: 10px 5px;
      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: 20px;
        overflow: hidden;
   }
   
   /*
   .ac_loading {
       background: white url('indicator.gif') right center no-repeat;
   }
   */
   
    .ac_odd {
      background-color: #fff;
	  border-top: 1px solid #EEEEEE;
	  color: #0673ba;
	  font-weight:bold;
    }
   
   .ac_over {
     background-color: #edfdff;
     color: #000;
	 font-weight:bold;
  }
