﻿ .rating-calc
{
  	color: #828282!important;
  	line-height: 25px;
  	width: 200px;
  	overflow: hidden;
  	position: relative;
  	float: right;
  	text-align: right;
}

.rating-calc ul
{
    padding: 1px 0;
    margin: 0;
    width: 100%;
    height: 34px;
    text-align: center;
    display: block;
    top: 2px;
    position: relative;
}

.rating-calc ul li {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(stars-mob.png) 0 -38px;
    cursor: pointer;
}

.rating-calc ul li.half
{
  background: url('stars-mob.png') 0 1px;
}

.rating-calc ul li.hover
{
  background: url('stars-mob.png') 0 35px!important;
}

.rating-calc ul li.hoverDisable
{
  background: url('stars-mob.png') 0 -38px!important;
}

.rating-calc ul li.full
{
  background: url('stars-mob.png') 0 35px;
  z-index: 1;
  position: relative;
}

