/* CSS Document */
.pages {
	width: 100%;
	text-align: right;
	clear: both;
	padding: 15px 0;
}

.pages li {
	display: inline;
	margin: 2px;
}

.pages a {
	border-bottom: 1px solid #E1E1E1;
	height: 18px;
	line-height: 18px;
	padding: 2px 5px 0 5px;
	background-color: #f5f5f5;
	text-decoration: none;
}

.pages a:hover {
	border-bottom: 1px solid #fda;
	text-decoration: none;
	background-color: #fff2de;
}