@charset "UTF-8";

body {
    width: 840px;/*+70*/
    margin: 3px auto 10px auto;
    padding: 0;
    color: black;
    line-height: 1.5;
    font-size: 80%;
}

#header {
    width:830px;/*+70*/
    margin-left: auto;
    margin-right: auto;
}
@media display {
  #header {
    height: 135px;
  }
}

#logo {
    width: 830px;/*+70*/
    height: 70px;
    border-style: none;
}
#trustss { width: 455px; height: 40px; border-style: none; }
#nav {
    width: 810px;/*+70*/
    padding: 1px 20px 1px .5em;
    background: #426fbf;
  /*text-align: right;*/
    color: white;
}
#nav a:link, #nav a:visited { color:white; text-decoration:none; }
#nav a:focus, #nav a:hover { color:silver;}
#nav a:active { color:white; text-decoration:none; }
#nav span { color:black; }

#top {
    width: 468px;
    height: 60px;
    margin: 30px auto 10px auto;
}

#container {
    width: 830px;/*+70*/
    margin-left: auto;
    margin-right: auto;
    border-top: solid 2px silver;
}

#primary {
    float: right;
    width: 660px;/*+70*/
  /*margin-top: 5px;*/
    padding: 0;
    border-left: solid 2px silver;
}

#content {
    width: 640px;/*+70*/
    margin: 8px auto 2px auto;
    padding: 0 0 10px 0;
    border-bottom: solid 2px silver;
}
#content span.cout { color:#0C6; text-decoration:underline; }

#second {
    float: left;
    margin-top: /*5px*/1em;
    padding: 5px 0 10px 0;
}
#second div.amzn {display:none;}
#second table {
  width: 160px;
  margin-right: 8px;
  margin-bottom: 2em;
  border-collapse: collapse;
  border: #426fbf 1px solid;
}
#second table td { padding:3px; }
#second table thead { font-weight: bold; color:whitesmoke; background-color:#426fbf; }
#second table thead td { padding:.1em .5em; }
#second table thead div { padding:.1em .5em; background-color:#426fbf; }
#second table thead div a { color:whitesmoke; }
#second table tbody td { border-style:none; line-height:1.1; font-size:88%; }
#second table a { color: black; text-decoration: none; }
#second table.t td { cursor:pointer; }
#second table.t tbody td { padding:.5em; }
#second table.t tbody a { background-color:silver; }
#second table a:hover { text-decoration: underline; }
#second table#memli {}
#second table#memli tbody td.r {text-align:right}
#second table#memli tbody td.c {text-align:center}
#second table#memli input { width:6em; font-size:80%; }
#second table#memli button { font-size:70%; }
#second table#memli tfoot { font-size:75%; }

#qa { margin-top:1em; font-size:86% }
#qa td { vertical-align:top; }
#qa textarea { width:30em;height:4em; }
#qa input.t { width:30em;color:gray; }
#qa button { height:2em;font-size:100%; }

#bottom {
    width: 468px;
    /*margin: 0 auto 5px auto; 2010.9.15 */
    margin: 0 0 5px 2em; /* 2010.9.15 */
    padding-top: 10px;
}
#bottom div.amzn{display: none;}
#bottom div.g {}

#copyright {
    clear: both;
/*    width: 760px; */
    margin: 5px;
    padding: 5px;
    border-top: solid 2px silver;
    text-align: center;
    font-size: 90%;
}

div.prevnext { margin:1em; text-align:center; }

#trm { font-size:x-small; }

div.ti { text-indent:1em; }

pre {
    margin: 0.5em;
    padding: 0.8em;
    line-height: 1.3;
}
pre.code {
    background: #FFC;
    border: solid 1px #4264bf;
}

h1 {
    margin-top: 10px;
    padding: .2em 0 0 .5em;
    border-left: solid .8em;
    border-bottom: solid 3px;
}

h2 {
    padding: .2em 0 0 .5em;
    border-left: solid .8em;
    border-bottom: solid 2px;
}

h3 {
    padding: .2em 0 0 .5em;
    border-left: solid .8em;
    border-bottom: solid 2px;
}

span.prt { display: none; }

@media print {
  #logo { width:170mm; height:30px; }
  #trustss { width: 380px; height: 35px; }
  #nav {
        width: 170mm;
        padding: 0;
        border-top: solid 8px #426fbf;
        text-align: right;
  }
  #container, #primary, #content {
      width: 170mm;
      margin:0; padding:0;
      border: none;
  }
  #top, #second, #bottom, #qa { display: none; }
  #primary, #content { border: none; }
  #copyright { width: 570px; }
  span.prt {
    padding-left: .3em;
    padding-right: .3em;
    display: inline;
  }
}
