body {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size:  11px;
  color: #0F0F0F;
  background-color: #F0F0F0;
  padding: 0;
  margin: 10px;
  text-align: center;
}
li {
  list-style-type: square;
}
hr, .clear {
  clear: both;
}
.empty {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
#content {
  text-align: left;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

body, p, td, th, ul, ol, dl, address, .normal, blockquote, input {
  color: #000000;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size:  11px;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th, caption {
  color:       #000066;
  font-family: verdana,helvetica,arial,sans-serif;
  font-style:  normal;
  clear: both;
}

h1, h2, /*h3,*/ h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 25px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3, caption {
  font-size: 15px;
  font-weight: light;
}
caption {
  padding-bottom: 6px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
  font-weight: bold;
}
h6, th {
  font-size: 12px;
  font-weight: lighter;
}
td {
  vertical-align: top;
}
td.headline {
  vertical-align: middle;
}

td.navbutton, td.langbutton {
  vertical-align: middle;
  text-align: center;
  color:            #F0F0F0;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 10px;
  font-weight:      bolder;
}
td.navbutton {
  background-color: #000066;
}
td.langbutton {
  background-color: #9090C0;
}
td.navbutton a:link, td.navbutton a:visited, td.langbutton a:link, td.langbutton a:visited {
  color: #F0F0F0;
  font-weight: bolder;
  text-decoration: none;
}
td.navbutton a:hover, td.navbutton a:active, td.langbutton a:hover, td.langbutton a:active {
  color: #FFCC00;
  font-weight: bolder;
  text-decoration: none;
}
kbd {
  font-size:   12px;
  font-family: monospace;
  background-color: #E9E9E9;
}
dt a:link, dt a:visited, dt a:hover, dt a:active {
  font-weight: normal;
}
.l, .left    { text-align: left; }
.c, .center  { text-align: center; }
.r, .right   { text-align: right; }
.j, .justify { text-align: justify; }
em {
  /* emphasize / highlight text */
  font-style: normal;
  background-color: #FFFFD0;
}
em em {
  /* emphasize / highlight text very strongly */
  font-style: normal;
  background-color: #FFD0D0;
}
.error {
  font-weight: bold;
  color: #CC3333;
}
small, .small {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 9px;
}
img {
  border-style: none;
}

p.overview {
  font-weight: bold;
}

ol#toc {
  margin: 0 30px 10px 60px;
  padding: 10px 5px 10px 35px;
  width: 40%;
  float: right;
  background-color: #F3F3F3;
  border: 2px solid #CFCFCF;
}
fieldset {
  background-color: #F0F0F0;
  border: 2px solid #CFCFCF;
  text-align: center;
  margin-top: 10px;
}
fieldset.freqRespGraphMini {
  float: left;
  border: 1px solid #999999;
  margin: 6px;
}
legend {
  padding: 5px 20px;
  border: 2px solid #CFCFCF;
  background-color: #FFDD99;
  width: auto;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
fieldset.freqRespGraphMini legend {
  padding: 5px;
  border: 1px solid #666666;
  color: #333333;
}

ol#toc li {
  font-size: 95%;
}

li p {
  margin: 0px 0px 3px 15px;
  padding: 0px;
  font-size: 95%;
}

ol#toc li p {
  font-weight: normal;
  color: #666666
}


/* ++++++++++++++++++++++++++++ */
/* +++++ TABLE FORMATTING +++++ */
/* ++++++++++++++++++++++++++++ */

table, tr, td, th {
  margin: 0;
  padding: 0;
  border: 0;
  empty-cells: show;
}
table {
  empty-cells: show;
  border-collapse: collapse;
  background-color: #CFCFCF;
  margin-bottom: 20px;
}
td, th {
  padding: 4px 10px;
  border-style: solid;
  border-width: 4px 4px 4px 0 ;
  border-color: #F0F0F0;
  text-align: center;
  vertical-align: middle;
}
table#testedDevices td.productImage {
  border-right-width: 0;
}
th {
  background-color: #3F3F99;
  color: #F0F0F0;
  font-weight: bold;
}
table#testedDevices td ul {
  text-align: left;
  list-style-type: square;
  padding-left: 10px;
  margin-left: 10px;
}
table td.empty {
  background-color: #F0F0F0;
}
/* ++++++++++++++++++++++++++++ */
  
  
/* ++++++++++++++++++++++ */
/* +++++ LINK STYLE +++++ */
/* ++++++++++++++++++++++ */

