/*----tag----*/
ul#tags {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
#tags li {
	display: inline;
	line-height: 170%;
}
#tags li a {
	border-width: 0;
	color: #000;
	text-decoration:none;
}
#tags li.hot a {
	color: #FF0033;
	text-decoration:none;
}
#tags li.old a {
	color: #777;
	text-decoration:none;
}
#tags li.oldest a {
	color: #CCC;
	text-decoration:none;
}
#tags li a:active,
#tags li a:hover {
	color: #3300FF;
	text-decoration: underline;
}
.coffButton {
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	cursor: pointer;
}
a.coffButton:hover {
	color: #000;
	background: #ccc;
}
#coff {
	font-weight: bold;
	padding: 2px;
}

