﻿/* 放大镜效果<<Start>> */
#pager{ background:#eee; width:100%; height:32px; border:0px solid lightgreen; }
#pager .current
{
    float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	width:20px;
	height:20px;
	color:orange;
	font:12px/20px 宋体;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px solid silver;
}
#pager .common
{
    float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	color:#737B8C;
	font:12px/20px 宋体;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#pager a {
	float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	width:20px;
	height:20px;
	color:orange;
	font:12px/20px 宋体;
	text-align:center;
	text-decoration:none;
	border:1px solid silver;
	}
#pager a:hover {
	position:relative;
	margin:0 -9px 0 -9px;
	padding:2px 5px;
	padding:0 5px;
	width:30px;
	height:30px;
	font:bold 16px/30px 宋体;
	color:orange;
	border:1px solid black;
	background:#eee;
	}
/* 放大镜效果<<End>> */

/* */
#pagelist {width:600px; margin:30px auto; padding:6px 0px; height:20px;}
#pagelist ul li { float:left; border:1px solid #5d9cdf; height:20px; line-height:20px; margin:0px 2px;}
#pagelist ul li a, .pageinfo { display:block; padding:0px 6px; background:#e6f2fe;}
#pagelist .pageinfo  { color:#555;}
#pagelist .current { background:#a9d2ff; display:block; padding:0px 6px; font-weight:bold;}
/**/

#webpager .current
{
    float:left;
	margin:5px 1px 0 1px;
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	border:1px solid #f30;
}
#webpager .common
{
    float:left;
	margin:5px 1px 0 1px;
	text-align:center;
	text-decoration:none;
	color:#999;
}
#webpager a {
	float:left;
	margin:5px 1px 0 1px;
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	border:#ccc solid 1px;
	}
#webpager a:hover {
	position:relative;
	margin:5px 1px 0 1px;
	width:20px;
	height:20px;
	font-weight:bold;
	color:#fff;
	background:#f30;
	}
	
#productpage .current
{
    float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	width:20px;
	height:20px;
	color:orange;
	font:12px/20px 宋体;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px solid silver;
}
#productpage .common
{
    float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	color:orange;
	font:12px/20px 宋体;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#productpage a {
	float:left;
	margin:5px 1px 0 1px;
	padding:2px 5px;
	width:20px;
	height:20px;
	color:#999;
	font:12px/20px 宋体;
	text-align:center;
	text-decoration:none;
	border:1px solid orange;
	}
#productpage a:hover {
	position:relative;
	margin:0 -9px 0 -9px;
	padding:2px 5px;
	padding:0 5px;
	width:30px;
	height:30px;
	font:bold 16px/30px 宋体;
	color:#000;
	border:1px solid black;
	background:#eee;
	}
	
