.tx-solr-autosuggest strong {
    color: #0075BE;
}

.tx-solr-autosuggest .autocomplete-selected { background: #B4E2FF; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #A62E34!important;
	border-color: #A62E34!important;
}

div.solr-pagination > ul.pagination > li.active > a.solr-ajaxified {
	color: #fff !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #A62E34;
}

ul.dropdown-menu > li {
	list-style-image: unset !important;
}