/*
 * Main File : /templates/jf_chrome/less/jf_typo_03_accordions.less
 * Included Files : 
 * /templates/jf_chrome/less/jf_global_00_mixins.less
 * /templates/jf_chrome/less/jf_global_00_variables.less
 */
.jf_typo_accord .trigger {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#fff,#ECECEC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ECECEC));
  background-image: -webkit-linear-gradient(top,#fff,#ECECEC);
  background-image: -o-linear-gradient(top,#fff,#ECECEC);
  background-image: linear-gradient(to bottom,#fff,#ECECEC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  margin: 0 2px 10px 2px;
  line-height: 31px;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 1px #bbb;
  -moz-box-shadow: 0 0 1px 1px #bbb;
  box-shadow: 0 0 1px 1px #bbb;
  padding: 2px 0 2px 30px;
  color: #444;
  position: relative;
}
.jf_typo_accord .trigger i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 34px;
  background: url(../images/jf/jf_typo/jf_typo_plus.png) no-repeat 9px 11px;
}
.jf_typo_accord .trigger:hover {
  background-color: #eee;
}
.jf_typo_accord .trigger.active {
  background: #F0F0F0;
}
.jf_typo_accord .trigger.active i {
  background: url(../images/jf/jf_typo/jf_typo_minus.png) no-repeat 9px 11px;
}
.jf_typo_accord .trigger.active:hover {
  background-color: #eee;
}
.jf_typo_accord .container {
  display: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  clear: both;
  padding: 10px;
}
.jf_typo_accord.style2 .trigger i {
  background: url(../images/jf/jf_typo/jf_typo_arrow_right.png) no-repeat 9px 11px;
}
.jf_typo_accord.style2 .trigger.active i {
  background: url(../images/jf/jf_typo/jf_typo_arrow_bottom.png) no-repeat 9px 11px;
}
.jf_typo_accord.style3 .trigger i,
.jf_typo_accord.style3 .trigger.active i {
  background: url(../images/jf/jf_typo/jf_typo_circle.png) no-repeat 9px 11px;
}
.jf_typo_accord.style4 .trigger {
  background: #2A7B99;
  color: #fff;
}
.jf_typo_accord.style4 .trigger i {
  background: url(../images/jf/jf_typo/jf_typo_plus_white.png) no-repeat 9px 11px;
}
.jf_typo_accord.style4 .trigger:hover {
  background-color: #004C69;
}
.jf_typo_accord.style4 .trigger.active {
  background-color: #004C69;
}
.jf_typo_accord.style4 .trigger.active i {
  background: url(../images/jf/jf_typo/jf_typo_minus_white.png) no-repeat 9px 11px;
}
body.rtl .jf_typo_accord .trigger {
  padding: 2px 30px 2px 0;
}
body.rtl .jf_typo_accord .trigger i {
  right: 0;
  left: auto;
}
body.rtl .jf_typo_accord.style2 .trigger i {
  background-image: url(../images/jf/jf_rtl/jf_typo_arrow_right.png);
}
body.rtl .jf_typo_accord.style2 .trigger.active i {
  background-image: url(../images/jf/jf_typo/jf_typo_arrow_bottom.png);
}
