#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;
}

.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;
}

.linkPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
} 

/* -- 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: #000000;
  text-decoration: none;
}
  a.categorias:hover {
    color: #009933;
  }
  a.outras:hover {
    color: #009933;
  }

/* -- 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: #000000;
  text-decoration: none;
}
  a.subCategorias:hover {
    color: #009933;
  }

.texto {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
}

.vejaNovidades {
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #006633;
}

.tituloPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #006633;
  font-weight: bold;
  vertical-align: baseline;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	font-size: 12px;
}
fieldset {
	font-size: 12px;
}
table {
	font-size: 12px;
}
a {
	color: #336600;
}
a:hover {
	color: #A56D6D;
}
.bgcolordivisorias {
    background-color:#FFFFCC; 
}
