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

.AccordionMulti dt.stretchtoggle {
    font-size:1.0em;
    margin:0px;
    padding:7px 10px 7px 5px;
    line-height: 100%;
    text-align:left;
    color: #fff;
}

.AccordionMulti dt.stretchtoggle:hover {
	background-color: #fff;
	color: #4f2170;
}

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

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