/* @override 
	offsets.css
	--
	http://work.dekordia.pl/skins/wiosna/css/offsets.css
*/

.offsets{
	padding: 10px;
	text-align: center;
}

.offsets a{
	padding:			3px 7px;
	margin: 			0 4px 0 4px;
	color:				#777;
	text-decoration: 	none !important;	
	border: 			1px solid #ccc;
	
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	border-radius: 4px;
	line-height: 27px;
	font-size: 11px;
}

.offsets a:hover{
	padding:			3px 7px;
	margin: 			0 4px 0 4px;
	text-decoration: 	none;	
	background: #555555;
	color: #fff;
	border: 			1px solid #000;
}

.offsets a.current{
	padding:			3px 7px;
	margin: 			0 4px 0 4px;

	font-weight:		bold;
	background: #222222;
	color: #fff;
	border: 			1px solid #000;
}

.offsets a.current:hover{
	padding:			3px 7px;
	margin: 			0 4px 0 4px;

	font-weight:		bold;
	background: #555555;
	color: #fff;
	border: 			1px solid #000;
}


.offsets a.b-last,
.offsets a.b-first,
.offsets a.b-prev,
.offsets a.b-next {
	width: 				10px;
	padding:			0 5px;
	margin: 			0 2px 0 2px;
	text-decoration: 	none;	
	background: #222222;
	color:				#fff;
	border:				none;
}

.offsets a.b-last:hover,
.offsets a.b-first:hover,
.offsets a.b-prev:hover,
.offsets a.b-next:hover {
	width: 				10px;
	padding:			0 5px;
	text-decoration: 	none;	
	background: #5b616e;
	color:				#fff;
	border:				none;
}

.offsets a.b-prev,
.offsets a.b-prev:hover{
	margin-right:		20px;	
}

.offsets a.b-next,
.offsets a.b-next:hover{
	margin-left:		0px;	
}



.offsets span{
	display:			block;
	color:				#999;
	margin:				15px 0 0 0;
}

.offsets span strong{
	color:				#555;
}

.offset_spacer {
	display: inline-block !important;
	padding: 0px 5px;
}