div.tagItem
{
	width: 170px;
	float: left;
	overflow: hidden;
	height: 50px;
	padding: 0 10px 0 10px;
}

div.tagItem h4
{
	background: white url('./../../../images/icon-tag.gif') no-repeat 0 7px;
	color: #aaaaaa;
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 5px 16px;
	text-transform: uppercase;
}