.AccordionMulti {
		padding:10px 0pt 0pt;
		font-weight: bold;
text-transform:capitalize;

}

.AccordionMulti dt.stretchtoggle {
    background:#ddd;
    font-size:16px;
    margin:3px 0 0 0;
    padding:7px 10px 7px 0px;
    line-height: 100%;
    text-align:right;
    color: #333;
text-transform:capitalize;

}

.AccordionMulti dt.stretchtoggle:hover {
    background-position: 100% 100%;

}

/* Make the cursour into a hand/pointer when over the buttons */
.AccordionMulti dt {
		cursor: pointer;
}

.AccordionMulti dd.stretcher {
		margin: 0 0 0 10px !important;
	}
