/* CSS Document */

#tableProducts {
  width: 100%;
}

#tdProductsLeft {
  width: 60%;
}

#tdProductsRight {
  width: 40%;
}

.h1 {
  font-size: 18px;
  font-weight: bold;
  color: #005daa;
}

.h2 {
  font-size: 14px;
  font-weight: bold;
}

#hidden {
  visibility: hidden;
}

#vBanner {
  width: 135px;
  height: 840px;
  position: absolute;
  top: 0px;
  margin-left: -140px;
  background-image: url(../img/bg_vBanner.png);
  background-position: left top;
  background-repeat: no-repeat;
}
