/* ----- Pager ----- */

.pager {
	margin-top: 20px;
	clear:both;
	float:left;
	border-top: 1px solid #ddd;
	padding-top:4px;
	text-align:right;
	width:100%;
	height:100%;
}

.pager div {
	float: left;
	height:100%;
}
.pager ul {
	float: right;
	list-style-type: none;
	background: none;
	border: none 0;
}
.pager li {
	clear: none !important;
	float: left;
	list-style-type: none !important;
	margin-left: 2px !important;
	line-height: normal;
}
.pager li a {
	border: 1px solid #ddd;
	background-color: #eee;
	color: #000;
	display: block;
	height: 16px;
	margin-left: 2px;
	padding: 2px 1px 1px 1px;
	text-align: center;
	width: 17px;
}
.pager li a:hover {
	background-color: #005ea8;
	border: 1px solid #005ea8;
	color: #fff;
	text-decoration: none;
}
.pager .inactive {
	border: 1px solid #eee;
	color: #000;
	height: 16px;
	margin-left: 2px;
	padding: 1px 2px 2px;
	text-align: center;
	width: 15px;
}
.pager .inactiveText {
	background-color: #005ea8;
	color: #fff;
	display: block;
	height: 16px;
	margin-left: 2px;
	padding: 3px 2px 2px 2px;
	text-align: center;
	width: 17px;
}
.pager .activeImg a {
	height: 17px;
	margin-left: 2px;
	padding: 1px 1px 1px;
}
