div#content {
  text-align: left;
}

div#content h2 {
  border-bottom: 1px solid black;
  text-transform: lowercase;
}
div#content h3 {
  text-transform: lowercase;
}

div#nav ul {
  list-style: none;
  text-align: right;
  
}

div#nav a, div#buy a {
  text-decoration: none;
}

div#nav h3 {
  text-align: right;
  text-transform: lowercase;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}

div#buy h3 {
  text-align: right;
  text-transform: lowercase;
  border-bottom: 1px solid #454642;
  padding-bottom: 1px;
}
div#buy p#bookImages {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0;
  margin-bottom: 10px;
}
div#buy p.title {
  margin: 0;
  font-style: italic;
  margin-bottom: 10px;
}
div#buy p.author {
  margin: 0;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
}
div#buy p.data {
  margin: 0;
  font-size: 90%;
}
div#buy p.order {
  margin: 0;
  font-size: 90%;
  margin-top: 15px;
}
div#buy {
  text-align: right;
}
div#buy a {
  font-weight:bold;
}

div#buy * {
  color: #454642;
}

div#footer {
  color: #454642;
  font-size: 80%;
}

div#nav * {
  color: white;
}

.hidden {
  visibility: hidden;
}

div#tooltip {
  display: none;
  background: transparent url(../img/ico-zoom.png) no-repeat scroll 0 0;
  position: absolute;
  width: 150px;
  height: 50px;
  text-align: left;
  padding: 5px 0px;
  padding-left: 50px;
  left: 150px;
  z-index: 100;
  margin-bottom: 10px;
}

div#accordion h3.chptrNmbr { 
  text-transform: uppercase; 
  font-size: 13pt; 
  line-height: 200%;
  background-color: #FFF;
  cursor: pointer;
  padding-left: 0.5em;
}

div#accordion div {
  padding-top: 0em;
  padding-bottom: 1em;
  padding-left: 1em;
}

ul.downloads {
  list-style:none;
}
ul.downloads li.download-item {
  padding: 3em 10px;
  padding-left: 75px;
  vertical-align: middle;
  margin-bottom: 1em;
  font-weight: bold;
}
ul.downloads li.download-item a {
  text-decoration: none;
}
ul.downloads li.download-item:hover {
  background-color: white;
}
ul.downloads li.dwldtype-generic {
  background: transparent url(../img/java_war.png) 15px 2.5em no-repeat;
}
ul.downloads li.dwldtype-pdf {
  background: transparent url(../img/pdf_icon.png) 15px 2.5em no-repeat;
}