#extra .prods{ display:none}
#content{
  width:800px;
  margin-right: 20px;
}

#prod_det #descricao{ display:none }

#prod_det #detalhes * { color:#000 }
#prod_det #detalhes h2{ display:none }

#prod_det #detalhes h3{
  color:#FF6600;
  font-size:18px;
  margin-top:30px;
  margin-bottom:5px;
  padding:10px 0px;
  padding-left: 40px;
  background: url(imagens/lay_seta.gif)  no-repeat left !important;
}
#prod_det #detalhes h4{
  color:#FF6600;
  font-size:16px;
  margin-top:15px;
  margin-bottom:5px;
}

#prod_det #detalhes li{
  list-style: disc;
  margin:8px 0px;
  margin-left: 20px;
}
#prod_det #detalhes li b,
#prod_det #detalhes li strong{ color:#000; }
#prod_det #detalhes ol li{
  list-style: decimal
}
#prod_det #detalhes ul li{
  list-style: none;
  margin:3px 0px;	
  padding:5px 0px;	
  padding-left: 30px;
  background: #FFF9EC url(imagens/lay_bullet.gif) left center no-repeat;
}

#prod_det #detalhes #investimento{
  margin-top:25px;
  padding:5px;
  border:2px solid #66bf2b;
  background-color:#ebfde1;
}
#prod_det #detalhes #investimento h3{
  margin-top:0px
}

#prod_det #detalhes #info_importante{
  margin-top:25px;
  padding:5px;
  border:2px solid #ff0000;
  background-color:#fff0f0;
}
#prod_det #detalhes #info_importante h3{
  margin-top:0px
}
#prod_det #detalhes #info_importante li{
  list-style: disc;
  padding: 0px;
  margin:8px 0px;
  margin-left: 15px;
  background: none;
}







