.tcatalog {
  margin-top: 30px;
}

.tcatalog table.tcitem {
  float: left;
  width: 196px;
  margin: 0 31px;
}

.tcatalog table.tcitem:first-child {margin-left: 0px;}
.tcatalog table.tcitem:nth-child(4) {margin-right: 0px;}

.tcatalog table.tcitem td {
  height: 52px;
  text-align: center;
  padding: 0;
}

.tcatalog table.tcitem td a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

.tcatalog .tcbline a .tcgrayimg {
  position: absolute;
  top: 0;
  left: -2px;
  width: 196px;
  text-align: center;
  opacity: 0.5;
}

.tcatalog .tcbline a:hover .tcgrayimg {
  display: none;
}

.tcatalog .tcbline a .tcimglogo {
  opacity: 0;
}

.tcatalog .tcbline a:hover .tcimglogo {
  opacity: 1;
}

.tcatalog .tcitem .tctitle {
  background-color: #e9e9e9;
  padding: 0 10px;
}

.tcatalog .tcitem .tcbline {
  height: 75px;
  vertical-align: center;
}

.tcatalog .tcbottom {
  text-align: right;
  font-size: 13px;
  margin-top: 25px;
}

.tcatalog .tcbottom a {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.tcatalog .tcbline .p2inx {
  width: 192px;
  height: 75px;
}
