@charset "utf-8";

.txt12{ font-size: 80%; line-height: 130% ; color: #333333;}

.txt85{ font-size: 85%; line-height: 100% ; color: #333333;}

table.productsTable {
  margin:10px 5px 0 5px;
  border-collapse:separate;
  border-spacing:5px;
  width:100%;
}

table.productsTable td,
table.productsTable th {
  vertical-align:top;
  padding:4px;
}

table.productsTable th {
  color:#3C5896;
  width:22%;
  border-right:2px solid #3C5896;
}

table.productsTable td {
  border-bottom:1px dashed #ccc;
}

table.productsTable td.name {

  width:30%;
}

table.productsTable td.pict {
  vertical-align:middle;
  width:5%;
}


