@charset "utf-8";
/* CSS Document */
.help h1
{
  font-size: 175%;
}

.help .faq h2 small
{
  float:  right;
}

.help .header,
.help .ereader .guide .heading
{
  padding: 3px;
  font-weight: bold;
  font-size: large;
  padding-left: 4px;
  color: black;
  background-color: #e0e0e0; 
}

.help .ebook-primer h2.top
{
  border-top: none;
  margin-top: 0;
}

.help .ebook-primer h2
{
  clear: both;
}

.help .ebook-primer h2 a,
.help .ebook-primer h2 a:hover,
.help .ebook-primer h2 a:visited
{
  color:  black;
  text-decoration: none;
}

.help .ebook-primer .highlight
{
  color: #e00000;
}

.help .ebook-primer .image-left
{
  margin-right: 7px;
  margin-bottom: 7px;
}

.help .ebook-primer .image-right
{
  margin-left: 7px;
  margin-bottom: 7px;
}

.help .ereader .guide #content .h1
{
  font-weight: bold;
  font-size: 140%;
  margin-top: 0;
  padding-bottom: 5px;
  border-top: none;
  border-bottom: 1px solid gray;
}

.help .ereader .guide #content h2 a,
.help .ereader .guide #content h2 a:hover,
.help .ereader .guide #content h2 a:visited
{
  color: black;
  text-decoration: none;
}

.help .ereader .guide #content h2
{
  font-weight: bold;
  font-size: 115%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: none;
  border-bottom: 1px solid silver;
}

.help .ereader .guide #content .nav-top
{
  border: none;
  font-weight:  bold;
  float: right;
  font-size: small;
  padding-top: 4px;
}

.help .ereader .guide #content .nav-bottom
{
  font-weight:  bold;
  text-align: right;
  font-size: small;
  border-top: 1px solid gray;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  clear: both;
}

.help .ereader .guide #content .hr
{
  height: 1px;
}

.help .ereader .guide #content img.right
{
  padding-left: 1em;
  padding-bottom: 1em;
}

.help .ereader .guide #content ul.toc
{
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
}

