/* CSS Styles for LiveSearch drop down */
 
#livesearch_result  {
    clear:both;
    float:left;
    background:#fff;
    position:absolute;
    margin: 28px 0 0 0;
    width:500px;
    z-index:9999;
    font-size:0.85em;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
  
#author_livesearch_result {
	position: absolute;
	left: 179px;
	top: 48px;
	background:#fff;
	width: 220px;
}
.borders  {
    border: 1px solid #E2DFD6;
}
#livesearch_result div,
#author_livesearch_result div {
    float:left;
    clear:both;
    margin:0;
    padding:0 10px;
    line-height:20px;
}
#livesearch_result div {
    width:480px;
}
#author_livesearch_result div {
    width:200px;
}
  
#livesearch_result div:hover,
#author_livesearch_result div:hover {
    background: #EEECE6;
}
 
/*
#livesearch_result div.alt  {
    border-top:1px dashed #D0D0D0;
    border-bottom:1px dashed #D0D0D0;
}
*/

a.livesearch, 
a.livesearch:hover, 
a.livesearch:focus {
    margin:0;
    background:none;
    color:#000;
    font-weight:normal;
    border: 0px solid #fff;
	text-decoration: none;
	padding: 0;
}
a.livesearch .title {
    color:#D8662A;
}
em.highlight  {
    background:none;
    font-weight:bold;
    margin:0;
    padding:0;
}		  