a:link,
a:visited,
a:hover,
a:active,
.buttons input.submit,
.buttons input.reset {
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 1px 0;
  color: #003399;
  border: 0;
}
a:link:hover,
a:visited:hover {
  color: #CC3333;
  border-color: #CC3333;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.textTOC a:link,
.textTOC a:visited,
.textTOC a:hover,
.textTOC a:active  {
  padding: 0;
  border: 0;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 9px;
  font-weight: normal;
}
.textTOC a:hover,
.textTOC a:active {
  background-color: #FFDD99;
  color: #000000;
}
/* ++++++++++++++++++++++ */

  caption, .caption {
    font-weight: bold;
    font-size: 105%;
    background-color: #F0F0F0;
    text-align: left;
  }
  #testedDevices caption {
	display: none;
  }
  .product .brand,
  .product .model,
  .preampSettings .channel,
  .preampSettings .gainMode,
  .samples .mode {
    display: block;
    line-height: 1.5em;
  }
  table.comparisonSamples th, table.comparisonSamples td,
  table.samples th, table.samples td {
    width: 75px;
  }
  table.comparisonSamples th.product,
  table.comparisonSamples th.directSignal,
  table.comparisonSamples th.preamp {
   background-color: #666666;
  }
  table.comparisonSamples tr.subHeading th,
  table.comparisonSamples td.sampleStyle  {
    background-color: #FF9933;
    color: #FFFFFF;
  }
  table.comparisonSamples td.sampleStyle {
	text-align: center;
  }
td.sampleStyle a:hover, td.sampleStyle a:active {
  color: #F0F0F0;
}
td.sampleStyle a:active {
  padding: 1px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.product .model, th.directSample, td.sampleStyle, th.preamp {
  white-space: nowrap;
  font-weight: bold;
}
.product .brand {
  white-space: nowrap;
  font-weight: normal;
  font-style: italic;
}
.price, td.samples li a, .nowrap {
  white-space: nowrap;
}
ul.modes li {
  list-style-type: none;
  line-height: 1.5em;
}
ul.modes {
  margin: 0;
  padding: 0;
}

/* Speaker Sim Vote Table */
  #votingTables {
	text-align: center;
  }
  #votingTables table {
    border: 2px solid #CFCFCF;
    background-color: #CFCFCF;
  }
  #votingTables table td,
  #votingTables table th {
	padding: 9px 3px;
    border-style: solid;
    border-color: #CFCFCF;
	border-width: 2px 0;

    background-color: #F3F3F3;
  }
  #votingTables table th {
	padding-left: 15px;
  }
  #votingTables table td {
    text-align: center;
    width: 50px;
  }
  #votingTables table caption {
	text-align: center;
	margin-bottom: 6px;
  }
  table#SpeakerSimVotingTableMellow,
  table#SpeakerSimVotingTableStandard {
    margin-bottom: 10px;
  }	  
  table#SpeakerSimVotingTableMellow {
	float: right;
	margin-right: 15px;
  }
  table#SpeakerSimVotingTableStandard {
	float: left;
	margin-left: 15px;
  }  

fieldset.freqRespGraphMini a:hover {
  border-width: 0;
}

/* ++++++++++++++++++++++++++++++++ */
/* +++++ Speaker Sim Specific +++++ */
table#SpeakerSimVotingTableMellow a:link,
table#SpeakerSimVotingTableMellow a:visited,
table#SpeakerSimVotingTableMellow a:hover,
table#SpeakerSimVotingTableMellow a:active,
table#SpeakerSimVotingTableStandard a:link,
table#SpeakerSimVotingTableStandard a:visited,
table#SpeakerSimVotingTableStandard a:hover,
table#SpeakerSimVotingTableStandard a:active {
  border: 0;
}
#speakerSimIndexChapters,
#speakerSimIntroChapters,
#speakerSimNoiseEmiChapters,
#speakerSimSetupChapter1,
#speakerSimSetupChapter2,
#speakerSimSetupChapter3,
#speakerSimSummaryChapters {
  padding-right: 300px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

