/* CSS Document */
.pasek
{
	clear: both;
}
a.pasek_strona_nr{
	font-size: 9px;
	display: block;
	border: none;
	height: 28px;
	width: 28px;
	float: left;
	padding-left: 10px;
	padding-top: 9px;
	text-decoration:none;
	background: url(/wyglad/no-activePagerNumber.png) no-repeat;
	color: #FFFFFF;
}

a.pasek_strona_nr:hover{
	color:#3A0F45;
	text-decoration:none;
	background: url(/wyglad/activePagerNumber.png) no-repeat;
}

span.pasek_strona_nr{
	display: block;
	font-weight:bold;
	font-size: 10px;
	color: #FFFFFF;
	height: 29px;
	width: 38px;
	float: left;
	text-align:center;
	padding-top: 8px;
	text-decoration:none;
	background: url(/wyglad/activePagerNumber.png) no-repeat;
}
span.pasek_left_arrow{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(/wyglad/pagerArrowLeft.png) no-repeat;
}

span.pasek_right_arrow{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(/wyglad/pagerArrowRight.png) no-repeat;
}

a.pasek_left_arrow{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(/wyglad/pagerArrowLeft.png) no-repeat;
}

a.pasek_right_arrow{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(/wyglad/pagerArrowRight.png) no-repeat;
}

span.pasek_kropki{
	float: left;
	padding-top: 5px;
}

