.prodCategory {
  width: 100%;
  background-image: url(../img/content_back.png);
  margin-bottom: 26px;
}
.catHeader {
  height: 19px;
  padding: 8px 0px 8px 8px;
  font-weight: bold;
  font-size: 17px;
  color: #777777;
  background-color: white;
  /*
  color: #108e00;
  background-image: url(../img/cat_header_back.png);
  */
}
.catInfo {
  padding: 8px;
}

.catImages, .catIcons {
  text-align: center;
}
.cLinkShow, .cLinkHide {
  color: #108e00;  
}
.categoryLink {
  font-weight: bold;
  cursor: pointer;
  height: 25px;
  width: 100%
}
.moreArrow {
  width: 78px;
  height: 45px;
  text-align:center;
  margin:0 auto;
}
.cLinkShow {
  width: 78px;
  height: 45px;
  margin: 0px;
  cursor: pointer;
}
.cLinkHide {
  width: 54px;
  height: 45px;
  margin: 0px;
  cursor: pointer;
}
.moreArrow a .cLinkShow {
  background-image: url(../img/more_arrow.png);
}
.moreArrow a:hover .cLinkShow {
  background-image: url(../img/more_arrow_hover.png);
}
.moreArrow a .cLinkHide{
  background-image: url(../img/hide_arrow.png);
}
.moreArrow a:hover .cLinkHide {
  background-image: url(../img/hide_arrow_hover.png);
}

.categoryDetail {
  font-size: 25px;
}
.catImages {
  display: none;
}



