TABLE.side_features TD {
	font: 11px Arial, Helvetica, sans-serif;
}

TABLE.side_features TD.margin_lt,
TABLE.side_features TD.margin_rt {
	width: 2px;
	background-color: #728DC5;
}

TABLE.side_features TD.margin_lt {
	background-repeat: no-repeat;
	background-image: url(/images/side_features_margin_lt.gif);
}

TABLE.side_features TD.footer {
	background-color: #728DC5;
	height: 2px;
}

TABLE.side_features DIV.inactive_feature1,
TABLE.side_features DIV.inactive_feature2,
TABLE.side_features DIV.active_feature {
	padding: 5px 5px 5px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

TABLE.side_features DIV.inactive_feature1 {
	background-image: url(/images/side_features_inactive1.gif);
	color: #1E2A53;
}

TABLE.side_features DIV.inactive_feature2 {
	background-image: url(/images/side_features_inactive2.gif);
	color: #1E2A53;
}

TABLE.side_features DIV.active_feature {
	background-image: url(/images/side_features_active.gif);
	background-color: #728DC5;
	color: #FFFFFF;
}

TABLE.side_features A {
	text-decoration: none;
}

TABLE.side_features DIV.inactive_feature1 A,
TABLE.side_features DIV.inactive_feature2 A {
	color: #1E2A53;
}

TABLE.side_features DIV.active_feature A {
	color: #FFFFFF;
}

TABLE.side_features DIV.feature_content {
	background-color: #E2E2E2;
	/*height: 300px;*/
	width: 191px;
}
