.knight-select {
    
    padding: 0px;
    font-size: 14px;
    line-height: 1;
    height: 26px;
    background: url('./../images/calc_select.png') no-repeat right #fff;
    -webkit-appearance: none;
    background-position: right;
	background-origin: content-box;
	cursor: pointer;
	-moz-appearance: none;
	
}

.knight-select::-ms-expand {
/*  IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*  IE 5-7 */
 filter: alpha(opacity=0);
/*  Good browsers :) */
 opacity:0;
}


.nastil-right {
 float:left;
 width:550px;
 height:340px;	
}

.big_nastil {
 float:left;
 
 width:550px;
 height:340px;
}

.big_nastil .nastil_size>span {
  float:left;
  font-size:13px;
  margin-left: 10px;
  background: white!important;
}

.big_nastil .nastil_size {
  float:left;
  margin-top:40px;
  margin-left:30px;
  color:black;
}

.big_nastil .nastil_size .nastil_width, .big_nastil .nastil_size .nastil_height {
  float:left;
  margin-left:30px;

}

.big_nastil .nastil_size  span  {
  background: #00C2DD;
  border-radius: 20px 20px 20px 20px; 
  color:black;
  font-weight:normal;   
  padding: 0 10px 0 10px;
 }
 
 

.big_nastil .nastil_size span + span  {
   font-size:14px;
   background: initial;
  
}

.big_nastil .nastil_size span + span + span {
  float:left;
  position:absolute;
  margin-left:-114px;
  font-size:12px;
  background: initial;
  margin-top: 25px;
}

.nastil {
 float:left;
 width: 1100px;
 padding:20px;
 
}
.nastil div {
	float:left;
	width:110px;
	height:40px;
	margin-left:25px;
	cursor: pointer;
}
.nastil div > span {
	width:110px;
    float:left;
    margin-top: 40px;
    color: black;
	font-size:  12px;
	text-align:center;
}
 
.big_nastil .nastil_scr {
  float:left;
  position:absolute;
  margin-top:130px;
  margin-left:25px;
}

.big_nastil .nastil_scr .nastil_image {

  width:  300px;
  height: 100px;
  background: url('./../images/calc_ob_1.png');
  margin-left: 50px;
}
 
.nastil_scr .nastil_sc_gor {
  float:left;
  position:absolute;
  margin-top:40px;
  margin-left:30px;
  
  width:320px;
  height:12px;
    background: url('./../images/calc_slider_gor.png');
}

.nastil_scr .nastil_sc_vert {
  float:left;
  position:absolute;
  margin-top:-190px;
  margin-left:400px;
  
  width:12px;
  height:200px;
  background: url('./../images/calc_slider_vert.png');
}


#nastil_slider_vert {
	height:200px;
	cursor: pointer;
}

#nastil_slider_vert .ui-slider-handle {
  background: url('./../images/calc_slider.png');
  width:25px;
  height:25px;
  
  
}

#nastil_slider_vert_span {
	
	color: black;
	margin-left: 32px; 
	font-size: 12px;
	font-weight: bold;
	
	width:80px;
	height:20px;
}

#nastil_slider_gor {
	cursor: pointer;
}

#nastil_slider_gor .ui-slider-handle {
  background: url('./../images/calc_slider.png');
  width:25px;
  height:25px;
  
}

#nastil_slider_gor_span {
	margin: 25px -35px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width:92px;
	color: black;
	
}

.nastil_dop {
	
}

.nastil_dop {
	float:left;
	margin: 10px;
	font-size:15px;

}

.nastil_dop p {
    float:left;
	margin: 10px;
	text-align:left;
	font-weight:bold;
	color: black;		
	width:100%;
	font-size: 16px;
	margin-top: 22px;
}

.nastil_dop div {
	text-decoration: underline;	 
    text-align:center;
    float:left;
	color: #313131;		
	margin: 10px;

	font-size:16px;
}


.nastil_dop  div input, .nastil_dop  div select {
  margin-left:10px;
}

.nastil_dop  div select {
  min-width:170px;
}

.nastil_dop  div span + span {
  position:absolute;
  margin-top:-15px;
  margin-left:-85px;
  text-align:left;
  color: #3099ae;		
  font-style: italic;
  width:100px;
  font-size: 12px;
}


.nastil_sum {
	float:left;
	margin:90px 22px 10px 20px;
	font-size: 22px;
}

.nastil_sum div {
	float:left;
	width:150px;

	
}

.nastil_sum div+div {
	float:left;
	width:300px;	
}

.nastil_sum div>p {
	text-align:left;
	font-weight:bold;
	color: black;		
	font-size:14px;
}

.nastil_sum div span {
    float:left;
	text-align:left;
	font-weight: bold;
}
.nastil_sum div + div p {
	margin-left:40px;
	float:left;
}

.nastil_sum div + div p {
	text-align:left;
	font-style: italic;
	font-weight:normal;
	color: #3099ae;		
	font-size:14px;
	font-style: italic;
	
}
.nastil_sum div + div span {
	text-align:left;
	font-style: normal;
	font-weight:bold;
	color: #3099ae;		
	font-size:14px;
	margin-left:10px;	
}


