/*таблица*/
.content{
	width:100%;
	*width:92%;
	font-size:14px;
	color:#444444;
	border:1px solid #cacaca;
}
.content th{
	height:39px;
	padding-left:15px;
	text-align:left;
	font:14px Georgia;
	font-style:italic;
	background:url(../images/bg_th.jpg) repeat-x;
}
.content th.end{
	height:85px;
	padding-left:15px;
	text-align:left;
	font:11px Georgia;
	
	background:url(../images/bg_th1.jpg) repeat-x;

}

.content th img{
	float:left;
	margin-right:10px;
}
.content td{
	height:35px;
	padding-left:15px;
}
.content td.prod{
	padding-left:40px;
}
.content td.grey{
	background-color:#f6f6f6;
}
.content td.uv{
	font:16px Georgia;
	color:#37a35b;
}
.content td.um{
	font:16px Georgia;
	color:#a47d28;
}

.perc{
	width:100px;
	height:28px;
	border:1px solid #c0c0c0;
	background-color:#d6f4d2;
	background-image:url(../images/racio.gif);
	background-repeat:no-repeat;
}
.perc p{
	color:#444444;
	font:14px Arial;
	padding:6px 0 0 5px;
}
