/*------------------------------------------------------------------------------------
	STYLESHEET KONSERTINA

	autor: Thiago Teles Pereira - Web Designer
	contato: thiago.teles@portalimap.org.br
	empresa: IMAP - Instituto Municipal de Administração Pública
	criado em: 19/11/2012
	modificado em: 18/12/2012
	versão: 1.2

	SOBRE VALIDAÇÃO: ESTA FOLHA DE ESTILO UTILIZA PREFIXOS
	PORPRIETÁRIOS (-MOZ, -WEBKIT, -O), ESTES PREFIXOS SÃO NECESSÁRIOS
	PARA QUE DETERMINADA PROPRIEDADE CSS FUNCIONE NO NAVEGADOR
	EM QUESTÃO. COMO O CSS3 AINDA NÃO É UM PADRÃO OFICIAL SE FAZ
	NECESSÁRIO O USO DESTES PREFIXOS. POR ESTE MOTIVO APENAS, ESTA
	FOLHA DE ESTILO NÃO PASSA NO VALIDADOR W3C.

	NÃO REALIZE ALTERAÇÕES NO CSS SEM ANTES
	ENTRAR EM CONTATO COM O WEB DESIGNER.
-----------------------------------------------------------------------------------*/

ul.konsertina{
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
}
ul.konsertina>li .elementMainTitle{
	height: 30px;
	border: 1px solid #C2C2C2;
	margin: 0 !important;
	color: inherit;
	font-size: 16px;
	line-height: 33px;
	white-space: nowrap;
	background: #F2F2F2; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px 0 #FFF, 0 1px 2px #BEBEBE;
	cursor: pointer;
}
ul.konsertina li.disabled .elementMainTitle{
	color: #E6E6E6 !important;
    text-indent: 39px;
    cursor: default;
}
ul.konsertina>li span.expand, ul.konsertina>li span.collapse{
	height: 18px;
	width: 19px;
	margin: 8px 10px 0 10px;
	background: transparent url('img/image_map.png') no-repeat 0 0;
	-webkit-transition: all 200ms cubic-bezier(0.15, 1, 1, 1);
	-moz-transition: all 200ms cubic-bezier(0.15, 1, 1, 1);
	-ms-transition: all 200ms cubic-bezier(0.15, 1, 1, 1);
	-o-transition: all 200ms cubic-bezier(0.15, 1, 1, 1);
	transition: all 200ms cubic-bezier(0.15, 1, 1, 1);
	display: block;
	float: left;
	cursor: pointer;
}
ul.konsertina>li span.collapse{
	background-position: 0 -30px;
}
ul.konsertina>li .elementMainTitle:hover span.expand{
	background-position: 0 -30px;
}
ul.konsertina>li .elementMainTitle:hover span.collapse{
	background-position: 0 0;
}
ul.explanation{
	width: 99%;
	padding: 0;
	margin: 8px auto 0 auto;
	list-style: none;
}
ul.explanation:after{
	content:".";
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both;
	display: block;
}
ul.explanation>li>*:first-child{
	margin-top: 0 !important;
}
ul.explanation>li{
	min-height: 55px;
	padding: 20px 4px 2px 4px;
	border: 1px solid transparent;
	margin-bottom: 14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	clear: both;
}