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;
}
h4 {
  margin: 20px 0px 10px;
}


/* -- Header -- */
.header {
  height: 54px;
  background: transparent url(banner.png) left bottom repeat-x;
  margin: 0px;
  padding: 13px 0px 0px;
}
.header .pageTitle {
  padding: 0px 20px;
}
.header .pageTitle h1 {
  padding: 0px;
  font-size: 30px;
}
.header .pageTitle a {
  /*color: black;
  color: #cc9;*/
  color: #774;
  text-decoration: none;
}
/*.header .pageTitle a .prefix {
  color: #cc9;
}*/
/*.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: 0px;
}
.navigation li > div {
  padding: 2px 0px;
}
.navigation li.active {
  background: #eeb;
}
.navigation li.activePath > div {
  background: #eeb;
}
.navigation li a {
  display: block;
}
.navigation li ul {
  margin: 0px;
  padding: 0px;
}
.navigation li li {
  border: none;
  border-top: #997 1px solid;
  margin: 0px;
}
.navigation li li a,
.navigation li li.active div {
  font-size: 14px;
  text-align: left;
  padding: 0px 5px;
}
.navigation li li.active div {
  padding: 2px 5px;
}

.navigation .quicksearch {
  height: 52px;
  margin-bottom: 10px;
  margin-right: -10px;
}
.navigation .quicksearch input.terms {
  width: 100px;
}
.navigation .quicksearch input[type="text"] {
  font-size: 13px;
}
.navigation .quicksearch input[type="submit"],
.navigation .quicksearch input[type="button"] {
  padding: 0px;
  font-size: 12px;
}

/* -- Content -- */
.content {
  margin: 0px 0px 0px 190px;
  padding: 30px 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;
}

.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;
}
.address td {
  padding: 2px 10px 2px 0px;
}

.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;
}

.history td {
  font-size: 16px;
  vertical-align: top;
  padding-bottom: 10px;
}
.history td.time {
  white-space: nowrap;
  padding-right: 10px;
}

/* -- 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;
}
