#content #url { width:100%; height:20px; background-color:#e77817;}
#content #info { width:601px; heigth:200px; height:auto; border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; }
#content .info_container { width:100%; height:284px; background-color:#FFF; overflow:hidden; border-bottom:1px solid #DDD;}

/** CSS PARA AS VÁRIAS DIVS DE UMA BOX PRODUTO **/
.info_container li.li_produto { width:170px; height:auto; margin-left:15px; margin-right:15px; margin-top:10px; float:left;}

.produto_nome { width:100%; height:30px; border-bottom:1px solid #666;}
.produto_imagem { width:100%; height:120px; overflow:hidden; border-bottom:1px solid #666;}
.produto_imagem img {  margin:auto; } /* imagem do produto sempre centralizada */

.produto_descricao { width:100%; height:60px; margin-top:10px; }
.produto_botoes { width:100%; height:30px; }
.produto_botoes img { float:left; margin-right:20px; margin-top:10px; } /* alinhamento das imagens */
.span_produto_nome { font-size:13px; font-weight:bold; }
.span_produto_descricao { font-size:15px; height:30px; }
.span_produto_valor { font-size:15px; }

.span_destaque { width:100%; display:block; heigth:40px; color:#FF0000; background:#FFFFFF; font-size:24px; font-weight:bold; margint-top:10px; text-indent:10px; border-bottom:1px solid #DDD;padding-bottom:10px; }