/* CSS Document */




#LSResult {  
	position: absolute;
	  background-color: #aaa;  
      margin: 0px;
      padding: 0px; 
	
}
#LSResult ul {
	 position: relative;
	min-width: 180px;
     margin: 0px;
     padding: 0px;
	 list-style-type: none;
}

#LSResult li {
    padding:2px;
    line-height:15px;
	list-style-type: none;
}
  
ul#LSShadow {
      position: relative;
      right: 1px;
      margin: 0px;
      padding: 0px;
      background-color: #666; /*shadow color*/
      color: inherit;
} 


 
.LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: white;
      border:  1px solid #AAA;
    }
  
#LSHighlight {
     color: #564b47;  
     background-color: #f42a42;
}
