#caixa_produtos{
	display:table;
	background:#eeeeee;	
	border-left:110px solid #8ba8be;
	border-right:110px solid #8ba8be;
	width:680px;
	margin:0 auto;
}

#caixa_produtos h1{
	background:#af1117;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	padding-left:10px;
	margin-bottom:20px;
}

/*__________Fotos_*/	
#foto-grande{
	width:430px;
	height:375px;
	background:url(../img/produtos/fundo.gif) no-repeat right;
	padding:0 0 0 40px;
	float:left;
	margin:0 0 30px -10px;
	position:relative;
	}
	#foto-grande h3 {
		font-size:14px;
		font-weight:bold;
		color:#036;
		background:#8ba8be;
		width:400px;
		height:35px;
		line-height:35px;
		text-align:center;
		margin:10px;
	}
	#foto-grande img {
		width:400px;
		height:300px;
		margin:0 0 0 10px;
	}
#fotos-pequenas { 
	margin:0 0 0 485px;
	width:145px;
	}
	#fotos-pequenas img {
		background:url(../img/produtos/fundo-p.gif) no-repeat;
		width:126px;
		height:95px;
		padding:7px 14px 30px 5px;
	}
/*__________/Fotos_*/	
#caixa_produtos h2{
	font-size:14px;
	text-transform:uppercase;
	text-indent:15px;
	margin:0 0 10px 30px;
	float:left;
	background:#af1117;
	color:#FFFFFF;
	width:280px;
	line-height:35px;
}

#caixa_produtos p{
	float:left;
	width:280px;
	margin:0 0 50px 30px;
	text-align:justify;
}
span#preco {
	font:24px Impact,Impact,Charcoal,sans-serif;
	color:#c00;
	position:absolute;
	left:40px;
	bottom:-25px;
	text-shadow:1px 1px 1px #666;
}
/*__________Descrição_*/
#desc { width:100%; }
	#desc h2 { 	
		width: auto;
		margin:0 30px 10px;
		padding:0;
		float:none;
		clear:both;
		line-height:25px;
	}
	
	#desc p{
		float: none;
		width: auto;
		margin:0 30px 20px;
		text-align:justify;
	}
/*________/_Descrição_*/