.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }
.icon-star-half:before {
  content: "\f089"; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

div.star_on a {
  background-position: 0 -16px; }

 .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }


 .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }
