@CHARSET "UTF-8";
.sbHolder {
	background-color: #fff;
	border: solid 1px #c8cdc6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	padding: 5px;
	position: relative;
	width: 198px;
	/*margin-top: 2px;*/
}

.views-widget-filter-field_term_standort_tid .sbHolder,
.views-widget-filter-field_postal_address_locality .sbHolder,
#quicktabs-karriere .sbHolder {
	width: 190px;
	}
	
.form-item-field-term-jobtitel-tid .sbHolder,
.form-item-field-postal-address-locality .sbHolder,
.form-item-field-term-kategorie-tid .sbHolder,
.form-item-field-term-standort-tid .sbHolder {
	width:165px;
	}
	
#quicktabs-karriere .sbHolder {
	width:170px;
	}

.sbSelector{
	display: block;
	/*height: 30px;
	line-height: 30px;*/
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 4px;
	width:160px;
	height:18px;
}
#quicktabs-karriere .sbSelector {
	width:160px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #EBB52D;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -120px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -120px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -120px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -120px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #c8cdc6;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions {
	background-color: #fff;
	border: solid 1px #c8cdc6;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px!important;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.main-content .pane-node-content ul.sbOptions {
	padding: 0;
}
.sbOptions li {
	padding: 0;
	list-style-type: none!important;
	text-indent: 8px;
	float: none!important;
}
.sbOptions a {
	border-bottom: dotted 1px #c8cdc6;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #525250;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #204288;
}
.sbOptions li.last a,
.sbOptions li:last-child a {
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #c8cdc6;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #c8cdc6;
	/*color: #EBB52D;*/
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.error .sbHolder {border: 1px solid #C0022E;}
