
a.black, a.black:visited, a.black:active, a.black:hover { color: black; }

.link { cursor: pointer; }

.attention { border: 1px solid white; color: white; padding: 2px 5px; font-weight: bold; }
.descripted { cursor: help; text-decoration: underline; }

.button { cursor: pointer; }


ul.nav-pages {
	display: inline;
	list-style: none;
	margin: 0 1px;
	padding: 0;
}
ul.nav-pages li {
	display: inline;
	position: relative; top: -7px;
	
	font-size: 11px; 
	padding: 3px 7px 4px;
	margin: 0 1px;
	
	
	background: url(/site/assets/nav/strona-off.png);
	color: white;
	cursor: pointer;	
}

ul.nav-pages li.current {
	background: url(/site/assets/nav/strona-on.png);
	color: black;
	cursor: default;
}

