div.faq_youtube {
	background-image: url(../imagens/carregando_video.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
	/*width: 272px;
	height: 222px;*/
}

hr.faq {
	clear: both;
}

div.faq_categoria {
	margin-top: 20px;
}

div.faq_categoria h3 {
	color: #e82b3d;
	text-transform: uppercase;
}

div.faq_categoria ul {
	list-style: none;
	margin-left: 0;
}

div.faq_categoria ul li {
	margin-bottom: 4px;
}

div.faq_categoria ul li a {
	padding-left: 16px;
	font-weight: bold;
	background-image: url(../imagens/bullet_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: black;
}

div.faq_categoria ul li div.invisivel {
	display: none;
}
div.faq_categoria ul li div.invisivel a{
	background-image: none;
	padding-left: 0px;
	background-position: none;
}

ul.faq_botoes {
	list-style: none;
	text-indent: -10000px;
	margin-left: 0;
}

ul.faq_botoes li {
	display: inline;
}

ul.faq_botoes li a {
	display: block;
	float: left;
	height: 70px;
}

ul.faq_botoes li.videos a {
	width: 185px;
	background-image: url(../imagens/botao_videos.jpg);
}

ul.faq_botoes li.perguntas a {
	margin-left: 30px;
	width: 355px;
	background-image: url(../imagens/botao_perguntas_e_respostas.jpg);
}

ul.faq_botoes li.perguntas_ativo a {
	background-image: url(../imagens/botao_perguntas_e_respostas_ativo.jpg) !important;
}

ul.faq_botoes li.videos_ativo a {
	background-image: url(../imagens/botao_videos_ativo.jpg) !important;
}

div.faq_conteudo {
	clear: both;
	padding-top: 30px;
}


div.faq_conteudo_perguntas {
	display: none;
}

div.faq_conteudo_videos {
/*	display: none;*/
}