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

.switch_page {
}

.switch_page .paginate {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	display: inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	}
.switch_page a.paginate {
	background-color: #FFFFFF;
	border: 1px solid #970c11;
	border-radius: 6px;
	color: #970c11;
	width:40px;
	height:40px;
	line-height: 40px;
	}
.switch_page a.paginate:hover {
	background-color: #970c11;
	border: 1px solid #970c11;
	color: #FFFFFF;
	
	}	
.switch_page a.current {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	background: #970c11;
	border: 1px solid #970c11;
	color: #FFFFFF;
	border-radius: 6px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
		}
.switch_page span.inactive {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	border: 1px solid #970c11;
	background-color: #970c11;
	color: #FFFFFF;
	border-radius: 6px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	}