#complectsDiv
{
	padding: 10px;
	display: none;
}

#complectsDiv h4
{
	margin: 5px;
	cursor: default;
}

#complectsDiv p
{
	padding-left: 15px;
}

div.complect
{
	float: left;
	margin: 10px;
	clear: left;
}

div.typeMini
{
	float: left;
	margin: 5px;
	padding: 0px;
	//margin:0px;
	text-align: center;
}

div.typeMini h4
{
	clear: both;
	margin: 0px;
}

.descr
{
	cursor: default;
}

#calculate
{
	clear: both;
}

#divTotalPrice
{
	clear: both;
	padding: 10px;
	font-size: 16px;
	display: none;
}

#divTotalPrice span.totalPrice
{
	display: block;
	color: #666666;
	font-size: 14px;
}

#divTotalPrice span.totalInetPrice
{
	display: block;
	color: #666666;
}


#additionalsDiv
{
	clear: both;
	padding: 10px 15px;
	display: none;
}

#additionalsDiv h4
{
	margin-left: 0px;
	cursor: default;
}

#thermostatsDiv
{
	clear: both;
	padding: 10px 15px;
	display: none;
}

#thermostatsDiv h4
{
	margin-left: 0px;
}

#userData
{
	clear: both;
	padding: 10px 15px;
}

#userData label
{
	display: block;
	margin: 6px 5px;
	color: #FF0000;
	font-weight: bold;
}

#userData input
{
	display: block;
	margin: 6px 5px;
	width:185px;
}

#calculate
{
	width: 210px;
	color: #FF0000;
	background: #CCCCCC;
	border: 1px solid #666666;
	font-weight: bold;
}

