.pager-and-filters {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.pager-and-filters form {
	margin: 0;
}

.pager-wrapper {
	font-size: 12px;
	background-color: #e2e2e2;
	padding: 10px 15px;
}

.pager-wrapper.new-line {
	padding-top: 45px;
}

.results-search {
	padding: 5px 15px;
}
.results-search.pager-line {
	padding-top: 40px;
	float: right;
}
.results-filters {
	position: absolute;
	top: 5px;
	right: 15px;
}

.results-filters.no-search {
}

.no-results {
	font-size: 15px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.filter-label {
	color: #999;
	font-weight: bold;
	margin: 0 5px 0 15px;
	position: relative;
	top: 1px;
}

.pager {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 25px;
	color: #888;
}

.pager-wrapper .results {
	font-weight: bold;
	text-transform: uppercase;
}

.separator {
	display: inline-block;
	margin: 0 8px;
}

.separator:after {
	content: "|"
}

.displayed-results {
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.displayed-results > span {
	color: #888;
	font-weight: normal;
}
