.his_page{
	float:right;
	margin-top:10px;
	height:30px; font-size:14px;
}
.his_page ul{
	float:left;
}

.his_page ul li{
	width:35px;
	list-style:none;
	float:left;
	line-height:30px; color:#333;
	text-align:center; border:1px solid #dcdcdc; margin-left:5px; margin-right:5px;
}
.his_page ul li a{
	text-decoration:none;
	color:#000; 
}

.his_page ul li.active{
	width:35px;
	text-align:center;
	color:#FF0000;
	border:0px;
}

.his_page .page{
	float:right;
}
.his_page .pageup{
    float:left;
    border:1px solid #dcdcdc;
    text-align:center;
    color:#000;height:30px; line-height:30px; 
}
.his_page .pagedown{
    float:left;
    border:1px solid #dcdcdc;
    text-align:center;
    color:#c7c7c7;
}

.his_page .pageup a{
    float:left;
    text-align:center;
    color:#000;
    text-decoration:none;
    margin:0px 5px;
}

.his_page .pagedown a{
	width:80px;
    float:left;
    text-align:center;
    color:#333;
    text-decoration:none; height:30px; line-height:30px; 

}