  #tNavTop,
  #tNavBottom {
    list-style: none;
    text-align: right;
  }
  #tNavTop > li,
  #tNavBottom > li {
    display: block;
  }
  #tNavTop:before,
  #tNavBottom:after {
    clear: both;
  }

  #tNavTop a[rel="prev"],
  #tNavBottom a[rel="prev"] {
    float: left;
    text-align: left;
  }

  #tNavTop a[rel="toc"] {
    display: block;
    text-align: center;
  }

  #tNavTop a[rel="next"],
  #tNavBottom a[rel="next"] {
    float: right;
  }

/* Main Page Area */

  #mBody {
    clear: both;
    padding: 0 0 1em 0;
  }

  #side {
    float: left;
    width: 23%;
    margin-bottom: 1em;
    margin-top: 0;
  }

  #mainContent {
    float: right;
    width: 74%;
    margin-bottom: 3em;
  }

  .nomenu #mainContent {
    float: none;
    width: 100%;
  }

  .bodyleft {
    float: right !important;
    width: 74% !important;
  }

  #mainContent.right {
    float: left;
    width: 62%;
    margin-bottom: 2em;
  }

  #side.right {
    float: right;
    width: 35%;
    margin-bottom: 2em;
    margin-top: 0;
  }

/* Footer */

  #footer {
    clear: both;
    margin-top: 1em;
  }

  #footer ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }

  #footer li {
    display: inline;
    padding: 0 1em;
    margin: 0;
    white-space: nowrap;
  }

  #footer ul#footer-menu {
    margin: 0 0 1em 0;
  }

  #footer p {
    margin: 0.6em 0;
  }

  .tLicense {
    font-size: smaller;
  }

/* Sidebar */

  #getcd {
    margin: 1em 0 0 45px;
  }

/*accessibility tweaks*/
  .skipLink {
    position: absolute;
    left: -999px;
    width: 990px;
  }
  hr.hide {
    display: none;
  }

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 1em;
}

li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

sup {
  font-size: 70%;
}

form {
  margin: 0;
  display: inline;
}

label {
  font-weight: bold;
}

/* General Structure */

.subtitle {
  font-style: italic;
}

div.para {
  margin: 1em 0;
}

div.para > ul,
div.para > ol,
div.para > blockquote {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

div.section {
  display: block;
  padding-left: 3%;
}

div.section > h2,
div.section > h3,
div.section > h4,
div.section > h5,
div.section > h6 {
  margin-left: -1.3%;
}

.block {
  display: block;
  margin: 0.1em 1em;
}

.imgright {
  float: right;
  margin: 0 0 2em 2em;
}

.first {
  margin-top: 0; 
}

/* Navigation */

:link img,
:visited img {
  border: 0;
}
.deepLevel #mainContent :link img,
.deepLevel #mainContent :visited img {
  border: medium solid;
}
.deepLevel #mainContent #buttons :link img,
.deepLevel #mainContent #buttons :visited img {
  border: 0;
}

.ex-ref {
  font-style: italic;
}

dl.toc dt {
  margin-top: 1em;
  font-size: 110%;
}
dl.toc p {
  margin: 0;
  text-indent: 1em;
}
dl.toc p:first-child {
  text-indent: 0;
}
dl.toc > dd {
  margin-left: 1em;
}

ol.toc ol {
  list-style-type: circle;
}
ol.toc > li > ol {
  font-size: 90%;
}

ul.snav {
  margin: 0.7em 10%;
  padding: .2em;
  text-align: center;
  list-style-type: none;
}
ul.snav > li {
  margin: 0;
  padding: 0;
}
ul.snav > li {
  display: inline;
}
ul.snav > li:before {
  content: " | ";
}
ul.snav > li:first-child:before {
  content: "";
}

@media screen, print, handheld, projection {
  p.crumbs em {
    display: none;
  }
}

#mainContent > p.crumbs:first-child,
#side > p.crumbs:first-child {
  margin-top: 0;
}

a.cont {
  display: block;
  margin-right: 0;
  text-align: right;
}

/* Quotations */

blockquote > address {
  padding-left: 1em;
  text-indent: -1em;
}
blockquote > address:before {
  content: "\2015";
}

div.quote,
div.epigraph {
  margin: 1em;
}
div.quote q,
div.epigraph q {
  display: block;
  margin: 0 .5em;
  text-indent: -0.5em;
}
div.quote cite,
div.epigraph cite {
  display: block;
  padding: 0 1em;
  text-align: right;
  text-indent: -1em;
}
div.quote cite:before,
div.epigraph cite:before {
  content: "\2015";
}

