﻿/*分页样式*/
div.quotes
{
	padding: 30px 0px 30px 0px;
	text-align: right;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-align: center;
}
div.quotes A
{
	border: 1px solid #e63f24;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #e63f24;
	margin-right: 2px;
	padding-top: 2px;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
}
div.quotes A:hover
{
	border-right: #e63f24 1px solid;
	padding-right: 5px;
	border-top: #e63f24 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #e63f24 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #e63f24 1px solid;
	color: #e63f24;
	text-decoration: none;
    background-color: #eeeeee;
}
div.quotes A:active
{
	border-right: #e63f24 1px solid;
	padding-right: 5px;
	border-top: #e63f24 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #e63f24 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #e63f24 1px solid;
	color: #e63f24;
	text-decoration: none;
    
}
div.quotes SPAN.current
{
	border: 1px solid #dddddd;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #e63f24;
	margin-right: 2px;
	padding-top: 2px;
	background-color: #ffffff;
	display: inline-block;
	line-height: 20px;
}
div.quotes SPAN.disabled
{
	border-right: #f3f3f3 1px solid;
	padding-right: 5px;
	border-top: #f3f3f3 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #f3f3f3 1px solid;
	color: #ddd;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #f3f3f3 1px solid;
	display: inline-block;
	line-height: 20px;
}

div.quotes SPAN.PageInfo
{
	
}

div.quotes SPAN.PageButton
{
	
}