.content-showtags {
	color: #666666; 
	margin: 5px 0;
	border-top: 1px dotted #e0e0e0;
	border-bottom: 1px dotted #e0e0e0;
	text-align: left;
	padding: 5px 0;
}
.content-showtags ul {
    padding: 0;
}
.content-showtags ul li {
	list-style: none;
	display: inline;
}
.content-showtags a {
    background-color: #D2E5EC;
    color: #333333;
	padding: 3px 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
    font-weight: 600;
}
.content-showtags a:hover {
	background-color: #2285EB;
	color: #ffffff;
}
.tags_header {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;	
}