blockquote.epigraph,
div.epigraph q {
  font-style: italic;
  text-align: right;
}
blockquote.epigraph em,
div.epigraph q em {
  font-style: normal;
}
blockquote.epigraph address,
div.epigraph cite {
  font-style: normal;
}

/* Comments and other Asides */

.note {
  font-style: italic;
}
.note:before {
  content: "Note: ";
}

.remark {
  font-size: smaller;
}
.remark:before {
  content: "[";
}
.remark:after {
  content: "]";
}

.sidenote {
  clear: both;
  margin: 0.75em 0.5em;
  padding: 0.2em;
  border: 1px solid;

  /* Block NS4 from floating */ /*/*/
  float: right;
  width: 30%;
  min-width: 15em;
  /* */
}
/* Reduce main header sizes */
.sidenote h1 {font-size: 1.40em;}
.sidenote h2 {font-size: 1.25em;}
.sidenote h3 {font-size: 1.10em;}

.key-point > p:first-child,
.key-point > ul:first-child,
.key-point > ol:first-child,
.key-point > h1:first-child,
.key-point > h2:first-child,
.key-point > h3:first-child,
.key-point > h4:first-child,
.key-point > h5:first-child,
.key-point > h6:first-child {
  margin-top: 0;
}

/* Emphasis */

strong.stronger {
  font-style: italic;
  font-weight: bold;
}

strong.very-strong {
  font-weight: bold;
  text-transform: uppercase;
}

*.important,
div.important,
p.important {
  margin: 1em;
  padding: 0.1em;
  border: solid #F00;
  font-size: larger;
}

span.important {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: smaller;
  color: #c00;
}

/* Computers - General */

pre.screen {
  overflow: auto;
  margin: 1em 0.5em;
  padding: 0.2em;
  border: solid 1px;
  font-family: monospace;
  white-space: pre;
}

div.screen {
  margin: 1em .5em;
  padding: 0.2em;
  border: solid 1px;
}

span.application {
  font-style: italic;
}

kbd.long {
  display: block;
  margin: 0.1em 1em;
}

kbd.command,
code.command {
  white-space: pre;
}

code.filename {
  font-style: italic;
  white-space: nowrap;
}

/* Code */

code, pre {
  /* override IE6 default */
  font-size: 1em;
}

code {
  white-space: nowrap;
}
code.long {
  display: block;
  margin: 0.1em 1em;
  white-space: normal;
}

pre.code {
  overflow: auto;
  margin: 1em .5em;
  padding: .2em;
  border: solid 1px;
}

pre.code .remark {
  font-size: 1em;
  font-style: italic;
}

/* turn off content generation */
pre.code .remark:before,
pre.code .remark:after,
pre.code .note:before {
  content: "";
}

/* Examples and Figures */

.example {
  margin: 1em 3%;
  padding: .25em;
  border: solid;
}
.example:before {
  display: block;
  font-weight: bold;
  content: "Example";
}
.example[title]:before {
  content: "Example: " attr(title);
}

pre.bad,
div.bad {
  border: dashed red 3px;
}
.bad.example:before {
  content: "Incorrect Example";
}
.bad.example[title]:before {
  content: "Incorrect Example: " attr(title);
}

pre.good,
div.good {
  border: double lime 3px;
}
.good.example:before {
  content: "Correct Example";
}
.good.example[title]:before {
  content: "Correct Example: " attr(title);
}

.figure,
.screenshot {
  display: block;
  margin: .75em auto;
}
object.figure object,
object.screenshot object,
object.figure img,
object.screenshot object {
  display: block;
  margin: 0 auto;
}
.screenshot[title]:after,
.figure[title]:after {
  display: block;
  margin: 0 8% .05em;
  font-style: italic;
  font-size: small;
  text-align: right;
  content: attr(title);
}

.co,
.callout {
  text-decoration: underline;
}

/* Q and A (FAQ) */

.qandaset .question {
  font-size: large;
  font-weight: bold;
}

.qandaset .answer {
  margin-top: 1em;
}

/* Tables */

table.data {
  border-collapse: collapse;
  margin: 0.5em auto;
  border: 1px solid;
}

table.data caption {
  margin: 1em auto 0.2em;
  font-size: small;
  font-style: italic;
  text-align: center;
}

table.data th,
table.data td {
  padding: 0.2em;
  border: 1px solid;
  vertical-align: baseline;
}

