/* Search Results */

	/* Filter & pagination */

.search-filter {
	overflow: hidden;
	width: 100%;
}

.search-filter form {
	margin: 0.5em 0 0 2.4em;
	width: 28em;
}

.search-filter form * { vertical-align: middle; }

.search-filter label {
	display: inline-block;
	font-size: 140%;
	font-weight: bolder;
	line-height: 1.42;
	margin-right: 0.714em;
}

.search-filter select { font-size: 120%; }

p.results-count {
	float: left;
	margin: 0 1.714em;
	padding: 0.714em 0;
	width: 23.857em;
}

div.pagination-container {
	width: 100%;
}

ol.pagination {
	list-style: none;
	margin: 2em 0;
	text-align: center;
}

.search-filter .pagination { margin: 1em 2.4em 1em 0; }

.search-filter form, .pagination li { float: left; }

.pagination li {
	list-style: none !important;
	margin-left: 0.429em;
	font-weight: bold;
	text-align: center;
	display: inline;
	float: none !important;
}

.pagination li.first {
	margin-right: 10px;
}

.pagination li.last {
	margin-left: 10px;
}

li.prev, li.next { width: 1em; }

li.prev a, li.next a {
	background: url('../images/prev_next.png') no-repeat left center;
	display: block;
	height: 1.429em;
}

li.next a { background-position: right center; }

.prev span, .next span { display: none; }

	/* Results */

.search-result {
	margin-bottom: 0;
	padding: 2em 0 1em;
	overflow: hidden;
	width: 100%;
}

.search-result .body-copy {
	float: right;
	margin-right: 10.4em;
}

.google .search-result .body-copy {
	float: left;
	margin-right: 0;
}

.search-result h3, .search-result p { margin-bottom: 0; }

.search-result p { max-width: none; }

.search-result a.search-result-image-link {
	width: 58px;
	height: 58px;
	margin: 4px 17px 17px 0;
	float: left;
}

.search-result img {
	float: left;
}

.search-result .secondary p, .search-result .secondary p strong { font-style: italic; }

.search-result .secondary p { margin: 0; }

	/* Region Finder */
	
.region-finder h4 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.region-finder form {
	height: 8em;
	margin: 0 2.4em 2em;
}

.region-finder form * { vertical-align: middle; }

.region-finder label, .region-finder input { font-size: 120%; }

.region-finder label {
	border-bottom: 1px solid rgb(143,131,119);
	display: block;
	line-height: 1.667;
	margin-bottom: 0.75em;
	padding-bottom: 0.833em;
}

	/* Faceted Search */

.search-filters li a span {
	color: black;
	font-weight: normal;
}

.search-filters li a:hover span { color: rgb(222,0,121); }

.filters ul, .filtered ul ul { margin: 0; }

.filters li li {
	background-image: none;
	font-size: 100%;
	padding-left: 0;
}

		/* Applied Filters */
		
div.filtered {
	background-color: rgb(244,240,229);
	border-color: 
}
		
.filtered li {
	background-image: none;
	padding-left: 0;
}

.secondary li { background: url('../images/icons/filter_select.png') left 0.7em no-repeat;}

.secondary .filtered li { background: none; }

.secondary .filtered li li {
	background:url('../images/icons/filter_selected.png') left 0.5em no-repeat;
	font-size: 100%;
	padding-left: 20px;
}

.secondary .remove {line-height: 1; margin: 0 1.917em 1.667em; padding-top: 0.583em; border-top:1px solid #DAD6D2}
.secondary .remove a { padding-left:20px; background:url(../images/icons/filter_remove.png) left center no-repeat}

