/* CSS Document */
#areaProduto {
	margin-right: 12px;	
}

.produto {

}
#coluna1 {
	float: left;
	width: 165px;
	height: 165px;
	padding: 5px;
	text-align: center;
	background: url(../img/bg_produto_detalhe_esquerdo.gif) no-repeat;
	border-right: 1px solid #c9cbb5;
	color: #200e82;
	font-size: 10px;
	font-weight: bold;
}
#coluna2 {
	border: 1px solid #c9cbb5;
	border-left: 0px;
	float: left;
	width: 30px;
	height: 163px;
	padding: 5px 5px 5px 10px;
	background: url(../img/bg_produto_detalhe_divisor.gif) left no-repeat;
	font-size: 10px;
}
#coluna2 p {
	background: url(../img/icon_maquina.gif) no-repeat bottom center;
	height: 32px;
	text-align: center;
}
#coluna2 a {
	text-decoration: none;
}
#coluna2 a:hover {
	text-decoration: underline;
}

#coluna2 .thumbnail {
	
	background-color: #e6e7df;
	border: 1px solid #cbcdb7;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
#coluna3 {
	border: 1px solid #c9cbb5;
	border-left: 0px;
	height: 143px;
	padding: 15px 15px 15px 20px;
	background: url(../img/bg_produto_detalhe_divisor.gif) left no-repeat;
	font-size: 10px;
	overflow: hidden;
	/*margin-right: 170px;*/
}
#coluna3 p {
	margin-bottom: 5px;
}
#coluna3 form p {
	margin-top: 6px;
}
#coluna4 {
	float: right;
	width: 135px;
	height: 145px;
	padding: 15px 15px 15px 20px;
	background: url(../img/bg_produto_detalhe_direito.gif) right no-repeat;
	font-size: 12px;
}	
#coluna4 a {
	color: #1d61a6;
}
#informacoesProduto, #produtosRelacionados, #formasPagamento {
	margin-top: 10px;
	clear: both;
}
#informacoesProduto div {
	background: url(../img/bg_produto_maisinfo_titulo.gif) no-repeat;
	padding: 5px;
}
#informacoesProduto div h2 {
	font-size: 11px;
	width: 125px;
	background: url(../img/icon_produto_seta_maisinfo.gif) no-repeat center left;
	padding-left: 25px;
}
.info {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}
.info th, .info td {
	border: 1px solid #c9cbb5;
}
.info th {
	background-color: #e6e7df;
	text-align: right;
	width: 173px;
}
.info th p {
	border-top: 1px solid #fff;
	padding: 2px 6px;	
}
.info td {
	/*background: url(../img/bg_produto_detalhe_divisor.gif) left no-repeat;*/
	padding: 2px 10px;
}
.info .topoDir, .info .rodapeDir, .info .rodapeEsq {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.info .topoDir {
	background: url(../img/bg_produto_maisinfo_topo_direito.gif) no-repeat right top;
}
.info .rodapeDir {

	background: url(../img/bg_produto_maisinfo_rodape_direito.gif) no-repeat bottom right;
}
.info .rodapeEsq {
	padding-left: 1px;
	background: url(../img/bg_produto_maisinfo_rodape_esquerdo.gif) no-repeat bottom left #e6e7df;
	border-right: 1px solid #c9cbb5;
}

.info .topoDir p, .info .rodapeDir p {
	padding: 2px 10px;	
	background: url(../img/bg_produto_detalhe_divisor.gif) left no-repeat;
}
.produtos {
	border-collapse: collapse;
	margin-top: 1px;
	width: 100%;
}
.produtos td {
	border: 1px solid #c9cbb5;
	padding: 10px;
}
#produtosRelacionados h3, #formasPagamento h3 {
	font-size: 12px;
	padding: 10px;
	background-color: #E6E7DF;
	border: 1px solid #ccc;
}
#formasPagamento p {
	border-right:1px solid #c8cbb8;
	border-left:1px solid #c8cbb8; 
}
#vitrineTitulo {
	margin-top: 25px;
}

