/*
# ------------------------------------------------------------------------
# JA Tabs Plugins for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at /www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  /www.joomlart.com -  /www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

.pyrite .ja-tabs-title-top {
	color: #CCCCCC;
	position: relative;
	height: 30px;
}

.pyrite .ja-tabs-title-top ul.ja-tabs-title {
	height: 29px;
	bottom: -1px;
	left: 0px;
}

.pyrite .ja-tabs-title-top ul.ja-tabs-title li {
	margin: 0 5px 0 0;
	background: url(tab-bg.gif) repeat-x left top #eeeeee;
	border: 1px solid #DDDDDD;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
}

.pyrite .ja-tabs-title-top ul.ja-tabs-title li h3 {
	background: none;
	border: none;
	font-weight: 600 !important;
	margin: 0;
	padding: 7px 7px;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 14px;
        font-family: 微軟正黑體;
}

.pyrite .ja-tabs-title-top ul.ja-tabs-title li.active,
.pyrite .ja-tabs-title-top ul.ja-tabs-title li.firstactive,
.pyrite .ja-tabs-title-top ul.ja-tabs-title li.lastactive {
	background: url(tab-active.gif) repeat-x left top white;
	margin-left: 0;
	border: 1px solid #DDDDDD;
	border-top: none;
	border-bottom: 1px solid #FFFFFF;
}

.pyrite .ja-tabs-title-top ul li.active h3 ,
.pyrite .ja-tabs-title-top ul li.firstactive h3,
.pyrite .ja-tabs-title-top ul li.lastactive h3 {
	/*color: #333333;*/
}

.pyrite .ja-tab-panels-top {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	/*margin-bottom: 10px;*/
	height: 90px !important;
}

/* JA Tabs bottom */
.pyrite .ja-tabs-title-bottom {
	color: #CCCCCC;
	height: 30px;
	position: relative;
}

.pyrite .ja-tab-panels-bottom {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	z-index: 1;
}

.pyrite .ja-tabs-title-bottom ul.ja-tabs-title {
	height: 30px;
	top: -1px !important;
	left: 0;
}

.pyrite .ja-tabs-title-bottom ul.ja-tabs-title li {
	margin-right: 5px;
	background: url(tab-bg.gif) repeat-x left bottom #FFFFFF;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-top: 1px solid #DDDDDD;
}

.pyrite .ja-tabs-title-bottom ul.ja-tabs-title li h3 {
	background: none;
	border: none;
	font-weight: bold !important;
	margin: 0;
	padding: 7px 22px;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 100%;
}

.pyrite .ja-tabs-title-bottom ul.ja-tabs-title li.active,
.pyrite .ja-tabs-title-bottom ul.ja-tabs-title li.firstactive,
.pyrite .ja-tabs-title-bottom ul.ja-tabs-title li.lastactive {
	background: url(tab-active.gif) repeat-x left bottom;
	margin-left: 0px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-top: 1px solid #FFFFFF;
}

.pyrite .ja-tabs-title-bottom ul li.active h3,
.pyrite .ja-tabs-title-bottom ul li.firstactive h3,
.pyrite .ja-tabs-title-bottom ul li.lastactive h3 {
	color: #333333;
}

.pyrite div.ja-tab-subcontent {
	padding:10px!important;
}