#file_list .filter {
  margin-bottom: 30px;
}

#file_list .filter, #file_list .filter a {
  font-size: 10px;
  font-weight: bold;
  /*color: #fff;*/
}

#file_list .filter a {
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 20px;
  padding-bottom: 1px;
  background: url(../images/front/black_square.gif) no-repeat;
}

#file_list .filter a:hover {
  color: #f51500;
  background-image: url(../images/front/red_square.gif);
}

#file_list .filter a.selected {
  color: #f51500;
  background-image: url(../images/front/red_plus.gif);
}

#file_list .even {
  padding-right: 35px;
}

#file_list .file {
  float: left;
  width: 430px;
}

#file_list .file .image {
  float: left;
  margin-right: 10px;
  padding-bottom: 35px;
  background: url(../images/front/faded_shadow.png) 0 100% repeat-x;
}

#file_list .file .image img {
  border: 5px solid #000;
}

#file_list .file .details {
  margin-left: 120px;
  padding: 4px 8px;
  border: 1px solid #fff;
  border-right: 0;
}

#file_list .file .details .title {
  margin-bottom: 5px;
  font-weight: bold;
}
