
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 3; width: 21px; height: 15px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }


.ui-slider-horizontal {
    background: url(../assets/inputs.png) no-repeat left -26px;
}

.ui-slider-horizontal span {
    float:right;
    width:50%;
    height:7px;
    background: url(../assets/inputs.png) no-repeat right -26px;
}
.ui-slider-handle {
    background: transparent url(../assets/inputs.png) 0 -90px no-repeat;
}
.slider_fuellung {
    position:absolute;
    z-index:2;
    background: transparent url(../assets/inputs.png) left -47px;
    height:3px;
    top:2px;
    width:0%;
    margin:0 2px 0 2px;

}
.slider_beschriftung {
    position:absolute;
    font-size:10px;
    color:#999999;
    margin-top:10px;
    width:100%;
    text-align:center;
    }
.slider_beschriftung span {
    position:absolute;
    }




/* Fake Selector
----------------------------------*/

.fakeselect ,
.fakeselect_80,
.fakeselect_120,
.fakeselect_150,
.fakeselect_177,
.fakeselect_200{
    position: relative;
    font-size:11px;
    top:0px;
    color: #666666;
    overflow: hidden;
    background: url(../assets/inputs.png) no-repeat left 0;
    padding: 5px 24px 4px 8px;
	height:16px
}


.fakeselect_80{
	width:80px
}
.fakeselect_80 select{
	min-width:110px;
}

.fakeselect_120{
	width:120px
}
.fakeselect_120 select{
	min-width:150px;
}


.fakeselect_150{
	width:150px
}
.fakeselect_150 select{
	min-width:180px;
}

.fakeselect_177{
	width:177px
}
.fakeselect_177 select{
	min-width:207px;
}


.fakeselect_200{
	width:200px
}
.fakeselect_200 select{
	min-width:230px;
}



.fakeselect .ecke,
.fakeselect_80 .ecke,
.fakeselect_120 .ecke,
.fakeselect_150 .ecke,
.fakeselect_177 .ecke,
.fakeselect_200 .ecke {
    position:absolute;
    width:23px;
    right:0px;
    top:0px;
    height:23px;
    background: url(../assets/inputs.png) no-repeat right -55px;
}

.fake_beschriftung{

}

select.styled {
    position:absolute;
    top:1px;
    left:0px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 5;
    color:#666666;
}



.meher-dropmenu {padding-top:2px;}


