﻿
	/* DETALHE PRODUTO */
	#boxDetalheProduto 
	{
		width: 530px;
		height: 538px;
		display: inline;
		margin: -279px 0 0 -275px;
		padding: 10px;
		position: fixed !important;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 99999;
		background: transparent url("../_imgs/_internas/produtos/background-detalhe-produto.png") no-repeat 0 0 !important;
		background: #FFF;
	}
	    #boxDetalheProdutoProgress
	    {
	        width: 32px;
	        height: 32px;
	        display: block;
	        float: left;
	        margin: 50% 0 0 50%;
	        position: relative;
	        top: -16px;
	        left: -16px;
	    }
		#boxDetalheProduto #boxDetalheProdutoLeft
		{
			width: 250px;
			float: left;
			padding: 33px 0 0 25px;
			position:absolute;
			z-index:1000;
		}
			#boxDetalheProduto #boxDetalheProdutoLeft h3
			{
				margin-bottom: 15px;
				font-size: 26px;
				color: #000;
			}
			#boxDetalheProduto #boxDetalheProdutoLeft h4, #boxDetalheProduto #boxDetalheProdutoLeft h4 strong {font-size: 14px;}
			#boxDetalheProduto #boxDetalheProdutoLeft h4 {margin-bottom: 15px;}
			#boxDetalheProduto #boxDetalheProdutoLeft p {margin-bottom: 15px;}
			#boxDetalheProduto #boxDetalheProdutoLeft strong {color: #B90400;}
			#boxDetalheProduto #boxDetalheProdutoLeft a
			{
				display: block;
				padding: 10px 0 10px 30px;
			}
			#boxDetalheProduto #boxDetalheProdutoLeft a#btDesenhoTecnico {background: url("../_imgs/_internas/produtos/icone-desenhotecnico.gif") no-repeat center left}
			#boxDetalheProduto #boxDetalheProdutoLeft a#btImprimir {background: url("../_imgs/_internas/produtos/icone-imprimir.gif") no-repeat center left;}
		
		
		#boxDetalheProduto #boxDetalheProdutoRight 
		{
			width: 300px;
			position: absolute;
			top: 33px;
			right: 10px;
			z-index:10;
		}
			#boxDetalheProduto #boxDetalheProdutoRight img {}
