.pageInfo,
.pageKeywords,
.navigation,
.topNavigation,
.quicksearch,
.hint,
.navigate,
.command,
/*.header *,*/
.header .logo,
.header .mobileHeader,
.menuSearch,
.listControl,
.jump,
.detail .order,
.detail .print,
.detailBackLink,
.securityLink,
.debugRobots,
.debugSession,
.recommendations {
  visibility: hidden;
  display: none !important;
  position: absolute;
  height: 0px !important;
}
.pageContainer {
  max-width: none;
  border: none;
}

.header {
  position: static;
  width: 100%;
  height: auto;
  background: none;
  border-bottom: gray 0.75pt solid;
  margin: 0px 0px 10px;
  padding: 5px 0px;
}
.header .pageTitle,
.header .pageTitle h1 {
  position: static;
  color: gray;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.content {
  margin: 0px;
  padding: 0px;
  max-width: none;
}

a,
a:hover {
  color: black;
  text-decoration: underline;
}
table a,
table a:hover {
  color: black;
  text-decoration: none;
}
h2 {
  border-bottom: gray 0.75pt solid;
}

.pane,
.list table {
  border: gray 0.75pt solid;
}
.list thead th,
.list tbody tr,
.cart thead th {
  border-bottom: gray 0.75pt solid;
}
.list .tfoot td,
.cart .tfoot td {
  border-top: gray 0.75pt solid;
  border-bottom: none;
}
.orderHead table td.border {
  border-left: gray 0.75pt solid;
}

p.intro {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.footer {
  margin: 10px 0px;
  padding: 0px;
}
.footer .shopInfo {
  width: 100%;
  border-top: gray 0.75pt solid;
  color: gray;
}
