/*---------------------------- SEARCH ---------------------------------*/
#search {
	padding-top: 16px;
	
}
#search-criterium {
	background:url(../images/search-input.jpg) no-repeat center center;
	width:125px;
	height:15px;
	border:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:0.7em;
	color:#666;
}
#search-submit {
	background:url(../images/search-icon.png) no-repeat center center;
	border:none;
	cursor:pointer;
	margin:0;
	padding:0;
	height:14px;
	width:14px;
}
#searchForm input[type="submit"]:focus, #searchForm input[type="text"]:focus, #searchForm input[type="password"]:focus {
	outline:none;
}


/*---------------------------- AJAX SEARCH ---------------------------------*/
/*#searchForm {
	position: relative;
	margin-top: 0px;
}*/
#searchForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#searchForm h1 {
	position: absolute;
	top: 27px;
	left:0;
	margin-left: -44px;
	padding-left: 8px;
	width: 186px;
	height: 22px;
	z-index: 200;
	font-size: 0.75em;
	line-height: 2.1em;
	font-weight: normal;
	background: white;
	text-transform: uppercase;
	background:#666;
	color: white;
}
#keywordList {
	position: absolute;
	top:20px;
	left:0;
	width: 125px;
	height: 165px;
	max-height: 165px;
	border-top: none;
	z-index: 1000;
	list-style: none;
	background: white;
	overflow: hidden;
	overflow-y: auto;
	margin:0;
	padding:0;
}
#searchForm #keywordList li {
	cursor: pointer;
	font-size:0.7em;
	line-height:14px;
	padding:0 2px;
	margin: 0;
	border-bottom: 1px solid #888;
	height: 20px;
	background:white;
/*	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;*/
}
#searchForm #keywordList li:hover {
	background-color: #f00;
	color: #000;
}
#searchForm #keywordList li.active {
	background-color: #f00;
	color: #000;
}
/*---------------------------- /AJAX SEARCH ---------------------------------*/


/*---------------------------- RESULTS ---------------------------------*/
#searchlist {
	width: 745px;
	font-size: 0.8em;
	margin-top: 15px;
}
.pagination {
	padding: 0 2em;
	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: 1.5em;
	padding-top: 1.5em;
	border-bottom: 1px solid #ccc;
	
}
