/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox { position: relative; color: #333; font-size:11px; font-family: verdana; letter-spacing: 0px;}

.starbox .indicator { height: 18px; line-height: 18px; display: inline; color: #CC3300; font-size:11px; font-family: verdana; font-weight: bold; letter-spacing: 0px; position: absolute; left: 95px; top: 0; }

.starbox .default { background: #cccccc; }
.starbox .default .colorbar { background: #1e90ff; }
.starbox .default .hover .colorbar { background: #ffcc1c; }

.starbox .dotted { background: url(default_dotted_background.gif) top left repeat-x; }
.starbox .dotted .colorbar { background: #000000; }


.s_box{ list-style-type: none; margin:0; padding:0;}

.s_box li{ padding-bottom:10px; }

.box_rank{ border:1px solid #ccc;padding:15px 15px 5px 15px;margin-right:40px;}



