﻿/***分页样式***/
.zt2fy {
	float: left;
    margin:0 auto;
   
    width: 720px;
    padding: 10px 0 10px 10px;
    text-align: center;
}

.zt2fy a {
    border: 1px solid #d5d5d5;
	font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #333333;
	text-align: center;
	display: block;
	float: left;
    height: 19px;
	line-height: 19px;
	margin-right: 4px;
	padding: 0 8px;
    text-decoration: none;
}
.zt2fy a:hover {
    color: #d50024;
}

.zt2fy .first, .zt2fy .first_, .zt2fy .prev, .zt2fy .prev_, .zt2fy .next, .zt2fy .next_, .zt2fy .last, .zt2fy .last_ 
{
	border: 1px solid #d5d5d5;
	text-align: center;
	display: block;
	float: left;
    height: 19px;
	line-height: 19px;
	margin-right: 4px;
	padding: 0 8px;
	 color: #333333;
	  font-size: 12px;
    /*
    background:  no-repeat;
    border: 0;
    padding: 0;
	*/
}
.zt2fy .first,.zt2fy .first:hover 
{
	/*
	background-position: -4px -2px;
	width:50px;
	height:21px;
	*/
}
.zt2fy .first_,.zt2fy .first_:hover 
{
	/*
    background-position: -4px -28px;
    width:50px;
	height:21px;
	*/
}
.zt2fy .prev,.zt2fy .prev:hover 
{
	/*
	background-position:-115px -2px;
	width:59px;
	height:21px;
	*/
} 
.zt2fy .prev_,.zt2fy .prev_:hover 
{
	/*
	background-position:-115px -28px;
	width:59px;
	height:21px;
	*/
} 

.zt2fy .next,.zt2fy .next:hover 
{
	/*
	background-position:-182px -2px;
	width:59px;
	height:21px;
	*/
}
.zt2fy .next_,.zt2fy .next_:hover 
{
	/*
	background-position:-182px -28px;
	width:59px;
	height:21px;
	*/
} 
.zt2fy .last,.zt2fy .last:hover 
{
	/*
	background-position:-60px -2px;
	width:50px;
	height:21px;
	*/
}
.zt2fy .last_,.zt2fy .last_:hover 
{
	/*
	background-position:-60px -28px;
	width:50px;
	height:21px;
	*/
}
.zt2fy .focus 
{
	border: 1px solid #d5d5d5;
	text-align: center;
	display: block;
	float: left;
    height: 19px;
	line-height: 19px;
	margin-right: 4px;
	padding: 0 8px;
    background: #fbd8d8;
    border: 1px solid #ff8282;
    color: #d50024;
}

.zt2fy .total {
	display: block;
	float: right;
	color: gray;
    padding: 0 8px;
	line-height: 21px;
}