/* ------------------------------------------------
   The Whisky Exchange
   Designed and Built by The Whisky Exchange
   All Rights Reserved

   Ratings CSS file 

   Content:
   
   ------------------------------------------------ */

/* ------------------------------------------------
   Ratings Container
   ------------------------------------------------ */
.rating-stars,
.rating-stars-link {
   display: block;
   height: 20px;
   width: 110px;
   overflow: hidden;
   text-indent: -9999px;
}
.rating-stars-link {
   float: left;
   margin-top: -3px;
}
.rating-link {
   display: block;
   float: left;
   margin-left: 5px;
   font-family: 'Fjalla One', 'Lato', arial, sans-serif;
   font-size: 0.9em;
   /*text-transform: none;*/
   color: #ff7010;
} 
.rating-link:hover {
   text-decoration: underline;
} 
/* ------------------------------------------------
   Ratings
   ------------------------------------------------ */
.rating-5 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.rating-10 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -20px rgba(0, 0, 0, 0);
}
.rating-15 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -40px rgba(0, 0, 0, 0);
}
.rating-20 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -60px rgba(0, 0, 0, 0);
}
.rating-25 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -80px rgba(0, 0, 0, 0);
}
.rating-30 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -100px rgba(0, 0, 0, 0);
}
.rating-35 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -120px rgba(0, 0, 0, 0);
}
.rating-40 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -140px rgba(0, 0, 0, 0);
}
.rating-45 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -160px rgba(0, 0, 0, 0);
}
.rating-50 {
   background: url("../images/widgets/ratings.png") repeat scroll 0 -180px rgba(0, 0, 0, 0);
}
/* ------------------------------------------------
   Bar Rating
   ------------------------------------------------ */
.br-widget {
   height: 23px;
   margin: 3px 0 15px -1px;
}
.br-widget a {
   background: url('../images/widgets/star.png') 0 23px;
   width: 26px;
   height: 23px;
   display: block;
   float: left;
   margin:1px;
}
.br-current-rating {
   font-size: 16px;
   font-weight:bold;
   float: left;
   padding: 5px 0px 0 5px;
   color: #c9a12b;
}
.br-widget a:hover,
.br-widget a.br-active,
.br-widget a.br-selected {
   background-position: 0 0px;
}
.br-widget span{
   float:left;
}