/*
 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: #000;
	font-size: 1.1em;
}

#LSHighlight small {
	color: #515151;
}

#LSResult {
	position: absolute;
	background-color: #fff;
	width: 160px;
	margin: -20px 0 0 100px;
	font: 90% 'Lucida Grande', Arial, Sans-Serif;
	padding: 0 0 0.7em 0;
	border: 1px solid #000;
	z-index: 100;
}

* html #LSResult {
	margin: 0em 0 0 0.1em;
}

#LSResult:hover #LSHighlight {
	background-color: #000;
	border-color: #000;
}

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

#LSHighlight, .LSRow:hover {
	background-color: #000;
}

#LSHighlight a, .LSRow:hover a {
	color: #fff;
	width: 100%;
	display: block;
}

.LSRow a {
	font-weight: normal;
	font-size: 1.1em;
}

.LSRow a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#searchcontrols {
	padding: 0.3em;
	height: 1em;
}

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

.oddresult {
	background-color: #f5f5f5;
	border-bottom: 3px solid #f5f5f5;
}

.moret {
border-top: 1px solid #000; padding: 0.6em 0.6em 0 0.6em;
}

.moret a {color: #000;}

.moret a:hover {color: #000; text-decoration: underline;}

/* End LiveSearch */