/* Accordion */
.accordion_toggle { 
  display: block;
  height: 30px;
  /*background: url(http://forhandler.skoda-auto.no/img/accordion_bg.png) repeat top left;*/
  /*padding: 0 10px 0 10px;*/
  color: #029F02;
  text-decoration: none;
  font-size: 13px;
  font-weight : bold;
  cursor: pointer;
  margin: 0 0 0 0;
}
.accordion_toggle_active { 
  /*background: url(http://forhandler.skoda-auto.no/img/accordion_bg.png) repeat top left;*/
  /*color: #ffffff;*/
}
.accordion_content { 
  overflow: hidden;
}
/* /Accordion */

.instr_toggle {
  line-height : 14px;
  height : 14px;
  text-align : right;
  color : #ffffff;
}
