div.partner {
  overflow: hidden;
  text-align: justify;
  letter-spacing: 0px;
}

div.partner img.logo {
  float: left;
  margin: 3px;
  border: 1px solid #CCCCCC;
}

ul.products {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}

ul.products li {
  padding: 4px;
  border-bottom: 1px dotted #CCCCCC;
  overflow: hidden;
}

.sidebar_box {
  width: 358px;
  padding: 5px;
}

.sidebar_box img {
  border: 1px solid #CCCCCC;
}

.content_box {
  padding: 5px;
  width: 608px;
}

.content_box img {
  border: 1px solid #CCCCCC;
}

table.products {
  width: 368px;
}

table.products tr th {
  font-size: 11px;
  color: #999999;
  font-weight: bold;
  width: 275px;
  text-align: left;
}

table.products tr td {
  font-size: 13px;
  color: #000000;
}

table.products tr th, table.products tr td {
  border-bottom: 1px dotted #CCCCCC;
}

table.products tr td img {
  border: 1px solid #CCCCCC;
}

#sidebar_partner_products {
  width: 368px;
}
