div#mooTabs {
	padding-bottom:1em;
}

#mooTabs ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#mooTabs ul li.title {
	cursor: pointer;
}

#mooTabs li.active {
	color: #F00;
}

#mooTabs div.panel {
	margin-top: 1em;
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
}

#mooTabs div.panel a {
	color: #444;
}

#mooTabs div.active {
	display: block;
}
