/*
 * Garland theme forces all elements in the header region to be inline.
 * We fix this with the extra #header-region definition
 */

.rotor-items,
#header-region .rotor-items {
  display:block;
  position: relative;
}

.rotor-items {
  overflow:hidden;
}

.rotor-tab:hover {
  cursor:pointer;
}

.rotor-tab.selected {
  font-weight:bold;
}

.rotor-content {
}

.rotor-content-detail {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.views-field-field-test-image-fid,
.field-content,
.views-row {
  line-height: 0;
}
