/* CSS Document */
p.bigStock
{
  text-align: right;
}
div#Container
{
    position:relative;
    max-width:1280px;
    margin:0px auto 0px auto;
    padding-bottom: 125px;
}
div#mainContent
{
  /*width: 750px;
  position: absolute;
  left: 50%;
  margin-left: -375px; 
  top: 80px;*/  
  position: relative;
  left: 2.5%;   
  top: 80px;
  margin: 0px;
  width: 95%;
  min-width: 750px;
  max-width: 1280px;
}
h1#branding 
{
  text-align:center;
  position: absolute;
  left:0px;
  top:0px;  
  height: 77px;
  width: 100%;
}
div.landingProduct
{
  height: 125px;
  position: relative;
  left: 0;
  top: 0;
  max-width: 1024px;
  margin: 0 auto 10px auto;  
}
div.landingProduct div.textual
{
  position: absolute;
  left:110px;
  top: 5px;
  width: 640px;
  z-index: 2;  
}
div.landingProduct div.textual ul
{
  margin: 0 5px 5px 2em;
}
div.landingProduct div.textual p.productID
{
  margin: 3px 0 0 0;
  text-align: center;
}
div.landingProduct div.mainImage
{
  position: absolute;
  left: 5px;
  top: 18px;
  width: 100px;  
}
div.landingProduct div.mainImage.R
{
    left: auto;
    right: 5px;
    top: 18px;
}
div.landingProduct div.mainImage p.productID
{
  text-align: center;
  margin: 3px 0 0 0;
}
div.landingProduct div.extraImage
{
  position: absolute;
  right: 5px;
  top: 2px;
}
div.infoBox.smallAd p
{
  font-size: 8pt;  
}
div#Container.microsite {
    text-align: center;   
    width: 100%;
    max-width: none;
}
div#Container.microsite div#mainContent {
    width: 750px;
    margin: 0px auto 0px auto;
}
div#Container.microsite p.heading {
    font-weight: bold;
}
div#Container.microsite table.productComparison {
    border-bottom: 1px solid rgb(106,106,99)
}
div#Container.microsite table.productComparison tbody {
  border-left: 1px solid rgb(106,106,99);  
  border-right: 1px solid rgb(106,106,99);  
}
div#Container.microsite table.productComparison td.image {
    text-align: center;
}
div#Container.microsite table.productComparison td.image img {
    max-width: 100px;
    max-height: 100px;
}
div#Container.microsite table.productComparison ul {
    margin:5px 1em 5px 1.5em;
    list-style: square;
}

div#Container.microsite table.productComparison td {
    border: none;
    border-top: 1px solid rgb(106,106,99)
}
