﻿/* vertical accordion */
.accordion_toggle {
  display: block;
  /*height: 30px;
  width: 680px;/*
  height: 0px;
  background: #ABD1C4;
  padding: 0 10px 0 10px;
  line-height: 30px;
  /*color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  color: #000000;*/
  /*border-bottom: 1px solid #CC0033;*/
  cursor: pointer;
  margin: 0 0 0 0;
}
		
.accordion_toggle_active {
  background: #ABD0C3;
  color: #ffffff;
  /*border-bottom: 1px solid #CC0033;*/
}
		
.accordion_content {
  background-color: #ABD0C3;
  /*background-color: #ffffff;
  color: #444444;*/
  overflow: hidden;
}
			
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #0099FF;
}
			
.accordion_content p {
  line-height: 150%;
  padding: 5px 10px 15px 10px;
}