.feature .banner
{
  background-color: #6699cc;
  height: 50px;
}

.feature .banner .image
{
  float: left;
}

.feature .special .banner .sep
{
  white-space: nowrap;
  padding-left: 0;
  padding-right: 4px;
}

.feature .banner .more-link
{
  font-size: 11px;
  color: white;
  vertical-align: middle;
  padding-bottom: 4px;
}

.feature .special .banner .more-link
{
  padding-top: 16px;
}

.feature .banner a,
.feature .banner a:visited
{
  font-weight: bold;
  color: #ffcc33;
}

.feature .banner a:hover,
.feature .banner .item-selected a:hover
{
  color: white;
}

.feature .special
{
  background-color: #ffffff;
}

.feature .product-block
{
  padding: 10px;
}

.feature .product-block .product
{
  vertical-align: top;
  padding: 5px;
}

/* Crappy versions of IE won't see this */
html>body .feature .product-block .product
{
  padding: 2px;
}

.feature .product-block .product .preview-book
{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

.feature .product-block .product .preview-book .shadow
{
  text-align: center;
}

.feature .product-block .product .category
{
  font-weight: bold;
  font-size: x-small;
}

.feature .product-block .product .info
{
  /* font-size: 90%; */
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 0.8em;
}

.feature .product-block .product tr
{
  vertical-align: top;
}

.feature .product-block .product .preview-block
{
  padding-right: 8px;
}

.feature .product-block .product .name,
.feature .product-block .product .title
{
  font-size: 100%;
  font-weight: bold;
}

.feature .product-block .product .prices
{
  font-size: small;
}

.feature .product-block .product .prices .subscriber-price
{
  color: #e00000;
}

.feature .product-block .product .prices .subscriber-price .label
{
  font-weight: normal;
}

.feature .product-block .product .description
{
  font-size: 90%;
}

.feature .product-block .product .requirements
{
  font-weight: bold;
  color: #cc0000 !important;
  margin-top: 4px;
}

.feature .product-block .product .buttons
{
  margin-top: 10px;
}

