@charset "UTF-8";
/* CSS Document */

.pagination {
#  padding: 3px;
#  margin: 3px;
#	color: #CCCCCC;
#	float: left;
	font-size: 24px;
	height: 46px;
	line-height: 46px;
#	list-style-type: none;
#	margin: 0 6px;
#	padding: 0;
	text-align: center;
#	width: 40px;
}
.pagination a {
	border: 3px solid #CCCCCC;
	color: #CCCCCC;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.pagination a:hover, .pagination a:active {
	border:3px solid #F93;
	color:#F93;
}
.pagination span, .pagination a {
	color: #CCCCCC;
	float: left;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	margin: 0 6px;
	padding: 0;
	text-align: center;
	width: 40px;

	border: 3px solid;
	display: block;
	font-weight: bold;
}
.pagination span.current {
	border: 3px solid #FF9933;
	color: #FF9933;
	display: block;
	font-weight: bold;
	text-align: center;
}
.pagination span.disabled {
	border: 3px solid #666666;
	color: #666666;
	display: block;
	font-weight: bold;
	text-align: center;
}