/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { background: #fff; }
/* body { font-family: georgia, times, serif; color: black; } */
blockquote { font-style: italic; color: black; }
a:link, a:visited { text-decoration: underline; }

.content #header, .content #nav,
.content .aside, .content #fsm,
.content .no-print, .no-print,
.back-link {
  display: none;
}
#lightwindow_overlay, #lightwindow { display: none !important; }
body, #wrapper.content {
  background: transparent;
}
.content {
  width: 760px;
  margin: 0 auto;
}
#wrapper.content {
  width: 760px;
  margin: 0 auto;
  padding: 0;
}

/*  Article
----------------------------------------------- */
.content .article {
  font-size: 125%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 760px;
}
.article .prod-view {
  margin-top: 1em;
}
.content .article h1 {
  margin: 0;
}
.article table.product-list {
  width: 760px;
}
.article dl.commodity {
  width: 368px;
}
.article .commodity dd {
  background-color: #f6fbf7;
}
.article #print-page {
  padding: 0;
  margin-bottom: 2px;
}
.content #footer {
  margin: 0;
  float: left;
  width: 760px;
}
.content #footer p {
  margin: 2.6em 0 1em;
  line-height: 1.2em;
}
#footer img.right {
  float: right;
  margin: 0 0 0 10px;
}