div.sethstore {
  font-family: "garamond",verdana,sans-serif;
  border: 2px solid #578d32;
  background-color: #aed9a0;
  width: 100%;
  height: 200px;
  text-align: left;
  border-collapse: collapse;
}
.divtable.sethstore .divtablecell, .divtable.sethstore .divtablehead {
  border: 1px solid #204a05;
  padding: 3px 2px;
}
.divtable.sethstore .divtablebody .divtablecell {
  font-size: 12px;
  color: #3d5834;
}
.divtable.sethstore .divtablerow:nth-child(even) {
  background: #d4e4ca;
}
.divtable.sethstore .divtableheading {
  background: #84bb6d;
  background: -moz-linear-gradient(top, #a3cc91 0%, #90c17b 66%, #84bb6d 100%);
  background: -webkit-linear-gradient(top, #a3cc91 0%, #90c17b 66%, #84bb6d 100%);
  background: linear-gradient(to bottom, #a3cc91 0%, #90c17b 66%, #84bb6d 100%);
  border-bottom: 3px solid #2f4226;
}
.divtable.sethstore .divtableheading .divtablehead {
  font-size: 15px;
  font-weight: bold;
  color: #38502f;
  text-align: left;
  border-left: 2px solid #587c48;
}
.divtable.sethstore .divtableheading .divtablehead:first-child {
  border-left: none;
}

.sethstore .tablefootstyle {
  font-size: 12px;
}
/* divtable.com */
.divtable{ display: table; }
.divtablerow { display: table-row; }
.divtableheading { display: table-header-group;}
.divtablecell, .divtablehead { display: table-cell;}
.divtableheading { display: table-header-group;}
.divtablefoot { display: table-footer-group;}
.divtablebody { display: table-row-group;}