
/*#sug_content
{
  width: 100%;
}
*//*
#sug_content
{
  float: left;
}

#fast_search #sug_content
{
  width: 300px;
}
*/
#dp_fast #sug_content
{

}

/*
#sug_message
{   
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px
}

#sug_content a 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}
 
#sug_content input 
{
  border: #999 1px solid; 
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px 
}*/
#sug_scroll
{
  position: absolute;
  margin: 20px auto;
  visibility: hidden;
  display:none;
  background-color: white;
  z-index: 1000;    
  width: 175px;
/*  height: 180px;*/
  height:auto;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #969696;
  border-width: 1px;      
  overflow: auto
}

#sug_scroll div
{
  margin: 0 auto;
  text-align:left
}

#sug_suggest table
{
  width: 175px;
  font-size: 11px;
  font-weight: normal;
  color: #53594B;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

#sug_content .highlightrow
{
  background-color: #d8d7d2;
  cursor: pointer
}
 

