DIV.photo {
  background-color: #e8e8e8;
  margin-bottom: 12px;
}

DIV.photo TABLE {
  
}

DIV.photo TH {
  text-align: left;
  background-color: #84c326;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 4px 4px 4px;
  text-align: center;
}

DIV.photo TD {
  vertical-align: middle;
  text-align: center;
  width: 160px;
}

DIV.photo TD.divider {
  width: 1px;
  background-color: #fff;
}

DIV.photo TD.image {
  height: 136px;
}

DIV.photo TD.view-image {
  text-align: center;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 12px;
  font-weight: bold;
}

DIV.photo TD.view-image a {
  font-weight: bold;
  text-decoration: none; 
}

DIV.photo TD.price {
  background-color: #6a6a6a;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 179px;
  padding-right: 14px;
  padding-left: 14px;
}

DIV.photo TD.price A {
  color: #fff;
}

DIV.photo TD.price DIV.price {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

DIV.photo TD.price DIV.accept {
  text-align: center;
}

DIV.instructions {
  background-color: #e8e8e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

DIV.instructions DIV.title {
  background-color: #84c326;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}

DIV.instructions DIV.body {
  padding: 5px 5px 5px 5px;
}


DIV.comment {
  background-color: #e8e8e8;
}

DIV.comment DIV.author {
  background-color: #84c326;
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}

DIV.comment DIV.date {
  background-color: #84c326;
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  
}

DIV.comment DIV.message {
  padding: 5px 5px 5px 5px;
}

DIV.reply {
  margin-top: 20px;
}

DIV.reply TEXTAREA {
  width: 100%;
  height: 200px;
}

DIV.reply DIV.submit {
  text-align: center;
  margin-top: 10px;
}