/*
Related Items List
css/hdn/modules/relatedlist.css
*/

.hst-relatedlist {
  border: 1px solid #cac8c8;
  padding: 10px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* Header */

.hst-relatedlist .header {margin: -3px 0 5px 0;}

.hst-relatedlist h2 {
  display: inline;
  float: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
}

.hst-relatedlist h2 a:link,
.hst-relatedlist h2 a:visited {color: black;}

/* Item List */

.hst-relatedlist ul {
list-style: none;
}

.hst-relatedlist ul.column {
    float: left;
    width: 48%;
}
.hst-relatedlist ul.first {padding-right: 4%;}

.hst-relatedlist li {
  padding-left: 11px;
  background: url('/img/utils/bullet_square.gif') 0 6px no-repeat;
  font-size: .92em;
  margin-bottom: 3px;
}
.hst-relatedlist li a {margin-right: 3px;}

.hst-relatedlist li .timestamp {
    color: #666;
}

.hst-relatedlist p.exit {
  font-size: .92em;
}

/* end css/hdn/modules/relatedlist.css */

