/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	border:1px solid #333;	
	border:solid 1px #000000;
}

#accordion h2 {
	background:#D8D8D8 url(images/h30.png); 
	margin:0;
	cursor:pointer;		
	font-size:17px;
	text-align:center;
	border:none;
	border-bottom:solid 1px #fff;
	padding:2px 0px 2px 0px;
}
#accordion h2.current {
	cursor:default;
}

#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	line-height:20px;
	padding:5px;
	text-align:justify;
}
