/*Pagination Styles */

#DIV_PageNums {
	display: inline;
	font-size : 11px;
	margin:10px auto;
	padding-top : 10px;
}

#DIV_PageNums span,
#DIV_PageNums .currentPage{
	background : #FFFFFF none repeat scroll 0%;
	border : 1px solid #DDDDDD;
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	cursor: pointer;
	color: #1F7FA5;
}

#DIV_PageNums span:hover{
	text-decoration: none;
	background: #efecec;
}

#DIV_PageNums .currentPage{
	color: #e31212;
	font-weight: bold;
}


#DIV_PageNums .prev, 
#DIV_PageNums .next{
	margin: 0pt 5px;
}

#DIV_PageNums .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#DIV_PageNums .clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #DIV_PageNums .clearfix {height: 1%;}
#DIV_PageNums .clearfix {display: block;}
/* End hide from IE-mac */