    div.pay {
      display:block;
    }
    div.free {
      display:block;
    }
    div.dbLink {
      padding: 0 0 0 16px;
      background: url('http://lnu.se/img/9x1pxlink.png') repeat-y left;
    }
    div.dbLink:hover, div.dbLink.sfhover {
      background: url('http://lnu.se/img/9x1pxlink_hover.png') repeat-y left;
    }
    #article table.dbLink {
      margin: 0px;
    }
    td.dbLink {
      width: 345px;
    }
    a.dbLink, a.dbLink:link, a.dbLink:visited {
      background: none;
    }
    a.dbLink:hover {
      background: none;
      text-decoration: underline;
    }
    a.showHide_info {
      background: none;
      cursor: pointer;
   }
    a.showHide_info:hover {
      background: none;
      text-decoration: underline;
    }
    .dbInfo {
      display: none;
      margin: 0.2em 32px 1.2em 32px;
      border: solid 1px #BBB;
      padding:2px 8px 4px;
    }
    div.dbAnchor {
      visibility: hidden;
      line-height: 0px;
    }


    /****************/
    /**** Flikar ****/
    /****************/ 
    
    #db-tabs {
      padding-top: 25px;
      clear: both;
    }

    #db-tabs a {
      margin: 0;
      padding-bottom: 4px;
      background: none;
      float: left;
      width: 32%;
      border-right:1px solid #FFFFFF;
      line-height:24px;
    }

    #db-tabs a.active {
      background: transparent url(../img/arrow_active.png) no-repeat scroll 9px 100%;
      color: #ffffff;
      width: 32%;
      line-height:28px;
      cursor: text;
    }

    #db-tabs a.inactive {
      color: #000000;
      cursor: pointer;
    }

    #db-tabs a span {
      background: #DDDDD5 url(../img/arrow_inactive.png) no-repeat scroll left center;
      display: block;
      padding-left: 9px;
    }

    #db-tabs a.active span {
      background: #333333;
      margin: -4px 0 0 0;
    }