table.data tbody th:first-child {
  text-align: right;
}

table.data thead th {
  vertical-align: middle;
}

/* Meta */

address {
  text-align: right;
}
.author {
  margin-bottom: 1em;
  text-align: left;
}

/* Headers */

#mainContent > h1:first-child,
#mainContent > h2:first-child,
#mainContent > h3:first-child,
#mainContent > h4:first-child,
#mainContent > h5:first-child,
#mainContent > h6:first-child,
#side > h1:first-child,
#side > h2:first-child,
#side > h3:first-child,
#side > h4:first-child,
#side > h5:first-child,
#side > h6:first-child {
  margin-top: 0;
}
body {
  margin: 0 0 1em 0;
  padding: 0; /* need for Opera */
  background: #fff;
  color: #333;
  min-width: 610px;
}

form { margin: 0; }
img { border: 0; }

/* Core site element widths */

/*#header, #breadcrumbs, #content, #footer {
  max-width: 1000px;
  margin: 0 auto;
}*/

#header { padding: 0 15px 0 0; }
#breadcrumbs { padding: 0 15px 0 55px; }
#content { padding: 0 15px; }
#footer { padding: 0 15px; margin: 0 15px; }

#header div, #content, #breadcrumbs div, #footer, #main-feature .feature-contents {
/*  max-width: 900px; margin: 0 auto; */
}

#header div { position: relative; }

/* header */

#header {
  height: 38px;
  position: relative;
  border-bottom: 1px solid #9FCBF7;
  z-index: 1;
}

#header h1 { margin: 0; }

#header h1 img {
  font-weight: bold;
  color: #7f7c45;
}

/* breadcrumbs */

#breadcrumbs {
  padding-top: 4px;
  padding-bottom: 30px;
  font-size: 85%;
  color: #C8E0FA;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #B7D8F9;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
  color: #F2F8FE;
}

/* content */

#content {
  background: #fff;
}

#endcontent {
  clear: both;
  font-size: 1px;
}

/* Sidebar */

/* Sidebar */

#nav:before {
  line-height: 0.1;
  font-size: 1px;
  background: transparent url("menu_tr.gif") no-repeat top right;
  margin: 0;
  height: 9px;
  display: block;
  border-bottom: 1px solid #ddd;
  content: url("key-point_tl.gif");
}
#nav {
  background: #eb51c5 url("menu_back.gif") right repeat-y;
}
#nav:after {
  display: block;
  padding-top: 0;
  line-height: 0.1;
  font-size: 1px;
  content:  url("key-point_bl.gif");
  margin: 0 0 0 0;
  height: 8px;
  background: transparent url("menu_br.gif") scroll no-repeat bottom right ;
  border-top: 1px solid #fff;
}

#nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav {
  margin-bottom: 1em;
}
#nav li {
  display: inline;
  padding: 0;
  margin: 0;
}

#nav li span { /* used for un-linked menu items */
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  color: #666;
}
#nav li span#configParent, #nav li span #configuration {
  display: inline;
  font-weight: normal;
  padding: 0;
}

#nav li a {
  display: block;
  padding: 8px 10px;
  font-weight: bold;
  text-decoration: none;
  background: #ebb9df;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #ddd;
}
#nav li a:hover {
  background: #eb51c5;
}

#nav li li a, #nav li li span {
  padding: 4px 8px 4px 20px;
}

#nav li li a {
  font-weight: normal;
}

#nav li li li a, #nav li li li span {
  padding: 4px 8px 4px 25px;
}

#nav li li li li a, #nav li li li li span {
  padding: 2px 8px 2px 30px;
}

#nav li li li li li a, #nav li li li li li span {
  padding: 2px 8px 2px 35px;
}

#oN {
  background-color: #E0E9E9;
}
#oN:hover {
  background-color: #C6DCDC;
}


/* footer */

#footer {
  border-top: 1px solid #999;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #888;
  padding: 1em 0;
  text-align: center;
}

#footer-contents {
  padding: 0;
  border-top: 1px solid #C9D0E0;
}

#footer p {
  margin: 0.3em;
  clear: both;
}

#footer .site-tools {
/*  display: none; */
}

#footer .site-tools, #footer .site-tools a {
  color: #666;
}

#footer .site-tools a:hover {
  color: #000;
}

#footer .site-tools p span {
  padding-right: 1em;
}

.small-print {
  font-size: 85%;
  color: #888;
}

.small-print a:link,
.small-print a:visited {
  color: #888;
}

.small-print a:hover,
.small-print a:active {
  color: #333;
}

