#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;
	margin-bottom:12px;
	font-size:14px;
	line-height:20px;
	padding-left:10px;
}


#resultado {
		background:url(../img/produtos/fundo-slide.gif) no-repeat right;
		width:140px;
		height:120px;
		padding:0 0 0 30px;
		margin:5px 0 10px;
		float:left;
	}	
	#resultado a {
		text-decoration: none;
		background:#8ba8be; 
		display:block; 
		width:127px;
		height:107px;
		margin:4px 2px;
		text-align:center;
		color:#036;
		font-weight:bold;
	}
	#resultado a img { border:3px solid #fff;}
	#resultado a span {
		display: table-cell;
		vertical-align:middle;
		text-align:center;
		width:127px;
		height:32px;
		}
