/* Menu DIV */
.jqac-menu{
  color: black;
  background-color: #f1f4f8;
  border: 1px solid #aaa;
  width:50px;
}
/* unordered list for suggestions */
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
  
}
/* SPAN "link" */
/*текст ссылки*/
.jqac-menu .jqac-link {
  cursor: hand; cursor: pointer;
  display: block;
  font-size:12px; 
  /*font-weight:bold;*/
  font-family:Arial;
}
/* highlighted menu item */
.jqac-menu .jqac-highlight {
  background-color: #ddf;
}
/* warning for no results */
.jqac-menu .jqac-warning {
  display: block;
  font-size:12px; 
  font-family:Arial;
}
/* loading for AJAX get */
/*.jqac-menu .jqac-loading {
  font-style: italic;
  text-decoration: blink;
}*/
/* matched sub-string */
.jqac-menu em {
    /*text-decoration: underline;*/
    font-size:12px; 
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
}
/* suggestion info */
.jqac-menu .jqac-info {
/*color:#666666;*/
font-size:13px;
font-weight:bold;
}
