/*-------------------------comandos do botão-------------------------*/
#basic-accordian{
	width:480px;/*tamanho do div que esta con todo o conteudo do menu*/
}

.accordion_headings{
	padding-bottom: 30px;
	color: #009; /*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:12px Arial, Helvetica, sans-serif;
	float:left;
	margin: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.accordion_headings:hover{
	color: #009;
	background-color: #FF0;
	float:left;
}

.accordion_child{
	padding: 15px 0 15px 0;
	float:left;
}

.header_highlight{
	float:left;
	color:#000;/*cor dos botões ativo*/
}

.tab_container {
	width: 480px;
	margin: 5px;
}

.tab_container *{
	float:left;
	width: 150px;
	height:99px;
}

.text_accordion {
	width: 480px;
	float: left;
}

#test1-content {
	width: 480px;
	float: left;
}

#test2-content {
	width: 480px;
	float: left;
}

#test3-content {
	width: 480px;
	float: left;
}

#test4-content {
	width: 480px;
	float: left;
}

#test5-content {
	width: 780px;
	float: left;
}

