.lastcomm {
  margin: 0;
  padding: 0;
  list-style: none;
  font: normal 14px/20px Arial, sans-serif;
}
.lastcomm a {
  text-decoration: none;
}
.lastcomm a span {
  color: #676767;
}
.lastcomm li {
  position: relative;
/*  border-bottom: solid 1px #ccc;
  cursor: pointer;
  padding: 5px 15px;
  float: left;*/
}
.lastcomm li .lcomm-user {
  color: #b270ce;
}
.lastcomm li .lcomm-date {
  color: #666;
}
.lastcomm li .lcomm-hidden {
  position: absolute;
  z-index: 150;
  top: -10px;
  right: 100%;
  width: 450px;
  display: none;
  padding: 10px 14px;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  border: solid 2px #ccc;
  color: #444;
}
.lastcomm li .lcomm-hidden img {
  max-width: 450px;
}
.lastcomm li .lcomm-hidden .lcomm-user-foto {
  max-width: 44px;
  background: #fff;
  display: block;
  margin: 4px 10px 10px 0;
  overflow: hidden;
  float: left;
}
.lastcomm li .lcomm-hidden .lcomm-text {
  overflow: hidden;
}
.lastcomm li:hover {
  background: #F2F1EE;
  /*color: #fff;*/

}
.lastcomm li:hover .lcomm-hidden {
  display: block;
}

.right-side .lastcomm .lcomm-hidden {
  left: auto;
  right: 100%;
}

.lcomm-item{
  display: block;
  /*float: left;*/
  /*width: 100%;*/
  /*clear: both;*/
  border-bottom: 1px solid #E2E2E2;
  font: bold 12px Arial;
  color: #444444;
  cursor: pointer;
  height: 68px;
  overflow: hidden;
}

  .lcomm-item img{
      width: 50px;
      min-height: 50px;  
      padding: 2px 2px;
      border: 1px solid #ccc;
      margin: 5px;
  }

  .lcomm-text2{
    vertical-align: middle;
    height: 43px;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #444444;
  }

    .lcomm-text2 a{
      color: #444;
    }

      .lcomm-text2 a:hover, .lcomm-item a:hover .lcomm-item:hover{
        color: #c63;
      }

  .icomm-lcolor{
    color: #c63;
    float: left;
    margin-right: 5px;
  }