#locales {
  margin: 0 auto 1.5em auto;
  width: 610px;
  line-height: 160%;
}

#locales p {
  display: inline;
  margin: 0;
  padding: 0 0.3em 0 0;
}

#locales ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#locales li {
  padding: 0 0.3em 0 0;
  display: inline;
}

#locales li a {
  white-space: nowrap;
}



hr {
  height: 1px;
  background-color: #000;
  color: #000;
  margin: 2em 0;
}

.hide { display: none; }

ul.spaced li, ol.spaced li {
  margin-bottom: 0.5em;
}

/* General Structure */
body, td, th, input { /* redundant rules for bad browsers  */
  font-family: verdana, sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em 0;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana, sans-serif;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
  border: none;
}

#header h1 { border: 0; }

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

h1:target, h2:target, h3:target, h4:target, h5:target, h6:target {
  background: #C4EFA1;
}

/* Navigation */

:link { color: #039; }
:visited { color: #900; }
:link:hover, :visited:hover { color: #333; }
:link:active, :link:active { color: #000; }

/* Quotations */


/* Comments and other Asides */
.note {
  color: #666;
}

.first {
  margin-top: 0;
}

.remark {
  color: #666;
}

.sidenote {
  border: #666;
}

.footnote {
  color: #666;
}

ul.compact {
  margin-left: 0;
  padding-left: 20px;
}

/* Emphasis */

div.important,
p.important {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #FF9999;
  -moz-border-radius: 8px;
  background: #FFFF99;
  color: black;
  font-size: 1.1em;
  -moz-box-shadow: #D6D6D2 1px 1px;
}

.shout {
  font-size: 145%;
  color: red;
}

/* Computers - General */

kbd {
  margin: 0.1em;
  padding: 0.1em;
  border: 1px #ccc;
}

kbd.command,
code.command {
  color: #6B5839;
}

/* Code */

pre.code {
  padding: 1em;
  background: #EEECF6;
}

code > em,
code > strong,
pre.code > em,
pre.code > strong {
  font-style: normal;
}

/* Examples and Figures */

div.example {
  border-color: #554FA0;
}
div.example:before {
  color: #666;
}

/* Q and A (FAQ) */

ol.faq li a {
  text-decoration: none;
  border-bottom: 1px dotted #6C98EE;
}

ol.faq li a:hover {
  border-color: #039;
}

/* Tables */
table.data thead th {
  background: #e4ecec;
  empty-cells: hide;
}

table.data th,
table.data td {
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 130%;
}

tr.odd {
  background: #F5F5F5;
}

table.screens td {
  text-align: center;
  width: 45%;
}


/* Meta */

address {
  color: #666;
}

/* Product Specific CSS */

.key-point h1, .key-point h2, .key-point h3 {
  margin: 0;
}

#product-desc p {
  padding-left: 175px;
  margin-top: 0;
}

#product-desc ul {
  padding-left: 190px;
  margin-bottom: 0;
}

#product-side {
  padding-top: 85px;
}

#product-side, .key-info-side {
  margin-left: 65%;
}

#product-side ul, .key-info-side ul {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

#product-side li, .key-info-side li {
  padding-bottom: 0.2em;
}

#product-desc {
  padding: 0;
  color: #4C5C5C;
  width: 60%;
  float: left;
  line-height: 140%;
}

.key-info-desc {
  padding: 0.2em 0;
  width: 60%;
  float: left;
  line-height: 140%;
}

.configParent {
  display: block;
  font-size: 85%;
}

.mozillapower {
  float: right;
  margin: .2em 0 .2em .5em;
}

/* news */

h4.newsdate {
  margin-top: 2.5em;
}

div.feedlink {
  float: right;
  font-size: 16px;
}
div.feedlink img {
  vertical-align: bottom;
}

.key-side {
  float: right;
  margin-left: 1em;
}

#old {
  font-size: smaller;
}

.legend  {
  display: inline;
  position: relative;
  top: -1.0em;
  margin-left: 1.8em;
  padding: .2em .8em .2em .8em;
  font-size: larger;
  font-weight: bolder;
  color: rgb(0, 51, 153);
  letter-spacing: .1em;
  background-color: white;
  -moz-border-radius: .6em .6em .2em .2em;
  opacity: .7;
  border-top: thin solid rgb(223,220,217);
  border-right: thin solid rgb(178,176,174);
  border-bottom: thin solid rgb(178,176,174);
  border-left: thin solid rgb(223,220,217);
}
