#productTabs , #agentTabs {
	margin-top: 10px;
	margin-left: -5px;
}

.mootabs_title {
	height: 24px;	
}

.mootabs_title li {
	float: left;
	background-color: transparency;
	padding: 2px 8px 2px 8px !important;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	height: 24px;
	line-height: 24px;
	
}

.mootabs_title li.active {
	background-color: #479b43;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	color: #fff;
	overflow: auto;
	padding: 5px;
}

.mootabs_panel.active {
	background-color: transparency;
	display: block;	
}

.mootabs_title li.over {
	font-weight: normal;
	background-color: #e0b221;
}
