@charset "utf-8";
/* CSS Document */
div#main table#tab {
	margin-bottom: 5px;
}

table#release {
	clear: both;
	margin-bottom: 30px;
}

table#release td.text img {
	vertical-align: middle;
	padding-bottom: 2px;
}

table#release td.icon img {
	margin-top: 4px;
}

div#years ul {
	float: none;
	clear: both;
}

div#years ul li {
	display: block;
	float: left;
	list-style: none;
	background-image: none;
	border-left: 1px solid #333333;
	margin: 0;
	padding: 0px 4px;
	font-size: 85%;
	line-height: 1.2;
}

div#years ul li.last {
	border-right: 1px solid #333333;
}

