

/* Start:/local/components/studio8/rating/templates/.default/style.css?1529412248514*/
span.star-active
{
	cursor: pointer;
}

span.star-empty
{
	background-image: url(/local/components/studio8/rating/templates/.default/images/empty.png);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}

span.star-voted
{
	background-image: url(/local/components/studio8/rating/templates/.default/images/voted.png);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}

span.star-over
{
	background-image: url(/local/components/studio8/rating/templates/.default/images/over.png);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}
.rating-block .vote-result{
	padding-left: 5px;
}
.table-disp{
	display: table;
}
/* End */
/* /local/components/studio8/rating/templates/.default/style.css?1529412248514 */
