/* extension: indexed search */
.tx-indexedsearch-res table td {
	margin: 0px;
	padding: 20px 5px 5px 0px;
	vertical-align: top;
}
* html .tx-indexedsearch-res table td {
	font-size: 0.7em;
}
.tx-indexedsearch-res table td p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.tx-indexedsearch-whatis {
	padding: 11px 0px 0px 0px;	
}
.searchresult {
	border-top: 1px solid #EEE;
}
.searchresult .rating {
	width: 40px;
}
.browsebox {
	padding: 0px 0px 10px 0px;
	list-style-type: square;
}
.browsebox li {
	list-style-type: square;
}
* html .browsebox li {
	font-size: 1.1em;
}

.tx-indexedsearch-browsebox span {
	padding: 5px 8px 5px 8px;
	margin: 0 5px 0 5px;
	font-size: 12px;
	border: 1px solid #e0e0e0;
}

.tx-indexedsearch-browsebox span.current {
	background-color: #e9e9e9;
	font-weight: bold;
}


.tx-indexedsearch-browsebox span.current a {
	color: #900000;
}

.tx-indexedsearch-browsebox span:hover {
background-color: #e0e0e0;
}
