body {
  background: #ffd;
}
body, div, p, ul, form, h1, h2, h3, th, td, table, input, select, textarea {
  font-family: "Palatino Linotype", Times, serif;
  color: black;
}
.pageContainer {
  max-width: none;
  border: none;
}


/* -- Header -- */
.header {
  height: 54px;
  background: transparent url(banner.png) left bottom repeat-x;
  margin: 0px;
  padding: 13px 0px 0px;
}
.header .pageTitle {
  display: none;
}
.header .logo {
  height: 54px;
  display: block;
  padding: 0px 0px 0px 15px;
}


/* -- Navigation -- */
.navigation {
  float: left;
  width: 141px;
  margin: 0px 0px 0px 10px;
  padding: 20px 5px 20px 10px;
}
.navigation ul {
  list-style: none outside;
  margin: 0px 0px 10px 0px;
}
.navigation li {
  border: #997 1px solid;
  text-align: center;
  margin: 0px 0px 10px;
  padding: 2px 0px;
}
.navigation li.active {
  background: #eeb;
}
.navigation li a {
  display: block;
}


/* -- Content -- */
.content {
  margin: 0px 0px 0px 180px;
  padding: 10px 10px 0px 0px;
  max-width: 800px;
}
h1 {
  padding: 5px 0px 0px;
}
h2 {
  border-bottom: #997 1px solid;
}
h3 {
  font-variant: small-caps;
}
p.intro {
  text-align: justify;
  padding-right: 2px;
}
.pane,
.recommendations .item,
.featured .items .item {
  background: #eeb;
  border: #997 1px solid;
}

.shariff {
  float: right;
  padding-top: 5px;
}

.constraintsImage {
  background: #eeb url(search.gif) 100% 20px no-repeat;
}
.category,
.keywords {
  background: #eeb url(books.gif) 100% 20px no-repeat;
  min-height: 180px;
}
.category p,
.keywords p,
.alphabet {
  font-size: 16px;
}

.list table {
  background: #eeb;
  border: #997 1px solid;
}
.list thead th {
  border-bottom: #997 1px solid;
}
.list .flowItem {
  background: #eeb;
  border: #997 1px solid;
  margin-bottom: 10px;
}
.list .tfoot td {
  border-top: #997 1px solid;
}
.list .tfoot td div {
  font-size: 14px;
}

.deliveryAddress {
  background: #eeb url(address.gif) right 20px no-repeat;
}
.payment {
  background: #eeb url(payment.gif) right 20px no-repeat;
}

.orderProgress li {
  background: #eeb;
  border: #997 1px solid;
}
.orderProgress .state span {
  font-size: 35px;
  line-height: 25px;
  vertical-align: bottom;
}
.orderProgress .stateActive span {
  font-size: 70px;
}

.orderHead .payment {
  background-image: none;
}

.hint {
  text-align: center;
}
ul.error {
  font-size: 16px;
}

.recommendations {
  left: 990px;
  top: 75px;
}
.recommendations .item p {
  font-size: 12px;
}
.featured h2 {
  border: none;
}

/* -- Footer -- */
.footer  {
  margin: 15px 0px 0px 180px;
  padding: 0px 10px 0px 0px;
  max-width: 800px;
}
.footer .navigate {
  border: none;
  margin: 0px 0px 10px;
}
.footer .shopInfo {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #997;
  border-top: #997 1px solid;
  background: none;
}
.footer .shopInfo a {
  color: #664;
}
