
#categoryblocks {
  padding: 0px 20px;
}

#categoryblocks div.categoryblock {
  float: left;
  margin: 10px;
  width: 116px;
}

#categoryblocks div.categoryblock div.categoryimagecontainer {
  height: 100px;
  width: 116px;
}

#categoryblocks div.categoryblock div.categoryimagecontainer img {
  height: 100px;
  width: 116px;
}

#categoryblocks div.categoryblock div.categoryname {
  background: url('/img/shop/categorybg.png');
}

#categoryblocks div.categoryblock div.categoryname a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 1px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 116px;
}
  
