html {
  overflow-y: scroll;
}
body {
  background: #eeece1;
}
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;
}
.main,
.footer {
  max-width: 1024px;
  margin: 0px auto;
}
input[type="text"],
select {
  border: #492f22 1px solid;
  padding: 2px 5px;
  box-sizing: content-box;
  line-height: 20px;
}
input[type="text"]:hover,
select:hover {
  border: #865740 1px solid;
}
input[type="submit"],
input[type="button"] {
  background: #492f22;
  border: none;
  -webkit-appearance: none;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #865740;
}
a {
  color: #c00000;
}
.command td {
  padding: 0px;
}


/* -- Header -- */
.header {
  background: black;
  margin: 0px;
  padding: 25px 0px 5px;
  box-shadow: 0px 0px 5px black;
}
.header .pageTitle {
  height: 215px;
  background: transparent url(header.jpg) center top repeat-x;
  background-size: 100%;
  max-width: 1024px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.header .pageTitle a {
  display: none;
  text-decoration: none;
  color: white;
}
.header .logo {
  display: none;
}

/* -- Navigation -- */
.navigation {
  float: left;
  width: 141px;
  margin: 0px 0px 0px 15px;
  padding: 30px 5px 20px 10px;
}
.navigation ul {
  list-style: none outside;
  margin: 0px 0px 10px 0px;
}
.navigation li {
  border: none;
  background: #492f22;
  text-align: center;
  margin: 0px 0px 12px;
  padding: 0px;
}
.navigation li a,
.navigation li.active div {
  padding: 5px 0px;
  font-size: 14px;
}
.navigation li.active div {
  color: white;
}
.navigation li a:hover {
  background: #865740;
}
.navigation li.active {
  background: #865740;
}
.navigation li a {
  display: block;
  color: white;
}
.navigation li a:hover {
  text-decoration: none;
  color: white;
}

.quicksearch {
  margin: 0px -10px 12px 0px;
  padding: 0px;
}
.quicksearch input.terms {
  width: 102px;
}
.quicksearch input[type="submit"] {
  padding: 0px;
  font-size: 14px;
  background: #492f22 url(search.png) center center no-repeat;
  background-size: 75%;
  text-indent: 40px; white-space: nowrap; overflow: hidden;
  width: 25px;
  height: 25px;
}
.quicksearch input[type="submit"]:hover {
  background-color: #865740;
}


/* -- Content -- */
.content {
  margin: 0px 0px 0px 204px;
  padding: 20px 20px 0px 0px;
}
h1 {
  padding: 5px 0px 0px;
}
h2 {
  border-bottom: #bbb9b9 1px solid;
}
h3 {
  font-variant: small-caps;
}
p.intro {
  text-align: justify;
  padding-right: 2px;
}
.pane,
.recommendations .item,
.featured .items .item {
  background: #ddd9d9;
}

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

.constraints select {
  width: 300px;
}

.list table {
  background: #ddd9d9;
  border: none;
}
.list thead th {
  border-bottom: #9b9999 1px solid;
}
.list .flowItem {
  background: #ddd9d9;
  border: #9b9999 1px solid;
  margin-bottom: 10px;
}
.list tbody tr.odd {
    background: white;
}
.list tbody tr.even {
    background: #f0f0f0;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover,
.list tbody tr.active {
  background: #ddd9d9;
  /*background: #eeece1;*/
}
.list .tfoot td {
  border-top: #9b9999 1px solid;
}
.list .tfoot td div {
  font-size: 14px;
}
.list tbody td {
  padding: 5px 5px;
}

.deliveryAddress {
  background: #ddd9d9 url(address.gif) right 20px no-repeat;
}
.payment {
  background: #ddd9d9 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;
}

.index {
  padding: 45px 20px 20px;
}
.index p {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: black;
  max-width: 700px;
}

/* -- Footer -- */
.footer .navigate,
.footer .shopInfo {
  margin: 0px 0px 0px 204px;
}
.footer .navigate {
  border: none;
  padding: 20px 0px 10px;
}
.footer .shopInfo {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #9b9999;
  border-top: #bbb9b9 1px solid;
  background: none;
  padding: 5px 0px 20px;
}
.footer .shopInfo a {
  color: #9b9999;
  text-decoration: underline;
}
.footer .shopInfo a:hover {
  color: #492f22;
}

.debugSession {
  display: none;
}
