
#thermo {
	position:relative;
	clear:both;
	padding:0;
	margin:0;
	width:95%;
	margin-top:80px;
}

#thermo_wraper {
	width:100%;
	position:relative;
}
#thermo_bg {
	position:absolute;
	width:25%;
	//font-size:0;
	background-color:#efefef;
	top:0;
	left:0;
	z-index:1;
}

#measurer_precent {
	position:absolute;
	width:25%;
}
#measurer_em {
	position:absolute;
	width:1em;
}
#thermo table {
	position:relative;
	z-index:2;
	width:100%;
	border-collapse:separate;
	clear:left;
	//border-collapse:collapse;
}
#thermo table td {
	width:15%;
}
#thermo table td.noitems
{
vertical-align: middle;
padding: 40px 0 40px 0px;
text-align:center;

}
#thermo table td .reducer {
	padding: 0.2em 2em 1em 10px;
}

#thermo h2 {
	font-size:0.9em;
	line-height:0.1em;
	margin:0;
}
#thermo .noitems h2
{
padding: 0;
margin: 0;
}
#thermo h2 a {
	color:#fa2422;
	text-decoration:underline;
}
#thermo h2 b, #thermo h2 a {
	line-height:1.2em;
	font-weight:bold;
}
#thermo ul {
	padding:0;
}
#thermo li {
	font-size:0.8em;
	color:#7f7f7f;
	padding-left:0;
}
#thermo li a, #thermo li a:visited {
	color:#7f7f7f;
}
#thermo li a:hover, #thermo h2 a:hover {
	color:#000000;
}
#thermo h2 img {
	display:block;
	padding-bottom:0.1em;
}
#thermo_selected b, #thermo_selected h2 a {
	color:#005e9f;
}

#thermo i {
	width:22px;
	height:59px;
	display:block;
}
