#sliderLabel_e {
    border: 1px solid #ccc;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;    
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left:10px;
    overflow: hidden;
    position: relative;
    width: 75px;
	font-size:11px !important;
}
#sliderLabel_e input {
    display: none;
}
#sliderLabel_e input:checked + #slider_e {
    left: 0px;
}
#slider_e {
    left: -55px;
    position: absolute;;
    top: 0px;
    -moz-transition: left .25s ease-out;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
	font-size:11px !important;
}
#sliderOn_e, #sliderBlock_e, #sliderOff_e {
    display: block;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
	font-size:11px !important;
	
}
#sliderOn_e {
    background: #da251c;
    background: -moz-linear-gradient(top,  #da251c 0%, #da251c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251c), color-stop(100%,#da251c));
    background: -webkit-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: -o-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: -ms-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: linear-gradient(top,  #da251c 0%,#da251c 100%);
    color: white;
    left: 0px;
    width: 45px;
	font-size:11px !important;
}
#sliderBlock_e {
    background: #d9d9d8;
    background: -moz-linear-gradient(top,  #d9d9d8 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d8), color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: -o-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: -ms-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    border: 1px solid #a2a2a2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radisu: 1px;
    height: 20px;
    left: 45px;
    width: 50px;
	font-size:11px !important;
}
#sliderOff_e {
    background: #f2f3f2;
    background: -moz-linear-gradient(top,  #8b8c8b 0%, #f2f3f2 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8c8b), color-stop(50%,#f2f3f2));
    background: -webkit-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: -o-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: -ms-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    color: #da251c;
    left: 95px;
    width: 45px;
	font-size:11px !important;
}


#sliderLabel_s {
    border: 1px solid #a2a2a2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;    
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left:10px;
    overflow: hidden;
    position: relative;
    width: 75px;
}
#sliderLabel_s input {
    display: none;
}
#sliderLabel_s input:checked + #slider_s {
    left: 0px;
}
#slider_s {
    left: -55px;
    position: absolute;;
    top: 0px;
    -moz-transition: left .25s ease-out;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
}
#sliderOn_s, #sliderBlock_s, #sliderOff_s {
    display: block;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
	font-size:11px !important;
}
#sliderOn_s {
    background: #da251c;
    background: -moz-linear-gradient(top,  #da251c 0%, #da251c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251c), color-stop(100%,#da251c));
    background: -webkit-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: -o-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: -ms-linear-gradient(top,  #da251c 0%,#da251c 100%);
    background: linear-gradient(top,  #da251c 0%,#da251c 100%);
    color: white;
    left: 0px;
    width: 45px;
}
#sliderBlock_s {
    background: #d9d9d8;
    background: -moz-linear-gradient(top,  #d9d9d8 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d8), color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: -o-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: -ms-linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    background: linear-gradient(top,  #d9d9d8 0%,#fcfcfc 100%);
    border: 1px solid #a2a2a2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radisu: 1px;
    height: 20px;
    left: 45px;
    width: 50px;
}
#sliderOff_s {
    background: #f2f3f2;
    background: -moz-linear-gradient(top,  #8b8c8b 0%, #f2f3f2 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8c8b), color-stop(50%,#f2f3f2));
    background: -webkit-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: -o-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: -ms-linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    background: linear-gradient(top,  #8b8c8b 0%,#f2f3f2 50%);
    color: #da251c;
    left: 95px;
    width: 45px;
}
