#ja-tabswrap {
	border-bottom: 1px solid #DBD9CF;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#ja-tabs {
	position: relative;
	overflow: hidden;
	z-index: 10;
}
#ja-tabs div.ja-innerpad {
	padding:0;
}
.mootabs-title {
	height: 30px;
	border-bottom: 1px solid #DBD9CF;
	position: relative;
}
.mootabs-title ul {
	margin: 0;
	padding: 0;
	height: 21px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
* html .mootabs-title ul { /*IE 6*/
	bottom: -1px;
}
.mootabs-title li {
	float: left;
	background: none;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	border: 1px solid #DBD9CF;
	background: #F2F3E7;
}
.mootabs-title li h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #F0F0F0;
	border-bottom: none;
}
.mootabs-title li.hover,  .mootabs-title li.firsthover,  .mootabs-title li.lasthover {
	color: #D5422D;
}
.mootabs-title li.active,  .mootabs-title li.firstactive,  .mootabs-title li.lastactive {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.mootabs-title li.active H3,  .mootabs-title li.firstactive H3,  .mootabs-title li.lastactive H3 {
	color: #D5422D;
}
.ja-tab-panels {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 45px;
}
#ja-tabswrap div.moduletable {
	position: absolute;
	top: 0;
	border: none;
	z-index: 100;
	padding: 0;
}
#ja-tabswrap .moduletable ul {
	margin: 0 !important;
	padding: 0 !important;
}
#ja-tabswrap .moduletable li {
	padding: 0 0 0 15px;
	margin: 0;
	font-weight:normal;
}

#ja-tabswrap .moduletable li a {
	font-weight:normal !important;
}