@charset "utf-8";

.RatingsClickable { cursor: pointer; }
.RatingsContainer { display: inline-block; }
.BeerRatingsGrey { background: url(beer_gray.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.BeerRatingsHalf { background: url(beer.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.BeerRatingsFull { background: url(beer.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.DrinkRatingsFull { background: url(drink.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.DrinkRatingsGrey { background: url(drink_empty.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.DrinkRatingsHalf { background: url(drink_empty.png) top right no-repeat; width: 24px; height: 24px; border: 0px none; display: inline-block; }
.StarBlueRatingsFull { background: url(starBlue.png) top right no-repeat; width: 18px; height: 16px; border: 0px none; display: inline-block; }
.StarBlueRatingsGrey { background: url(starBlue_grey.png) top right no-repeat; width: 18px; height: 16px; border: 0px none; display: inline-block; }
.StarBlueRatingsHalf { background: url(starBlue_half.png) top right no-repeat; width: 18px; height: 16px; border: 0px none; display: inline-block; }
.MiniStarBlueRatingsFull { background: url(starBlue_15x16.png) top right no-repeat; width: 15px; height: 16px; border: 0px none; display: inline-block; }
.MiniStarBlueRatingsGrey { background: url(starBlue_grey_15x16.png) top right no-repeat; width: 15px; height: 16px; border: 0px none; display: inline-block; }
.MiniStarBlueRatingsHalf { background: url(starBlue_half_15x16.png) top right no-repeat; width: 15px; height: 16px; border: 0px none; display: inline-block; }
 
