.accordion_toggle {
	display: block;
	width: 100%;
	padding: 0 0px 0 0px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 3px -10px;
	
}

.accordion_toggle a.accarrow {display:inline-block; background-image:url(../images/arrow.gif); padding-left:10px; background-repeat:no-repeat; background-position:0px 2px;color:#41372d;font-weight: bold;}
.accordion_toggle_active a.accarrow {display:inline-block; background-image:url(../images/arrow.gif); padding-left:10px; background-repeat:no-repeat; background-position:0px 2px;font-weight: bold;} 

.accordion_content a.accdoublearrow {display:inline-block; background-image:url(../images/doublearrow.gif); padding-left:14px; background-repeat:no-repeat; background-position:0px 2px;}
.accordion_content a {margin-bottom:12px;}



.accordion_content {
	overflow: hidden;
	margin: 0px 0 0px 0px;
	font-weight: bold;
}

.accordion_content p {
	font-weight: normal;
	line-height: 150%;
	padding: -4px 10px 0px 0px;
}

.accordion_content ul li {
font-weight: normal;

}

