/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 25px;
	width: 600px;
	background: url(../img/accordion_toggle_groot.jpg) no-repeat top right #ffffff;
	padding: 0 10px 0 10px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(../img/accordion_toggle_active_groot.jpg) no-repeat top right #ffffff;
	color: #333;
	border-bottom: 1px dotted #ff9f49;
}

.accordion_content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border-bottom: 1px dotted #84ab20;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(../img/accordion_toggle_groot.jpg) no-repeat top right #ffffff;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dotted #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(../img/accordion_toggle_active_groot.jpg) no-repeat top right #ffffff;
	color: #333;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}