
  #div_text img {
    float: right;
    padding: 4px;
  }
  
  .nItem {
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .nItem img {
    display: none;
  }
  
  .cTitle {
    position: relative;
    color: #0064C8;
    text-align: left;
    font-size: 12px;
    background: url('../images/border_grey_repeat.png') top left repeat-x;
    padding-top: 7px;
    padding-bottom: 5px;
  }
  
  .cTitle_blueborder {
    background: url('../images/border_blue_repeat.png') top left repeat-x;
  }
  
  .cTitle_o {
    font-weight: bold;
    background: url('../images/border_blue_repeat.png') top left repeat-x;
  }
  
  .cTitleCorner {
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 0px;
    right: -1px;
    width: 14px; height: 14px;
    background-image: url('../images/titlecorner.gif');
    background-repeat: no-repeat;
    background-position: right top;
  }
  
  .div_nieuws_datum {
    position: relative;
    color: #0064C8;
    font-family: Helvetica;
    font-size: 12px;
    float: right;
    z-index: 5;
    letter-spacing: 0;
  }
  
  p {
    padding: 0px;
    margin: 0px;
  }
