@CHARSET "ISO-8859-1";

.page_navigation_container
{
	position:relative;
	float:left;
	width:750px;
	height:27px;
	color:white;
	padding:10px;
}
.page_navigation_item
{
	position:relative;
	float:left;
	width:80px;
	height:25px;
	background: red;
	border:1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:center;
}
.page_navigation_item_selected
{
	position:relative;
	float:left;
	width:80px;
	height:25px;
	background: red;
	border:2px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight:bold;
	text-align:center;
}
.page_navigation_item_hover
{
	position:relative;
	float:left;
	width:80px;
	height:25px;
	background: blue;
	border:1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight:bold;
	text-align:center;
}