@charset "utf-8";
/* CSS Document */

.tx-indexedsearch
{
	width:100%;
	float:left;
}

.tx-indexedsearch-searchbox
{
	background-color: #e4e4e4;
	border:1px solid #ccc;
	font-size:11px;
	float:left;	
	width:100%;

}

.tx-indexedsearch-padding
{
	padding:10px;
}

.tx-indexedsearch-searchbox label
{
	width:85px;
	float:left;
}
.tx-indexedsearch-searchbox table
{
	width:100%;
}

.tx-indexedsearch-searchbox input
{

}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select
{
	margin-bottom:2px; 
	padding:1px;
	width:180px;
	float:left;
}

.tx-indexedsearch-searchbox select
{
	width:185px;
}

.tx-indexedsearch-searchbox .checkbox
{
	width:20px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button
{
	float:left;
	border:1px solid #999;
	background-color:#ccc;
	height:18px;
	width:185px;
}


.tx-indexedsearch-whatis,
.tx-indexedsearch-browsebox
{
	background-color: #e4e4e4;
	border:1px solid #ccc;
	font-size:11px;
	width:100%;
	float:left;	
	margin-top:10px;
}

.tx-indexedsearch-whatis p,
.tx-indexedsearch-browsebox p
{
	margin-bottom:0px;
}

.tx-indexedsearch-res
{
	width:100%;
	float:left;
}
.tx-indexedsearch-res
{
	width:100%;
	margin-top:10px;
	float:left;
	border-bottom:1px solid #000;
}

.tx-indexedsearch-res h2
{
	font-size:11px;
}
