/*
 Style sheet for LiveSearch plugin
 Feel free to modify any/all colors and layouts,
  but preserve the class names and id's
*/

.LSRow small, #searchcontrols small {
	color: #4bb5a5;
}

#LSHighlight small {
	color: #d6ff00;
}

#LSResult {
	position: absolute;
	background-color: #eeeeee;
	width: 17em;
	margin: 0 0 0 0.1em;
	font: 90% "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	padding: 0 0 0.7em 0;
	z-index: 100;
	}

#LSResult:hover #LSHighlight {
	background-color: #fafafa;
	}

.LSRow {
	text-align: left;
	padding: 0.3em 1em 0.3em;
	}

#LSHighlight, .LSRow:hover {
	background-color:#fafafa; /* #e8dfba; */
	border: 1px solid #fafafa;
	}



.LSRow a {
	color: #4bb5a5; /* #7a6616; */
	font-weight: normal;
}

.LSRow a:hover {
	color: #d6ff00; /* #53460d; */
	font-weight: normal;
}

#searchcontrols {
	padding: 0.3em;
}

.oddresult {
	background-color: #FFFFFF; /* #e8dfba; */
	border-color: #FFFFFF; /* #e8dfba; */
}

/* End LiveSearch */