.ja-tabswrap {
	border: 1px solid #C9C0B7;
}

ul.ja-tabs-title li h3 a.current {
    color: #333333;
}

/* JA Tabs left*/
.ja-tabs-title-left {
	background: url(17pxblan.gif) repeat-y right #F5F4ED;
}

.ja-tabs-title-left ul.ja-tabs-title li {
	height: 100%;
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
}

.ja-tabs-title-left ul.ja-tabs-title li h3 {
	font-size: 11px;
	font-weight: bold !important;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	background: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
}

.ja-tabs-title-left ul li.active,
.ja-tabs-title-left ul li.firstactive,
.ja-tabs-title-left ul li.lastactive {
	background: url(left-act.gif) no-repeat right #FFFFFF;
}

.ja-tabs-title-left ul li.active H3 ,
.ja-tabs-title-left ul li.firstactive H3,
.ja-tabs-title-left ul li.lastactive H3 {
	color: #FA6900;
}

/* JA Tabs right*/
.ja-tab-panels-right .ja-tab-subcontent {
    padding-right: 15px !important;
    direction: rtl;
    font-size: 10px;
    font-family: Tahoma;
}

.ja-tab-subcontent img {
    padding: 0 0 0 0;
}

.ja-tabs-title-right {
    float: right;
	background: url(17pxblao.gif) repeat-y left;
	/*height:	180px;*/
}

.ja-tabs-title-right ul.ja-tabs-title li {
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
    direction: rtl;
}

.ja-tabs-title-right ul.ja-tabs-title li h3 {
	font-size: 10px;
	font-weight: bold !important;
	line-height: 20px;
	margin: 0;
	padding: 0 10px 0 25px;
	background: none;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
    height: 20px;
}
.ja-tabs-title-right ul.ja-tabs-title li h3 a {
    text-decoration: none;
}

.ja-tabs-title-right ul li.active,
.ja-tabs-title-right ul li.firstactive,
.ja-tabs-title-right ul li.lastactive {
	background: url(right-act-20.gif) no-repeat left #FFFFFF;
    width: 92%;
}

.ja-tabs-title-right ul li.active H3 ,
.ja-tabs-title-right ul li.firstactive H3,
.ja-tabs-title-right ul li.lastactive H3 {
	color: #FA6900;
    direction: rtl;
}


