﻿/*------------------------------------------------------------------------
# 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 {
	position: relative;
	background: url(../images/tabswrap-center.gif) repeat-y;
	overflow: hidden;
	z-index: 10;
	margin: 0 0 0px;
}

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

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

/* News */
#ja-tabswrap2 {
	position: relative;
	background: url(../images/tabswrap-center-news.gif) repeat-y;
	overflow: hidden;
	z-index: 10;
	margin: 0 0 0px;
}

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

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

#ja-tabswrap2 .moduletable li.latestnews,#ja-tabswrap2 .moduletable li.mostread {
	background: url(../images/arrow.png) no-repeat 3px 7px;
	padding-left: 15px;
	margin: 0px;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	OVERFLOW: hidden;
}
* html #ja-tabswrap2 .moduletable li.latestnews,* html #ja-tabswrap2 .moduletable li.mostread {
		WHITE-SPACE: normal;
}
#ja-tabswrap div.ja-innerpad {
	padding: 20px 0;
}

#ja-tabswrap2 div.ja-innerpad {
	padding: 5px 0;
}

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

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

.mootabs-title li h3 {
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	background: url(../images/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: #FFFFFF;
	background: url(../images/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/tabs-active.gif) no-repeat bottom center;
	color: #FFFFFF;
}

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

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

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

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

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

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

body:nth-of-type(1) .mootabs-title li.lastactive,.narrow .mootabs-title li.lastactive {
	background: url(../images/tabs-active-chrome.gif) no-repeat bottom right;
}
.narrow .mootabs-title li.lastactive {
	background: url(../images/tabs-active.gif) no-repeat bottom right;
}

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

#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/arrow.png) no-repeat 3px 7px;
}
