.tagcloud ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud ul li span {
	display: inline-block;
	
	height: 28px;
	line-height: 28px;
	padding: 0 0.5em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor:pointer;
}
.tagcloud ul li span:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}

.tagcloud input{
	display:none;
}

.tagcloud ul li span.Cat1 {
	color: #333;
	background-color: #A3C2DF;
}
.tagcloud ul li span.Cat2 {
	 color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.tagcloud ul li span.Cat3 {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.tagcloud ul li span.Cat1:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}
.tagcloud ul li span.Cat2:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}
.tagcloud ul li span.Cat3:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}