div.responsive_faceted_search {
	width: 280px !important;
}
div#responsiveFactedSearchButton {
	display: none;
	position: relative;
	top: 5px;
	left: 10px;
}
#responsiveFactedSearchButton .search-menu-button {
	padding: 2px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	color: #000000;
	font-size: 32px;
}
#responsive_faceted_search {
	width: 280px;
	text-align: center;
}
.responsivefacetedfilterlist {
	/*width: 260px;*/
	margin-left: 10px;
}
.responsive_search_item:hover {
	background-color: #d3d3d3;
}
#responsive_faceted_search li.selected {
	background-color: #dadada;
}