/** 
 * jQuery Accordion
 */
.jquery-accordion .jquery-accordion-button {
	display: block;
	height: 9px; line-height: 9px;
	width: 10px; 
	background: url(../images/expose.gif) no-repeat bottom left;
	padding: 0; margin: 10px 0px 0 0;
	text-indent: -9999px;
	clear: right;
	float: left;
}
.accordion-open .jquery-accordion-button {
	background: url(../images/expose.gif) no-repeat top left;
}
.jquery-accordion .hd { 
	overflow: auto;
    padding: 3px 0 0.01px 0;
}
.jquery-accordion .hd h1 ,
.jquery-accordion .hd h2 ,
.jquery-accordion .hd h3 {
	display: block;
	width: 340px;
	float: left;
}
.clickable {
	cursor: pointer;
}
