@charset "utf-8";
/**
 **************************************************
 INDEXED SEARCH
 *
 * @description:css definitons for EXT:indexed_search
 * @beware:is dependent on the modified template
 **************************************************
**/
.tx-indexedsearch {
}

.tx-indexedsearch .tx-indexedsearch-res {
}

.tx-indexedsearch .result {
	padding-top:0.4em;
	border-top:1px dotted #c4c4c4;
}

.tx-indexedsearch h3 {
	position:relative;
	background:#eeeeee;
}

.tx-indexedsearch h3 a {
	color:#333333;
}

.tx-indexedsearch h3 span {
	display:inline;
	color:#666666;
}

.tx-indexedsearch h3 span.icon {
	vertical-align:text-bottom;
}

.tx-indexedsearch h3 span.percent {
	position:absolute;
	right:0;
}

.tx-indexedsearch dl.info dt {
	clear:left;
	float:left;
	width:65px;
}

.tx-indexedsearch dl.info dd {
	float:left;
}

.tx-indexedsearch .tx-indexedsearch-redMarkup {
	background:#bbd8fa;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	padding-left:0;
	font-size:0.9em;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	margin-right:10px;
	display:inline;
}

.tx-indexedsearch .tx-indexedsearch-browsebox a {
	border-color:#b4b4b4;
	color:#b4b4b4;
}