/*------------------------------------------------------------------------
# JA Fagus 1.0 - Dec, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

#ja-tabswrap .moduletable {display: none;}

#ja-tabswrap div.hpl-tabcontent{
	margin: 0;
	widht: 90%;
	display: block;
}

#ja-tabswrap {
	position: relative;
	background: url(../images/mootabs/tabswrap-center_m.gif) repeat-y;/**/
	overflow: hidden;
	z-index: 10;
	text-align: left;
}

#ja-tabswrap-top {
	background: url(../images/mootabs/tabswrap-top_m.gif) no-repeat top left;
}

#ja-tabswrap-bot {
	background: url(../images/mootabs/tabswrap-bot_m.gif) no-repeat bottom left;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

/* Narrow */
.narrow #ja-tabswrap {
	background: url(../images/mootabs/tabswrap-center-n.gif) repeat-y;
}

.narrow #ja-tabswrap-top {
	background: url(../images/mootabs/tabswrap-top-n.gif) no-repeat top left;
}

.narrow #ja-tabswrap-bot {
	background: url(../images/mootabs/tabswrap-bot-n.gif) no-repeat bottom left;	
}


#ja-tabswrap div.ja-innerpad {
	width: 96%;
}

ul.mootabs-title {
	margin: 0;
	padding: 0;
}

.mootabs-title li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	color: #333333;
}

.mootabs-title li h3 {
	font-size: 110%;
	line-height: 40px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	background: url(../images/mootabs/tabs-bg.gif) no-repeat bottom left;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.mootabs-title li.hover {
	color: #35A6BE;
	background: url(../images/mootabs/tabs-hover.gif) no-repeat bottom center;
}

.mootabs-title li.firstactive h3,
.mootabs-title li.first h3 {
	background: none;
}

.mootabs-title li.active {
	padding: 0;
	margin: 0;
	background: url(../images/mootabs/tabs-active.gif) no-repeat bottom center;
	color: #35A6BE;
}

.mootabs-title li.firsthover h3 {
	background: none;
	color: #35A6BE;
}

.mootabs-title li.lasthover h3 {
	color: #35A6BE;
}

.mootabs-title li.firsthover {
	background: url(../images/mootabs/tabs-hover.gif) no-repeat bottom left;
}

.mootabs-title li.lasthover {
	background: url(../images/mootabs/tabs-hover.gif) no-repeat bottom right;
}

.mootabs-title li.firstactive {
	padding: 0;
	margin: 0;
	background: url(../images/mootabs/tabs-active.gif) no-repeat bottom left;
	color: #35A6BE;
}

.mootabs-title li.lastactive {
	padding: 0;
	margin: 0;
	background: url(../images/mootabs/tabs-active.gif) no-repeat bottom right;
	color: #35A6BE;
}

.ja-tab-panels {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 40px;
}

#ja-tabswrap .moduletable {
	position: absolute;
	top: 0;
	background: none;
	z-index: 100;
}

#ja-tabswrap .moduletable ul {
	margin: 0 !important;
	padding: 0 !important;
}
/*
#ja-tabswrap .moduletable li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/mootabs/arrow.png) no-repeat 3px 7px;
}
*/