
.mootabs_title {

	margin: 0px;
	padding: 0px;

	
}

.mootabs_title li {

	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;

	width:100px;
	
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 300px;
	height:300px;
	top: 0px;
	left: 200px;
	clear: both;
	overflow: auto;
		border: solid #cc0000 1px;
	
}

.mootabs_panel.active {
	border: solid #cc0000 1px;
	display: block;
height:300px;
width:300px;
overflow:hidden;
}

