.table-wrap {
  width: 518px;
  height: 250px;
  border: 1px solid #e2dcd2;
  border-top: none;
  background: #f5f1ea;
}
.table-header {
  width: 520px;
  height: 32px;
  margin-top: 40px;
  padding-top: 10px;
  text-indent: 20px;
  font-size: 13px;
  color: #c82d24;
  font-weight: bold;
  font-family: tahoma, verdana, arial;
  background: url("images/headerbg.gif") no-repeat;
}
.table-image {
  width: 300px;
  height: 100%;
  float: left;
}
.table-info {
  width: 218px;
  height: 100%;
  float: right;
}
.table-info a{
  width: 100%;
  height: 24px;
  padding-top: 6px;
  text-indent: 15px;
  display: block;
  font-weight: bold;
  border-bottom:1px solid #EAE3D7;
}
.table-info a:hover{
  border-bottom: 1px solid #EAE3D7;
  background-color: #EAE3D7;
}
.table-info span {
  padding: 15px;
  color: #9F9481;
  display: inline-block;
}

.licensebox {
  width: 488px;
  height: 48px;
  padding: 10px;
  margin-top: 20px;
  padding-right: 20px;
  display: block;
  border: 1px solid #e7e3b5;
  background:#fcf2cb;
}
.imagelicense {
  width: 46px;
  height: 40px;
  float: right;
  display: block;
  background:url("images/license-image.gif") no-repeat;
}
.textlicense {
  width: 420px;
  display: block;
  float: left;
  line-height: 16px;
  color: #a8997f;
}
.textlicense h3 {
  font-size: 12px;
}
.textlicense h3 a {
  color: #77674b;
}