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

#LSResult {
	position:absolute;
	top:1.5em;
	left:0;
	margin:3px 0;	
	background-color:white;
	width:17em;
	border:1px solid black;
	z-index:100;
}

.LSRow {
	padding:0.25em 0.5em;
}

.LSRes.more {
	padding:0 0.25em;
}

#LSHighlight, .LSRow:hover {
	background:#E6E6E6;
}

#searchcontrols .alignright {
  float: right;
  text-align: right;
  width: 49%;
}
	
#searchcontrols .alignleft {
  float: left;
  width: 49%;
}

.oddresult {
	padding:0 0.25em;
	background:#DCDCDC;
}

/* End LiveSearch */