.content {
  min-height: 0;
}

.stuffs_block {
  background-color: transparent;
  background-image: none;
  border: none;
  margin: 0;
}

.stuffs {
  margin: 1em 0;
  overflow: hidden;
}

.right_block {
  float: right;
  margin: 0 0 0 1em;
}

.left_block {
  float: left;
  margin: 0 1em 0 0;
}

.middle_block {
  overflow: hidden;
  margin: auto;
}

.personal_block {
  padding: 15px;
}

.one_comment {
  width: 99% !important;
}

.two_comment {
  width: 49.5% !important;
}

.three_comment {
  width: 33% !important;
}

#comments div.thumbnailCategory div.illustration {
  width: auto !important;
  padding-right: 15px;
}

#comments div.thumbnailCategory blockquote {
  margin-left: 10px;
}

/* Hack IE6 */
* html  .stuffs, * html .middle_block { overflow-y: visible; }
