.jf_typo_accord .trigger {
  margin: 0 0 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 100;
  cursor: pointer;
  background: #F0F0F0 url(../images/jf/jf_typo/jf_typo_plus.png) no-repeat 9px 11px;
  border: 1px dashed #fff;
  border-left: 2px solid #2A7B99;
  padding: 2px 0 2px 30px;
  color: #2A7B99;
}
.jf_typo_accord .trigger:hover {
  background-color: #eee;
}
.jf_typo_accord .trigger.active {
  background: #F0F0F0 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 {
  background: #F0F0F0 url(../images/jf/jf_typo/jf_typo_arrow_right.png) no-repeat 9px 11px;
}
.jf_typo_accord.style2 .trigger.active {
  background: #F0F0F0 url(../images/jf/jf_typo/jf_typo_arrow_bottom.png) no-repeat 9px 11px;
}
.jf_typo_accord.style3 .trigger,
.jf_typo_accord.style3 .trigger.active {
  background: #F0F0F0 url(../images/jf/jf_typo/jf_typo_circle.png) no-repeat 9px 11px;
}
.jf_typo_accord.style4 .trigger {
  background: #2A7B99 url(../images/jf/jf_typo/jf_typo_plus_white.png) no-repeat 9px 11px;
  color: #fff;
  border-left: 1px dashed white;
}
.jf_typo_accord.style4 .trigger:hover {
  background-color: #125A75;
}
.jf_typo_accord.style4 .trigger.active {
  background: #125A75 url(../images/jf/jf_typo/jf_typo_minus_white.png) no-repeat 9px 11px;
}
body.rtl .jf_typo_accord .trigger {
  border-left: none;
  border-right: 2px solid #2A7B99;
  padding: 2px 30px 2px 0;
  background-position: 99% 11px;
}
body.rtl .jf_typo_accord .trigger.active {
  background-position: 99% 11px;
}
body.rtl .jf_typo_accord.style2 .trigger {
  background-image: url("../images/jf/jf_rtl/jf_typo_arrow_right.png");
}
body.rtl .jf_typo_accord.style2 .trigger.active {
  background-image: url(../images/jf/jf_typo/jf_typo_arrow_bottom.png);
}