﻿/* Page wrapper/container */
#page {
  margin-top: 40px auto;
  padding: 1em 1em;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#small_page {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

/*
-----------------------------
  Section Containers
-----------------------------
*/
#header {
  text-align: center;
  margin-bottom: 1.25em;
}

#breadcrumbs {
  text-align: left;
  font-size: 0.75em;
}

#page #breadcrumbs
{
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-left: 13.125%;
}

#small_page #breadcrumbs
{
  margin-bottom: 1em;
}

#product-name
{
    font-size: 1.125em;
    font-weight: bold;
}

#product-image {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 1.25%;
  margin-bottom: 1.25em;
}

#product-info
{
    float: right;
    width: 73.75%;
    padding-top: 1.25%;
    padding-left: 1.25%;
    margin-bottom: 1.25em;
}

#product-description
{
    font-size: 0.9em;
    font-weight: normal;
}

#footer {
  text-align: center;
  clear: both;
}
/* //END Section Containers */


div.seperator {
  width: 95%;
  border-top: 1px dashed black;
  margin: auto;
}

body
{
    font-family: Verdana;
    font-size: 1em;
}

table.product-details
{
    font-size: 0.75em;
}

table.product-details tr
{
    vertical-align: middle;
    padding-top: 100px;
}

table.product-details th
{
    text-align: right;
    padding-right: 0.5em;
}

table.product-details td
{
    font-size: 1.25em;
}
