﻿/* ----------------------------------------------
	NAV - PAGES
---------------------------------------------- */
.nav-pg-back {
	float: right;
}
.nav-pg-top {
	float: right;
	font-size: .85em;
}
#listing-hits {
	text-align:left;
	float:left;
}
#listing-prev-next {
	text-align:right;
	float:right;
}
#listing-pages {
	text-align: center;
	font-weight: bold;
	font-size: 1.05em;
}
#listing-pages .sel {
	color: #fff;
	background: #264c99;
	text-decoration: none;
	padding: 0 .3em;
	width: 1.2em;
	margin-bottom: -0.4em;
}
#listing-pages span, #listing-pages a:link, #listing-pages a:visited  {
	padding: 0 .3em;
	margin: 0;
	text-decoration: none;
   border: 1px solid #fff;
}
#listing-pages a:hover, #listing-pages a:active {
	text-decoration: none;
   color:  #264c99;
   border-color: #264c99;
}
