/* You can modify this file */

TABLE.infoTable {
    display: none;
}

/* Set some sizes according to your maximum thumbnail width and height */
#content UL.thumbnails SPAN,
#content UL.thumbnails SPAN.wrap2 A,
#content UL.thumbnails SPAN.wrap2 LABEL {
  width: 152px;            /* max thumbnail width + 2px */
}
#content UL.thumbnails SPAN.wrap2,
#content DIV.thumbnailCategory DIV.description {
  height: 152px;        /* max thumbnail height + 2px */
}
#content DIV.comment BLOCKQUOTE {
  margin-left: 172px;        /*maximum thumbnail width + ~10px */
}

/* Category thumbnails on main page */
#content UL.thumbnailCategories LI {
  width: 49.7%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
}