.prodView div.prodpic {
/*
  padding: 4px 4px 8px 4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #303;
  border-bottom: 1px solid #303;
  background-color: transparent;
  */
  text-align: center;
}
.prodView div.prodpic span.title {
  font-weight: bold;
}
.prodView .prodpic img {
  padding: 4px;
  /*
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  */
  border-right: 1px solid #303;
  border-bottom: 1px solid #303;
  background-color: #fff;
}
.prodView .altpics {
  padding: 6px 0px 0px 0px;
}
.prodView .altpics div.altpic {
  float: left;
  text-align: center;
  cursor: pointer;
}
.prodView .altpics div.altpic span.title {
  font-weight: bold;
}
.prodView .altpics .pic {
  padding: 0px 2px 0px 0px;
}
.prodView .altpics .pic img {
  border: 1px solid #00c;
}

table.icodelist thead tr th {
  text-align: left;
}
table.icodelist thead tr th.code {
}
table.icodelist thead tr th.title {
}
table.icodelist thead tr th.price {
  text-align: right;
}
table.icodelist thead tr th.qty {
  text-align: right;
}
table.icodelist thead tr td.code {
}
table.icodelist thead tr td.title {
}
table.icodelist thead tr td.price {
  text-align: right;
}
table.icodelist thead tr td.qty {
  text-align: right;
}
