﻿.pagination{
	background: #305884;
	border-bottom: 3px solid #bababa;
	padding: 7px 10px;
	min-height: 1px;
	color: #fff;
	position: relative;
	margin-bottom:20px;
}

* html .pagination{
	height: 1px;
}

.page_buttons{
	position: absolute;
	right:10px;
	top:7px;
	padding-bottom:1px;

}

.page_buttons span span a,
.page_buttons .nav{
	border: 1px solid #94b5d9;
	padding: 2px 4px;
	margin: 0px 2px;
	font-size: 10px;
	color: #94b5d9;
	
 }

 
 .page_buttons span span a:hover,
 .page_buttons .nav:hover{
	background: #57779b;
	color: #bccfe4;
 }
 
 .pageSeparator{
	margin: 0 2px;	
}
 