/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: #414141; }
.starbox .rated .stars { background: #414141; }
.starbox .rated .hover .stars { background: #414141; }
.starbox .colorbar { /**background: #ffffff;*/ background: #1e90ff;} /** Background color change by Uday @ Clarion */
.starbox .hover .colorbar { background: #ffba00; }
.starbox .rated .colorbar { background: #ffba00; }
.starbox .rated .hover .colorbar { background: #cc0000; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/starbox/starOver.png) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #ffba00; }
.starbox .dotted .ghost { background: #424242; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ffba00; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }

/* custom CSS added by Denver Team 10-29-08 */
.ratingModule {display:block;margin:20px;height:19px;width:75px;border:1px solid #000000;}
/**.starbox {float:right;} Commented by Clarion Dev */

/** .starbox{float: right;} Comented by Uday 10-31-08 */
/* custom CSS added by Uday 10-31-08 */
.starbox .stars { margin: auto; #margin: 0px; padding: auto;}