.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	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 #cde99f; */
	cursor: pointer;
	margin: 0 0 0 0;
	}
		
.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	/* border-bottom: 1px solid #f68263; */
}
		
.accordion_content {
	background-color: #ffb200;
	color: #444444;
	overflow: hidden;
}