@charset "utf-8";
/* CSS Document */

#containerProdutos {
	position: relative;
	width: 100%;
	top: 0;
}
#containerPopupProdutos {
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 9;
	display: none;
}
#containerPopupProdutos2 {
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 9;
	display: none;
}
#containerEscureceTelaProdutos {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 8;
	display: none;
}
#containerSucessoFormIndicarAmigo {
	position: absolute;
	width: 278px;
	height: 82px;
	background-image: url(../../img/others/background-sucesso-formulario-indicar-amigo.png);
	background-repeat: no-repeat;
	cursor: default;
	margin-left: 330px;
	margin-top: -75px;
	display: none;
}

.containerConteudoExibeProduto {
	position: relative;
	float: left;
	width: 201px;
	height: 270px;
	background-image: url(../../img/produtos/background-container-exibe-produtos-menor-2.jpg);
	background-repeat: no-repeat;
	margin-right: 48px;
	margin-bottom: 30px;
}

.containerConteudoExibeProdutoMenor {
	position: relative;
	float: left;
	width: 201px;
	height: 247px;
	background-image: url(../../img/produtos/background-container-exibe-produtos-menor.jpg);
	background-repeat: no-repeat;
	margin-right: 48px;
	margin-bottom: 30px;
}

.containerImagemExibeProduto {
	position: relative;
	width: 179px;
	height: 149px;
	margin: 10px;
}

.containerMaisImagemExibeProduto {
	position: relative;
	width: 179px;
	height: 100px;
	margin: 10px;
}

.containerMaisImagemExibeProduto img {
	position: relative;
	float: left;
	margin: 3px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e7e7e7;
}

.containerMaisImagemExibeProduto img:hover {
	border: 1px solid #c7c7c7;
}

.containerSombraInternaImagemExibeProduto {
	position: relative;
	width: 179px;
	height: 149px;
	background-image: url(../../img/produtos/background-sombra-interna-container-exibe-imagem.png);
	background-repeat: no-repeat;
}

.containerErroExibeProduto {
	position: relative;
	width: 100%;
	padding: 10px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #f34e4e;
	font-style: italic;
	background-color: #f6baba;
	border: 1px solid #ed6b6b;
}

.containerValidaExibeProduto {
	position: relative;
	width: 100%;
	padding: 10px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7ead2d;
	font-style: italic;
	background-color: #d0ff7e;
	border: 1px solid #a8de4a;
	display: none;
	margin-bottom: 10px;
}

.conteudoTextosExibeProduto {
	position: relative;
	width: 175px;
	margin-top: 20px;
	margin-left: 12px;
}

.textoNomeProdutoExibicao {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	width: 90%;
}

.textoProdutoExibicao {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	font-style: italic;
	padding-left: 7px;
	float: left;
	cursor: pointer;
	width: 80%;
}
.textoProdutoExibicao:hover {
	text-decoration: underline;
}

.iconeFecharPopupProdutoExibicao {
	position: fixed;
	width: 31px;
	height: 31px;
	background-image: url(../../img/produtos/background-fechar-popup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	left: 66%;
	top: 27%;
	display: none;
}
.iconeFecharPopupProdutoExibicao:hover {
	background-position: 0px -31px;
}

.iconeDescricaoProdutoExibicao {
	position: relative;
	width: 15px;
	height: 15px;
	background-image: url(../../img/produtos/background-icone-descricao-produto.jpg);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.iconeDuvidasProdutoExibicao {
	position: relative;
	width: 16px;
	height: 15px;
	background-image: url(../../img/produtos/background-icone-tire-duvidas.jpg);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-top: 10px;
}

.iconeFotosProdutoExibicao {
	position: relative;
	width: 16px;
	height: 15px;
	background-image: url(../../img/produtos/background-icone-veja-fotos.jpg);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-top: 10px;
}

.iconeOrcamentoProdutoExibicao {
	position: relative;
	width: 15px;
	height: 16px;
	background-image: url(../../img/produtos/background-icone-faca-orcamento.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	margin-top: 10px;
}

.iconeImprimirProdutoExibicao {
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(../../img/produtos/background-icone-imprimir.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 6px;
}

.iconeAmigoProdutoExibicao {
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(../../img/produtos/background-icone-indicar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	cursor: pointer;
	margin-top: 2px;
}

.iconeEditarProdutoExibicao {
	position: relative;
	width: 15px;
	height: 16px;
	background-image: url(../../img/produtos/background-icone-editar-produto.jpg);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.textoPadraoDescricao {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}
.textoPadraoDescricao:hover {
	text-decoration: underline;
}

.textoPadraoDestaqueDescricao {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #d88410;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}

.divisorTextoTopoDescricao {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	background-color: #F3F3F3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textoCodigoReferenciaDescricao {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999;
}

.textoTituloDescricao {
	font-family: "Trebuchet MS";
	font-size: 23px;
	color: #666;
	font-weight: bold;
}

fieldset {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
	border: #E5E5E5 1px solid;
}

fieldset legend {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
	font-weight: bold;
}