.produtos {
  padding-top:10px;
}

.produto_item {
  width: 120px;
  padding: 5px;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
  white-space: normal;
  overflow: hidden;
  background: #ffffff;
}

.item_foto {
  cursor: pointer;
  border: 1px solid white;
}

.item_nome {
  font-size: 13px;
  margin: 0px;
  text-decoration: none;
  font-weight: bold;
}

.item_nome a:link, .item_resumo a:link { text-decoration: none; }


.item_nome a:link { color: #333333; }
.item_nome a:visited { color: #333333; text-decoration: none; }

.item_resumo { height: 50px; text-align: left; }
.item_resumo a:link { color: #6F1C1C; }
.item_resumo a:visited { color: #6F1C1C; text-decoration: none; }

.item_nome a:hover, .item_resumo a:hover { text-decoration: underline; }

.item_preco {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  color: green;
}

.item_categorias { font-size:10px; }
.item_categorias a:link, .item_categorias a:visited { color: #666666; text-decoration: none; }


/* item_detalhe.html */

#foto {
  float: left;
  width: 220px;
  height: 190px;
  margin-top: 10px;
}

#dados {
  float: right;
  width: 500px;
  height: 190px;
  margin: 10px 0px 10px 0px;
  padding-left: 10px;
  border-left: 2px dotted silver;
}

#categoria {
  padding-bottom: 5px;
  font-size: 12px;
  color: #222222;
  width: 100%;
  font-size: 12px;
}

#categoria a:link { color: #222222; text-decoration: none; }
#categoria a:visited { color: #222222; text-decoration: none; }
#categoria a:hover { color: #000000; text-decoration: underline; }

#nome h1 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 2px;
  float: left;
  color: #333333;
  width: 380px;
  overflow: hidden;
}

#partnumber h2 {
  font-size: 10px;
  margin: 0px 0px 5px 0px;
  color: #1C5185;
}

#resumo h2 {
  font-size: 12px;
  margin: 0px;
  font-weight: normal;
  height: 60px;
  color: #6F1C1C;
}

#preco h2 {
  color: green;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 2px;
  float: right;
}

.dados_complementares_titulo {
  margin-top: 0px;
  background: #282828;
  color: #f0f0f0;
  padding: 5px 15px;
}

.dados_complementares {
  padding: 10px;
  text-align: justify;
  font-size: 10pt;
  background: #f0f0f0;
  border-top: 2px solid #282828;
  border-bottom: 2px solid #282828;
  color: #222222;
}

.dados_complementares form { font-size: 12px; }

#descricao h2 { margin: 5px 0px 5px 0px; font-size: 12px; }


/* item_lista.html */

 .item_lista {
  float: left;
  border: 1px solid #d5d5d5;
  background: white;
  height: 90px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  overflow: hidden;
}

.item_preco_lista {
  font-size: 14px;
  font-weight: bold;
  color: green;
  line-height: 22px;
}

.navegacao {
  padding: 5px;
  margin: 5px;
  background: #e5e5e5;
  width: 695px;
  color: #444444;
  text-align: right;
}

.select_fabricantes {
  border: 2px solid #282828;
  color: #666666;
  font-size: 11px;
}

