@charset "utf-8";
/* CSS Document */

form#search-form{
  position: relative;

}

form#search-form ul:not(#principale){
	  position: absolute;
	  top: 0;
	  left: 0; 
	  width: auto;
	  overflow:auto
	  max-height: 200px;  
	  z-index: 10;	  
	  border:1px solid #DDDDDD;
	  border-radius: 6px;
	  background-color: #F4F4F4; 
	  text-align:left;  
  }
 
span.ui-helper-hidden-accessible{
  display: none !important;
}
/*.ui-state-focus {
	 color: #F00;
	 background-color:   #428bca;
}*/