/* CSS Pagining */


.PG-navigationBox {padding: 5px 10px 20px 10px; text-align: center; font-size: 16px; color: #fff; }
.PG-normalPage, .PG-currentPage, .PG-normalPageOver, .PG-currentPageOver, .PG-normalPageDis, .PG-currentPageDis 
	 {font-weight: bold; color: #e7cdab; display: block;  padding: 3px 6px 3px 6px; margin: 0px 4px; border: 1px solid  #bababa; float: left; border-radius: 4px;}
.PG-currentPage {color: #0094DE; }
.PG-normalPageOver, .PG-currentPageOver { color: #000 !important; background: #e7cdab !important;}
.PG-normalPageDis, .PG-currentPageDis { color: #6370a5; border-color: #6370a5;}
.PG-normalPage , .PG-currentPage  {text-decoration: none; color: #e7cdab; }
.PG-currentPage {color: #fff;}
.PG-normalPageOver , .PG-currentPageOver  {text-decoration: none !important; color: #000 !important; }
.PG-fl {float: left;}

.pagenav_outershell {position: relative; left: 50%; float: left; }
.pagenav_innershell {position: relative; left: -50%; float: left; }
.pageclearfloat {clear: both; font-size: 0px; height: 0px; line-height: 0px;}
.paging-info-container {width: 100%;}
