/*
 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: #fff;
}

#LSHighlight small {
	color: #fff;
}

#LSResult {
	position: absolute;
	top: 29px;
	right: -10px;
	width: 350px;
	margin: 0;
	padding: 0 10px;
	z-index: 1001;
	background: url('gfx/background-search.png') repeat-y top center;
	}
	
	#LSResultBottom {
		position: absolute;
		left: 0px;
		bottom: -15px;
		width: 370px;
		height: 15px;
		z-index: 999;
		background: url('gfx/background-search-bottom.png') no-repeat bottom center;
	}
	
	/*
	* html #LSResult {
		margin: 0em 0 0 0.1em;
	}
	*/
	#LSResult em.noresults {
		display: block;
		padding: 3px 10px 5px 10px;
		font-weight: bold;
		font-style: normal;
		color: #000;
	}
	
	#LSResult:hover #LSHighlight {
		color: #fff;
		background-color: #999;
	}

.LSRow {
	line-height: 1.4em;
	color: #000;
	border: 0;
	}
	.LSRow em { color: #000; }


#LSHighlight, .LSRow:hover {
	color: #fff;
	background-color: #999;
}
#LSHighlight a, .LSRow:hover a,
#LSHighlight a:visited, .LSRow:hover a:visited {
	color: #fff;
	background-color: #999;
}
#LSHighlight a:active, #LSHighlight a:focus, .LSRow:hover a:active, .LSRow:hover a:focus {
	color: #fff;
	background-color: #000;
}

.LSRow a, .LSRow a:visited {
	display: block;
	padding: 5px 10px 7px 30px;
	line-height: 1.2em;
	color: #000;
	border: 0;
	background: url('gfx/bullet-search-star.png') no-repeat 8px 6px;
}
.LSRow a.page { background: url('gfx/bullet-search-page.png') no-repeat 8px 6px; }
.LSRow a strong { line-height: 1.5em; }
.LSRow a small { font-size: .9em; color: #666; }
.LSRow a:hover small, .LSRow a:active small, .LSRow a:focus small { font-size: .9em; color: #fff; }

.LSRes a.more { text-align: right; }
.LSRes a.more, .LSRes a.more:visited {
	display: block;
	margin-top: 1px;
	padding: 2px 10px 2px 10px;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
	border: 0;
	color: #000;
	background: #fff;
}

#searchcontrols {
	display: none;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.1em;
	background: #777;
}

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

.oddresult {
	background-color: rgb(117,144,174); /* #e8dfba; */
	border-color: rgb(117,144,174); /* #e8dfba; */
}

/* End LiveSearch */