/* Search */
.search FORM { 
    clear: both;
	vertical-align: middle;
	height: 18px;
	padding-top: 5px;
}
	
.searchInput {
	float: left;
	margin-left: 5px;
	height: 15px; /* 19px */
	width: 157px; /* 165px */
	padding: 4px 4px 0 4px;
	
	background-image: url(../images/main/searchBg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0px;
}
	
.search A { 
	float: left;
	height: 19px;
	width: 22px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	background-image: url(../images/main/searchButton.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
}

.tx-indexedsearch-searchbox,
.item-size,
.item-crdate,
.item-mtime {
	display: none;
}

/* Search on... */
.tx-indexedsearch-whatis {
	margin-bottom: 10px;
}
	
.tx-indexedsearch-sw {
	font-weight: bold;
}
	
.tx-indexedsearch-browsebox { 	
	margin-bottom: 10px;
}

.res-tmpl-css {
	border-bottom: 1px solid #000000;
	margin: 10px 0 20px 0;
}

.res-title { 
	margin: 0 0 3px 0;
	padding: 3px;
	color: #406175;
	font-weight: bold;
	background-color: #F0F4F7;
	height: 18px; 
}

.tx-indexedsearch-result-number {
	display: none;
}

.tx-indexedsearch-icon,
.tx-indexedsearch-title,
.tx-indexedsearch-percent {  
	display: block; 
	font-weight: bold; 
	float: left; 
	font-size: 100%; 
}

.tx-indexedsearch-title {
	width: 430px;
}

.tx-indexedsearch-descr {
	clear: both;
}

DT.tx-indexedsearch-text-item-path {
	float: left;
	font-weight: bold;
}
