

/* FORM RACHET */

div.calculatorSvarka {
	margin: 10px 0px;
	display: block;
	overflow: hidden;
	background: #e4f9b8;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 1px 5px #ccc;
}

div.calculatorSvarka label{
	display:inline !important;
}
div.calculatorSvarka input, div.calculatorSvarka select{
	display:inline-block !important;
	font-weight:normal;
	padding:2px;
	height:24px;
	line-height:20px;
}
div.calculatorSvarka select option{
	font-weight:normal;
	padding:2px;
}

a.imgSelect{
	border:4px #E4F9B8 solid;
	display:block;
	float:left;
	width:120px;
	text-align:center;
	padding:3px;
	margin:4px;
	cursor:pointer;
}

#montag{
	display:none;
}
#vorota1, #vorota2, #vorota3{
	display:none;
	float:left;
	margin-right:20px;
}
a.imgSelect:hover{
	border:4px #9fd430 solid;
}
a.zaborSelected{
	border:4px #225f00 solid !important;
}


div.roundBlock * {
	font-size:12px;
}
div.roundBlock h2{
	font-size: 16px !important;
    font-weight: bold;
    text-align: center;
}
     
.calcTitle{
	color:#023612;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}
.clacBlock{
	color:#1f6329;
	font-weight:bold;
	font-size:16px;
	padding:20px;
	overflow:hidden;
}

#zaborType{
	padding:10px !important;
	overflow:hidden;
}
.clacBlock div{
	margin-top:5px;
}
option{
	padding:1px 2px;
}
div.roundBlock input{
	padding:1px 2px;
	text-align:center;
}

form input{
	width:40px;
}

form select{
	margin-right:30px;
}


label.input{
	cursor: pointer;
}
#distance, #distanceSpb{
	width:40px;
	border:#88c460 solid 1px;		
}
#spbData{
	display:none;
}
#road{
	width:259px;
	border:#88c460 solid 1px;		
} 

#goSendRashet{
	background:url(/i/poschtat.jpg) no-repeat top;
	width:164px;
	height:41px;
	border:none;
	margin: 5px auto;
    display: block !important;
	cursor:pointer;
}
#goSendRashet:hover{
	background:url(/i/poschtat.jpg) no-repeat bottom;	
	cursor:pointer;
	
}
.withBorder{
	border-bottom:#FFF solid 1px;
}
.calcCity{
	margin-left:105px;
	margin-top:-21px !important;
}
.naim{
	padding-right:25px;
	color:#50884c;
}
.calcError{
	background:#ffeaab;
	margin: 14px 0px; 
	padding:15px;
	border-radius: 4px 4px 4px 5px;
	overflow:hidden;
}
.calcErrorMsg{
	color:#ff1e19;
	background:url(/i/error.jpg) no-repeat;
	height:26px;
	padding: 4px 0px 0px 40px;
	font-size:14px;
	margin-left:20px;
}

#calcResult{
	margin: 14px 0px; 
	border:#c4d9bf solid 1px;
	border-radius:5px; 
	padding:20px; 
	color:#11581f;
	text-align:left;
}
#tableResult{
	border-collapse:collapse;
	width:100%;
}
#tableResult th{
	font-size:14px !important;
}
#tableResult td{
	font-size:15px;
}
#tableResult td.price{
	text-align:center;
}
#tableResult th.title{
	width:50%;
}
#tableResult td, #tableResult th{
	padding:4px;
}
#tableResult th.price,#tableResult th.sumPrice{
	width:25%;
	text-align:center;
}
#tableResult tr.grey{
	background:#fafafa;
}
#tableResult tr.bigger{
	background:#e4f9b7;
	border-top:7px #fff solid;
	border-bottom:7px #fff solid;
	border-radius:5px;
}
#tableResult td.bigger{
	font-size:16px;
}

#calcSend{
	color:#054d1b;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:1px dashed #054d1b;
	text-decoration:none;
	margin-left:270px;
}
#calcSend:hover{
	color:#018429;
	border:none;
	text-decoration:none;	
}
.calcSendForm{
	overflow:hidden;
	margin: 20px 70px;
	display:none;
}
.calcSendFormLeft{
	float:left;
}
.calcSendFormLeft input{
	width:205px;
	border:#ccc solid 1px;
	height:21px;
	padding:2px;
	margin-bottom:15px;
	margin-top:5px;
}
.calcSendFormRight{
	float:right;
	

}
.calcSendFormRight textarea{
	border:#ccc solid 1px;
	height:156px;
	width:262px;
	padding:2px;
}
.calcSendForm p{
	color:#000;
}




#calcSendComment{
	background:url(/i/send.jpg) no-repeat top;
	height:41px;
	width:164px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	margin-left:169px;
	margin-top:220px
}
#calcSendComment:hover{
	background:url(/i/send.jpg) no-repeat bottom;
}


.loading{
	background:url(/i/loading.gif) center no-repeat;
	padding:20px;
	display:none;
}
.calcHelper{
cursor:pointer;
}




/* END FORM */