div.productbanner {
  background-color: #336699;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  clear: both;
}

div.producttitle {
  width: 200px;
  margin-right: 200px;
}

div.producttitle p {
  color: white;
  font-family: Arial, Helvetiva, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  display: inline;
  padding-top: 2px;
  padding-bottom: 2px;
}

div.productlink {
  float: right;
  width: 300px;
  text-align: right;
}

div.demotitle {
  clear: both;
  width: 180px;
  margin-left: 10px;
  float: left;
}

div.demodescription {
  width: 560px;
  float: right;
}

.demodescription p {
  margin-right: 8px;
  background-color: #d3d3ff;
}

