@CHARSET "UTF-8";
.sbHolder{
	background: #fff;
	font-size: 12px;
	font-weight: bold;
    font-style: italic;
	height: 35px;
	position: relative;
	width: 250px;
    border: none;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #40464d;
}

div.mobile .sbHolder {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    margin: 20px 0 0 0;
    width: 100%;
}

div.searchfilter .sbHolder,
div.subnavi-col .sbHolder {
	width: 100%;
}

div.small .sbHolder{
    width: 130px;
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 35px;
	left: 0;
	line-height: 35px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #40464d;
	outline: none;
	text-decoration: none;
    font-weight: normal;
}
.sbToggle{
	background: url(../Bilder/arrow_select.png) no-repeat top;
	display: block;
	height: 8px;
	outline: none;
	position: absolute;
	right: 15px;
	top: 13px;
	width: 15px;
}

div.mobile .sbToggle {
	background: #d9d9d9 url(../Bilder/arrow_select_down.png) no-repeat center;
    height: 33px;
    width: 35px;
    top: 0;
    right: 0;
}

.sbToggleOpen{
	background: url(../Bilder/arrow_select.png) no-repeat bottom;
}

div.mobile .sbToggleOpen {
	background: #d9d9d9 url(../Bilder/arrow_select_up.png) no-repeat center;
}

.sbHolderDisabled{
	background-color: #bbc6d0;
	border: solid 1px #000;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
div.tabs div.tab-item div.mobile ul.sbOptions,
div.content .sbOptions,
.sbOptions{
	background-color: #fff;
	border: solid 1px #d9d9d9;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: auto;
    min-width: 100%;
	z-index: 3;
	overflow-y: auto;
	max-height: 400px!important;
}

div.content .sbOptions li,
.sbOptions li{
	padding: 0;
    background: none;
}


div.tabs div.tab-item div.mobile ul.sbOptions li a,
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 10px;
    background: none;
    margin: 0;
    font-size: 13px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #40464d;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

div.tabs div.tab-item div.mobile ul.sbOptions li a:hover,
div.tabs div.tab-item div.mobile ul.sbOptions li a:focus,
div.tabs div.tab-item div.mobile ul.sbOptions li a.sbFocus,
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background: #f2f2f2;
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
    display: block;
	padding: 3px 7px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sbOptions a span{
    font-weight: normal;
    font-size: 12px;
}


