/**
 * @file
 *   Adds some styles to the standard Drupal autocomplete widget.
 */
.apachesolr_autocomplete.message {
  font-size: 80%;
  color: #888;
}
.apachesolr_autocomplete.count {
  float: right;
}
.apachesolr_autocomplete.suggestion {
  display: inline;
  float: left;
}

div.ac_results li {
  list-style: none;
  background-image: none !important;
}

html.js .form-autocomplete.apachesolr-autocomplete {
  background-image: url(../img/throbber-large.gif);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

html.js .form-autocomplete.apachesolr-autocomplete.throbbing {
  background-position: 100% -38px;
}
