.newDetail .new a.back {
  float: right;
  display: inline;
  font-weight: bold;
}
.newDetail .new .intro {
  font-weight: bold;
  margin-bottom: 2em;
}
.newDetail .new .date {
  float: right;
  display: inline;
}
.newDetail .new .title {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
  color: #C51015;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #ccc;
}
.newDetail .new .comments_options {
  text-align: right;
}
  .newDetail .new .comments_options a {
    margin-left: 15px;
  }



.newDetail .rating {
  float: right;
  display: inline;
  text-align-last: center;
  margin-bottom: 2.5em;
}
.newDetail .rating .total {
  text-align: center;
}


.newDetail .options {
  border-top: 1px dotted #ccc;
  padding: 1em 0 0 0;
}
  .newDetail .options ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
  }   
 .newDetail .options li {
   float: left;
   display: inline;
   width: 45%;
   margin: 0 0 0 4%;
 }