td.featuresHeader {
	text-align: center;
	font-weight: bold;
	color: #404040;
	border-bottom: 1px dotted silver;
}

td.featuresCategory {
	font-weight: bold;
	color: #404040;
	padding: 0.2em 0 0.2em 0;
	border-bottom: 1px dotted silver;
}

tr.featuresTopSpace td {
	padding-top: 15px;
}

span.improved {
	padding-right: 12px;
	background: url(img/icon_improved.gif) no-repeat top right;
}

span.new {
	padding-right: 12px;
	background: url(img/icon_new.gif) no-repeat top right;
}

