/* old tabs
.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}
*/
.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	list-style-type: none;
	font: 12px/16px Arial, Helvetica, sans-serif;
	border-top: 1px solid #d5e3f0;
	color: #000000;
	padding: 15px 0 0 0
	
	
	
}

#documentation  .mootabs_panel a{
	
	font-weight: bold;
	text-transform:underline;
	color: #062d46;
	background:none;

	
	
	
	
}

#documentation  .mootabs_panel a:hover{
	
	
	text-transform:none;
	color: #1f5b86;
		background:none;
	
text-transform: uppercase;
	
	
	
}

.mootabs_panel.active {
	display: block;
	height:380px;
	overflow:auto;
}




#documentation { 
	border: none;
	margin: 30px 0 0 0;
}

#documentation ul {
	list-style-type: none;
}

#documentation ul li { 
margin: 0;
cursor:pointer;
}

#documentation ul li.over { 

cursor:pointer;
}



#documentation ul li a {
	color: #062d46;
	font: 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	height: 23px;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 10px;
	background: url(../../themes/allmakes/img/tab-left.gif) no-repeat left top;
cursor:pointer;
}

#documentation ul li a strong{
	background: url(../../themes/allmakes/img/tab-right.gif) no-repeat right top;
	height: 23px;
	padding: 0 10px 0 0;
	float: left;
	display: block;
	font-weight: normal;
cursor:pointer;
}

#documentation .tab {
	list-style-type: none;
	font: 12px/16px Arial, Helvetica, sans-serif;
	border-top: 1px solid #d5e3f0;
	color: #50616d;
	padding: 15px 0 0 0;
cursor:pointer;
}

#documentation ul li.active a {
	background: url(../../themes/allmakes/img/tab-left-sel.gif) no-repeat left top;
}

#documentation ul li.active a strong {
	background: url(../../themes/allmakes/img/tab-right-sel.gif) no-repeat right top;
}


