﻿.ratedfull {
width: 80px;
height: 30px;
background: url(http://3place.com.ua/img_/rated/rated_offstar.png);
-moz-box-shadow: 0 0 5px rgb(116, 116, 116);
-webkit-box-shadow: 0 0 5px rgb(116, 116, 116);
box-shadow: 0px 0 5px rgb(119, 119, 119);}

.ratedstar {
width: 80px;
position: relative;
top: 18px;
left: 2px;
}

.ratedtext{
color: #fff;
font-size: 10px;
position: relative;
bottom: 8px;
left: 4px;
line-height: 2.5;
}