﻿/* document.css
----------------------------------------------- */

div.document
{
  padding: 1em 3% 0 3%;
}

div.document table
{
  border: 0;
  line-height: normal;
  margin: 0 1em;
}

div.document table td
{
  padding: 0 0.2em;
}

div.document h2
{
  border-bottom-style: solid;
  border-bottom-width: 3px;
  margin: 1em 0.6em 0.4em;
}

div.document h3
{
}

div.document h4
{
}

div.document p
{
  text-indent: 1em;
}

div.document ul, div.document ol
{
  margin-left: 1em;
  padding-left: 1em;
}

div.document ol li
{
  list-style-type: decimal;
  margin-bottom: 5px;
}

div.document blockquote p
{
  font-style: italic;
  text-indent: 0;
}

/* =Testimonials
----------------------------------------------- */

div.Testimonial
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  margin: 0 auto 10px;
  padding: 10px;
  width: 90%;
}

div.Address span.Author, div.Address span.Region, div.Address span.Country, div.Address span.Date
{
  font-weight: bold;
}

/* =Glossary
----------------------------------------------- */
#buyersguide_index div.document dl
{
  margin-bottom: 1em;
}

#buyersguide_index div.document dt
{
  margin-top: 1em;
  font-weight: bold;
}

#buyersguide_index div.document dd
{
  display: inline;
  text-indent: 1em;
}
