/*
 * Product Heading
 */

.producthead tr td {
  vertical-align: top;
}

.producthead .photo img {
  border: 2px solid #3E5299;
  margin-left: 8px;
}

.producthead table {
  border-collapse: collapse;
}

.producthead table th {
  border: 1px solid black;
  padding: 2px;
  text-align: left;
}

.producthead table td {
  border: 1px solid black;
  padding: 2px;
}

.producthead tr .photo {
  width: 158px;
}

/*
 * Article List
 */

.articles {
  border-collapse: collapse;
  /*border: 1px solid black;*/
  border: 1px solid #3E5299;
}

.articles tr td {
  padding: 2px 4px 2px 4px;
  border-left: 1px solid #3E5299;
  border-right: 1px solid #3E5299;
}

.articles tr th {
  background-color: #CCCCDD;
  padding: 2px;
  border: 1px solid #3E5299;
}

.articles thead tr th {
  color: white;
  background-color: #3393cd;
}

.articles thead .units th {
  color: #000000;
  background-color: #CCCCDD;
  padding: 2px;
  border: 1px solid #3E5299;
}

.articles tr .artno {
  text-align: center;
}

.articles tr .description {
}

.articles tr .mancode {
  text-align: center;
}

.articles tr .value {
  text-align: right;
  width: 60px;
}

.articles tr .choice {
  text-align:center;
}

.articles tr .date {
  text-align:center;
}

.articles .row0 {
  /*background-color: #FFFFFF;*/
  background-color: transparent;
}

.articles .row1 {
  background-color: #E3F0F6;
}

