.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mootabs_title li {
	float: left;
	height: 30px;
	background-image: url(../img/tab_bg.jpg);
	background-repeat: no-repeat;
	width: 100px;
	padding-right: 4px;
	cursor: pointer;
	
}


.mootabs_title li.active {

}

.mootabs_panel {
	width: 840px;
	background-image: url(../img/tab_contents_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	clear: both;
	top: -5px;
	display: none;
}

.mootabs_panel.active {
	display: block;
}
.td0 li {
	list-style-type: none;
}

