.modJLexReview {
  font-size: 90%;
}
.smmBoard {
  margin-bottom: 10px;
}
.smmBoard .smmAvgrate {
  background: url("star-full-icon.png") no-repeat scroll center center transparent;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  line-height: 69px;
  margin: 0 auto 5px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  width: 64px;
}
.smmBoard .smmExtra {
  text-align: center;
}
.smmBlock {
  clear: both;
  height: 17px;
  margin-bottom: 5px;
  position: relative;
}
.smmBoard .smmText {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin: 7px 0;
}
.smmBlock > span {
  height: 17px;
  line-height: 17px;
}
.smmBlock > span.smmRatenum {
  float: left;
  text-align: right;
  font-size:12px;
  font-weight:bold;
  width: 25px;
}
.smmBlock > span.smmRatebar {
  background-color: #e1e1e1;
  height: 5px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 6px;
  border-radius: 3px;
}
.smmBlock .smmRatebarInner {
  background-color: #64a80d;
  display: block;
  height: 100%;
  border-radius: 3px;
}
.smmBlock span.smmCountInner {
  background-color: #fa3c45;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 0 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.smmBlock > span.smmRatecount {
  float: right;
  text-align: left;
  width: 25px;
  overflow: hidden;
}

/* Factor board */
.smmBoard + .fcBoard {
  border-top: 1px solid #dfdfdf;
  padding: 8px 0;
}
.fcBoard {
  margin-bottom: 10px;
}
.fcBoard ul.fcBlocks {
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.fcBoard li.fcBlock {
  background-color: #888;
  color: #fff;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  list-style: none outside none;
  margin: 0 0 7px;
  padding: 0 4px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.fcBoard .fcMatch {
  font-weight: bold;
  position: absolute;
  right: 4px;
  z-index: 2;
}
.fcBoard .fcPreview {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fcBoard .fcPreview .fcInnerbar {
  background-color: #64a80d;
  height: 100%;
}
.fcBoard .fcLabel {
  position: relative;
  z-index: 2;
}

/* Review */
.fcBoard + .modListreviews,
.smmBoard + .modListreviews {
  border-top: 1px solid #dfdfdf;
  padding: 8px 0;
}
.modReviewBlock {
  margin-bottom: 10px;
}
.modReviewBlock .mreview-title {
  word-wrap: break-word;
}
.modReviewBlock span.mreview-rate {
  background: url("ministar.png") no-repeat scroll 2px 0 #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 12px;
  line-height: 13px;
  margin-right: 1px;
  padding: 0 3px 0 17px;
}
.modReviewBlock .mreview-author {
  color: #888;
  font-size: 90%;
  font-style: italic;
  margin-left: 5px;
}
.modReviewBlock p {
  margin-bottom: 1px;
  font-size: 90%;
}
.modReviewBlock .mreview-date {
  color: #888;
  display: block;
  font-size: 10px;
  text-align: right;
}

/* COMMENT */
.fcBoard + .modListcms,
.smmBoard + .modListcms {
  border-top: 1px solid #dfdfdf;
  padding: 8px 0;
}
.modListcms .modCmBlock {
	margin-bottom:8px;
}
.modListcms p {
  margin-bottom: 1px;
  word-break: break-all;
}
.modListcms a.mcm-content,
.modListcms a.mcm-content:hover,
.modListcms a.mcm-content:active {
  color: #444;
  text-decoration: none;
}
.modListcms .mcm-date {
  color: #888;
  display: block;
  font-size: 10px;
  text-align: right;
}