@charset "windows-1251";
/* CSS Document */

h5{
	/*font-family: serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#c70b45;
	font-size:12px;
	margin: 10px 0px 10px 0px;
}

.heart_grey{
	background-image:url("../../images/gray_heart.gif");
	background-repeat:repeat-x;
	width:155px;
	height:4px;
	margin:5px 3px 11px 0px;
	float:left;}
.heart_red{
	background-image:url("../../images/red_heart.gif");
	background-repeat:repeat-x;
	height:4px;
}
.percent{
	font-size:10px;
	color:#c70b45;
	float:left;
	width:27px;
	height:10px;}
	
