/* pager */
div.pager { position: relative; height: 25px; padding-bottom: 20px; clear: both; margin-top: 0px; }
div.pager a {	font-weight: normal; text-decoration: none; background: none; }
div.pager li.selected a { color: #FFFFFF; }
div.pager a.previous,
div.pager a.next {
	display: inline-block;
	height: 25px;
	background: transparent url(img/pager-button-blue.gif) 0 0 no-repeat;
}
div.pager a.previous span,
div.pager a.next span {
	color: #FFFFFF;
	height: 25px;
	display: block;
	line-height: 25px;
	background: transparent url(img/pager-button-blue.gif) 100% 0 no-repeat;
	font-size: 11px;
}
div.pager a.previous { background-position: left -25px; }
div.pager a.previous span { background-position: right -25px; }
div.pager a.previous span { padding-right: 36px; margin-left: 40px; }
div.pager a.next span {	margin-left: 36px;	padding-right: 40px; }
div.pager a.previous { position: absolute; left: -2px; top: 0 }
div.pager a.next { position: absolute; right: -2px; top: 0 }

div.pager ul { list-style: none; text-align: center; margin: 0 auto; height: 25px; line-height: 25px; padding-top: 5px }
div.pager li { padding: 0 2px; display: inline-block; border-left: 1px solid #CCCCCC; line-height: 13px;}
div.pager li.first-child { border-left: none; }
div.pager li a { padding: 1px 5px; font-size: 11px; }
div.pager li.selected a { background: #0066A4;}

/* div.details-pager { padding-bottom: 0; } */
div.details-pager p { text-align: center; margin: 0 auto; line-height: 25px; font-size: 1.2em }
div.pager-bottom { border-top: 2px solid #092548; padding-top: 15px; }

