.mytabs { border:1px solid; color:#999999; float:left; width:758px; }
.idTabs, .mootabs_title {
	background:#FF6600 url(new/title_bg.png) no-repeat scroll 0 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.idTabs h3 a, .mootabs_title li {
	float: left;
	padding: 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 14px;
	color:#fff;
}
.idTabs h3 a.active { color:#333; }
.idTabs h3 a.over { background-color:#fc6; }
.mootabs_title li.active {
	color:#333;
}
.tab1_content, .mootabs_panel {
	padding:10px;
	display: none;
	background-color:#fff;
	position: relative;
	clear: both;
	overflow: auto;
	
}
.tab1_content.active { background-color:#fff;	display: block; }
.mootabs_panel.active {
	background-color:#fff;
	display: block;
}
#mytabs { margin-top:10px; float:left; border:1px solid #999; }

