@charset "utf-8";

/* CSS Document */
#pages {
	padding: 30px 0 0;
	font-size: 18px;
	/* font-weight:bold; */
	line-height: 54px;
	text-align: center;
	clear: both;
}

#pages a {
	text-decoration: none;
	color: #666666;
	/* background:#fff; */
	/* border:1px solid #CCCCCC; */
	width: 90px;
	height: 54px;
	/* padding-bottom:2px; */
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	margin: 0 -3px;
	/* border-radius: 5px; */
	display: inline-block;
}

#pages a:first-child {
	border-left: 1px solid #ccc;
}

#pages span {
	/* text-decoration:none; */
	color: #fff;
	background:#4a8c22;
	/* border:1px solid #CCCCCC; */
	width: 90px;
	height: 54px;
	/* padding-bottom:2px; */
	text-align: center;
	border-top: 1px solid #4a8c22;
	border-right: 1px solid #4a8c22;
	border-bottom: 1px solid #4a8c22;
	border-left: none;
	margin: 0 -3px;
	/* border-radius: 5px; */
	display: inline-block;
	cursor: pointer;
}

#pages a:hover {
	text-decoration: none;
	color: #fff;
	background: #4a8c22;
	border-top: 1px solid #4a8c22;
	border-right: 1px solid #4a8c22;
	border-bottom: 1px solid #4a8c22;
	/* border:1px solid #1d74c2 */
}

#pages select {
	width: 54px;
}