.categoryPreview {
  color: #000;
  width: 240px;
  margin-left: 8px;
  padding: 5px;
  text-align: left;
  font: normal 12px arial, sans-serif;
  background-image: url(../images/category_preview_background.gif);
  background-repeat: no-repeat;
  float: left;
}
.mediaPreviewMedium {
  border: 0px solid black;
  float: left;
  width: 238px;
  margin-left: 8px;
  padding: 5px;
  text-align: left;
  font: normal 12px arial, sans-serif;
  background-image: url(../images/media_preview_background.gif);
  background-repeat: no-repeat;
}

.mediaPreviewMediumFormat {
  padding-bottom: 2px;
  padding-top: 2px;
}

.mediaPreviewMediumTitle {
  text-align: center;
  padding-bottom: 5px;
}

.mediaPreviewMediumUtente {
  padding-bottom: 2px;
}

