/* livesearch styles */
#livesearch {
border: 1px solid #666;
background-color: #eee;
font-family: arial;
font-size: 12px;
color: #333;
display: block;
}


#LSResult {    
background-color: #fff;
width: 200px;
min-width: 200px;
max-height: 150px;
min-height: 52px;
overflow: auto;
margin: 0;
padding: 0;
}
 
ul#LSShadow {
      position: relative;
      right: 1px;
      margin: 0px;
      padding: 0px;
      background-color: #666; /*shadow color*/
      color: inherit;
}
#LSResult ul { 
     margin: 0px;
     padding: 0px;
	list-style: none;
}
#LSResult ul li {
    padding: 0;
    line-height:15px;
    margin-bottom: 0px;
}
 
.LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: white;
      border:  1px solid #AAA;
    }
 .LSRow a {
	font-family: arial;
	size: 12px;
	text-decoration: none;
	color: #999;
	display: block;
}
.LSRow a:hover {
	background-color: #ccc;
}
#LSHighlight {
     
     color: #564b47;  
     background-color: #ccc;
}
