.documentIcons{ text-align: center; }

.documentIcons img{
  border: none;
}

.documentIcons a{
  font-size: 10px;
  line-height: 12px;
}

/* WITHOUT DESCRIPTION */
div.documentIcons{
  float: left;
  min-height: 125px;
  max-height: 145px;
  overflow: hidden;
  padding: 10px 0;
  width: 25%;
}
div#documentIconsWrapper hr{
  border: none;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
}
/* END WITHOUT DESCRIPTION */

/* WITH DESCRIPTION */
td.documentIcons{ width: 115px; }
table#documentIconsWrapper{ border-collapse: collapse; }

table#documentIconsWrapper,
table#documentIconsWrapper tbody,
table#documentIconsWrapper tr,
table#documentIconsWrapper p{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

table#documentIconsWrapper td{
  padding: 5px 4px 3px;
  vertical-align: middle;
}

table .documentIcons img{
  width: 65px;
  height: 65px;
}
/* END WITH DESCRIPTION */