.accordion_div {
}

h2.accordion {
	cursor: pointer;
	margin: 0 auto;
	width: 256px;
	height: 39px;
	font-size: 10pt;
	font-family: arial;
}

.accordion-left {
	background-image: url("../images/bonequinho_left.png");
	background-repeat: no-repeat;
	margin-top: 5px;	
	padding-top: 23px;
	text-align: center;
}

.accordion-right {
	background-image: url("../images/bonequinho_right.png");
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 23px;
	text-align: center;
}

div.accordion {
	display: none;
	border-bottom: 1px dotted gray;
	margin-bottom: 15px;
}