div.dlbLevel1On {
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/level1_on.jpg') no-repeat bottom left;
  height:40px;
  width:200px;
}

div.dlbLevel1Off {
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/level1_off.jpg') no-repeat bottom left;
  height:40px;
  width:200px;
}

div.dlbLevel2On {
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/level2_on.jpg') no-repeat bottom left;
  height:40px;
  width:200px;
}

div.dlbLevel2Off {
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/level2_off.jpg') no-repeat bottom left;
  height:40px;
  width:200px;
}

div.dlbLevel1On td span, div.dlbLevel2On td span {
  color:#FFF;
  font-weight:bold;
  font-size:11px;
}

div.dlbLevel1Off td span, div.dlbLevel2Off td span {
  color:#000;
  font-weight:bold;
  font-size:11px;
}

div.dlbFAQQuestionOff {
  width:460px;
  height:40px;
  overflow:hidden;
  font-weight:bold;
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/sepa.jpg') no-repeat 0px 2px;  
}

div.dlbFAQQuestionOn {
  width:460px;
  height:40px;
  overflow:hidden;
  font-weight:bold;
  cursor:pointer;
  background:#FFF url('/_images/v4/dlb/sepa_off.jpg') no-repeat 0px 2px;  
}

div.dlbFAQQuestionOff div, div.dlbFAQQuestionOn div {
  margin:5px;
  width:450px;
  height:40px;
}

div.dlbFAQAnswerOff {
  display:none;
  overflow:hidden;
}

div.dlbFAQAnswerOn {
  display:block;
  overflow:hidden;
}

div.dlbFAQAnswerOff div, div.dlbFAQAnswerOn div {
  margin:0px 5px 5px 5px;
  width:445px;
  height:150px;
  overflow:auto;
}

div.dlbBlock {
  margin:5px 5px 5px 5px;
  width:450px;
  height:550px;
  overflow:auto;
}
