.accordion_toggle {/*05*/
	display: block;
	height: auto;
	width: 390px;
	background-color:#efefef;
	padding: 0 10px 0 10px;
	line-height: 15px;
	*color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background-color:#e9e9e9;
	*color: #ffffff;
	border-bottom: 1px solid #aaaaaa;
}

.accordion_content {/*06*/
	overflow: hidden;	/* 07 */
	width:390px;
	padding: 0 10px 0 10px;
	background-color: #e9e9e9;
	*color: #000000;
}



