/* CSS Pagining */


.PG-navigationBox {padding: 15px 10px 20px 10px; text-align: center; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #cfb685; }
.PG-normalPage, .PG-currentPage, .PG-normalPageOver, .PG-currentPageOver, .PG-normalPageDis, .PG-currentPageDis 
	 {font-weight: bold; color: #cfb685; display: inline;  padding: 3px 6px 3px 6px; margin: 0px;
	 border: 1px solid  #cfb685; border-radius: 3px;}
.PG-currentPage {color: #e92323; }
.PG-normalPageOver, .PG-currentPageOver { color: #e92323 !important;}
.PG-normalPageDis, .PG-currentPageDis { color: #4d3d1f; border-color: #4d3d1f;}
.PG-normalPage a, .PG-currentPage a {text-decoration: none; color: #cfb685; }
.PG-normalPageOver a, .PG-currentPageOver a {text-decoration: none !important; color: #e92323 !important; }
.PG-fl {float: left;}

