#texto_empresa {
  font: normal 12px Tahoma;
  color: #333;
}

#box_geral {
  width: 800px;
  height: 300px;
  margin: 0px 0px 0px 20px;
  
  border: solid 1px #ca2244;
}


#box_esquerda {
  width: 200px;
  float: left;
  margin: 10px 0px 0px 20px;
  text-align: justify;
  border: solid 0px #c6c6c6;
}

#box_info {
  width: 650px;
  height:450px;
  float: left;
  margin: 10px 0px 0px 10px;
  text-align: justify;
  font: normal 12px verdana;
  border: solid 0px #c6c6c6;
}

#box_direita {
  width: 420px;
  float: right;
  margin: 0px 20px 0px 0px;
  text-align: justify;
  border: solid 1px #c6c6c6;
}

#lista {
  width: 444px;
}

#lista_topo {
  width: 444px;
  height: 35px;
  background: url(../img/icons/produtos/lista_topo.jpg) no-repeat;
}

#lista_meio {
  width: 444px;
}

#rolagem {
  width: 396px;
  height: 140px;
  margin: 0px;
  padding: 2px
}

a.link_img {
  border: solid 1px #f2eff1;
  margin: 3px 0px 0px 0px;
}

a.link_img:hover {
  border: #f00;
}



#lista_baixo {
  width: 444px;
  height: 35px;
  background: url(../img/icons/produtos/lista_baixo.jpg) no-repeat;
}

#item {
  font: bold 12px Lucida Sans;
  color: #fff;
  background: #bd1810;
}

#valor {
  font: normal 12px Lucida Sans;
  color: #fff;
  background: #000;
}

#preco {
  font: bold 26px Lucida Sans;
  color: #bd1810;
}

