/*
# ------------------------------------------------------------------------
# Templates for Joomla 2.5 - Joomla 3.5
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Makeev Vladimir
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/
.mod_jt_tabs  {
	position:relative;
	width:100%;
}
ul.jt_tabs {
	background: #FFF;
	margin:0 !important;
	padding:0 !important;
}
.jt_tabs li {
	background: none repeat scroll 0 0 transparent;
    color: #444444;
    display: inline-block;
    margin-top: 2px !important;
    padding: 8px 15px 5px !important;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: -1px !important;
}
.jt_tabs li:hover,
.vertical .jt_tabs li:hover {
	background: #EEE;
}
.jt_tabs li.current {
	color: #444;
	border: 1px solid #DDD;
	border-bottom: none !important;
	background:#FFF !important;
	
}
.jt_box {
	display: none;
	border: 1px solid #DDDDDD;
    margin: 0;
    padding: 8px;
}
.jt_box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .jt_tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .jt_tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .jt_tabs li:hover {
	width: 131px;
}
.vertical .jt_tabs li.current {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
  border-right: 1px solid #EFEFEF;
  margin-right: -1px;
}
.vertical .jt_box {
  border-width: 1px;
}
