

  #ProductPage {
    border: 1px solid silver;
    font-size: 12px;
    margin-bottom:1em;
    margin-right: 10px;    
    margin-top:5px;
    overflow:hidden;
    padding:10px;
    
    width: 479px;
    _width: 494px;
    
  }
  #ProductPage a {
    outline: 0;
  }
  
  /* Product afbeelding */
  #ProductPage #ProductImage {
    margin-bottom: 1em;
    width: 210px;
    float: left;
  }
  #ProductPage #ProductImage .MainImage {
    border: 1px solid silver;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    width: 200px;
  }  
  #ProductPage #ProductImage .MainImage img {
    max-height: 150px;
    max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
    height: expression(this.height > 150 ? 150: true);
  }  
  #ProductPage #ProductImage #scroll_clipper {
    background: black;
    float: left;
    overflow: hidden;
    width: 168px;
  }
  #ProductPage #ProductImage ul {
    height: 42px;
    list-style: none;
    width: 1512px;
  }
  #ProductPage ul li {
    background: #606060;
    border: 1px solid silver;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 54px;
  }
  #ProductPage #ProductImage a.showLast,
  #ProductPage #ProductImage a.showNext {
    border: 1px solid silver;
    color: black;
    cursor: pointer;
    float: left;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 16px;
  }
  #ProductPage #ProductImage .thumb {
    max-height: 39px;
    max-width: 54px;
    width: expression(this.width > 54 ? 54: true);
    vertical-align:middle;
  }
  
  /* Product Info */
  #ProductPage #ProductInfo .ShortDescription {
    clear: both;
  }
  #ProductPage #ProductInfo {
    float: right;
    margin-bottom: 1em;
    margin-left: 10px;
    width: 255px;
  }
  #ProductPage #ProductInfo #ProductRef {
    float: right;
  }
  #ProductPage #ProductInfo h2 {
    float: left;
    font-size: 16px;
  }
  #ProductPage #ProductInfo .prijs {
    font-size: 16px;
    font-weight: bold;
  }
  #ProductPage #ProductInfo .listings select {
    margin-right: 5px;
  }
  #ProductPage #ProductInfo .listings select option {
    padding-right: 15px;
  }
  #ProductPage #ProductInfo #ProductBestellen {
    float: right;
    margin-right: 10px;
  }
  #ProductPage #ProductInfo #ProductPDF {
    color: black;
    display: block;
    font-size: 12px;
    margin-top: -5px;
    text-align: center;
    text-decoration: none;
    width: 60px;
  }
  #ProductPage #ProductInfo #ProductBestelLink a {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 5px;
  }
  #ProductPage #ProductDescriptionFull {
    clear: both;
  }
  #ProductPage #ProductDescriptionFull h3 {
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
  }
