body {
  background: white;
}
body, div, p, ul, form, h1, h2, h3, th, td, table, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
.pageContainer {
  max-width: 1000px;
  border: none;
}
.word {
  display:inline-block;
}
.word::first-letter {
  color: #0000cd;
}


/* -- Header -- */
.header {
  /*height: 54px;*/
  background: transparent;
  margin: 0px;
  padding: 13px 0px 0px;
}
.header .pageTitle .emph {
  color: #0000cd;
  text-decoration: underline;
}
.header .pageTitle h1 {
  text-align: center;
  font-size: 40px;
  margin: 0px;
}
.header .pageTitle p {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}
.header .pageTitle a:hover {
  text-decoration: none;
}
.header .logo {
  display: none;
}
.menuSearch {
  padding: 10px 0px;
}
.menuSearch .quicksearch {
  text-align: center;
}
.searchbar {
  display:flex;
  flex-direction: row;
  justify-content: center;
}
.disclaimerButton {
  padding: 12px 0px 8px 30px;
}
.disclaimerButton a {
  color: black;
}
.disclaimerButton a:hover,
.disclaimerButton a:hover * {
  text-decoration: underline;
}


/* -- Navigation -- */
.navigation {
  float: left;
  width: 141px;
  margin: 80px 0px 0px 10px;
  padding: 20px 5px 20px 10px;
}
.navigation ul {
  list-style: none outside;
  margin: 0px 0px 10px 0px;
}
.navigation li {
  border: none;
  text-align: left;
  margin: 0px 0px 10px;
  padding: 2px 0px;
}
.navigation li.active {
  background: transparent;
  text-decoration: underline;
}
.navigation li a {
  display: block;
  color: black;
}
.navigation li a:hover {
  color: blue;
}


/* -- Content -- */
.content {
  margin: 0px 0px 0px 180px;
  padding: 10px 10px 0px 0px;
  max-width: 800px;
}
h1 {
  padding: 5px 0px 0px;
}
h2.upcase {
  /*border-bottom: #997 1px solid;*/
  text-transform: uppercase;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  margin: 30px 0px 15px;
  padding: 5px 0px 0px;
}
.content h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  margin: 30px 0px 10px;
}
.content h1::first-letter {
  color: #0000cd;
}
h3 {
  font-variant: small-caps;
}
p.intro {
  text-align: justify;
  padding-right: 2px;
}
.pane,
.recommendations .item,
.featured .items .item {
  background: transparent;
  border: black 1px solid;
}
.paneColor {
  background: #b0e0e6;
}
.borderBox {
  border: black 1px solid;
  margin: 10px 0px;
  padding: 5px 10px;
}

.address p,
.address td {
  font-size: 16px;
}

.constraintsImage {
  background: transparent url(search.gif) 100% 20px no-repeat;
}
.category,
.keywords {
  background: transparent url(books.gif) 100% 20px no-repeat;
  min-height: 180px;
}
.category p,
.keywords p,
.alphabet {
  font-size: 16px;
}
.category p,
.keywords p {
  padding: 2px 0px;
}
.hint {
  display: none;
}

.list table {
  background: transparent;
  border: #000 1px solid;
}
.listView thead {
  display: none;
}
.list thead th {
  border-bottom: #000 1px solid;
}
.list .flowItem {
  background: #eeb;
  border: #997 1px solid;
  margin-bottom: 10px;
}
.list tbody tr.odd {
  background: white;
}
.list tbody tr.even {
  background: #eee;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover {
  background: #b0e0e6;
}
.list .tfoot td {
  border-top: #000 1px solid;
}
.list .tfoot td div {
  font-size: 14px;
}

h2.detailH2 {
  text-align: center;
}
.detail,
.detailBackLink {
  border: none;
}
.detail .images {
  text-align: left;
}
.detail .images .mainImage img {
  max-height: 450px;
  max-width: 100%;
}

.deliveryAddress {
  background: transparent url(address.gif) right 20px no-repeat;
}
.payment {
  background: transparent url(payment.gif) right 5px no-repeat;
}
.payment .method {
  padding-bottom: 20px;
}

.orderProgress li {
  background: #eee;
  border: #999 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;
}

.shipping {
  border-collapse: separate;
  width: 100%;
}
.shipping td,
.shipping th {
  padding: 10px 20px;
  text-align: center;
  
}
.shipping th {
  background: #b0e0e6;
}

.purchaseCol2 {
  columns: 2;
  column-gap: 40px;
  padding: 10px;
}
.purchaseCol2 ul {
  margin: 0px 0px 0px 25px;
}

.recommendations {
  left: 990px;
  top: 75px;
}
.recommendations .item p {
  font-size: 12px;
}
.featured {
  margin-bottom: 20px;
}
/*.featured h2 {
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
}*/
.featured .items .item {
  width: 33%;
  background: transparent;
  border: solid 1px black;
}
.featured .items .item img {
  float: none;
}
.featured .items .item .image {
  text-align: center;
}
.featured .items .item p {
  text-align: center;
}

.disclaimerForm td {
  font-size: 16px;
  padding-right: 10px;
}
.disclaimerForm th {
  text-align: left;
  font-weight: normal;
  text-decoration: underline;
  padding: 20px 2px 10px;
}
.disclaimerForm .remark {
  padding-left: 5px;
}
.disclaimerForm .contactMessage {
  padding-top: 20px;
}
.disclaimerForm input[type="submit"] {
  font-weight: bold;
  font-size: 15px;
}
.disclaimerForm .requiredInfo {
  padding-top: 20px;
}
.disclaimerForm pre {
  background: #eee;
  font-size: 14px;
  white-space: pre-wrap;
  padding: 5px 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: #999;
  border-top: #999 1px solid;
  background: none;
}
.footer .shopInfo a {
  color: #666;
}
