@charset "utf-8";

* {margin: 0; padding: 0;}

html, body {
	font-family: Helvetica, Arial, Serif;
	background: #f4f4f4;
}

.tag-table {
	width: 730px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 100px;
	background: #fff;
	border-top: solid 3px #aaa;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;

}

.tag-col {
	width: auto;
	height: auto;
	float: left;
	margin-left: 30px;
	overflow: hidden
}

.tag-cell {
	width: 145px;
	min-height: 20px;
	margin-bottom: 30px;
}

.tag-row {
	width: auto;
	overflow: hidden;
	padding: 10px 0 5px;
	display: block;
	text-align: center;
	border-bottom: dashed 1px #dfdfdf;
}

.tag-id {
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	color: #444;
	border-bottom: solid 3px #aaa;
	padding-bottom: 5px; 
}

.tag-row a {
	text-decoration: none;
	outline: none;
	display: block;
	font-size: 11px;
	color: #df2678; /* Signature Pink */
	padding: 5px 0px;
}

.category {
	display: block;
	clear: both;
	color: #333;
	font: italic normal 10px Georgia, Serif;
}


