@CHARSET "UTF-8";

.starbar { 
   padding:0;
   position: relative; 
   height:11px; 
   width:55px;
   padding-left:32px;
   padding-top:2px;
} 

.starbar .outer {
   padding:0;	 
   position: absolute; 
   width: 55px; 
   height:10px; 
   font-size:1px;
   background: url(../gfx/ik-gwiazdki.gif) 0px 0px no-repeat; 
} 
.starbar .inner { 
/*  position: absolute;*/ 
   width: 0; 
   padding:0;
   height:10px; 
   font-size:1px;
   background: url(../gfx/ik-gwiazdki.gif) 0px -10px no-repeat; 
} 


.starbar a { 
   position: absolute; 
   display: block; 
   left: 0; 
   top: 0; 
   height: 10px; 
}