/*
@media only screen and (max-width: 240px) {
  .hidden-xs {display: none;}
}
@media only screen and (max-width: 320px) {
  .hidden-sm {display: none;}
}
@media only screen and (max-width: 544px) {
  .hidden-md {display: none;}
}
@media only screen and (max-width: 768px) {
  .hidden-lg {display: none;}
}
@media only screen and (max-width: 1024px) {
  .hidden-xl {display: none;}
}
@media print {
  .hidden-pr {display: none;}
}
*/
.hidden-xs,.hidden-sm,.hidden-md,.hidden-lg,.hidden-xl,.hidden-pr {}

html {
  min-height:100%;
  padding:0px;
  overflow-y:scroll;
}

body {
  text-align: center;
  background-color: #090A17;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
}

div.main {
  font-size: 130%;
  margin-left: auto;
  margin-right: auto;
  width: 768px;
}

/* common */
h1 {
  font-size: 180%;
  display: inline;
}

form { 
  margin:0; 
}

a { 
  color: #ADD5F7;
  text-decoration: none;
}
a:visited {
  color: #7FB2F0;
}
a:hover {
  text-decoration: underline;
}
a.Nav:link {font-weight: bold; text-decoration: underline; background-color: #FFFFFF; color: #00008B}
a.Nav:visited {font-weight: bold; text-decoration: underline; background-color: #FFFFFF; color: #006400}
a.Nav:hover {font-weight: bold; text-decoration: underline; background-color: #FFFFFF; color: RED; }

a.Price:link {text-decoration: none; background-color: #FFFFFF; color: #000000}
a.Price:visited {text-decoration: none; background-color: #FFFFFF; color: #000000}
a.Price:hover {text-decoration: none; background-color: #FFFFFF; color: RED; }

img {
  border: 0;
}

.TextWrap {
  float : left;
  margin-right : 20px;
}

h2 {
  margin: 4px;
  padding: 0px;
}

div.ff,ff1 {
  margin-left: auto;
  margin-right: auto;
  background-color: #16193B;
  width: 100%;
}

div.ffsmall {
  font-size: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #16193B;
  width: 100%;
}

div.spacer {
  clear: both;
}
/* /common */

/* header */
div.fftop {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #16193B;
  width: 100%;
}

div.navbar {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 100%;
  float: left;
  background-color: #000000;  
  text-align: left;
  margin-left: 1%;
  width: 69%;
}
ol,li.navbar {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}
div.ffuser {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 110%;
  background-color: #000000;  
  text-align: right;
  margin-right: 1%;
  width: 29%;
  float : left;
}

div.logo {
  float: left;
  text-align: center;
  margin-left: 6px;
}

div.banner {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
}

div.ad-banner-top {
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

div.ffmenu {
  font-size: 100%;
  background-color: #000000;  
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 98%;
}
/* /header */

/* content */
div.blurb {
  font-size: 110%;
  text-align: left;
  margin-top: 12px;
  margin-left: 36px;
  margin-right: 36px;
}

div.sectionhead {
  background-color: #000000;  
  text-align: left;
  font-size: 120%;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
}

div.sectionleft {
  vertical-align: middle;
  float: left;
  text-align: left;
  line-height: 24px;
  margin-left: 24px;
  width: 430px;
}
div.sectionright {
  float: left;
  text-align: left;
  margin-left: 16px;
  width: 256px;
}

div.headleft {
  float: left;
  text-align: center;
  width:175px;
}

div.headcenter {
  text-align: center;
  float: left;
  width: 400px;
}

div.headcenterandright {
  text-align: center;
  float: left;
  width: 575px;
}

div.headright {
  float: left;
  width: 175px;
}

div.bookheadleft {
  float: left;
  text-align: center;
  width:200px;
}

div.bookheadcenter {
  text-align: center;
  float: left;
  width: 350px;
}

div.bookheadright {
  float: left;
  width: 200px;
}

table.box {
  width: 100%;
}

table.browseletters {
  text-align: center;
  margin-left:auto; 
  margin-right:auto;
}

th.bh {
  text-align: center;
  font-size: 110%;
  background-color: #000000;
}

td.hdr {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  background-color: #000000;
}

td.price {
  text-align: left;
  background-color: #FFFFFF;
}

td.bl {
  text-align: center;
  padding: 0px 8px 0px 8px;
  font-size: 120%;
  font-weight: bold;
}

td.bloff {
  text-align: center;
  padding: 0px 8px 0px 8px;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline; 
}

span.imagecredits {
  font-size: 75%;
}

span.year {
  font-size: 75%;
}

span.gold {
  font-size: 130%;
  font-weight: bold;
  color: #F0D674;
}

span.g {
  font-weight: bold;
  color: #F0D674;
}

span.offlink {
  font-weight: bold;
}

span.ibig {
  font-size: 140%;
  font-weight: bold;
}

span.ismall {
  font-size: 110%;
  font-weight: bold;
}

span.igold {
  font-size: 100%;
  color: #F0D674;
  font-weight: bold;
}

span.itxt {
  font-size: 100%;
}

span.iseries {
  font-size: 80%;
}

span.iauthors {
  font-size: 80%;
}

span.idate {
  font-size: 80%;
  color: #F0D674;
}

/* /content */

/* footer */
div.ad-banner-bottom {
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

div.footer {
  font-size: 70%;
  padding-bottom: 4px;
}
/* /footer */

/* autocomplete */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc; border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em; color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
/* /autocomplete */

@media print {
  html { 
    padding:0px;
    margin:0px;
  }

  body {
    font-size: 12px;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0px;
  }

  a { 
    color: #000000;
    text-decoration: none; 
  }
  a:visited {
    color: #000000;
  }
  a:active {
  }
  a:hover {
    color: #000000;
  }

  img {
    display: none;
    visibility: hidden;
  }

  h2 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }

  div.ff {
    text-align: center;
  }

  div.ff1 {
    display: none;
    visibility: hidden;
  }

  div.spacer {
    clear: both;
  }

  div.blurb {
    text-align: left;
    margin: 24px;
  }

  div.navbar {
    display: none;
    visibility: hidden;
  }

  div.ffmenu {
    display: none;
    visibility: hidden;
  }

  div.sectionhead {
    font-weight: bold;
    text-align: left;
    font-size: 24px;
  }

  div.sectionleft {
    vertical-align: middle;
    float: left;
    text-align: left;
    line-height: 24px;
    margin-left: 16px;
    width: 430px;
  }
  div.sectionright {
    float: left;
    text-align: left;
    margin-left: 16px;
    width: 256px;
  }

  div.logo {
    display: none;
    visibility: hidden;
  }

  div.banner {
    display: none;
    visibility: hidden;
  }

  div.headleft {
    display: none;
    visibility: hidden;
  }

  div.headcenter {
  }

  div.headcenterandright {
  }

  div.headright {
    display: none;
    visibility: hidden;
  }

  table.box {
    border: solid;
    border-color: #00008B;
    width: 100%
  }

  td.bl {
    text-align: center;
    padding: 0px 8px 0px 8px;
    font-size: 18px;
    font-weight: bold;
  }

  span.imagecredits {
    display: none;
    visibility: hidden;
  }
  span.credits {
    font-size: 16px;
  }
  span.year {
    font-size: 12px;
  }
  span.gold {
    font-size: 24px;
  }

  div.ad-banner-top {
    display: none;
    visibility: hidden;
  }
  div.ad-banner-bottom {
    display: none;
    visibility: hidden;
  }
  div.bigbanner {
    display: none;
    visibility: hidden;
  }
}