#LeftBox {
}

#LeftBox  h1{
	
}
#LeftBox .content {
	
}
ul.PerPage {
	text-align:center;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	display:block;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

ul.PerPage li{
	float:left;

	margin:0;
	padding:0 5px;
	
	border-left: 1px solid #999;
}

ul.PerPage a.prew{
	color: red;
	margin:0;
	padding:0 2px;
	border-left: none;
}
ul.PerPage a.next{
	color: red;
	margin:0;
	padding:0 2px;
	border-left: none;
}
ul.PerPage  a{
	color:blue;
	font-size:1.0em;
	
	text-align:center;
	padding:2px;
}

ul.PerPage  a.selected{
	text-align:center;
	color:#fff;
	padding:2px;
	background:red;
}

a {
	font-size:1.0em;
	color:red;
	text-decoration:none;
}
a.more {
	font-weight:bold;
}



