

  /* new styles for testing */
/*
  #featureTabsContainer {
    display: none;
  }

  a.tab {
    background-color: #406080;
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    padding: 5px 7px 4px 7px;
    margin-top: 0.3em;
  }

  a.tab:hover {
    background-color: #e5e5e5;
    color: #406080;
  }

  a.tab_selected {
    border-bottom-color:#e5e5e5;
    background-color:#e5e5e5;
    color: black;
    font-size: 105%;
    font-weight: bold;
  }

  #featureElementsContainer {
    background-color: #e5e5e5;
    padding: 10px;
  }

  a.rounded {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;

    display: inline-block;
    overflow: visible;
  }
*/

/*

  p {
    margin-bottom: 0.7em;
  }

  h1 {
    margin-bottom: 1em;
    font-size: 138.5%;
    font-weight:bold;
    text-align: center;
  }

  code {
    display: block;
    background-color: #ddc;
    margin: 10px;
    padding: 5px;
  }

  dt {
    font-weight:bold;
  }

  dd {
    margin-left: 1em;
  }

  input {
    vertical-align: middle;
  }

  ul {
    margin-left: 1em;
  }

  ul li {
    list-style: disc outside;
  }

  a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }

  .button {
    color: #000;
    background-color: #acc;
    padding: 5px 7px;
  }

  .button:hover {
    background-color: #cee;
  }

  .center {
    margin-left: auto;
    margin-right: auto;
  }

  .title {
    background-color: #eee;
  }

  .benefits {
    color: #fff;
    background-color: #3F2929;
    padding: 0 10px;
    vertical-align: top;
  }

  a.tab {
    background-color: #406080;
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    padding: 5px 7px 4px 7px;
    margin-top: 0.3em;
  }

  a.tab:hover {
    background-color: #e5e5e5;
    color: #406080;
  }

  a.tab_selected {
    border-bottom-color:#e5e5e5;
    background-color:#e5e5e5;
    color: black;
    font-size: 108%;
    font-weight: bold;
  }

  #featureTabsContainer {
    display: none;
  }

  #featureElementsContainer {
    background-color: #e5e5e5;
    padding: 10px;
  }

  .feature {
    background-color: #fff;
    padding: 10px;
  }

  .swatches {
    padding: 5px 0;
  }

  .swatches a {
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
  }
*/

