.infolink {
	width: 300px;
}
.infolink a{
	font-size: 16pt;
	font-weight: bold;
}

table.prices {
	border: 1px solid gray;
	border-collapse: collapse;
}
table.prices th, table.prices td {
	border: 1px solid lightgray;
	padding: 5px;
}
table.prices td {
	text-align: center;
}
table.prices th {
	text-align: right;
}

table.prices tr.top th {
	text-align: center;
}

#main table.compare	{
	border-collapse: collapse;
	border: 1px solid gray;
	
}
#main table.compare th{
	padding: 5px;
	border: 1px solid gray;
	text-align: right;
}
#main table.compare tr.top th{
	text-align: center;
	vertical-align: middle;
}
#main table.compare	 td{
	text-align: center;
	padding: 5px;
	border: 1px solid gray;
}
#main table.compare	 td ul{
	text-align: left;
}