.facet-filter {
	display: inline-block;
	margin: 0 5px 0 0;
}
.facet-filter select {
	padding: 5px;
}

.facet-search {
	float: right;
	margin: 0;
}
.facet-search input {
	min-width: 220px;
	min-height: 30px;
	padding: 5px 28px 2px 8px;
}
.facet-search span {
	position: relative;
}
.facet-search-btn {
	top: -2px;
	right: 8px;
	line-height: 1;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
}
.facet-search-btn:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url('../img/icon-search.png') no-repeat;
	background-size: 20px 20px;
}

.facet-alphabet {
	margin-top: 10px;
	display: block;
}
.facet-alphabet span {
	display: inline-block;
	color: #333;
	margin-right: 4.5px;
	cursor: pointer;
}
.facet-alphabet span.active {
	font-weight: bold;
}

#facet-loader td {
	padding: 20px 0;
	text-align: center;
}
#facet-error td {
	padding: 20px 0;
}