body 
{
  font: 17px/1.45em Georgia, Palatino, "Times New Roman", Times;
  background: #500;
  margin:20px 0;
  text-align:center;
  color:#111111;
}

/* --------------------------------------------------
   WRAPPER
   -------------------------------------------------- */
#wrapper
{
  margin:0 auto;
  text-align:left;
  min-width:780px;
  max-width:900px;
  width:expression(document.body.clientWidth < 900 ? "780px" : "900px");
  position:relative;
  min-height:100%;
  background-color:#FAFAFA;
  border-right:2px solid #EEE;
  border-left:1px solid #FAFAFA;

}

/* --------------------------------------------------
   TOP
   -------------------------------------------------- */
#top
{
  height:257px;
  position:relative;
  background-color:white;
}

  #book
  {
    width:239px;
    height:257px;
    border:0;
    position:absolute;
    top:0;
    left:0;
  }

  #top-right
  {
    width:535px;
    height:181px;
    border:0;
    position:absolute;
    top:10px;
    left:260px;
  }
  #summary
  {
    width:527px;
    height:137px;
    border:0;
    position:absolute;
    top:20px;
    right:0;
  }
  

#navigation 
{
  text-align:left;
  margin:15px 0 15px 15px;
  width:250px;
  float:left;
  font: 18px/1.45em Georgia, Palatino, "Times New Roman", Times;
}
  #navigation .item
  {
    margin:10px 0 10px 46px;
  }
    #navigation .cross
    {
      width:46px;
      height:46px;
      vertical-align:middle;
      border:0;
    }
    #navigation a 
    {
      color: #E43834;
      text-decoration: none;
      display:block;
      text-indent:-50px;
    }
      #navigation a:current 
      {
        font-weight: bold;
        text-decoration: none;
      }
      #navigation a:hover 
      {
        color: #AC0D09;
      }
    #navigation .item .cart-summary
    {
      font-size:12px;
      color:#999;
    }      
/* --------------------------------------------------
   CONTENT
   -------------------------------------------------- */
#content
{
  margin:30px 10px 50px 270px;
  padding:0 0 0 20px;
  text-align:left;
  line-height:1.6em;
}
  #content a 
  {
    color: #E43834;
    text-decoration: underline;
  }
    #content a:hover 
    {
      color:#AC0D09;
    }
  #content p 
  {
    padding-bottom: 20px;
  }
  #content .highlight 
  {
    color: #E43834;
  }
  #content h1 
  {
    padding:0;
  }
  #content h2 
  {
    padding:0;
  }
  #content h1, #content h1 a, #content h2, #content h2 a, #content h3, #content h3 a, #content h4, #content h4 a, #add-to-cart h1
  {
    color: #E43834;
    font-weight: normal;
    text-decoration: none;
  }
    #content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
      text-decoration:underline;
    }
  #content h1
  {
    font-size: 24px;
  }
  #content h2
  {
    font-size: 20px;
  }
  #content h3
  {
    font-size: 18px;
  }
  #content blockquote
  {
    padding:0 30px;
  }
    

img 
{
  border: none;
}


table 
{
  text-align: left;
}
#product-image
{
float:right;
margin:5px 5px 15px 15px;
border:5px solid #EEE;
}
#product-variants
{
  margin:5px 15px;
font-size:14px;
font-family:"Trebuchet MS", Helvetica, Verdana, Arial;
}
.clear {
  clear: both;
}

.right {
  float: right;
}




/* --------------------------------------------------
   FOOTER
   -------------------------------------------------- */
#footer 
{
  clear:both;
  color: #999;
  font-size: 12px;
  background-color:#EEE;
  padding: 5px 15px;
  font-family:"Trebuchet MS", Helvetica, Verdana, Arial;
}
  #footer a 
  {
    color: #666;
    text-decoration: none;
  }
    #footer a:hover 
    {
      color: #AC0D09;
    }

/*
PRODUCTS / CART
*/

#add-to-cart
{
margin:0 0 0 0px;
background-color:#FFFFFF;
padding:5px;
font-size:13px;
text-align:right;
border:1px solid #E43834;
}
#add-to-cart h1
{
  font-size:16px;
  text-align:left;
  font-weight:bold;
}
#add-to-cart .textfield, #cart .quantity
{
  background-color:#EEE;
  color:#333;
  border:1px solid #666;
  text-align:right;
  padding:0 5px;width:15px;
}
#subtitle
{
color:#E43834;
margin:0 0 15px 0;
}
#variants, #cart-table
{
  border-collapse:collapse;
}
#variants th, #cart-table th
{
  background-color:#AD0700;
  color:#FFF;
  font-weight:normal;
  vertical-align:top;
  padding:2px 5px;
}
#variants td, #cart-table td
{
  margin:0;
  padding:2px 5px;
  vertical-align:middle;
  color:#212121;
}
#purchase-button
{
}


/*
CART
*/
#cart
{
font-size:13px;
text-align:right;
font-size:14px;
font-family:"Trebuchet MS", Helvetica, Verdana, Arial;
padding:5px;
background-color:#FAFAFA;
}
#cart-table
{
background-color:#DDD;
}
.odd
{
  background-color:#EEE;
}
.even
{
  background-color:#FAFAFA;
}
#cart-update
{
float:right;
}

#total-price
{
  font-size:18px;
}


/* product list */
.listItem
{
  float:left;
  width:270px;
  height:250px;
  margin:5px;
  border:1px solid #500;
  padding:5px;
  font-size:12px;
  background-color:white;
}
.listTitle
{
  font-size:16px;
  color:#E43834;
}
.listItem img
{
  float:right;
  border:0;
  margin:5px 0px 10px 10px;
}