div.uplink {
  text-align: right;
  margin-bottom: 0.5em;
}

div.uplink a {
  padding-left: 15px;
  background: transparent url(../media/images/uparrow.gif) center left no-repeat;
}

div.uplink a:hover {
  background: transparent url(../media/images/uparrow-selected.gif) center left no-repeat;
}

#references ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

  #references ul ul li {
    display: block;  
  }

  #references ul ul img {
    position: absolute; 
    display: block; 
    top: 0.4em;
    right: 0;
      
    border: 3px solid #999;
  }

  #references ul ul li.last .entry {
    border-bottom: none;
  }
  
  #references ul ul li .entry {
    position: relative;
    display: block;
    min-height: 100px; 
    padding-right: 148px;
    padding-bottom: 20px;
  
    margin-bottom: 10px;
  
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }

  * html #references ul ul li .entry { 
    height: 100px;
  }
  
  #references ul ul.last li.last .entry {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  
#references .box span.decorator {
  padding: 0 5px;
}