div.dicas {
	width:916px;
	margin:auto;
	padding-bottom:14px;
}

div.dicas h1 {
	width:100%;
	height:31px;
	display:block;
	background-image:url(Imagens/titulo_dicas.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-top:1px solid #d9d9d9;
	border-bottom:4px solid #000;
	text-indent:-1000px;
	padding:20px 0px 0px 0px;
	margin-bottom:1px;
}

div.dicas #accordion {
	margin:0px;
	border-bottom:1px dotted #8f8f8f;
}

div.dicas h3.toggler {
	cursor: pointer;
	font-size: 12px;
	color: #000;
	padding: 15px 0px 15px 25px;
	border-top:1px dotted #8f8f8f;
	background-position:left;
	background-repeat:no-repeat;
}

div.dicas div.element p, div.dicas div.element h4 {
	margin:0px;
	padding:4px;
}

div.dicas blockquote {
	padding:5px 20px;
}