.table-grid-system {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  margin-top: -10px;
}
.table-grid-system tbody tr {
  box-shadow: 0 0 4px #e4e4e4;
}
.table-grid-system thead td {
  font-weight: 900;
  font-size: 11px;
  padding: 0 5px 0 10px;
}
.table-grid-system tbody td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
.table-grid-system tbody td:first-child { border-left: 1px solid #cccccc; border-radius: 5px 0 0 5px; width: 130px; }
.table-grid-system tbody td:last-child { border-right: 1px solid #cccccc; border-radius: 0 5px 5px 0; }

.grid-system h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  color: #054b90;
  margin: 0 0 3px 0;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  max-width: 120px;
  text-overflow: string;
}
.grid-system h3.amd {
  color: #096;
}
.grid-system h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #333333;
  margin: 0 0 6px 0;
  padding: 0;
  white-space: nowrap;
  max-width: 120px;
  text-overflow: string;
}
.grid-system-image {
  display: block;
  width: 120px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5px;
}
.grid-system-price {
  position: relative;
  text-align: right;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  width: 140px;
  margin: 0 0 6px 0;
}
.grid-system-price label {
  position: absolute; top: 0; left: 0;
  display: inline-block;
  width: 50px;
  color: #808182;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}
.table-grid-system tbody tr td:first-child {
  position: relative;
}
.grid-system-tags {
  position: absolute;
  top: -1px; left: -1px;
  padding: 5px;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 5px 0;
}
.grid-system-tags span {
  transition: 0.3s all linear;
  display: inline-block;
  height: 16px;
  line-height: 17px;
  color: #8B8B8B;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: help;
}
.grid-system-tags span:hover {
  color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}
.grid-system-tags .tiptip {
  border-bottom: 1px dotted #8B8B8B;
}
.grid-system-support {
  color: #535353;
  font-size: 11px;
  line-height: 15px;
}
.grid-system-support div {
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}
.grid-system-support span {
  color: #FE5907;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 5px;
}

.filterFixedTop {
  position: fixed; top: 0px;
  width: 880px;
  z-index: 5;
}

.system-browse-filters {
  padding-left: 60px;
  background: #555555 url(https://www.thinkmate.com/images/icon-system-filter.png) 15px center no-repeat;
  margin-bottom: 20px;
}
.system-browse-filters > ul {
  display: block;
  height: 40px;
  margin: 0; padding: 5px 0 5px 0px;
}
.system-browse-filters > ul > li {
  float: left;
  position: relative;
  display: block;
  height: 30px; line-height: 30px; width: 103px;
  margin: 0 0 0 10px; padding: 0 0 0 10px;
  background-color: #444;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.system-browse-filters div {
  padding-right: 10px;
}
.system-browse-filters div div {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0;
}
.system-browse-filters li.active {
  border-top-color: #FE5907;
  background-color: #000;
}
.system-browse-filters li.active:hover {
  background: #000 url(https://www.thinkmate.com/images/cfg_x.png) 122px center no-repeat;
}
.system-browse-filters li.active div {
  color: #FE5907;
}
.system-browse-filters li.active div:hover {
  cursor: pointer;
}
.system-browse-filters > ul ul {
  display: none;
  position: absolute; left: 0px; top: 35px; z-index: 100;
  background-color: #444;
  border-bottom: 5px solid #FE5907;
  margin: 0; padding: 10px; min-width: 115px;
  list-style: none;
}
.system-browse-filters > ul ul li {
  white-space: nowrap;
  margin: 0; padding: 0;
}
.system-browse-filters li:hover {
  border-top-color: #FE5907;
}
.system-browse-filters li:hover ul {
  display: block;
}
.system-browse-filters li.active:hover ul {
  display: none;
}
.system-browse-filters ul ul a {
  display: block;
  color: white;
  font-weight: 400;
}
.system-browse-filters ul ul a.inactive {
  color: #777;
}
.system-browse-filters ul ul a.inactive:hover {
  text-decoration: none;
}

.system-browse-count {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.system-browse-count span {
  font-weight: 900;
  color: #FE5907;
}
.system-browse-view {
  float: right;
}
.system-browse-view a {
  display: inline-block;
  width: 65px; height: 25px; line-height: 25px;
  margin-left: 10px; padding: 0 0 0 10px;
  background-color: #aaaaaa;
  color: white;
  font-weight: 900;
  background-position: 56px center;
  background-repeat: no-repeat;
  background-image: url(https://www.thinkmate.com/images/icon-list-view.png);
}
.system-browse-view a:first-child {
  background-image: url(https://www.thinkmate.com/images/icon-grid-view.png);
}
.system-browse-view a.active {
  background-color: #444;
}