.stronicowanie{
  padding:5px;
  text-align:right;		
  background-color:#BFB28E;
  border-top: 1px solid #948762;
  border-bottom: 1px solid #948762;
  height:25px;				
  line-height:25px;
  font-size:10px;
  font-family:Verdana;			
  color: #807350;	
}
.str_button{
  width:28px;
  height:20px;
  font-size:10px;
  font-family:Verdana;	
  text-align:center;
  background-color: #D7C89E;
  margin:2px;				
  color:#948762;	
  border: 1px solid #948762;
}
.str_button:hover{
  background-color: #FFC300;
  color: #fff;	
}

.str_button_disabled{
  width:28px;
  height:20px;
  font-size:10px;
  font-family:Verdana;	
  text-align:center;
  background: transparent url('../grafa/stronicowanie/off.png') no-repeat;			
  margin:2px;				
  color:#6F6F6F;	
  border: none;
}

.str_button_active{
  width:28px;
  height:20px;
  font-size:10px;
  font-family:Verdana;	
  text-align:center;
  background-color: #7D541C;	
  margin:2px;				
  color:#fff;	
  border: 1px solid #948762;
}
