.pg_container {
  display: block;
  margin: 20px 0 10px 0;
}

.dnbutton {
  padding: 4px 8px 4px 8px;
  border: 1px solid silver;
  display: inline-block;
  margin: 0 2px 0 2px;
  cursor: pointer;
}

.b_on {
  background-color: #99CCFF;
}

.b_off {
  background-color: #e6e6e6;
}

.product_cloud {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  display: inline-block;
  vertical-align: top;
  width: 198px;
  height: 198px;
}

.product_img {
  min-width: 100px;
  min-height: 132px;
  display: inline-block;
  padding-top: 15px;
}

.product_title,
.product_title a:active,
.product_title a:visited,
.product_title a:link {
  font-family: Arial;
  font-size: 10pt;
  color: #666666;
  font-weight: bold;
  cursor: default;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
  display: block;
}

.product_title a:hover {
  text-decoration: underline;
}

.product_price {
  font-family: Arial;
  font-size: 12px;
  color: #CC0000;
  text-align: center;
  margin: 5px 0 10px 0;
  display: block;
  cursor: default;
}
