.suggestion_list
 {
  background: #eeeeee;
  border: 1px solid;
  padding: 0px;
  list-style: none;
 }

.suggestion_list ul
 {
  padding: 0;
  margin: 0;
  list-style: none;
 }
.suggestion_list li
{
   background: #fefefe;
   color: black;
}

 .suggestion_list a
 {
   text-decoration: none;
   color: black;
 }

 .suggestion_list .selected
 {
   background: #dfdfdf;
   color: black;
   text-decoration: none;
 }

 .suggestion_list .selected a
 {
   color: black;
   text-decoration: none;
 }

 #autosuggest
 {
   display: none;
 }
