/** 
 **	Multislider-Element (CSS-Datei)
 ** Erstellt Februar 2010
 **/

.sliderclass {
	margin-left: 5px;
	width: 180px;
	height: 20px;
	border: 1px solid #BBB;
	display: block;
	position: absolute;
	color: #BBB;
	cursor: default;
	background-color: #fff;
	z-index: 100;
	-moz-border-radius: 5px;
}

.slider_min , .slider_max {
	text-align: center;
	border: 0px;
	display: block;
	position: absolute;
	font-size: 12px;
	width: 20px;
	left: -10px; /** Dynamisch aus JS **/
	top: 30px; /** Dynamisch aus JS **/
}

.slider_border {
	border: 0px;
	border-left: 0px;
	display: block;
	position: absolute;
	height: 100%;
	width: 3px;
	border-left: 1px solid #666; /* Farbe der Klassengrenze */
	border-right: 0px solid #fff;
	background-color: #fff;
	cursor: e-resize;
}

.slider_lineal {
	width: 100%;
	position: absolute;
	height: 2px;
	bottom: 0px;
	overflow: hidden;
}

.slider_einteilung {
	width: 10%;
	height: 2px;
	border: 0px;
	border-right: 1px solid #AAA;
	position: absolute;
}

.slider_value_text {
	text-align: center;
	width: 50px;
	height: 20px;
	border: 0px;
	background: transparent;
	background-image: url('text-bg.png');
	background-repeat: no-repeat;
	float: left;
}

.GVS_remove {
	height: 20px;
	width: 60px;
	visibility: hidden;
	display: block;
	position: absolute;
	left: -20px;
	top: 22px;
	margin-left: -5px;
	border: 0px;
	background: transparent;
	cursor: default;
}

.GVS_remove div {
	background-image: url('delete_icon.gif');
	background-repeat: no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	margin-top: 0px;
	right: -5px;
	color: #ff0000;
	cursor: pointer;
}

.addslide_option {
	position: absolute;
	margin-right: -17px;
	right: 0px;
	z-index: 1;
}

.addslide_option input {
	width: 50px;
	height: 20px;
	border: 0px;
}