/* estilo das paginas de produtos */

#produto_head .nav {
  margin-bottom:25px;
  font-size:85%;
  text-indent:15px;
}

#prev2,
#next2 {
  position:relative;
  top:1px;
  margin-left:5px;
  font-size:20px;
}


#produto_imagem {
  position:relative;
  text-align:right;
  left:0px;
  width:230px;
  height:175px;
}

#produto_imagem a, #produto_imagem a:hover {
  font-size:10px;
}

#product_list.table {
  width:100%;
  overflow:hidden;
}

#product_list.table .th {
  font-weight:bold;
}

#product_list.table .tr {
}

#product_list.table .td {
  float:left;
  width:33%;
  padding-left:0px;
}

#product_list.table .cl {
  clear:both;
  border-top:1px dashed #F67F2D;
  margin-bottom:25px;
}

/* table interna do product_list */
#product_table.table {
  width:100%;
  overflow:hidden;
}

#product_table.table .th {
  font-weight:bold;
}

#product_table.table .tr {
  overflow:hidden;
}

#product_table.table .td {
  float:left;
  width:100%;
  padding-left:0px;
}

#product_table.table .td-center {
  float:left;
  width:100%;
  text-align:center;
}

#product_table.table .cl {
  clear:both;
}

#product_table label {
  font-size:11px;
  vertical-align:text-top;
}

/* Logo dos Sistemas Operacionais */
#logo_n1 {
  visibility:hidden;
  position:absolute;
  left:580px;
  top:243px;
  width:auto;
  height:auto;
  text-align: left;
}

/* Logo dos processadores */
#logo_n2 {
  position:absolute;
  left:500px;
  top:243px;
  width:auto;
  height:auto;
  text-align: left;
}

.prod_zebra_impar {
  background-color:#FFFFFF;
  border-bottom: 1px solid gray;
  padding-top: 3px;
}

.prod_zebra_par {
  background-color:#FFFFFF;
  border-bottom: 1px solid gray;
  padding-top: 3px;
}

