body
{

}
.searchDiv
{
  width:650px;
}


.searchDivJr
{

}

div .ra
{
  background:red;
  border-top:0px;
  border-right:0px;
  border-bottom:0px;
  border-left:1px solid lightblue;
}

.suggestion_list
{
  background: white;
  border: 1px solid black;
  padding: 4px;
}

.suggestion_list ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight:bold;
}

.normal
{
  font-weight:normal;
}

.suggestion_list a
{
  text-decoration: none;
  color: black;
}

.suggestion_list .selected
{
  background: #d5e2ff;
  color: black;
}

.suggestion_list .selected a
{
  color: black;
}

#autosuggest
{
  text-align: left;
  display: none;
}

#search-results
{
  overflow:hidden;
}

.lfnt, .lfnts
{
  cursor:pointer
}


