/*Features tab system*/
#features {
 margin-top:5px;
}

#features .mootabs_title {
	margin: 0 0 0 0;
}

#features_tab_wrapper {
 	margin:0 auto;
	margin-bottom:25px;
	width:720px;
}

#features ul {
 list-style:none;
}

#features .mootabs_title li {
	float: left;
	margin:0 20px 20px 20px;
	cursor: pointer;
	height:130px;
	width:130px;
}

#features .mootabs_title li.reports,
#features .mootabs_title li.system_snapshots,
#features .mootabs_title li.my_links,
#features .mootabs_title li.test_scripts {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

#features .mootabs_title li.reports {
 background:url(../images/reports_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.system_snapshots {
 background:url(../images/snapshot_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.my_links {
 background:url(../images/my_links_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.test_scripts {
 background:url(../images/test_scripts_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.active {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#features .mootabs_title li.reports.active {
 background:url(../images/reports_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.system_snapshots {
 background:url(../images/snapshot_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.my_links {
 background:url(../images/my_links_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.test_scripts {
 background:url(../images/test_scripts_icon.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#features .mootabs_title li.over {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#features .mootabs_panel {
	display: none;
	position: relative;
	padding:10px;
	top: -1px;
	clear: both;
	overflow:hidden;
	background:url(../images/features_background.gif);
	background-repeat:no-repeat;
	margin-bottom:40px;
}

#features .mootabs_panel.active {
	margin-bottom:40px;
	display: block;
}

.mootabs_panel.active h1 {
 margin:0;
	color:#ff8000;
}

.mootabs_panel.active p {
	color:#fff;
}
/*Features tab system*/