/* 
	Module Search - Search results styles
	--------------------------------------------------
*/
form#pbsearch_form input {
	display: block;
	float: left;
	height: 1.5em;
	padding: .4em 0 .2em .5em !important;
	margin: 0;
	border-bottom: 1px solid #f1ece5;
	background: url(../img/bg_input.gif) repeat-x 0 0;
}

form#pbsearch_form {
	background: none;
	float: right;
}

div.searchResults dt {
	margin-top: 1.5em;
	font-size: 100%;
	font-weight: bold;
}

div.searchResults dt a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;
	border-bottom: 1px solid #005b5d;
	color: #005b5d;
	background-image: none;
	padding-left: 0 !important;
	
}
div.searchResults dt a:hover {
	color: #000;
}
div.searchResults dt a:visited {
	color: #444;
}

div.searchResults dd.url,
div.searchResults dd.relevance {
	display: none;
}

div.searchResults div.pagesTop,
div.searchResults div.pagesBottom {
	margin-top: 1em;
	text-align: right;
	border-top: 2px solid #eee;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.searchResults div.pagesTop {
	margin: 0 0 1em 0;
	border-top: none;
	border-bottom: 2px solid #eee;
}

div.searchResults div.pagesTop a,
div.searchResults div.pagesBottom a,
div.searchResults div.pagesTop strong,
div.searchResults div.pagesBottom strong {
	text-decoration: none;
	padding: .1em .3em;
	border-bottom: none !important;
}

div.searchResults div.pagesTop a:hover,
div.searchResults div.pagesBottom a:hover {
	color: green;
}

div.searchResults div.pagesTop a:visited,
div.searchResults div.pagesBottom a:visited {
	color: #444;
}

form#pbsearchform button {
	float: right;
}
