#catalog {
  width: 740px; /* 240px * 3 cols + 20px (padding) */
}

.products-wrap-inner {
  height: 480px; /* 160px * 3 rows */
}

#logo a {
  background: url('../../images/logo-small.png') no-repeat;
  width: 24px;
  height: 24px;
}

.filters > a {
  margin: 0 5px;
}