﻿
/* 翻页按钮 */
.pager-row table 
{
	margin: 0px 20px;
	width: auto;
}
.pager-row { /*background-color: #ddf;/**/ }
.pager-row td { padding:2px; }
.pager-row td a,
.pager-row td a:link,
.pager-row td a:hover,
.pager-row td span    { display: inline-block; padding: 0px; border: solid 0px #1976CB; height: 22px; line-height: 22px; width: 33px; text-align: center; text-decoration: none; }

.pager-row td a,
.pager-row td a:link  {  background: url('images/pager-button.gif') center center no-repeat; color: #000;}
.pager-row td a:hover {  background: url('images/pager-button.gif') center center no-repeat; color: #f00;}
.pager-row td span    {  background: url('images/pager-button-span.gif') center center no-repeat; font-weight: bold; color: #777; cursor: default; }
