/* CSS Document */

/* TABLE HEADERS */
div.content table
{
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 16px;
}
div.content table tr
{
  height: 80px;
}
div.content table tr.header
{
  height: 20px;
}
div.content table tr td
{
  background-color: rgb(233,233,226);
  font-family: tahoma;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: rgb(140,121,99);
  padding: 10px;
  vertical-align: middle;
}
td.lojinha_imagem
{
  background-image: url('../images/tabela_lojinha_imagem.png');
}
td.lojinha_categoria
{
  background-image: url('../images/tabela_lojinha_categoria.png');
}
td.lojinha_titulo
{
  background-image: url('../images/tabela_lojinha_titulo.png');
}
td.lojinha_autor
{
  background-image: url('../images/tabela_lojinha_autor.png');
}
td.lojinha_pvp
{
  background-image: url('../images/tabela_lojinha_pvp.png');
}
div.content table tr td a
{
  text-decoration: none;
  outline: none;
  font-family: tahoma;
  font-size: 10pt;
  font-weight: bold;
  color: rgb(119,189,116);
}

