/*
STARBOX 
*/
 .stars { background: #cccccc; }
 .rated .stars { background: #dcdcdc; }
 .rated .hover .stars { background: #cccccc; }
 .colorbar { background: #1e90ff; }
 .hover .colorbar { background: #003160; }
 .rated .colorbar { background: #64b2ff; }
 .rated .hover .colorbar { background: #1e90ff; }
 .indicator { clear: both; }

 div#qTip {
 padding: 3px;
 border: 1px solid #783B1C;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #A13F22;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}