@CHARSET "ISO-8859-1";

.featureHeadLeft {
	width:300px;
	float: left;
}

.featureHeadRight {
	width: 89px;
	float: right;	
}

.featureHeadRight a{
	display: block;
	background: url('/img/dazzle/buttons/get-started-small-in-1.gif') no-repeat;
	height: 31px;
}

.featureHeadRight a:hover{
	display: block;
	background-position: 0 -31px;
}

.features {
	clear: both;
	border: 0;
	width: 100%;
	margin-bottom: 25px;
}

.features th {
	border: 0;
	background: #AF0624;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.features td {
	border: 0;
	padding: 2px 3px 2px 3px;
	background: #eeeeee;
}

.features td.odd {
	background: #dddddd;
}