/*~~~~~~~~~~~~ Pages navigation. Start ~~~~~~~~~~~~~*/
div#navBlockTop
{
	position			: relative;
	margin				: 30 0 25 0;
}
div#navBlockBott
{
	position			: relative;
	margin				: 25 0 5 0;
}


div#PagesList
{
	font-size			: 13px;
	color				: #0e7e6a;
}
div#PagesList a
{
	text-decoration		: none;
	color				: inherit;
}
div#PagesList a:hover
{
	text-decoration		: underline;
	color				: #000000;
}
div#PagesList span#act, div#PagesList span#inact
{
	width				: 22px;
	height				: 22px;
	text-align			: center;
	padding				: 3 8;
	cursor				: pointer;
}
div#PagesList span#act
{
	background			: url("/datagroup/img/bg-pagenum.gif") top center;
	background-repeat	: no-repeat;
}
div#PagesList span#separ
{
	background			: url("/datagroup/img/bg-pagesepar.gif") center 12px;
	background-repeat	: no-repeat;
	width				: 22px;
	height				: 20px;
	padding				: 0 10;
}
div#PagesList span#goLeft
{
	background			: url("/datagroup/img/arr-left.gif") left 3px;
	background-repeat	: no-repeat;
	width				: 14px;
	height				: 12px;
	padding-right		: 20px;
	padding-bottom		: 3px;
	cursor				: pointer;
}
div#PagesList span#goRight
{
	background			: url("/datagroup/img/arr-right.gif") right 3px;
	background-repeat	: no-repeat;
	width				: 14px;
	height				: 12px;
	padding-left		: 20px;
	padding-bottom		: 3px;
	cursor				: pointer;
}

/*~~~~~~~~~~~~ Pages navigation. Finish ~~~~~~~~~~~~~*/
