/**
* ------------------------------------------------------------------------------------------------- #
*
* SearchBox
*
*/

.searchbox {
	padding:  0 1em;
}
.searchbox .c75l { width: 70%; }
.searchbox .c25r { width:30%; }
.searchbox .subcl { padding-right: 1em; }

.searchbox input {
	color: #0068C8;
	font-weight: bold;
	vertical-align: middle;
	height: 1.7em;
}
.searchbox input#search:focus {
	background: #fff;
	border: 1px solid #3A6DAF;
}
input#search {
	background: #e8f1ff;
	border: solid 1px #819ecd;
	padding: 0 0.2em;
	width: 95%;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"]::-moz-focus-inner {border:0;}

.searchbox .type-submit {
	margin-top: 0;
	color: #fff !important;
	width: 100%;
	border: none;
	padding: 0;
}
.searchbox .type-submit:hover,
.searchbox .type-submit:focus {
	color:#003366 !important;
}

#sampleform1 input[type="text"] {width:136px;  padding:0 8px; background:#ddd; border:none;}
#sampleform1 input[type="submit"] {width:80px;  border:none; color:#fff; background: #1296bc; text-shadow:0px -1px 2px rgba(0,0,0,.7);cursor:pointer;}



/**
* ------------------------------------------------------------------------------------------------- #
*
* Search
*
*/	
.tx-indexedsearch-searchbox	legend, 
.tx-indexedsearch-searchbox	h1 {
	font-size: 133.33%; 
	font-weight: bold;
	font-style: italic;
	color: #004480;
	text-transform: uppercase;		
}
.maincontent .tx-indexedsearch-searchbox {
	background: #98b3d5;
	padding: 1em 0.5em 0.5em 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tx-indexedsearch-result-number {
	font-size:0.9em;
	width:2em;
}
.tx-indexedsearch-title {
	font-style: normal;
	display: block;
}
.tx-indexedsearch-form {
	float: left;
	width: auto;
}
.tx-indexedsearch-search-submit	{
	float: left;
	width: 3em;
}
.tx-indexedsearch-form input.type-text{
	width: auto;
	margin-right: 0.5em;
}
.tx-indexedsearch-browsebox p {
	margin: 0;
	padding: 0.2em 0;
}
.tx-indexedsearch-browsebox .browsebox {
	margin: 0;
	padding: 0.2em 0;
	color: #333;
	border-top: 1px solid #BFC8DA;
}
.browsebox ul {
	margin: 0;
}	
.browsebox span {
	padding-right: 1em;
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #333;
}
.tx-indexedsearch h1 {
	margin: 2em 0 0.5em 0;
	text-transform: none;
}
.tx-indexedsearch .tx-indexedsearch-whatis{
	margin: 0em 0 1em 0;
	color: #333;
	font-size: 130%;
}
.tx-indexedsearch-searchbox label {
	display: inline;
}
.tx-indexedsearch-searchbox .type-submit {
	margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	vertical-align:middle;
	height: 1.8em;
}	
.tx-indexedsearch-descr {
	width: 95%;
}
.tx-indexedsearch input.type-text {
	padding:0em 0.3em;
	height: 1.8em;
	border:  medium none;
}


#main .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
	background: none;
	padding-left: 0;

}

ol.tx-indexedsearch-res  {
	margin: 0;
	padding: 0;
}
ol.tx-indexedsearch-res li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.tx-indexedsearch-res h3 {
	margin-top: 1.2em;
	font-size: 160%;
}
.tx-indexedsearch-res a:hover,
.tx-indexedsearch-res a:focus {
	border-bottom: 1px solid #0068C8;
}	
#main .tx_indexedsearch_browseresults_next a,
#main .tx_indexedsearch_browseresults_prev a 
{
	background: none;
	padding-left: 0;
}
#main .browsebox li {
	display: inline;
	margin-right: 5px;
}
#main .browsebox a,
#main .browsebox strong 
{
	padding-right: 0,1em;
	margin-right: 0.6em;
}	
#main .browsebox strong {
	color: #333333 !important;
}

.tx-indexedsearch .tx-indexedsearch-whatis  { margin-top: 0.5em !important; }
.tx-indexedsearch li.res-tmpl-css { list-style: none inside; }

#main .tx-indexedsearch-res {
 	margin-left: 0;
}
#main .tx-indexedsearch-res a {
	background:  none;
	padding-left: 0px !important;
	text-decoration: underline;
}
#main .tx-indexedsearch-res a:hover,
#main .tx-indexedsearch-res a:focus,
#main .tx-indexedsearch-res a:active {
	border:  none;
	background-color: #fff;
}

