﻿/* vertical accordion */
.accordion_toggle {
  display: block;
  height: 29px;
  width: 846px;
  background: #ffffff;
  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 #ffffff;
  cursor: pointer;
  margin: 0 0 0 0;
}
		
.accordion_toggle_active {
  background: #ffffff;
  color: #8b666d;
  border-bottom: 1px solid #f1f1f1;
}
		
.accordion_content {
  /*background-color: #ffffff;
  color: #444444;*/
    font-family:"Trebuchet MS", Trebuchet, Helvetica, sans-serif;	
	font-size: .75em;
	line-height:18px;
	padding:10px;
	color: #663300;
	float:left;
	text-align:left;
	text-transform: none;
    overflow: hidden;
}
			
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #999999;
}
			
.accordion_content p {
  line-height: 150%;
  padding: 5px 10px 15px 10px;
}
