div.favorite-active
{
	cursor: pointer;
}

div.favorite-empty
{
	background: url(/bitrix/components/DentalWorld/iblock.favorite/templates/.default/images/empty.gif) 7px top no-repeat;
	width:25px;
	height:15px;
	overflow:hidden;
}

div.favorite-voted
{
	background: url(/bitrix/components/DentalWorld/iblock.favorite/templates/.default/images/voted.gif) 7px top no-repeat;
	width:25px;
	height:15px;
	overflow:hidden;
}

div.favorite-over
{
	background: url(/bitrix/components/DentalWorld/iblock.favorite/templates/.default/images/over.gif) 7px top no-repeat;
	width:25px;
	height:15px;
	overflow:hidden;
}


div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background: url("/bitrix/templates/Dword/img/007.gif") left top no-repeat;
	width:13px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background: url("/bitrix/templates/Dword/img/006.gif") left top no-repeat;
	width:13px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background: url("/bitrix/templates/Dword/img/006.gif") left top no-repeat;
	width:13px;
	height:15px;
	overflow:hidden;
}

.digit_rate{
	float: left;
	color: #666;
	font-size:10px;
	padding-left:4px;
	position: relative;
	top: -3px;
}
div.iblock-vote{
	width:90px;
	overflow:hidden;
}
div.iblock-vote table{
	float:left;
}
div.iblock-vote div.digit_rate{
margin-left: 0;
	float:left;
}
#phone span{
	float:right;
}
