.Suggestion,
.SuggestionMouseOver,
.SuggestionSelected
{/*
  overflow: hidden;
  height: 1.4em;
  white-space: pre;
  */
  margin: 0px;
  padding: 0px;
  padding-left:25px;
  border-top: 1px solid  #dddddd;
  cursor: pointer;
  z-index:242;
  /*
  background-position: top left;
  background-repeat: no-repeat;
  */
  
}

.Suggestion
{ 
  background-color: white;
  color: black;
}

.SuggestionMouseOver
{
  background-color: #eeeeff;
  color: black;
}

.SuggestionSelected
{/*
  font-weight: bold;
  */
  background-color: #9a9cff;
  color: white;
}
