/*-------------------------comandos do botão-------------------------*/
#basic-accordian{
	width:520px;/*tamanho do div que esta con todo o conteudo do menu*/
	margin-top: 5px;
	float: left;
}

.accordion_headings{
	color: #4a1212; /*cor da fonte dos botões*/
	cursor:pointer; /*tipo do cursos quando passa o mouse em cima dos links*/
	text-align:center;/*centraliza os textos*/
	font: bold 12px arial;
	float:left;
	margin: 1px 1px 0 0;
}

.accordion_headings:hover{
	color: #4a1212;
	text-decoration: underline;
	float:left;
}

.accordion_child{
	float:left;
}

.accordion_child img {
	float:right;
	margin: 0 10px 0 10px;
}

.accordion_child p{
	font: 11px verdana;
	color: #666;
	line-height: 17px;
}

.accordion_child h2 {
	font: 18px arial;
	color: #064b84;
}

.header_highlight{
	float:left;
	color:#4a1212;/*cor dos botões ativo*/
}

.tab_container {
	width: 520px;
}

.tab_container *{
	float:left;
	width: 100px;
	height:30px;
}

.text_accordion {
	width: 520px;
	float: left;
}

#test1-content {
	width: 520px;
	float: left;
	padding: 0 0 0 10px;
}

#test2-content {
	width: 520px;
	float: left;
	padding: 0 0 0 10px;
}

#test3-content {
	width: 520px;
	float: left;
	padding: 0 0 0 10px;
}

#test4-content {
	width: 520px;
	float: left;
	padding: 0 0 0 10px;
}

#test5-content {
	width: 520px;
	float: left;
	padding: 0 0 0 10px;
}