
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
}

td {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #4a351a;
  text-decoration: none;
}

.input {
  border: 1px solid #a87026;
  padding-bottom : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-top : 1px;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  background: #ffffff;
  color: #000000;
}

#logo {
  background: url(../imgs/logo.gif) no-repeat;
  border: 0;
  margin: 0.1em 0em 0em 0.5em;
  padding: 0;
}

#logo a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  height: 0px;
  _height /**/: 60px;
  width: 256px;
  cursor: pointer;
}

.fundoLogo {
  background-image: url(../imgs/fundo_logo.gif);
  background-repeat: no-repeat;
}

.fundoMenu {
  background-image: url(../imgs/fundo_menu.gif);
  background-repeat: repeat-y;
}

.fundoBaseLinha {
  background-image: url(../imgs/base_linha.gif);
}

.fundoLinhaVertical {
  background-image: url(../imgs/fundo_vertical.gif);
  background-repeat: repeat-y;
}

.detalheCategoria {
  margin: 0.3em 0 0 0.3em;
  padding: 0;
}

.detalheSubCategoria {
  margin: 0.3em 0 0 0.8em;
  padding: 0;
}

/* Links -------------------------------------------------------------------- */
.indisponivel {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}
  a.nomeProdutoPeq:hover {
    color: #bd8642;
    text-decoration: none;
  } 

.linkPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #4a351a;
  text-decoration: none;
} 
  a.linkPequeno:hover {
    color: #bd8642;
  }

/* -- Categorias -- */ 
.categorias {
  list-style-type: square;
  margin: 0.3em 0 0 0.1em;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 95%;
  color: #4a351a;
  text-decoration: none;
}
  a.categorias:hover {
    color: #bd8642;
  }

.outras {
  list-style-type: square;
  margin: 0.3em 0 0 0.1em;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 95%;
  color: #786F31;
  text-decoration: none;
}
  a.outras:hover {
    color: #bd8642;
  }

/* -- Sub-Categorias -- */  
.subCategorias {
  list-style-type: square;
  margin: 0.3em 0 0 0.1em;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  line-height: 95%;
  color: #4a351a;
  text-decoration: none;
}
  a.subCategorias:hover {
    color: #bd8642;
  }

.nomeProduto {
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #4a351a;
  text-decoration: none;
}
  a.nomeProduto:hover {
    color: #bd8642;
	text-decoration: none;
  }




 
/* Textos ------------------------------------------------------------------- */
.nomeProdutoPeq {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ff9d00;
  text-decoration: none;
}

.texto {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #4a351a;
	text-decoration: none;
}

.de {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #4a351a;
  text-decoration: none;
}

.por {
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #ff9d00;
}

.vejaNovidades {
  font-family: Arial, Tahoma, Verdana;
  font-size: 15px;
  font-weight: bold;
  color: #786F31;
}

.migalhas {
  font-family: Arial, Tahoma, Verdana;
  font-size: 15px;
  font-weight: bold;
  color: #c59d25;
}

.tituloPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #786F31;
  font-weight: bold;
  vertical-align: baseline;
}

fieldset {
  border: 1px solid #fbebbb;
  margin: 0em 0em 0em 0em;
  padding: 0em 0.7em 0.7em 0.7em;
}

legend {
  background: White;
  padding: 0.5em;
  font-size: 100%;
}