﻿html, body
{
  min-height: 100%;
  height: 100%;
}
body
{
  background-color:#eeeeee;
  padding-bottom:20px;
}
a:link, a:visited
{
  color: blue;
}
a:hover, a:focus, a:active
{
  color: red;
}
h2
{
  font-family: helvetica, sans-serif;
}
h3
{
  font-family: helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
p
{
  margin-top: 5px;
}
img.Item
{
  margin: 5px;
  width: 98px;
}
table
{
  table-layout: fixed;
  margin: 5px;
}
table.BorderBlue
{
  border: solid 10px #6699FF;
}
div#tableofcontents a
{
  display: block;
  font-family: helvetica, sans-serif;
}
div#specials
{
  text-align: center;
}
table#NewItems, table#NewItems td
{
  border: solid 2px red;
}
table#NewItems td
{
  border-width: 1px;
}
table#Items th
{
  font-weight: bold;
  font-size: large;
  text-align: left;
  color: #ffffff;
  background-image: url(../Images/VideoBooks/ItemCategoryGradient.gif);
  background-repeat: repeat-x;
  padding: 5px;
}
table.BackgroundWhite
{
  background-color:White;
}
tr.Divider
{
  background-image: url(../images/VideoBooks/Dots.gif);
  background-repeat: repeat-x;
}
div.Item
{
  overflow: auto;
  margin-top: 5px;
  padding-bottom: 15px;
  background-image: url(../images/VideoBooks/PriceBackground.gif);
  background-repeat: repeat-y;
  background-position: right;
}
div.ItemImage
{
  float: left;
  margin-right: 5px;
}
div.ItemDescription
{
  margin-right: 230px;
  margin-left: 120px;
}
div.ItemPrice
{
  float: right;
}
table.ItemPrice
{
  width: 180px;
  margin-top: 15px;
  margin-left: 15px;
}
td.PriceDescription
{
  white-space: nowrap;
  overflow: visible;
  width: 70%;
}
td.PriceAmount
{
  text-align: right;
  padding-right: 10px;
  width: 30%;
}
td.Order
{
  text-align: center;
  padding-top: 25px;
}
p.ItemTitle
{
  font-weight: bold;
  font-size: large;
}
span.ItemSubtitle
{
  font-weight: normal;
}
span.ItemAuthor
{
  font-size: medium;
  font-style: italic;
}
