/*
 * Aside topic search
 */
.aside-topic-search form {
    background-color: #f5f5f5;
    border: 3px solid #e6e6e6;
    border-top: 0px none;
    padding: 10px;
}

.aside-topic-search div {
      padding: 5px 0px 5px 0px;
  }
 .aside-topic-search div div {
      padding-left: 20px;
  }  

.aside-topic-search .topic-select select {
        font-size: 0.6875em;
    }
.aside-topic-search .search-box {
       position: relative;
       height: 25px;
       line-height: 25px; 
       clear: both;         
    }
   .aside-topic-search input[type=text],
.aside-topic-search input[type=text]:focus {
      width: 170px;
      height: 25px;
      line-height: 25px;
      border: 1px solid #e6e6e6;
      border-right: 22px solid #fff;
      background-color: #fff;
      color: #14517e;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      right: 5px;
      top: 4px;
      z-index: 1;
      padding: 0px 0px 0px 5px;
      outline: none;
    }
  .aside-topic-search button {
      width: 22px;
      height: 25px;
      background: #fff url(images/bg-nav-search-button.png) no-repeat 0px -2px;
      position: absolute;
      z-index: 2;
      top: 4px;
      right: 5px;
      cursor: pointer;
      outline: none;
      border-top: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 0px none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      
      
    }    
    
 .aside-topic-search .search-filters div {
       height: 25px;
       line-height: 25px; 
       clear: both; 
    }
.aside-topic-search .search-filters .selected {
        text-decoration: underline;
        font-weight: bold;
    }
    #topic-search-box .icon { 
        width: 25px;
        height: 25px;
        display: block;
        float: left;
        margin-right: 8px;
        background: transparent url(images/sprite-search-box-icons.png) no-repeat right top;        
    }
    #topic-search-box .icon.icon-world { background-position: 0px 0px; }
    #topic-search-box .icon.icon-document { background-position: -25px 0px; }
    #topic-search-box .icon.icon-books { background-position: -50px 0px; }
    #topic-search-box .icon.icon-person { background-position: -75px 0px; }
	
/*
   * article / document table of contents
   */
  .article .toc,
  .section .toc,
  .article .article-links,
  .section .section-links {
      width: 235px;
      background-color: #f5f5f5;
      margin: 0px 0px 20px 20px;
  }	
  .article .toc h2,
  .section .toc h2 {
    color: #14517e;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 600;
    background: #eee url(images/bg-toc-top.png) no-repeat center top;    
    padding: 16px 20px 16px 20px;      
  }
/*
   * article / document table of contents typography
   */


  .article .toc,
  .section .toc {
      padding-bottom: 15px;
  }

  .article .toc ul,
  .section .toc ul {
      margin-left: 5px;
      margin-bottom: 0px;
      padding-top: 15px;
      line-height: 1.4em;
      background: transparent url(images/bg-toc-top.png) no-repeat center top;
  }
  .article .toc ul ul,
  .section .toc ul ul { background-image: none; padding-top: 0px; }
  
  .article .toc ul li,
  .section .toc ul li {
      list-style-type: none;
      color: #14517e;
  }
  .article .toc ul ul li,
  .section .toc ul ul li {
      list-style-type: disc;
      margin-left: 15px;
  }

  .article .article-links ul,
  .section .article-links ul {
      margin-left: 25px;
      padding: 10px 10px 0px 10px;
      line-height: 1.4em;
      list-style-type: disc;
      color: #14517e;
  }  

  .article .article-links ul li,
  .section .article-links ul li {
      
  }  

  .article .toc h2,
  .section .toc h2 {
    color: #14517e;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 600;
    background: #eee url(images/bg-toc-top.png) no-repeat center top;    
    padding: 16px 20px 16px 20px;      
  }
  
  /*.article .article-links h2,
  .section .article-links h2 {
    background-color: #8a1315;
    color: #fff;
    font-size: 1.125em;
    font-weight: 400;
    padding: 14px 20px;
    text-transform: uppercase;
    margin: 0px;      
  }*/

  .article .toc p,
  .section .toc p,
  .article .article-links p,
  .section .article-links p {
      /*font-family: 'Source Sans Pro', sans-serif;*/
      padding: 0px 10px 10px 10px;
      font-size: 0.875em;
  }
    .nav {
        display: block;
    }
  
