
.ratings {
   width:450px;
   margin:0 0 20px 34px;
   border-top:2px solid #000;
   background:#333 url(http://www.scoobyphotos.com/coreimages/voting-bg.gif) repeat-x;
   }
.rabidRating {    
    float:left;
    cursor: pointer;
    background: url(http://www.scoobyphotos.com/coreimages/heartsbg2.png) no-repeat center;
   }
.rabidRating,
.rabidRating span {
    display: block;
    width: 220px;
    height: 25px;
   }
.rabidRating span {
    position: relative;
   }
.rabidRating .ratingStars {
    display: block;
    background: url(http://www.scoobyphotos.com/coreimages/hearts2.png) no-repeat center;
   }
.rabidRating .ratingFill {
    background: #2a3d40;
    width: 50px;
   }
.rabidRating.ratingVoted {
    cursor: default;
   }
.ratingActiveFillColor {
    background: #2a3d40;
   }
.ratingVotedFillColor {
    background: #9cd81a;
   }
.thumbnail-info-3 {   
   width:220px;
   margin:0;
   height:25px;   
   line-height:25px;
   text-indent:1px;
   font-weight:bold;
   position:relative; 
   background: transparent;   
   color:#999;
   float:right;
   }
