@charset "UTF-8";
/* Searching */

#principal{
	width:100%;
	background:url(../imagens/bkg_principal_verdeEscuro.jpg) repeat-x top #fff;
}

/* Topo */

.topo{
	width:985px;
	float:left;
	background:url(../imagens/bkg_trainingTopo.jpg) no-repeat bottom right;
}

/* Novidades */

.novidades{
	height:286px;
	clear:both;
	background:url(../imagens/bkg_training.jpg) no-repeat center;
}

/* Accordion */

.box_content h2.accordion{
	clear:both;
	font-size:12px;
	color:#bc742f;
	background:url(../imagens/setaMore.jpg) no-repeat left center;
	border-bottom:solid 1px #dcdcdc;
	padding:5px 0 5px 15px;
}

.box_content div.element {
	display:none;
	float:left;
	padding:10px 0 5px 15px;
}

.box_content h2.current {
	cursor:default;
	color:#777;
	background:none;
}

/* Conteúdo */

.box_l, .box_r{
	background:#f3f3f3;
	border:solid 1px #dcd9d9;
	padding:15px;
	margin-bottom:15px
}

.box_l{
	/*float:left;*/
	padding-bottom:15px;
}

.box_r{
	/*float:right;*/
	padding-bottom:15px;
}

.passos li{
	list-style-type:lower-roman;
}
