Div.tx-indexedsearch {
  width: 100%;
  text-align:left;
  margin-top: 1em;
  font-size: 100%
}
.tx-indexedsearch form label, .tx-indexedsearch form input {
  float:left;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p{
  font-weight: bold;	
}

.tx-indexedsearch-whatis {
  font-weight: normal;
}

.tx-indexedsearch-sw {
  font-weight: bold;
  color: #FF0000;
}

dl.tx-indexedsearch-info {
  padding: 0.3em 0.3em 0.4em 0.3em;
  background-color:#FEE8B8;
  font-size: 110%;
}

.tx-indexedsearch-descr {}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch-title A { color: #000; text-decoration:none; font-weight: bold;}
.tx-indexedsearch-title A:hover { text-decoration:underline; }
.tx-indexedsearch-title A:focus, .tx-indexedsearch-title A:active { background-color: #ff0000; color:#fff; }
.tx-indexedsearch .res-tmpl-css { clear:both; }
.tx-indexedsearch .searchbox-tmpl-css label { float:left; font-size: 1.2em; color: #000; margin: 0.2em 0.5em 0em 0em; }
.tx-indexedsearch-percent { padding-right: 0.2em; font-weight: bold; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch,  .tx-indexedsearch-percent { letter-spacing: 0; float: right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float: none; color:#000; }
.tx-indexedsearch .info-tmpl-css dd.item-crdate { }
.tx-indexedsearch .info-tmpl-css dd.item-size {  }
.tx-indexedsearch .info-tmpl-css dd.item-path { float: none; color: #000;}
.tx-indexedsearch .info-tmpl-css dd.item-path A { color: #000; text-decoration: none; }
.tx-indexedsearch .info-tmpl-css dd.item-path A:hover {text-decoration:underline;}
.tx-indexedsearch .info-tmpl-css dd.item-path A:focus, .tx-indexedsearch .info-tmpl-css dd.item-path A:active { background-color: #ff0000; color:#fff; }
dt.tx-indexedsearch-text-item-size, dt.tx-indexedsearch-text-item-crdate, dt.tx-indexedsearch-text-item-mtime, dt.tx-indexedsearch-text-item-path {}
dd.tx-indexedsearch-text-item-size, dd.tx-indexedsearch-text-item-crdate, dd.tx-indexedsearch-text-item-mtime, dd.tx-indexedsearch-text-item-path {font-weight:normal;color:#333;}
.tx-indexedsearch .info-tmpl-css dt { font-weight: bold; color:#000; }
.tx-indexedsearch .res {}
p.tx-indexedsearch-descr { font-size: 1.1em; }
p.end-search-info { height: 1em; }
/*CSS for the Searchbox*/
.form-wrapper form {
  display:inline;
}
.form-wrapper fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.form-wrapper {
  margin: 0;
  padding: 0.8em 0 0 2em;
  width: 20em;
  height: auto;
}
.form-wrapper label{
  color: #000;
  margin-right:0.5em;
  float:left;
}
.searchbox-input {

}
.submit-searchbox {
  background-image:url(../graphics/go.gif);
  background-repeat:no-repeat;
  float:left;
}
/*CSS for the AJAX Searchbox*/
/*input.tx-indexedsearch-searchbox-sword {
  float: left;
}
div.tx-indexedsearch-clear-left {
  clear: left;
}*/
.search-innline-layer {height:3em;}
div.autocompleter-loading {
  position:relative;
  margin-left:-2em;
  float: left;
  clear: right;
  background-image:url(../graphics/spinner.gif);
  background-repeat:no-repeat;
  width: 2em;
  height: 1.6em;
  margin-bottom:1em;
}
ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style: none;
	border: 1px solid #eee;
	background-color: white;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	z-index: 50;
}
ul.autocompleter-choices li {
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor: pointer;
	font-weight: normal;
	font-size: 1.1em;
	
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color: #ff9e1c;
	color: #fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}
