%@page session="true" contentType="text/css"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %>
.jquery-ratings-star {
width: 12px;
height: 12px;
background-image: url('/icons/frontoffice/empty-star.png');
background-repeat: no-repeat;
position: relative;
float: left;
margin-right: 2px;
}
.jquery-ratings-full {
background-image: url('/icons/frontoffice/full-star.png');
vertical-align: text-top;
}
.jquery-ratings-half {
background-image: url('/icons/frontoffice/half-star.png');
vertical-align: text-top;
}