.AccordionMulti {
		padding: 10px 0pt 0pt;
		font-weight: normal;
}

.AccordionMulti dt.stretchtoggle {
	/*background:transparent url(../images/njacc_button.png) no-repeat scroll 100% 0%;*/
    font-size:1.2em;
	/*margin:0px;*/
    /*padding:7px 10px 7px 0px;*/
    /*line-height: 100%;*/
    padding-left: 5px;
	margin-right: 10px;
	text-align:left;
	color: #009999;
	background-image: url(../../../../../templates/withywood/images/0011_arrow_right_dithered_00999.png);
	background-position: right;
	background-repeat: no-repeat;
}

.AccordionMulti dt.stretchtoggle:hover {
	background-image: url(../../../../../templates/withywood/images/0011_arrow_down_dithered_00999.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 10px;
}

/* Make the cursour into a hand/pointer when over the buttons */
.AccordionMulti dt {
		cursor: pointer;
}

.AccordionMulti dd.stretcher {
		margin: 0 0 0 2px !important;
	}
