
/*---------------------------- AJAX SEARCH ---------------------------------*/
#searchForm {
	position: relative;
	margin-top: 10px;
}
#searchForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#searchForm h1 {
	position: absolute;
	top: 24px;
	left:0;
	margin-left: 0px;
	padding-left: 8px;
	width: 185px;
	height: 25px;
	padding-top: 13px;
	z-index: 200;
	font-size: 0.75em;
	line-height: 2.1em;
	font-weight: normal;
	background: white;
	text-transform: uppercase;
	background: url(../images/bg-search-header.gif) top left no-repeat;
	color: #333;
}
#keywordListContainer {
	position: absolute;
	top: 60px;
	left:0;
	margin-left: 0px;
	width: 185px;
	height: 257px;
	border-top: none;
	z-index: 200;
	list-style: none;
	overflow: hidden;
	background: #000;
	display: none;
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}
#keywordList {
	position: absolute;
	top: 38px;
	left: 7px;
	width: 188px;
	z-index: 1000;
}
#searchForm #keywordList li {
	cursor: pointer;
	color:  #333;
	font-size: 1em;
	line-height: 2em;
	padding-left: 8px;
	margin: 0;
	border-bottom: 1px solid #888;
	height: 25px;
	background: #f0f0f0;
	z-index: 1000;
/*	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;*/
}
#searchForm #keywordList li:hover {
	background-color: #999;
	color: #fff;
}
#searchForm #keywordList li.active {
	background-color: #999;
}

#search-term {
	padding: 10px 0;
}

#searchresults h4 {
	padding: 5px 0;
	font-size: 1.2em;
}

/*---------------------------- /AJAX SEARCH ---------------------------------*/
.pagination {
	padding: 1em 0;
	list-style: none;
}
.pagination li {
	padding-right: .5em;
	display: inline;
}
.pagination li.active {
	font-weight: bold;
}
.pagination li.active a {
	text-decoration: none;
}
.result {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
