#pettabs {
	clear: both;
	height: 390px;
	width: 662px;
	overflow: visible;
}
*html #pettabs {
	height: 360px;
	width: 622px;
	overflow: hidden;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font: bold 13px Arial;
}

.mootabs_title li {
	float: left;
	background-color: white;
	padding: 3px 8px;
	cursor: pointer;
	line-height: 24px;
	
}

.mootabs_title li.active {
	background-color: black;
	color: red;
}
.mootabs_title li.over {
	background-color: #666667;
	color: red;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;

	overflow: auto;

	padding: 20px;
	
}

.mootabs_panel.active {
	background-color: black;
	display: block;
	overflow: hidden;
}
