/* 
	Stylesheet for calculator 
*/

*{
	padding: 0; margin: 0;
}

#calculator_form {
	padding: 0 0 20px;
}
select{
	width: 80px; 
	padding:6px;
	font-size: 16px;
}
.clearing{
	clear: both;
}

h1{
	font-size: 22px;
	font-weight: normal;
	padding-top: 12px;
}

.the_price{
	text-align: center;
	padding: 12px 0 12px;
	border:1px solid #777;
	}

.the_price .h1{
	font-size: 28px;
	font-weight: normal;
	color: #333;
	}

h2{
	font-size: 16px;
	font-weight: bolder;
	padding-top: 12px;
}

.radio_button{
	padding:17px 0 0 20px;
	float: left;
	width: 30px;
	height: 60px;
}

.check_button{
	padding:17px 0 0 20px;
	float: left;
	width: 30px;
	height: 20px;
}

.calculator {
	width: 664px; 
	border:1px solid;
	font:12px Verdana;
}

.padding {
	padding: 20px;
}

.padding_left {
	padding-left: 20px;
}

.calculator_image{
	width: 622px;
	height: 280px; 
	background-color: #eee;
	border:1px solid #777;
}

.parameters{
}

.dimensions{
	width: 300px;
	float: left;
}

.price {
	width: 300px;
	float:left;
}

.dimensions_width{
}

.dimensions_height{
}

.price{
}

.spring_type{
}

.side_spring{
}

.torsion_spring{
}

.additional{
}

.drive{
}

.mounting{
}

.delivery{
}
