@CHARSET "UTF-8";

.gc_search {}

/*Search-Mask --------------------------------- */
.gc_search_mask{
	float:left;
	width:100%;	
	padding:5px 0;
}
.gc_search_mask .searchbar-word {
	padding:.5em .3em .5em .5em;
	width:60%;
}
.gc_search_mask .searchform-trigger {
	padding:.5em .3em .5em .3em;
	border:1px solid #999;
	color:#999;
}
.gc_search_mask .searchform-trigger:hover {
	color:#333;
	border-color:#333;
	cursor: pointer;
}
.gc_search_mask .searchbar-fields,
.gc_search .searchcriterias {
	padding:0.5em;
	background-color:#efefef;
	border-bottom:1px solid #efefef;
}


/*
.gc_search_mask form#form-searchbar{}
.gc_search_mask form#form-searchbar input.searchbar-word{
	float:left;
	width:120px;
	margin:0;
	padding:3px;
	font-size:1em;
	border:1px solid #999;
	background:#fff;
	color:#777;	
	line-height:1em;
}


.gc_search_mask form#form-searchbar input.searchbar-word:hover,
.gc_search_mask form#form-searchbar input.searchbar-word:focus,
.gc_search_mask form#form-searchbar input.searchbar-word:active{
	color:#000;
	border-color:#000;	
}
.gc_search_mask input::-webkit-input-placeholder {
	color:#bbb;
}
.gc_search_mask input::-moz-placeholder {
	color:#bbb;
}
.gc_search_mask input:-moz-placeholder {
	color:#bbb;
}
.gc_search_mask input:-ms-input-placeholder { 
	color:#bbb;
}*/

/*
.gc_search_mask a.searchform-trigger{
	float:left;
	margin-left:5px;
	background:#ccc;
	text-decoration:none;
	width:20px;
	height:20px;
	background:transparent url(images/search_lupe.png) no-repeat center center;
}

.gc_search_mask a.searchform-trigger .searchform-trigger-label{display:none;}
.gc_search .clear {
	clear:both !important;
	height:0px !important;
	visibility:hidden !important;
	line-height:0px !important;
}*/

.gc_search .ajax_splash {
	background: transparent url(../../../../res/images/ajax-loader-small.gif) no-repeat center;
	width:100%;
	min-height:50px;
	margin-bottom:10px;
}
.gc_search .gc_search_group{
	clear:both;	
}
.gc_search .searchresults_group {
	padding-bottom:2.0em;
	border-bottom:1px dotted #3674B1;
}
/*
.gc_search .searchresults_group h3 {
	margin:0;
	padding:0 0 0 .3em;
}*/
.gc_search .searchresults_group .result-line {
	display:block;
	clear:both;
}
.gc_search .searchresults_group .title {
	float:left;
	width:75%;
}
.gc_search .searchresults_group .resulttype {
	color:#666;
	float:right;
}
.gc_search .searchresults_group .teaser{
	font-style: italic;
	font-size:.9em;
}
.gc_search ul.searchresults {
	list-style-type:none;
	padding:0;
	margin:0;
}
.gc_search ul.searchresults li {
	margin:0;
	padding:.4em .5em .4em .5em;
}
.gc_search ul.searchresults li.oddeven0 {
	background-color:#efefef;
}
.gc_search ul.searchresults li.oddeven1:hover {
	background-color:#efefef;
}
.gc_search ul.searchresults li em {
	color:red;
	font-style: normal;
}