#lista-dicas {
	margin-top: 12px;
	margin-left: 4px;
}
#lista-dicas h4 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #E5C947;
	cursor: default;
}
#lista-dicas h4 a { color: #E5C947; }
#lista-dicas h4 a:hover {
	text-decoration: underline;
	margin-left: 2px;
}
#conteudo #lista-dicas p {
	font-size: 11px;
	margin-bottom: 2px;
}

#lista-dicas li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	color: #BD9C00;
}
#lista-dicas li a:hover {
	text-decoration: underline;
	color: #E5C947;
}
#lista-dicas li a.clicked {
	text-transform: uppercase;
	color: #BF732F;
}
#lista-dicas li ul {
	margin: 6px 5px;
	padding-left: 5px;
	display: none;
}
#lista-dicas li ul li {
	padding-bottom: 4px;
	border-bottom: 1px solid #212121;
}

.dica h3 {
	margin-bottom: 7px;
}
.dica h4 {
	margin-bottom: 5px;
}
.dica h3.maior {
	font-size: 18px;
	color: #BD9C00;
	margin-bottom: 8px;
}

.voltar {
	color: #FFF;
	font-size: 12px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	width: 10%;
}
.voltar:hover {
	text-decoration: underline;
}