﻿/* vertical accordion */
.accordion_toggle {
  display: block;
  height: 30px;
  width: 518px;
  background: #F1F1F1;
  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 #808080;
  cursor: pointer;
  margin: 0 0 0 0;
}
		
.accordion_toggle_active {
  background: #E1E1E1;
  color: #333333;
  border-bottom: 1px solid #a58099;
}
		
.accordion_content {
  /*background-color: #ffffff;
  color: #444444;*/
  overflow: hidden;
}
			
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #999999;
}
			
.accordion_content p {
  line-height: 150%;
  padding: 5px 10px 15px 10px;
}
.text {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}