@charset "UTF-8";

/*
 * @version $Id: extensions.css 38 2008-07-16 13:25:44Z waidelich $
 */
 
 
/* ### indexed_search ### */

.tx-indexedsearch .tx-indexedsearch-form {
	margin-right: 10px;
	float: left;
}

.tx-indexedsearch fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-sword {
	border: 1px solid #a6a6a6;
	margin-left: 4px;
	width: 122px;
}

.tx-indexedsearch .inputImage {
	background: transparent url('../gfx/searchBoxSubmit_bg.gif') left bottom no-repeat;
	width: 59px;
	height: 20px;
}

.tx-indexedsearch .tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res {
	margin: 10px 0 20px 0;
}

.tx-indexedsearch .tx-indexedsearch-res h3 {
	clear: both;
	margin: 13px 0 8px 0;
	border-bottom: 1px solid #6c6c6c;
	height: 17px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	float: left;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
	float: right;
	color: #999;
}

.tx-indexedsearch .tx-indexedsearch-info {
	padding-bottom: 15px;
	color: #999;
	font-size: 10px;
}
.tx-indexedsearch .tx-indexedsearch-info dd {
	margin-right: 5px;
}
.tx-indexedsearch .tx-indexedsearch-info dt, .tx-indexedsearch .tx-indexedsearch-info dd {
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	margin: 20px 0;
	text-align: center;
	font-style: italic;
}