  /*Vitrine ao todo:*/

  #tabela_ml {

  text-align:center;

  width:100%;

  margin:10px 0 10px;

      

  }

  

  /*Título da Vitrine*/

  .mlv_vititle{

	font-weight:bold;

	text-align: center;

	padding: 0 0 8px;

	font-size: 13px;

  }

  

  /*Cada quadrado de oferta*/

  .celula_ml {

  text-align:center;

  padding:0 2px;

  /*border:1px solid #eee;*/

  }

  

  /*Configurações da imagem*/

  .celula_ml img {

  border:none;

  width:80px;

  height:80px;

  margin-bottom:2px;

  }

  

  /*Título das ofertas*/

  .title_ml {

  font-size:11px;

  line-height:120%;

  }

  

  /*Preço das ofertas*/

  .preco_ml {

  color:#E04493;

  font-size:11px;

  font-weight:700;

  margin:2px 0 0;

  }



  .mpago_ml {

  font-size:9px;

  font-weight:700;

  margin:-4px 0 5px;

  color: #8B8B8B;

  }

  

  .powered_by {

	font-size:9px;

	font-weight:normal;

	text-align:right;

}