.items {
  line-height: 25px;
  color: black; }
  .items .show .slideshow {
    height: 350px;
    width: 760px;
    overflow: hidden; }
  .items .show .item {
    background: #e2ddc7 url('../images/items/flash_shadow.jpg') repeat-x;
    padding: 87px 0 30px 0; }
    .items .show .item .right {
      width: 300px;
      clear: left; }
    .items .show .item .left {
      float: left;
      font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
      font-style: italic;
      width: 450px; }
      .items .show .item .left .page {
        width: auto;
        background: url('../images/items/page_middle.jpg') repeat-y;
        border: none;
        margin-left: 30px; }
      .items .show .item .left .title, .items .show .item .left .description, .items .show .item .left .pdf, .items .show .item .left .pairings, .items .show .item .left .title {
        text-align: center;
        padding: 0 30px;
        width: 310px; }
      .items .show .item .left .title {
        font-size: 1.2em;
        height: 60px; }
      .items .show .item .left .description {
        font-size: 0.9em;
        padding-bottom: 25px; }
        .items .show .item .left .description p {
          padding-top: 20px;
          font-size: 1.3em; }
      .items .show .item .left .pairings {
        text-align: center;
        color: black;
        margin-bottom: 20px; }
        .items .show .item .left .pairings .title {
          text-decoration: underline;
          padding: 0;
          height: auto; }
        .items .show .item .left .pairings a {
          color: black;
          text-decoration: none;
          font-size: 14px;
          display: block; }
      .items .show .item .left .pdf {
        background: url('../images/items/page_bottom.jpg') no-repeat;
        height: 91px; }
        .items .show .item .left .pdf img {
          float: right; }
