/* ---------------- common ---------------- */
.listboxItem .item  {
  margin: 0 0 -12px 0;
}

.listboxItem .item.image {
  margin: 0 0 -10px 0;
}

.listboxItem .item.bullet {
  margin: 0;
}

.listboxItem a.title {
  font-weight: bold;
}
.listboxItem .bullet a.title {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
}
.listboxItem .grid_bullet {
  /* grid_bullet_big */
  margin: 0 0 -27px 0;
}
.listboxItem .bullet .date {
  font-weight: bold;
}

/* --- Perspective 1 --- */

/* --- Perspective 2 --- */
.Perspective2 a.title {
  font-weight: normal;
}
.Perspective2 .bullet a.title{
  font-weight: bold;
}

/* --- Perspective 3 --- */
.Perspective3 a.title {
  font-weight: normal;
}

/* --- Perspective 4 --- */
.listboxItem.Perspective4 .bullet a.title {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
}

.listboxItem.Perspective4 .grid_bullet {
  /* grid_bullet_big */
  margin: 0 0 -24px 0;
}

.listboxItem.Perspective4 .bullet .date {
  font-weight: normal;
}

/* --- Perspective 5 --- */
.Perspective5 .grid_item {
  /* little caps bold */
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.Perspective5 .image_item {
  /* little caps bold */
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.Perspective5 .date {
  margin: 0 0 0 35px;
  display: block;
}

