/**
 * Styles for indexed search extension at KMB
 */

.tx-indexedsearch-searchbox {
	margin-bottom:			2.8em;
}

.tx-indexedsearch-form label {
	display:				none;
}

.tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
	float:					left;
	margin-right:			.5em;
	width:					15em;
	font-size:				1em;
	padding:				0 3px;
	border:					1px solid #999;
}

.tx-indexedsearch-searchbox-button {
	border:					1px solid #999;
	font-size:				.9em;
	padding:				0 3px;
}

.tx-indexedsearch-res .res {
	margin-top:				1.725em;
	border-top:				1px dotted black;
	padding-top:			1.725em;
}

.tx-indexedsearch-res a {
	color:					black;
}

.tx-indexedsearch-res a:hover,
.tx-indexedsearch-res a:active {
	color:					#E51D3C;
	text-decoration:		none;
}

.tx-indexedsearch-res h2 {
	font-size:				1em;
	font-weight:			bold;
	background:				none;
}

.tx-indexedsearch-descr {
	padding-right:			.5em;
	height:					5.175em;
	overflow:				hidden;
}

.tx-indexedsearch-browsebox {
	margin-top:				1.725em;
	border-top:				1px dotted black;
	padding-top:			1.725em;
	margin-bottom:			3.1em;
}

.tx-indexedsearch-browsebox ul.browsebox {
	list-style-type:		none;
}

.tx-indexedsearch-browsebox ul.browsebox li {
	display:				inline;
	margin-right:			.9em;
	background-image:		none;
}