  #PD_Banner {
    display: block;
    max-width: 800px;
    max-height: 200px;
    overflow: hidden;
    padding: 4px 4px 4px 4px;
  }
  
  #PD_Banner a {
    font-weight: normal;
    text-decoration: none;
  }
  
  #PD_Banner.green {
    background-color: seagreen;
    color: white;
  }
  #PD_Banner a.green {
    color: white;
  }
  
  #PD_Banner.darkgreen {
    background-color: darkgreen;
    color: white;
  }
  #PD_Banner a.darkgreen {
    color: white;
  }
  
  #PD_Banner.red {
    background-color: tomato;
    color: white;
  }
  #PD_Banner a.red {
    color: white;
  }
  
  #PD_Banner.darkred {
    background-color: darkred;
    color: white;
  }
  #PD_Banner a.darkred {
    color: white;
  }
  
  #PD_Banner.blue {
    background-color: royalblue;
    color: white;
  }
  #PD_Banner a.blue {
    color: white;
  }
  
  #PD_Banner.darkblue {
    background-color: darkblue;
    color: white;
  }
  #PD_Banner a.darkblue {
    color: white;
  }
  
  #PD_Banner.magenta {
    background-color: darkmagenta;
    color: white;
  }
  #PD_Banner a.magenta {
    color: white;
  }
  
  #PD_Banner.black {
    background-color: black;
    color: white;
  }
  #PD_Banner a.black {
    color: white;
  }

  .OneBanner a {
    text-decoration: none;
  }
  
  .banners a {
    text-decoration: none;
  }
  
  .PD_Titulo {
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
  }
  
  .PD_Link {
    text-decoration: none;
  }
  
  .PD_Img {
    display: inline-block;
    height: 145px;
    width: auto;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  
  .PD_Descricao {
    font-size: 1.1em;
    overflow: hidden;
  }
  
  .PD_Texto {
    font-size: 0.9em;
    overflow: hidden;
  }
  
  .PD_Preco {
    font-size: 1.3em;
    font-weight: bold;
  }
  
  a.interno:hover {
    border: 1px dotted yellow;
  }

  #tblPreco {
    width: 100%;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  #tblPreco td {
    vertical-align: bottom;
  }
  
  .PD_Preco {
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
  }
  
  .PD_CodPag {
    font-size: 0.9em;
    text-align: right !important;
  }
  
  .PD_CodFrete {
    font-size: 0.9em;
    text-align: right !important;
  }
