.searchAutoSuggestBox {
  position: absolute !important;
  text-overflow: ellipsis;
  min-height: 25px;
  background-color: #fff !important;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #F2F2F2;
  z-index: 99999;
  padding: 0 !important;
}
.searchAutoSuggestBox a {
  background-color: #fff;
}
p > .searchAutoSuggestBox {
  font-size: 116% !important;
}
span > .searchAutoSuggestBox {
  font-size: 116% !important;
}
.searchAutoSuggestBox a {
  display: block;
  padding: 0.2em 0.5em 0.3em 0.5em;
  margin: 0px;
  border-bottom: 1px solid #F2F2F2;
}
.searchAutoSuggestBox a:hover,
.searchAutoSuggestBox a:focus {
  background-color: #F2F2F2;
  text-decoration: none;
}
#main .searchAutoSuggestBox a.active,
.searchAutoSuggestBox a.active {
  background-color: #F2F2F2;
}
