/* 
================================================
autosuggest, inquisitor style
================================================
*/

/* disabled this because it made ff3 go funky */
body {
/*
  position: relative;
*/
}

#search_bar div.autosuggest {
  position: absolute;
	top: 25px;
  clear: both;
}

#search_bar div.autosuggest table {
  width: 525px;
  margin-left: 20px;
  background: #eee;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#search_bar div.autosuggest table td {
	font-size: 12px;
  padding: 3px 6px;
  border-bottom: 1px solid white;
  cursor: pointer;
}

#search_bar div.autosuggest table tr.odd td {
  background: #ccc;
}

#search_bar div.autosuggest table td.moreresults {
  background: black !important;
  text-align: center;
  color: white;
}

#search_bar div.autosuggest table td.label {
  background: #666 !important;    
  text-align: left;
  font-weight:bold;
  color: white !important;
}

#search_bar div.autosuggest .as_warning {
}

#search_bar div.autosuggest em {
  color: black;
  font-style:normal;
  font-weight: bold;
}
#search_bar div.autosuggest table tr.as_highlight td em{
    color:#fff;
}
#search_bar div.autosuggest table tr.as_highlight td{
    color:#eee;
}
#search_bar div.autosuggest .noresults {
  background: #eee;
  padding: 6px;
  margin-left: 20px;
  width: 513px;
}
