/* Support Styles */

.hidden {
  display: none;
}

#support {
  width: 700px;
  border: 1px solid;
  padding: 5px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  padding-right: 10px;
  padding-bottom: 80px;
  background: #fff url(support_bg.jpg) right bottom no-repeat;
  text-align: left;
}

#support .crumbs {
  height: 20px;
  background: url(gray_nav_box.jpg) 0 0 no-repeat;
  font-size: .83em;
}

#support h2, #support h3, #support h4 {
  font-weight: bold;
}

#support h2 {
  font-size: 1.56em;
  position: relative;
  overflow: hidden;
}

.replaced span { /* image replacement */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: tranparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#mercury_header, #support_header {
  height: 90px;
  width: 469px;
}

#leo_header {
  height:47px;
  width: 493px;
}

#support_header span {
  background-image: url(support_banner.jpg);
}

#mercury_header span {
  background-image: url(http://www.assistivetech.com/graphics/header-mercury.gif);
}

#leo_header span {
  background-image: url(http://www.assistivetech.com/graphics/header-leo.gif);
}

#support h3 {
  color: #036;
  font-size: 1.25em;
  border-top: 1px dashed;
  padding-top: .5em;
  clear: right;
}

#support h4 {
  font-size: 1.08em;
}

#support p {
  line-height: 1.3;
  margin-left: 1em;
}

#support li {
  margin: 0;
  padding: 0;
}

#support ul {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
  list-style-type: none;
}

#support ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-top: .5em;
}

#support ul.products li a {
  color: #036;
  font-size: 1.25em;
}

#faq ul {
  margin-left: 1em;
  margin-right: 1em;
}

#faq li a {
  font-size: 1.08em;
  color: #000;
}

#support ol {
  margin-right: 1em;
} 

#support ol li {
  line-height: 1.3;
  margin-top: .5em;
}

#support ol img {
  width: 100px;
  float: left;
  padding: 2px;
  border: 1px solid #00F;
  margin: 2px 5px 2px 0; 
}

#support samp {
  font-family: inherit;
  font-weight: bold;
}

#support .done, #showall {
  display: block;
  color: #FFF;
  background-color: #000;
  border: 2px outset;
  font-weight: bold;
  padding: 2px;
  width: 3em;
  text-decoration: none;
  text-align: center;
  float: right;
  margin-bottom: 3px;
  clear: both;
}

#showall  {
  width: 9em;
}

#support table {
  border: 2px solid;
  font-size: .75em;
  width: 80%;
  border-collapse: collapse;
  background-color: #F2F4CF;
  margin-left: 1em;
}

#support caption {
  margin-left: 1em;
  text-align: left;
  font-style: italic;
  padding-bottom: 1px;
}

#support td, #support th {
  border: 1px solid;
  vertical-align: top;
  padding: 2px;
}

#support td {
  text-align: left;
}

#support th {
  text-align: center;
}

#support tbody th {
  text-align: right;
}

@media print {
  #support {
	border-style: none;
   width: 6in;
  	font-family: Georgia, serif;
  }
  
  td {
    width: 0;
  }
     
  a:link, a:visited, acronym {
    text-decoration: none;
    color: inherit;
    border-bottom-style: none;
  }
  
  .crumbs, #faq, #support a:link.done, #support a:visited.done, #showall {
    display: none;
  }
  
  img, span, a:link, a:visited /* hide everything on the page... */ {
    display: none;
  }
  
  #support img, #support span, #support a:link, #support a:visited /* ...except for what's in the support div */{
    display: inline;
  }
  
  #mercury_header, #leo_header {
    height: auto;
    width: auto;
  }
}
