/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox {position: relative;}

.indicator { height: 18px; line-height: 18px; display: inline; color: #333; font-size:13px; font-family: verdana; letter-spacing: 0px; position:absolute;top:10px;left:200px;}


.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-bottom:10px;background-color:#FFF;}


