h1#title{position:relative;}
h1#title a{
	color:transparent;
	position:absolute;
	width:210px;
	height:20px;
	left:70px;
}
table.lineup-table{
	margin:10px 0 20px 0;
	border:1px solid #333;
}
table.lineup-table td span{
	font-size:8pt;
	display:block;
}
table.lineup-table td.product-name{
	width:180px;
	padding:0 10px 0 10px;
	background-color:#ddd;
}
table.lineup-table td.related-links a{
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	line-height:1.1;
}
table.lineup-table td.related-links a:hover{
	text-decoration:underline;
}