/*
 * Main File : /templates/jf_chrome/less/jf_typo_02_tabs.less
 * Included Files : 
 * /templates/jf_chrome/less/jf_global_00_mixins.less
 * /templates/jf_chrome/less/jf_global_00_variables.less
 */
.jf_typo_simple_tabs {
  position: relative;
}
.jf_typo_simple_tabs ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.jf_typo_simple_tabs ul.tabs li {
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  height: 32px;
  line-height: 31px;
  border: 1px solid #bbb;
  border-left: none;
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#fff,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#fff,#e1e1e1);
  background-image: -o-linear-gradient(top,#fff,#e1e1e1);
  background-image: linear-gradient(to bottom,#fff,#e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe1e1e1', GradientType=0);
}
.jf_typo_simple_tabs ul.tabs li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 0 20px;
  outline: none;
  height: 100%;
  line-height: 33px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #FFF;
}
.jf_typo_simple_tabs ul.tabs li a:hover {
  background: #fff;
}
.jf_typo_simple_tabs ul.tabs li.active {
  border-bottom: 1px solid #fff;
}
.jf_typo_simple_tabs ul.tabs li.active a {
  color: #236F8B;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.jf_typo_simple_tabs .tab_container {
  overflow: hidden;
  clear: both;
  background: #fff;
  border: 1px solid #bbb;
}
.jf_typo_simple_tabs .tab_container .tab_content {
  padding: 10px;
}
.jf_typo_simple_tabs .tab_container p {
  margin: 0;
}
.jf_typo_simple_tabs.style2 .tab_container {
  -webkit-box-shadow: 0 0 3px #CECECE;
  -moz-box-shadow: 0 0 3px #CECECE;
  box-shadow: 0 0 3px #CECECE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jf_typo_simple_tabs.style2 ul.tabs {
  margin-bottom: 10px;
  border: none;
}
.jf_typo_simple_tabs.style2 ul.tabs li {
  border: 1px solid #BBB;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 1px 1px #DDD;
  -moz-box-shadow: 0 0 1px 1px #DDD;
  box-shadow: 0 0 1px 1px #DDD;
}
.jf_typo_simple_tabs.style3 ul.tabs {
  margin-bottom: 10px;
  border: none;
}
.jf_typo_simple_tabs.style3 ul.tabs li {
  border: 1px solid #BBB;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 1px 1px #DDD;
  -moz-box-shadow: 0 0 1px 1px #DDD;
  box-shadow: 0 0 1px 1px #DDD;
}
.jf_typo_simple_tabs.style3 .tab_container {
  border: none;
}
.jf_typo_simple_tabs.style3 .tab_container .tab_content {
  padding: 5px;
}
.jf_typo_simple_tabs.style4 ul.tabs li.active {
  height: 33px;
}
.jf_typo_simple_tabs.style4 ul.tabs li.active a {
  background: #236F8B;
  border-bottom: 1px solid #236F8B;
  color: #fff;
  text-shadow: none;
}
body.rtl .jf_typo_simple_tabs ul.tabs li {
  float: right;
  border-left: 1px solid #bbb;
  border-right: none;
}
body.rtl .jf_typo_simple_tabs ul.tabs {
  border-left: none;
  border-right: 1px solid #bbb;
  float: right;
}
body.rtl .jf_typo_simple_tabs.style2 ul.tabs li {
  border-right: 1px solid #bbb;
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .jf_typo_simple_tabs.style3 ul.tabs li {
  border-right: 1px solid #bbb;
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .jf_typo_simple_tabs.style2 ul.tabs,
body.rtl .jf_typo_simple_tabs.style3 ul.tabs {
  border-right: none;
}
