


ul.paginationPanel {
	list-style: none;
	margin-top:3px;
	border-top: 1px solid #e6e6e6;
	width: 674px;
}
.paginationPanel li {
	float:left;
	padding: 2px 0;
	background: #e5e5e5;
}
.paginationPanel li a {
	color: #929292;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	display:block;
	width:20px;
	text-align:center;
	border: 1px solid #e5e5e5;
}
.paginationPanel li.activeSubSite a {
	color: #d12727;
	background: #fff;
	border-color: #ddd;
}
.paginationPanel img {
	position:relative;
	bottom:2px;
}

#tagsList {
	margin: 10px 10px 0;
	font: bold 14px;
	color: #8e8e8e;
	padding-bottom: 40px;
	clear: both;
}
#tagsList h2 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 4px;
}
#tagsList a {
	color: #d12727;
	font-weight: normal;
	text-decoration: none;
}
#tagsList .more a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#tagsList .more a:hover {
	color: #646359;
}

#tagsList a:hover {
	text-decoration: underline;
}
 