/*  Article Category Page
------------------------------------------------------------- */
  h1#advertorial_category,
  #advertorial h1{
    font-size:20px;
    line-height:0.9em;
    margin-top:10px;        
    border-bottom:1px solid #666;
    margin-bottom:0px;
    padding-bottom:2px;
  }
  
  h2#advertorial_category_title{
    margin:0 0 15px 0;
  }
  
    /*  Individual Article Blocks
    ------------------------------------------------------------- */  
    
    .advertorial-block{
      background: 0 0 no-repeat url('/media/images/icons/page_white_text.png');
      margin:0 0 20px 5px;
    }    
      .advertorial-title{
        margin:0 0 3px 20px;
      }
      
      .advertorial-timestamp{
        float:left;
        width:100%;
      }
      
      .advertorial-summary{
        margin:0 20px 15px 0px;
        font-size:1.3em;
        line-height:1.4em;
      }
      
      .advertorial-summary a:link,
      .advertorial-summary a:visited{
        font-size:0.9em;
      }
      
      .advertorial-timestamp,
      .related_articles p#advertorial-timestamp{
        margin:0;
        color:#AAA;
        font-size:13px;
      }
          

  .advertorial-block a:link,
  .advertorial-block a:visited{
    font-size:13px;
    text-decoration:underline;
  }

  
  
/*
 Individual ADVERTORIAL Page
---------------------------------------------- */

  #advertorial .advertorial_content {
    font-size:1.3em;
    line-height:1.4em;
    width:100%;
    clear:both;

  }
  
  .advertorial_content h2,
  #static-page .advertorial_content h2,
  h2#advertorial_category_title{
    font-size:12px;
    color:#666;
    font-weight:normal;
    margin-top:0px;
  }
  
  #advertorial-images table { 
    width: 100%;
  }
  
  #advertorial-images table tr td {
    text-align: center;                               
  }
  
  #advertorial-images table tr td img { 
    padding: 2px;
    border: 1px solid #646481;
  }
  
  #new-association {
    background-color: #F0F0EE;
    border: 1px solid #D1D1DC;
    padding: 5px;
  }
  #new-association select {
    width: 100%;
  }
  #new-association .buttons {
    margin-bottom: 0;
  }
  #new-association .textbox {
    width: 95%;
  }
  
  #association-list {
    border: 1px solid #D1D1DC;
    height: 500px;
    margin-bottom: 5px;
    overflow-y: auto;
  }
  #association-list .association-image {
    margin-bottom: 1em;
    padding: 10px;
  }
  #association-list .association-image div {
    margin-bottom: 0.5em;
  }
  
  #center #advertorial-page,
  #center #advertorial{
    width:760px;
  }
  
  #center #container{
    width:760px;
  }
  
  #printArticleLink{
    position:absolute;
    top:10px;
    right:10px;
    display:block;
    background:0 0 no-repeat url('/media/images/icons/printer.png');
    padding:4px;
    padding-left:20px;
    display:block;
  }
  
  #container{
    width:760px;
  }
