.tags_block .block_content {
	padding:2px 1px 4px;
	text-align:center;
	letter-spacing:70%;
	border:1px solid #eee;
	border-radius:4px;
}

.tags_block .block_content a {
	display: inline-block;
	vertical-align:middle;
	border-radius:3px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0 3px;
	margin-top: 3px;
	color: #666;
	background-color: #fff;
}

.tags_block .block_content a.tag_level9 {font-size:20px;line-height:1.1em;font-weight:600;color:#333}
.tags_block .block_content a.tag_level8 {font-size:19px;line-height:1.1em;font-weight:600;color:#333}
.tags_block .block_content a.tag_level7 {font-size:18px;line-height:1.2em;font-weight:600;color:#333}
.tags_block .block_content a.tag_level6 {font-size:17px;line-height:1.2em;font-weight:600;color:#444}
.tags_block .block_content a.tag_level5 {font-size:16px;line-height:1.3em;font-weight:600;color:#444}
.tags_block .block_content a.tag_level4 {font-size:15px;line-height:1.3em;font-weight:400;color:#555}
.tags_block .block_content a.tag_level3 {font-size:14px;line-height:1.4em;font-weight:400}
.tags_block .block_content a.tag_level2 {font-size:13px;font-weight:400}
.tags_block .block_content a.tag_level1 {font-size:12px;font-weight:300}


.tags_block .block_content a:hover {
	color: #fff!important;
	background-color: #343436!important;
}

