/* vertical accordion CSS */


.accordion_toggle, .accordion_content {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.accordion_toggle {
  display: block;
  height:21px;
  width:885px;
  background:url(../images/faq_plus_icon.png) 0 4px no-repeat;
  padding:0 0 5px 25px;
  color:#99CC00;
  font-size:12px;
  border-bottom:1px dotted #336699;
  cursor:pointer;
  margin:0 0 0 0;
  background-position: center left;
  behavior:url(../javascript/iepngfix.htc);
}

.accordion_toggle:hover{
 background:url(../images/faq_plus_icon.png) 0 4px no-repeat;
 text-decoration:underline;
 behavior:url(../javascript/iepngfix.htc);
}
		
.accordion_toggle_active{
  background:url(../images/faq_close_icon.png) 0 4px no-repeat;
  border-bottom: 1px dotted #336699;
  behavior:url(../javascript/iepngfix.htc);
}
		
.accordion_content{
  overflow:hidden;
  font-size:12px;
  line-height:22px;
  color:#FFFFFF;
  padding-left:15px;
  border-bottom:1px dotted #336699;
  background:url(../images/faq_bg.png) no-repeat;
  behavior:url(../javascript/iepngfix.htc);
}
