div.cat {
  display: block;
  padding: 3px 0 0 12px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  cursor: hand;
  background-image: url(../de/images/pfeil_weiss_cat.gif);
  background-repeat: no-repeat;
}

div.catOver {
  display: block;
  padding: 3px 0 0 12px;
  font-size: 11px;
  font-weight: bold;
  color: #DC0023;
  cursor: hand;
  background-image: url(../de/images/pfeil_rot_cat.gif);
  background-repeat: no-repeat;
}

span.shop {
  font-size: 11px;
  color: #fff;
  cursor: hand;
}

span.shopOver {
  font-size: 11px;
  color: #DC0023;
  cursor: hand;
}

span.shopBlur {
  font-size: 11px;
  color: #EFBD95;
  cursor: hand;
}

span.small {
  font-size: 8px;
}
