body {
  padding: 0;
  margin: 0;
  background-color: #C0C0C0;
  text-align: center; }

#window {
  position: relative;
  width: 980px;
  background-color: white;
  margin: 10px auto;
  text-align: left; }

#headerPane {
  position: relative;
  height: 136px; }
  #headerPane img {
    border: 0px; }

#bodyPane {
  position: relative;
  background: url(/images/main_background.jpg) repeat-y left -3px;
  color: black;
  text-align: center; }
  #bodyPane #leftImagePane {
    position: absolute;
    left: 15px;
    top: 67px;
    z-index: 2;
    width: 98px; }
  #bodyPane #rightImagePane {
    position: absolute;
    right: 10px;
    top: 67px;
    z-index: 2;
    width: 98px; }
  #bodyPane #left_picture {
    position: absolute;
    top: 0px;
    left: 0; }
  #bodyPane #right_picture {
    position: absolute;
    top: 0px;
    right: 0; }
  #bodyPane #top_left_fade {
    position: absolute;
    top: 0px;
    left: 122px; }
  #bodyPane #top_right_fade {
    position: absolute;
    top: 0px;
    right: 122px; }
  #bodyPane #bottom_left_fade {
    position: absolute;
    left: 123px;
    bottom: 0px; }
  #bodyPane #bottom_right_fade {
    position: absolute;
    right: 122px;
    bottom: 0px; }
  #bodyPane .img-shadow {
    float: left;
    background-color: #2F2F2F;
    margin-top: 7px;
    margin-left: 3px; }
    #bodyPane .img-shadow img {
      margin: 0px;
      margin-left: -3px;
      margin-top: -3px;
      padding-right: 3px;
      padding-bottom: 3px; }
  #bodyPane #contentPane {
    position: relative;
    width: 710px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    margin: auto;
    padding: 5px;
    text-align: left;
    z-index: 3; }

img.button {
  border: 0px; }

.product-image {
  float: left;
  text-align: center;
  margin-right: 5px; }

.product-name {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif; }
  .product-name, .product-name a {
    color: black; }

.product-list {
  position: relative;
  border: none;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 5px 10px;
  height: 115px;
  opacity: .75;
  filter: alpha(opacity=75); }
  .product-list .actions {
    position: absolute;
    top: 5px;
    right: 5px; }
  .product-list .buttons {
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .product-list .product-image {
    height: 115px;
    width: 115px; }

.product-show {
  position: relative;
  padding: 5px 10px; }
  .product-show .product-image {
    height: 200px;
    width: 320px; }
  .product-show .product-description {
    margin-top: 5px;
    margin-left: 325px; }

.product-details {
  margin: 5px; }
  .product-details h2 {
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    margin: 3px; }
  .product-details ul.details {
    margin: 3px;
    padding: 5px; }
  .product-details li.detail {
    list-style: none;
    padding: 1px; }
    .product-details li.detail .detail-heading {
      font-weight: bold; }

.hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }


table#item_table {
  border: 2px solid #0462AC;
  width: 100%;
  padding: 0;
  margin: 0; }
  table#item_table th {
    font: normal bold 20px serif;
    background-color: #0462AC;
    color: White;
    cursor: default; }
  table#item_table tr td {
    border-top: 1px solid #0462AC;
    cursor: default; }
  table#item_table .item-number {
    border-right: 1px solid #0462AC;
    text-align: center;
    width: 175px; }
  table#item_table .item-price, table#item_table .item-total {
    border-left: 1px solid #0462AC;
    text-align: center;
    width: 120px; }
  table#item_table .item-qty {
    border-left: 1px solid #0462AC;
    text-align: center;
    width: 20px; }
    table#item_table .item-qty input {
      border: 1px dashed silver;
      text-align: center;
      width: 30px; }
      table#item_table .item-qty input:hover {
        background-color: #FFFFE0; }
      table#item_table .item-qty input:focus {
        background-color: #FFFFFF;
        border: 2px inset grey; }

div.box {
  margin: 0;
  padding: 0;
  background-color: #0462AC;
  width: 100%;
  padding-bottom: 1px; }
  div.box span.label {
    font: normal bold 20px/20px serif;
    color: White;
    cursor: default;
    padding: 5px;
    padding-left: 20px;
    display: block; }
  div.box .inBox {
    background-color: White;
    margin: 2px;
    padding: 10px; }

label {
  display: block; }


.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
  background: url(/images/star.gif) left -1000px repeat-x; }

.star-rating {
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  background-position: left top; }
  .star-rating li {
    display: inline; }
  .star-rating a, .star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none; }
  .star-rating a:hover, .star-rating a:active, .star-rating a:focus {
    background-position: left bottom; }
  .star-rating a.one-star {
    width: 20%;
    z-index: 6; }
  .star-rating a.two-stars {
    width: 40%;
    z-index: 5; }
  .star-rating a.three-stars {
    width: 60%;
    z-index: 4; }
  .star-rating a.four-stars {
    width: 80%;
    z-index: 3; }
  .star-rating a.five-stars {
    width: 100%;
    z-index: 2; }
  .star-rating .current-rating {
    background-position: left center; }

.inline-rating {
  display: -moz-inline-block;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle; }

.small-star {
  width: 50px;
  height: 10px; }
  .small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
    background-image: url(/images/star_small.gif);
    line-height: 10px;
    height: 10px; }

#footerPane {
  position: relative;
  clear: both;
  width: 100% - 8px;
  color: White;
  background-color: Black;
  padding: 4px;
  text-align: left;
  font: 10px Arial, Helvetica, sans-serif; }
  #footerPane div {
    position: absolute;
    top: 3px;
    right: 4px; }
    #footerPane div a {
      text-decoration: none;
      font-weight: bold;
      color: white; }
