#intro {
	border: 1px solid #EAEAEA;
	padding: 5px;
}
#features {
	margin: 5px;
}
#features input {
	border: 0;
	margin: 0;
}
#features table {
	font-size: 8pt;
	text-align: left;
	border-top: 15px solid #FFFFFF;
	margin: 0 0 1em 0;
}
* html #features table {
	width: 690px;
}
#features td, #features th {
	font-weight: normal;
	color: #000000;
	background-color: #F6F6F6;
	padding: 2px 5px;
}
#features td {
	text-align: center;
	background-color: #EAEAEA;
}
#features .item {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #80BC00;
	background-color: #FFFFFF;
	width: 140px;
}
#features .type {
	text-align: center;
	width: 70px;
}
#features .desc {
	color: #666666;
	text-align: left;
}
#features td strong, #features td span {
	background-image: url('/main/images/check_yes.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 1px;
	margin: 0 auto;
	padding: 11px 0 0 0;
	overflow: hidden;
}
#features td span {
	background-image: url('/main/images/check_no.gif');
}
* html #features td strong, * html #features td span {
	height: 12px;
}

#features .guided tbody tr:hover th, #features .guided tbody tr:hover td {
	background-color: #FCFCA0;
}
