.accordion_toggle {
	display: block;
	height: 30px;
	width: 98%;
	background:;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	background:url(accordion_arrow_down.gif) no-repeat center right #eeeeee;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	margin:0 auto;
}
		
.accordion_toggle_active {
	background: url(accordion_arrow_down_close.gif) no-repeat center right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #ff3803;
}
		
.accordion_content {
	background-color: #ffffff;
	color: #333333;
	overflow: hidden;
}
			

.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 98%;
	background: url(accordion_arrow_right.gif) no-repeat center top #eeeeee;
	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 #cccccc;
	cursor: pointer;
	margin: 0;
}

.vertical_accordion_toggle_active {
	background: url(accordion_arrow_right_close.gif) no-repeat center top #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #ff3803;
}