﻿/*
	CONTEUDO GENERICO
*/
.elementoTitulo{
	font-size: 22px;
	color: #e73030;
	font-family: 'NeoSansStd-Bold';
}

.elementoSubTitulo{
	font-size: 16px;
	color: #999999;
	font-family: 'NeoSansStd-Regular';
}

.elementoTituloLista{
	font-size: 16px;
	color: #cccccc;
	font-family: 'NeoSansStd-Regular';
}

/*
	LISTA DE ELEMENTOS
*/
.elementoLista{
	color: #262626;
	list-style: none;
	/*margin-left: -28px;*/
	/*list-style-image: url(../../../../templates/images/bullet.png);*/
	/*list-style-position: outside;*/
}

.elementoLista li{
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 5px 28px;
	background-image:url(../../../../templates/images/bullet.png);
	background-repeat:no-repeat;
	background-position: left top;
	line-height: normal;
}

.elementoLista li a{
	color: #262626;
	text-decoration: none;
}

.elementoLista ul{
	list-style: none;
	margin-left: 32px;
}

.elementoLista ul li{
	margin-bottom: 5px;
}

.elementoLista ul li:first-child{
	margin-top: -10px;
}

/*
	TABELA MAE
*/
.tabelaMae{

}

.tabelaMae .celulaMaeDescricao{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 443px;

/*
line-height: normal;
*/
line-height: 19px;
font-size: 13px;
}

.tabelaMae .celulaMaeTabs{
	vertical-align: bottom;
}

.tabelaMae .celulaMaeComprar{
	vertical-align: top;
	text-align: left;
}

.tabelaMae .celulaMaeComprar a{
	display: inline-block;
}

.tabelaMae .celulaMaeTabs img,
.tabelaMae .celulaMaeComprar img{
	margin-right: 7px;
}

.tabelaMae .celulaMaeTabs img{
	margin-bottom: -2px;

	-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
}

.tabelaMae .sloganProdutosServicos{
	text-transform: uppercase;
	font-size: 16px;
	color: #e73030;
	font-family: 'NeoSansStd-Regular';
}

/*
	TABELA DADOS
*/
.tabelaDados{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e2e2e3;
	width: 100%;
	border-collapse: collapse;
}

.tabelaDados tr{
	border-left: 20px solid transparent;;
	border-right: 15px solid transparent;
}

.tabelaDados td{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px none;
	height: 29px;
	vertical-align: middle;
	border-bottom: 2px solid #f0f0f1 !important;
}

.tabelaDados .celulaLabelOpcao{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px none;
	width: 463px;
}

.tabelaDados .celulaDadosOpcao{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px none;
	background-color: #de2e2e;
	width: 100px;
	color: #FFFFFF;
	border-bottom: 2px solid #f29898 !important;
	border-right: 7px solid #e2e2e3;
}

.tabelaDados .celulaUltimaOpcao{
	width: 0px;
	background-color: #e2e2e3;
	border: 0px none !important;
}

.smallGray{
	color: #666666;
}

.bigGray{
	color: #999999;
}

.divFooterConteudoElem .p1{
	color: #ff3333;
	font-size: 16px;
}

.divFooterConteudoElem .p2{
	font-size: 16px;
}