/* @group Rating Star */

.ratingblock {
     width: 100%;
     display:block;
     padding-bottom:8px;
     margin-bottom:8px;
}
.loading {
     height: 32px;
     background: url('../images/working.gif') 50% 50% no-repeat;
}
.unit-rating {
     list-style:none;
     margin: 0px;
     padding:0px;
     height: 30px; /* ****************************************** Change to new image width */
     position: relative;
     background: url('../images/stars/star-30apx.gif') top left repeat-x; /* Change image name / path */     
}
.unit-rating li{
    text-indent: -90000px;
     padding:0px;
     margin:0px;
     /*\*/
     float: left;
     /* */
}
.unit-rating li a {
     outline: none;
     display:block;
     width:30px; /* ******************************************** Change to new image width */
     height: 30px; /* ****************************************** Change to new image width */
     text-decoration: none;
     text-indent: -9000px;
     z-index: 20;
     position: absolute;
     padding: 0px;
}
.unit-rating li a:hover{
     background: url('../images/stars/star-30apx.gif') left center; /* Change image name / path */
     z-index: 2;
     left: 0px;
}
.unit-rating li.current-rating {
     background: url('../images/stars/star-30apx.gif') left bottom; /* Change image name / path */
     position: relative;
     height: 30px; /* ****************************************** Change to new image width */
     display: block;
     text-indent: -9000px;
     z-index: 1;
}

/* @end */

/* @group Rating Star Hover */
     
/* ************************************************
If you have used the Ajax Rating CSS Calculator, 
please remove the code BELLOW and replace it with
the dynamically generated CSS calculator output
************************************************* */

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}     
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

/* ************************************************
If you have used the Ajax Rating CSS Calculator, 
please remove the code ABOVE and replace it with
the dynamically generated CSS calculator output
************************************************* */

/* @end */

/* @group Status Messages */

#voted {
     color:#999;
}
#thanks {
     color:#36AA3D;
}
#shame {
     color:#CC3333;
}

/* @end */
