.accordion_toggle {
	display: block;
	height: 18px;
	width: 258px;
	padding: 0 0px 0 10px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #ffffff;
	background: #ef9b49;
	border-bottom: 2px solid #ff6620;
	border-right: 2px solid #ff6620;
	border-top: 2px solid #ffCC66;
	border-left: 2px solid #ffCC66;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: #ef9b49;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #ffcc66;
	border-right: 2px solid #ffcc66;
	border-top: 2px solid #ff7740;
	border-left: 2px solid #ff7740;
}

.accordion_content {
	background-color: #ffffff;
	width: 262px;
	color: #444444;
	overflow: hidden;
	border: solid;
	border-color: #ef9b49;
	border-width: 2px;
	padding: 3px;
}

