#compare table
{
	border-collapse: collapse;
}

#compare tr
{
	vertical-align: top;
}

#compare td
{
	border: 1px solid #ccc;
	padding: 5px 10px;
	font: 11px/16px Verdana;
}
#compare thead td
{
	color: #fff;
	background: #999;
	font-weight: bold;
}
#compare tbody td.label
{
	font-weight: bold;
}


#compare
{
	padding: 10px;
}
