
.rate {
  direction: ltr !important;
}

/* Rating container */
.Rating {
  list-style: none;
  position: relative;
  width: 960px;
  height: 350px;
  margin: 0 auto;
  padding: 0;
}

.Rating img{
  max-width: 100%;
}

.Rating li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* Timebar */
.Rating_timer {
  background-color: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
  -o-box-shadow: 0px 2px 2px black;
  box-shadow: 0px 2px 2px black;
}

/* Progress bar preloader container */
.Rating_preloader {
  background: rgba(255, 255, 255, 0.5);  
}

/* progress bar preloader */
.Rating_preloader .Rating_progress {
  width: 30%;
  height: 5px;
  margin: 0 auto;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(#9a9a9a, #b3b3b3);
  background: -moz-linear-gradient(#9a9a9a, #b3b3b3);
  background: -o-linear-gradient(#9a9a9a, #b3b3b3);
  background: -ms-linear-gradient(#9a9a9a, #b3b3b3);
  background: linear-gradient(#9a9a9a, #b3b3b3);
}

/* progress bar fill */
.Rating_preloader .Rating_progress span {
  display: block;
  height: 100%;
  background: #66cccc;
}

/* Spinner preloader */
.Rating_spinner {
  background: url('Resources/images/spinner.gif') white center center no-repeat;
}

.Rating_layers{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
[class*=RadAjaxPanel] *, [class*=Digital] * { 
    font-size:inherit!important;
}

#halfstarsReview.Small i { 
    font-size:15px!important;
}
#halfstarsReview.Medium i { 
    font-size:22px!important;
}
#halfstarsReview.Large i { 
    font-size:32px!important;
}

#rateFormat.Small { 
    padding-top:0px;
    font-size:13px!important;
}
#rateFormat.Medium { 
    padding-top:8px;
    font-size:15px!important;
}
#rateFormat.Large { 
    padding-top:12px;
    font-size:20px!important;
}