/* Feature comparison chart: */

#features-chart
{
	border-color: gray;
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}

.tbody
{
	display: table-row-group;
	vertical-align: middle;
}

#features-chart th
{
	font-weight: bold;
	border: 1px solid #bbb;
	padding: 2px;
	text-align: center;
	height: 30px;
}

#features-chart td
{
	border: 1px solid #bbb;
	padding: 2px;
}

#features-chart .odd
{
	background-color: #eaf3fe;
}

#features-chart .even
{
}

#features-chart .header
{
	color: black;
	font-family: ArialRoundedMTBold, Futura, "Lucida Grande", Helvetica-Bold, Helvetica, Arial, serif;
	font-size: 12pt;
}

#features-chart .yes
{
	background: url(/images/features-yes.png) center center no-repeat;
	width: 18%;
	height: 20px;
}

#features-chart .no
{
	background: url(/images/features-no.png) center center no-repeat;
	width: 18%;
	height: 20px;
}

#features-chart .text
{
	text-align: center;
	font-weight: bold;
	width: 18%;
	height: 20px;
}

#features-chart .price
{
	text-align: center;
	font-weight: bold;
	height: 30px;
}


