#accordion {width:100%; 
	margin:10px auto;
}

#accordion td {
	border-right:1px solid #deddd9;
	padding:5px;
	color:#978f7c;
}

#accordion dt.agendamento {
	font-family:'Trebuchet MS', sans-serif; 
	font-size:14px;
	color:#9a0301;
	margin-bottom:15px;
}

#accordion tr {
	border-bottom:1px solid #fff;
	background-color:#f4f4f4;
}

.accordion {width:100%; 
	font:12px Verdana,Arial; 
	color:#033;
}

.accordion dt {width:100%; 
	border-bottom: 1px #eeeeee dotted;
	padding:8px 8px 8px 0; font-weight:bold; 
	margin-top:5px; cursor:pointer; 
	background:url(images/header.gif);
	font-family: 'Trebuchet MS', sans-serif; 
	font-size: 14px; 
	color: #a20a08;
	font-weight:bold;
}
.accordion dt:hover {background:url(images/header_over.gif)}

.accordion dd {overflow:hidden; 
	background:#fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828282;
	text-decoration:none;
	margin: 5px 0;
}

.accordion span {display:block; 
	width:100%; 
	border:1px solid #eeeeee;
	padding:15px; 
	margin:0px;
}