h2 {
  font-size:    21px;
  width:        80%;
  line-height:  1.2em;
  margin-top:   34px;
}
div#products {
  height:         190px;
  overflow:       hidden;
  position:       relative;
  z-index:        2;
  width:          820px;
  margin-bottom:  26px;
  clear:          both;
}
  div.category {
    position: relative;
    width:    820px;
  }
    div.category a { text-decoration: none; }
  div.category ul {
    width:    820px;
    height:   190px;
    margin:   0;
    padding:  0;
    clear:    left;
    display:  block;
  }
    div.category ul li.pane {
      list-style-type:  none;
      float:            left;
      height:           180px;
      width:            820px;
      padding-top:      10px;
      position:         relative;
      z-index: 20;
    }

.product { }
  .product a img {
    border-bottom:  1px solid #000;
    margin-bottom:  8px;
  }
    .product a:hover img {
      border-bottom:  none;
      padding-bottom: 1px;
      margin-bottom:  8px;
    }
  .product span.title {
    font-size:      24px;
    font-weight:    bolder;
    display:        block;
    margin-bottom:  20px;
  }
  .product span.description {
    display:        block;
    margin-bottom:  18px;
  }

#product_details { position: relative; }

.details { display: none; }
  .details h2 {
    width:      auto;
    margin-top: 0;
    font-size: 1.2em;
  }

table.schedule {
  border:           1px solid #333;
  border-collapse:  collapse;
}
  table.schedule tr,
  table.schedule th,
  table.schedule td {
    padding:  5px;
    border:   1px solid #333;
  }
  table.schedule th { font-size: 80%; }
  table.schedule td { font-size: 90%; }
    table.schedule td.month { font-weight: bold; }