/* extension: indexed search */


.searchresult {
	border-top: 1px solid #EEE;
}
.searchresult .rating {
	width: 40px;
}

.tx-indexedsearch-browsebox {
	float: left;
	width: 100%;
}

.tx-indexedsearch-res {
	float: left;
	padding-bottom: 7px;
	padding-top: 7px;
}

div.item {
	float: left;
}

div.tx-indexedsearch-res div.tx-indexedsearch-res {
	border-bottom: 1px dotted #c0c0c0;
}

.browsebox {
	text-align: center;
}

.browsebox li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
}

.browsebox li a:hover {
	font-weight: bold;
}

.browsebox li.tx-indexedsearch-browselist-currentPage {
	background-color: #e0e0e0;
}

.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #900000;
	text-decoration: none;
}


.tx-indexedsearch-browsebox li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.tx-indexedsearch-browsebox li a:hover {
	background-color: #e0e0e0;
}
