div.board {
  overflow: hidden;
  margin: 0 0 20px 0;
}
div.board h3 {
  color: #062d53;
}
div.board h3 a {
  text-decoration: none !important;
}
div.board img {
  display: block;
  margin: 0 auto 0 auto;
}

a.open{
  background:url(/images/open-icon.gif) right center no-repeat;
  padding-right:12px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:3em;
  float:right;
}

a.close{
  background:url(/images/close-icon.gif) right center no-repeat;
  padding-right:12px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:4em;
  width:3em;
  float:right;
}

ul.list {
  list-style:none;
  margin: 0 0 1em 0;
  padding: 0;
  width:100%;
  overflow:hidden;
}

ul.list li{
  margin-top:0.5em;
  margin-bottom:0.5em;
  padding:0.5em 0;
  overflow:hidden;
  border-bottom:1px dotted #062d53;
  min-height:130px;
  height:auto !important;
  height:130px;
}


ul.list li a {
  margin: 0;
  padding: 0;
  font-weight:bold;
  text-decoration:none;
}

ul.list li a:hover{
  text-decoration:underline;
}

ul.list li p.filesize{
  color:#656565;
  font-weight:bold;
}

ul.list li img {
  float: left;
  margin: 0 10px 0 0px;
  padding: 0;
}