#speakerSimIntroChapters {
  background-image: url("../pics/noSpeakerMicPoster.png");
}
#speakerSimNoiseEmiChapters {
  padding-right: 380px;
  background-position: 85% 50%;
  background-image: url("../pics/speaker-sim-emi.png");
}
#speakerSimSetupChapter1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: 85% 50%;
  background-image: url("../pics/speakerSimRecording1.png");
  clear: left;
}
#speakerSimSetupChapter2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 280px;
  padding-right: 20px;
  background-position: 10% 50%;
  background-image: url("../pics/speakerSimRecording2.png");
  clear: right;
}
#speakerSimSetupChapter3 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: 85% 50%;
  background-image: url("../pics/speakerSimRecording3.png");
  clear: left;
}
#speakerSimSummaryChapters {
  padding-right: 200px;
  /*background-image: url("../pics/noSpeakerMicPoster.png");*/
}
#speakerSimContributeChapters {
  float: left;
  width: 450px;
  margin-bottom: 15px;
}
.listOfHeadings,
.listOfBoldHeadings {
  padding-left: 0;
  margin-left: 0;
}
.listOfHeadings li,
.listOfBoldHeadings li,
.listOfBoldHeadings dt,
.listOfBoldHeadings dd {
  list-style-type: none;
  margin-top: 4px;
  font-style: italic;
}
.listOfBoldHeadings li,
.listOfBoldHeadings dt {
  font-weight: bold;
  margin-top: 12px;
}
.listOfHeadings li li,
.listOfHeadings li p,
.listOfBoldHeadings li li,
.listOfBoldHeadings li p,
.listOfBoldHeadings dd {
  font-weight: normal;
  list-style-type: square;
  margin-top: 2px;
  font-style: normal;
}
.listOfHeadings li p,
.listOfBoldHeadings li p {
  font-size: 11px;
}
.listOfBoldHeadings dd {
  display: list-item;
  list-style-type: square;
}
.sideNote {
  width: 160px;
  margin: 5px 40px 5px 20px;
  padding: 20px;
  float: right;
/*  background-color: #F3F3F3;*/
  background-color: #CFCFCF;
  border: 1px dashed #003399;
}



/* ++++++++++++++++++++++++++++++++ */
/* +++++ BUTTON STYLE <START> +++++ */
/* ++++++++++++++++++++++++++++++++ */
ol#pageNavigation,
ol.buttons,
ul.buttons {
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
}
ol.left,
ul.left {
  text-align: left;
}
ol.right,
ul.right {
  text-align: right;
}
#pageNavigation li,
ol.buttons li,
ul.buttons li {
  display: inline;
  line-height: 2.2em;
  white-space: nowrap;
}
#pageNavigation li a:link,
#pageNavigation li a:visited,
#pageNavigation li a:hover,
#pageNavigation li a:active,
ol.buttons li a:link,
ol.buttons li a:visited,
ol.buttons li a:hover,
ol.buttons li a:active,
ol.buttons li input.submit,
ol.buttons li input.reset,
ul.buttons li a:link,
ul.buttons li a:visited,
ul.buttons li a:hover,
ul.buttons li a:active,
ul.buttons li input.submit,
ul.buttons li input.reset {
  color: #606060;
  background-color: #DFDFDF;
  border: 1px solid #9F9F9F;
  margin: 0 0.1em 0 0;
  padding: 2px 10px;
}

li, input {
  behavior: url("style/hover.htc");
}
#pageNavigation li a:hover,
ol.buttons li a:hover,
ol.buttons li input.submit:hover,
ol.buttons li input.submitHover,
ol.buttons li input.reset:hover,
ol.buttons li input.resetHover,
ul.buttons li a:hover,
ul.buttons li input.submit:hover,
ul.buttons li input.submitHover,
ul.buttons li input.reset:hover,
ul.buttons li input.resetHover {
  color: #333333;
  background-color: #FFDD99;
  border: 1px solid #9F9F9F;
  cursor: hand;
}
#pageNavigation li.active a,
#pageNavigation li.active a:hover {
  background-color: #999999;
  color: #F0F0F0;
  border-color: #6F6F6F;
}
ol.buttons li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ol.buttons li.nextPage,
ul.buttons li.nextPage {
  margin-left: 10px;
}
ol.buttons li.prevPage,
ul.buttons li.prevPage {
  margin-right: 10px;
}
/* ++++++++++++++++++++++++++++++++ */
