div.ac_results{
	padding: 0px;
	border: 1px solid #999;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width: 187px !important;
}

div.ac_results ul{
	margin: 0px;
	padding: 0px;
	background: #fff;
	list-style-type: none;
}

div.ac_results ul li{
	margin: 0px;
	padding: 5px;
	text-align: left;
	background-image: none;
}

div.ac_results ul li strong{
	color: #008BD0;
	font-weight: bold;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #777;
	color: white;
}



li.results-entry {
	background-image: none;
	background-position: 0 0;
	padding: 0;
}

.results-highlight {
	background: #D9EEF8;
}


#tx-solr-search {
	width: 450px;
	float: left;
	margin-right: 15px;
}

#tx-solr-search-functions {
	width: 160px;
	float: right;
}


#tx-solr-search-functions li {
	background-image: none;
	background-position: 0 0;
}

#tx-solr-faceting {
	margin-bottom: 10px;
}

#tx-solr-sorting h3 {
	color: #434343;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

.tx-solr-relevance-bar {
	width: 100px;
	height: 8px;
	border: 1px solid #aaa;
	padding: 1px;
}
.tx-solr-relevance {
	background-color: #999;
	height: 8px;
	margin: 0 !important;
	padding: 0;
	float: left;
}
.tx-solr-relevance-fill {
	background-color: #ddd;
	height: 8px;
	margin: 0 !important;
	padding: 0;
	float: left;
}

.results-list {
	margin-top: 15px;
}

.tx-pagebrowse {
	list-style: none inside none;
	padding: 0 0;
	margin: 0 0;
	width: 100%;
}

.tx-pagebrowse li {
	display: inline;
	list-style: none;
	background-image: none;
	background-position: 0 0;
	margin: 0 0;
	padding: 0 5px 0 0;
}

li.tx-pagebrowse-pages {
	width: 80%;
}

li.tx-pagebrowse-pages ol {
	display: inline;
	margin: 0 0;
	padding: 0 10px;
}