﻿
#searchControls, #searchSuggestions {
  margin: 0;
}

div.suggestionListOff {
  display: none;
  visibility: hidden;
}

div.suggestionListOn {
  width: 402px;
  border: solid 1px #CCC;
  background: #FFF;
  color: #000;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-family: arial, sans-serif;
  cursor: default;
  line-height: 17px;
  z-index: 99;
  position: absolute;
}

.suggestedItemOn, .suggestedItemOff, .hideSuggestionsLink {
  height: 20px;
  width: 396px;
  padding: 0 2px 0 4px;
  background: #FFF;
  color: #000;
}

.hideSuggestionsLink {
  font-size: 10px;
  text-align: right;
}

.suggestedItemKeyword {
  height: 20px;
  width: 300px;
  float: left;
  color: #000;
}

.suggestedItemMeta {
  height: 20px;
  width: 92px;
  text-align: right;
  float: right;
  color: #0A0;
}

.suggestedItemOn {
  background: #CCC;
  color: #FFF;
}

.hideSuggestionsLink a {
  text-decoration: underline;
}

