#ac_searchform div {
  color: #EEEEEE;
}
#ac_searchform div input {
  background-image: url(../images/back-search.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  border-width: 0;
  height: 19px;
  padding-left: 17px;
  padding-right: 10px;
  width: 108px;
  outline:none !important;
}
#ac_searchform div img#ac_search_loader{
  display:none;
  position:absolute;
  margin-left:112px;
  margin-top:4px;
}

#ac_suggestions {
  display: none;
  position: absolute;
  margin-left:-186px;
  z-index:10001;
  width: 320px;
}
#ac_searchresults {
  background-color: #A0A0A0;
  border: 1px solid #919191;
  font-size: 10px;
  line-height: 14px;
  width: 320px;
  padding-bottom:0px;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 2px 2px;
}
#ac_searchresults a {
  background-color: #E4E4E4;
  clear: left;
  display: block;
  height: 56px;
  text-decoration: none;
  padding:0 5px 0 5px;
}
#ac_searchresults a:hover {
  background-color: #B7B7B7;
  color: #FFFFFF;
}
#ac_searchresults a img {
  float: left;
  padding: 5px 10px;
}
#ac_searchresults a span.searchheading {
  color: #191919;
  display: block;
  font-weight: bold;
  padding-top: 5px;
  font-size:11px;
}
#ac_searchresults a:hover span.searchheading {
  color: #FFFFFF;
}
#ac_searchresults a span {
  color: #555555;
}
#searchresults a:hover span {
  color: #F1F1F1;
}
#ac_searchresults span.category {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  margin: 5px;
  font-weight:bold;
}
#ac_searchresults span.seperator {
  background-image: url(../images/shortcuts_arrow.gif);
  background-position: right center;
  background-repeat: no-repeat;
  display:block;
  text-align:right;
  margin-right: 5px;
  padding-right: 15px;
  line-height:25px;
  font-size:11px;
  font-weight:bold;
}
#ac_searchresults span.seperator a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  height: auto;
}
