.searchHeader {
  font-family: Arial, Helvetica, sans-serif;
  background: #efefef;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 5px;
  padding: 5px;
}

.searchResult {
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0px 10px 0px;
  padding-left: 5px;
}

.resultsRed, .resultsSmall, .resultsCategory {
  font-family: Arial, Helvetica, sans-serif;
}

.resultsSmall {
  font-size: 0.9em;
  font-weight: bold;
}

.resultsTime {
  font-size: 0.9em;
  padding-left: 5px;
}

.resultsRed {
  font-size: 1.2em;
  font-weight: bold;
  color: #bf0202;
}

.resultsCategory, .resultsCategory a, .resultsCategory a:hover {
  font-weight: bold;
  color: #77f;
  text-decoration: none;
}

.resultsCategory a:hover {
  color: #bf0202;
  text-decoration: none;
}

.moreResults {
  margin: 10px 0px 5px 0px;
  padding-left: 5px;
  font-weight: bold;
}
