/* main slider */
.slider_line {
  	background:  url("../images/slider_bg.gif") no-repeat;
        width: 586px;
        height: 32px;
}
.slider {
        cursor: pointer;
        padding: 0 0 0 0;
        width: 563px;
        margin: 0 0px 0 10px;
}
.knob {
	position: relative;
	background: url("../images/slider_knob2.gif") no-repeat;
        cursor: pointer;
}
/* price switcher */
#switcher {
    background:  url("../images/switcher_bg.png") no-repeat;
    width: 107px;
    height: 14px;
    position: absolute;
    top:270px;
    left:140px;
    cursor: pointer;
	z-index:1;
}
#switcher .slider {
        cursor: pointer;
        padding: 0 0 0 0;
        width: 41px;
        margin: 2px 0px 0 41px;
}

#switcher .knob {
	position: relative;
	background: url("../images/switcher_k.png") no-repeat;
        cursor: pointer;
}
/* tarif graf */
#graf {
	background:url(../images/graf.gif) no-repeat;
	width:210px;
	height:160px;
        margin: 30px 0 0 12px;
}
#graf1 {
	background:url(../images/graf1.gif) no-repeat;
	width:210px;
	height:160px;
        margin: 30px 0 0 12px;
}
#graf2 {
	background:url(../images/graf2.gif) no-repeat;
	width:210px;
	height:160px;
        margin: 30px 0 0 12px;
}
#graf3 {
	background:url(../images/graf3.gif) no-repeat;
	width:210px;
	height:160px;
        margin: 30px 0 0 12px;
}
.block_gf {
	width:70px;
	float:left;
	height:160px;
}
.inn_gf {
	float:left;
	width:100%;
	height:22px;
	font-weight:bold;
	color:#C1C1C1;
	line-height:15px;
}
.inn_gf span {
	padding:0 0 0 19px;
	cursor:pointer;
}
.curr_gf {
	color:#333333;
}
.tarif_none {
    position: absolute;
    top: -9999px;
}
