.comments {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comments .title {
  margin: 0 -1px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  background: #000;
  color: #f7961d;
  font-family: "Sputnik";
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.site_cn .comments .title {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments .title, .site_fa .comments .title, .site_ur .comments .title, .site_ps .comments .title, .site_da .comments .title {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments .title {
  font-family: "NanumBarunGothic";
}
.site_eg .comments .title, .site_fa .comments .title, .site_ur .comments .title, .site_ps .comments .title, .site_da .comments .title {
  font-size: 17px;
}
.comments .title span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: none;
  padding: 3px 0 1px 0;
  float: right;
  color: #fff;
  font-size: 11px;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.site_eg .comments .title span, .site_fa .comments .title span, .site_ur .comments .title span, .site_ps .comments .title span, .site_da .comments .title span {
  font-size: 13px;
}
.comments .title span label {
  display: none;
  color: #fff;
  font-size: 11px;
  text-transform: none;
  text-decoration: none;
}
.site_eg .comments .title span label, .site_fa .comments .title span label, .site_ur .comments .title span label, .site_ps .comments .title span label, .site_da .comments .title span label {
  font-size: 13px;
}
.comments .title a.comment_rules {
  float: right;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none;
}
.site_eg .comments .title a.comment_rules, .site_fa .comments .title a.comment_rules, .site_ur .comments .title a.comment_rules, .site_ps .comments .title a.comment_rules, .site_da .comments .title a.comment_rules {
  font-size: 14px;
}
.comments .title a.comment_rules:hover {
  text-decoration: underline;
}
.comments .topusers {
  *zoom: 1;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
}
.comments .topusers:after {
  content: "";
  display: table;
  clear: both;
}
.comments .topusers img {
  float: left;
  margin: 0 4px;
}
.comments .topusers label {
  display: block;
  clear: both;
  padding: 0 3px 0 0;
  font-size: 13px;
  color: #000;
}
.site_eg .comments .topusers label, .site_fa .comments .topusers label, .site_ur .comments .topusers label, .site_ps .comments .topusers label, .site_da .comments .topusers label {
  font-size: 15px;
}
.comments .topusers label span {
  color: #f7961d;
}
.comments .authform {
  margin: 10px 0;
  background-color: #efeeec;
}
.comments .authform iframe {
  height: 134px;
}
.comments .postform_expired {
  padding: 20px;
}
.comments .postform_expired a {
  color: #f7961d;
}
.comments .postform {
  padding: 20px;
}
.comments .postform img.avatar {
  float: left;
  margin: 0 19px 0 0;
}
.comments .postform section {
  overflow: hidden;
}
.comments .postform .line {
  margin-bottom: 10px;
  *zoom: 1;
}
.comments .postform .line:after {
  content: "";
  display: table;
  clear: both;
}
.comments .postform .bbcode {
  float: right;
}
.comments .postform input {
  display: block;
  width: 610px;
  margin: 2px 0 -1px 0;
  padding: 3px 2px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: #666;
  border: 1px solid #efeeec;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  -ms-transition: box-shadow 0.25s ease-out;
  outline: none;
}
.site_eg .comments .postform input, .site_fa .comments .postform input, .site_ur .comments .postform input, .site_ps .comments .postform input, .site_da .comments .postform input {
  font-size: 13px;
}
.comments .postform input:focus {
  -moz-box-shadow: 0 0 5px 0 #f7961d;
  -webkit-box-shadow: 0 0 5px 0 #f7961d;
  box-shadow: 0 0 5px 0 #f7961d;
  transition: box-shadow 0.25s ease-in;
  -webkit-transition: box-shadow 0.25s ease-in;
  -moz-transition: box-shadow 0.25s ease-in;
  -o-transition: box-shadow 0.25s ease-in;
  -ms-transition: box-shadow 0.25s ease-in;
}
.comments .postform textarea {
  height: 60px;
  padding: 4px 8px;
  width: 100%;
  font-size: 12px;
  color: #666;
  border: 1px solid #ebebeb;
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  -ms-transition: box-shadow 0.25s ease-out;
  outline: none;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site_eg .comments .postform textarea, .site_fa .comments .postform textarea, .site_ur .comments .postform textarea, .site_ps .comments .postform textarea, .site_da .comments .postform textarea {
  font-size: 14px;
}
.comments .postform button {
  background: #f7961d;
  font-family: "Sputnik";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #000;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 20px;
  border: none;
  outline-style: none;
}
.site_cn .comments .postform button {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments .postform button, .site_fa .comments .postform button, .site_ur .comments .postform button, .site_ps .comments .postform button, .site_da .comments .postform button {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments .postform button {
  font-family: "NanumBarunGothic";
}
.site_eg .comments .postform button, .site_fa .comments .postform button, .site_ur .comments .postform button, .site_ps .comments .postform button, .site_da .comments .postform button {
  font-size: 14px;
}
.comments .postform button i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -309px;
  font-size: 0;
  line-height: 0;
}
.comments .postform .submitline {
  *zoom: 1;
}
.comments .postform .submitline:after {
  content: "";
  display: table;
  clear: both;
}
.comments .postform .submitline a.comment_rules {
  float: right;
  font-size: 12px;
  line-height: 35px;
  text-decoration: none;
  cursor: pointer;
}
.site_eg .comments .postform .submitline a.comment_rules, .site_fa .comments .postform .submitline a.comment_rules, .site_ur .comments .postform .submitline a.comment_rules, .site_ps .comments .postform .submitline a.comment_rules, .site_da .comments .postform .submitline a.comment_rules {
  font-size: 14px;
}
.comments .postform .submitline a.comment_rules:hover {
  text-decoration: underline;
}
.comments .postform .submitline a.comment_moderators {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  color: #f7961d;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  margin-top: 4px;
  text-decoration: none;
  cursor: pointer;
}
.site_eg .comments .postform .submitline a.comment_moderators, .site_fa .comments .postform .submitline a.comment_moderators, .site_ur .comments .postform .submitline a.comment_moderators, .site_ps .comments .postform .submitline a.comment_moderators, .site_da .comments .postform .submitline a.comment_moderators {
  font-size: 13px;
}
.comments .postform .submitline a.comment_moderators:hover {
  text-decoration: underline;
}
.comments .success {
  display: none;
  margin: 10px 10px 0;
  padding: 20px;
  border-top: 1px solid #ebebeb;
}
.comments .success label {
  display: block;
  cursor: default;
  text-align: center;
  margin-bottom: 20px;
  color: #444;
}
.comments .success label a {
  color: #f7961d;
  text-decoration: underline;
  cursor: pointer;
}
.comments .success p {
  text-align: center;
  margin: 20px 0 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
.site_eg .comments .success p, .site_fa .comments .success p, .site_ur .comments .success p, .site_ps .comments .success p, .site_da .comments .success p {
  font-size: 13px;
}
.comments .success p a {
  color: #f7961d;
  text-decoration: underline;
  cursor: pointer;
}
.comments .success .more {
  text-align: center;
}
.comments .success .more a.another-one {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-family: "Sputnik";
  height: 35px;
  line-height: 33px;
  min-width: 60px;
  padding: 0 20px;
  background-color: #f7961d;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
  outline-style: none;
  cursor: pointer;
  margin-top: 10px;
}
.site_eg .comments .success .more a.another-one, .site_fa .comments .success .more a.another-one, .site_ur .comments .success .more a.another-one, .site_ps .comments .success .more a.another-one, .site_da .comments .success .more a.another-one {
  font-size: 14px;
}
.site_cn .comments .success .more a.another-one {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments .success .more a.another-one, .site_fa .comments .success .more a.another-one, .site_ur .comments .success .more a.another-one, .site_ps .comments .success .more a.another-one, .site_da .comments .success .more a.another-one {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments .success .more a.another-one {
  font-family: "NanumBarunGothic";
}
.comments .comments-list {
  padding: 10px;
}
.comments .comments-list h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 5px;
}
.site_eg .comments .comments-list h3, .site_fa .comments .comments-list h3, .site_ur .comments .comments-list h3, .site_ps .comments .comments-list h3, .site_da .comments .comments-list h3 {
  font-size: 15px;
}
.comments .comments-list h3 a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  padding-top: 2px;
  color: #f7961d;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.site_eg .comments .comments-list h3 a, .site_fa .comments .comments-list h3 a, .site_ur .comments .comments-list h3 a, .site_ps .comments .comments-list h3 a, .site_da .comments .comments-list h3 a {
  font-size: 13px;
}
.comments .comments-list h3 a:hover {
  text-decoration: underline;
}
.comments .comments-list ul li {
  position: relative;
  *zoom: 1;
  margin-bottom: 5px;
  padding: 10px 150px 10px 10px;
  overflow: hidden;
  max-width: 538px;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
}
.comments .comments-list ul li:after {
  content: "";
  display: table;
  clear: both;
}
.comments .comments-list ul li.m-deleted {
  background-color: #fdd9dd;
}
.comments .comments-list ul li.m-notapproved {
  background-color: #dbfdd9;
}
.comments .comments-list ul li.m-new {
  background-color: #ebebeb;
}
.comments .comments-list ul li img.avatar {
  float: left;
  margin: 0 10px 0 0;
}
.comments .comments-list ul li section {
  overflow: hidden;
}
.comments .comments-list ul li section hgroup {
  margin-bottom: 3px;
}
.comments .comments-list ul li section hgroup h5 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 5px;
  color: #f7961d;
  font-size: 13px;
  font-weight: bold;
}
.site_eg .comments .comments-list ul li section hgroup h5, .site_fa .comments .comments-list ul li section hgroup h5, .site_ur .comments .comments-list ul li section hgroup h5, .site_ps .comments .comments-list ul li section hgroup h5, .site_da .comments .comments-list ul li section hgroup h5 {
  font-size: 15px;
}
.comments .comments-list ul li section hgroup h5 a.author {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 7px;
  color: #f7961d;
  text-decoration: none;
}
.comments .comments-list ul li section hgroup h5 a.author:hover {
  text-decoration: none;
}
.comments .comments-list ul li section hgroup h5 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 7px;
  color: #888c95;
  font-weight: normal;
  font-size: 11px;
}
.site_eg .comments .comments-list ul li section hgroup h5 span, .site_fa .comments .comments-list ul li section hgroup h5 span, .site_ur .comments .comments-list ul li section hgroup h5 span, .site_ps .comments .comments-list ul li section hgroup h5 span, .site_da .comments .comments-list ul li section hgroup h5 span {
  font-size: 13px;
}
.comments .comments-list ul li section hgroup h5 a.other-author {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 7px;
  color: #f7961d;
  text-decoration: none;
}
.comments .comments-list ul li section hgroup h5 a.show-answer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #888c95;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.site_eg .comments .comments-list ul li section hgroup h5 a.show-answer, .site_fa .comments .comments-list ul li section hgroup h5 a.show-answer, .site_ur .comments .comments-list ul li section hgroup h5 a.show-answer, .site_ps .comments .comments-list ul li section hgroup h5 a.show-answer, .site_da .comments .comments-list ul li section hgroup h5 a.show-answer {
  font-size: 13px;
}
.comments .comments-list ul li section hgroup h5 a.show-answer i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  color: #f7961d;
  font-style: normal;
}
.comments .comments-list ul li section hgroup h5 a.show-answer i:hover {
  text-decoration: underline;
}
.comments .comments-list ul li section hgroup h5 a.show-answer i.hide {
  display: none;
}
.comments .comments-list ul li section hgroup h5 a:hover {
  text-decoration: underline;
}
.comments .comments-list ul li section hgroup h5 a.show-answer:hover {
  text-decoration: none;
}
.comments .comments-list ul li section hgroup h6 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.site_eg .comments .comments-list ul li section hgroup h6, .site_fa .comments .comments-list ul li section hgroup h6, .site_ur .comments .comments-list ul li section hgroup h6, .site_ps .comments .comments-list ul li section hgroup h6, .site_da .comments .comments-list ul li section hgroup h6 {
  font-size: 15px;
}
.comments .comments-list ul li section .datetime {
  margin-bottom: 2px;
  font-size: 10px;
  color: #000;
}
.site_eg .comments .comments-list ul li section .datetime, .site_fa .comments .comments-list ul li section .datetime, .site_ur .comments .comments-list ul li section .datetime, .site_ps .comments .comments-list ul li section .datetime, .site_da .comments .comments-list ul li section .datetime {
  font-size: 12px;
}
.comments .comments-list ul li section .datetime time {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000;
}
.comments .comments-list ul li section .datetime b {
  color: #f7961d;
}
.comments .comments-list ul li section .datetime i.likes {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
.comments .comments-list ul li section .datetime i.likes.like {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -2134px;
}
.comments .comments-list ul li section .datetime i.likes.dislike {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -1926px;
}
.comments .comments-list ul li section .controls {
  opacity: 0;
  filter: alpha(opcaity=0);
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
}
.comments .comments-list ul li section .controls a {
  color: #f7961d;
  font-weight: bold;
  cursor: pointer;
}
.comments .comments-list ul li section .controls a:hover {
  text-decoration: underline;
}
.comments .comments-list ul li section .body {
  font-size: 11px;
  line-height: 16px;
  color: #333;
}
.site_eg .comments .comments-list ul li section .body, .site_fa .comments .comments-list ul li section .body, .site_ur .comments .comments-list ul li section .body, .site_ps .comments .comments-list ul li section .body, .site_da .comments .comments-list ul li section .body {
  font-size: 13px;
}
.comments .comments-list ul li section .body a {
  color: #f7961d;
}
.comments .comments-list ul li section .edit-message {
  display: none;
  margin-top: 10px;
}
.comments .comments-list ul li section .edit-message textarea {
  width: 98%;
  height: 50px;
  padding: 3px;
  border: 1px solid #efeeec;
  resize: none;
}
.comments .comments-list ul li section .edit-message button.save {
  text-transform: uppercase;
  outline-style: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-family: "Sputnik";
  height: 26px;
  line-height: 24px;
  min-width: 60px;
  padding: 0 20px;
  background-color: #f7961d;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
  outline-style: none;
  cursor: pointer;
  font-size: 10px;
  margin-top: 10px;
  float: right;
}
.site_eg .comments .comments-list ul li section .edit-message button.save, .site_fa .comments .comments-list ul li section .edit-message button.save, .site_ur .comments .comments-list ul li section .edit-message button.save, .site_ps .comments .comments-list ul li section .edit-message button.save, .site_da .comments .comments-list ul li section .edit-message button.save {
  font-size: 14px;
}
.site_cn .comments .comments-list ul li section .edit-message button.save {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments .comments-list ul li section .edit-message button.save, .site_fa .comments .comments-list ul li section .edit-message button.save, .site_ur .comments .comments-list ul li section .edit-message button.save, .site_ps .comments .comments-list ul li section .edit-message button.save, .site_da .comments .comments-list ul li section .edit-message button.save {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments .comments-list ul li section .edit-message button.save {
  font-family: "NanumBarunGothic";
}
.site_eg .comments .comments-list ul li section .edit-message button.save, .site_fa .comments .comments-list ul li section .edit-message button.save, .site_ur .comments .comments-list ul li section .edit-message button.save, .site_ps .comments .comments-list ul li section .edit-message button.save, .site_da .comments .comments-list ul li section .edit-message button.save {
  font-size: 12px;
}
.comments .comments-list ul li section .edit-message button.save i {
  font-style: normal;
}
.comments .comments-list ul li section .edit-message button.save:hover {
  -moz-box-shadow: 0 0 5px 0 #b7c1c4;
  -webkit-box-shadow: 0 0 5px 0 #b7c1c4;
  box-shadow: 0 0 5px 0 #b7c1c4;
}
.comments .comments-list ul li section .edit-message .editing-success {
  display: none;
  margin: 10px 20px;
  padding: 10px;
  border: 1px solid #efeeec;
  border-radius: 5px;
}
.comments .comments-list ul li section .edit-message .editing-success label {
  display: block;
  cursor: default;
  text-align: center;
  color: #444;
}
.comments .comments-list ul li section .edit-message .editing-success label a {
  color: #f7961d;
  text-decoration: underline;
  cursor: pointer;
}
.comments .comments-list ul li .buttons {
  opacity: 0;
  filter: alpha(opcaity=0);
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.comments .comments-list ul li .buttons a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 1px;
  background-color: #efeeec;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.site_eg .comments .comments-list ul li .buttons a, .site_fa .comments .comments-list ul li .buttons a, .site_ur .comments .comments-list ul li .buttons a, .site_ps .comments .comments-list ul li .buttons a, .site_da .comments .comments-list ul li .buttons a {
  font-size: 12px;
}
.comments .comments-list ul li .buttons a i {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comments .comments-list ul li .buttons a.answer,
.comments .comments-list ul li .buttons a.activate,
.comments .comments-list ul li .buttons a.remove,
.comments .comments-list ul li .buttons a.restore {
  background-color: #f7961d;
}
.comments .comments-list ul li .buttons a.activate,
.comments .comments-list ul li .buttons a.restore {
  display: none;
}
.comments .comments-list ul li .buttons a.active {
  background-color: #f7961d;
}
.comments .comments-list ul li .buttons a.like i {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -2212px;
  padding: 0;
}
.comments .comments-list ul li .buttons a.dislike i {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -2004px;
  padding: 0;
}
.comments .comments-list ul li .buttons a.like.active i {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -2184px;
}
.comments .comments-list ul li .buttons a.dislike.active i {
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -1976px;
}
.comments .comments-list ul li .buttons a.expended:hover {
  -moz-box-shadow: inset 0 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
  box-shadow: inset 0 0 0 0 transparent;
}
.comments .comments-list ul li .buttons a.expended:active {
  width: 26px;
  height: 26px;
  margin-right: 1px;
  -moz-box-shadow: inset 0 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
  box-shadow: inset 0 0 0 0 transparent;
}
.comments .comments-list ul li .buttons a.expended:active i {
  margin: 5px;
}
.comments .comments-list ul li.m-deleted .buttons a.activate,
.comments .comments-list ul li.m-deleted .buttons a.remove,
.comments .comments-list ul li.m-deleted .buttons a.like,
.comments .comments-list ul li.m-deleted .buttons a.dislike,
.comments .comments-list ul li.m-deleted .buttons a.answer {
  display: none;
}
.comments .comments-list ul li.m-deleted .buttons a.restore {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comments .comments-list ul li.m-notapproved .buttons a.restore,
.comments .comments-list ul li.m-notapproved .buttons a.like,
.comments .comments-list ul li.m-notapproved .buttons a.dislike,
.comments .comments-list ul li.m-notapproved .buttons a.answer {
  display: none;
}
.comments .comments-list ul li.m-notapproved .buttons a.activate {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comments .comments-list ul li:hover .buttons {
  opacity: 1;
  filter: alpha(opcaity=100);
  transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
}
.comments .comments-list ul li:hover .controls.active {
  opacity: 1;
  filter: alpha(opcaity=100);
  transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
}
.comments .comments-list ul li.more {
  *zoom: 1;
  padding: 3px 0 0 0 !important;
  border-top: 1px solid #ebebeb;
}
.comments .comments-list ul li.more:after {
  content: "";
  display: table;
  clear: both;
}
.comments .comments-list ul li.more a {
  float: right;
  padding-top: 2px;
  color: #f7961d;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.site_eg .comments .comments-list ul li.more a, .site_fa .comments .comments-list ul li.more a, .site_ur .comments .comments-list ul li.more a, .site_ps .comments .comments-list ul li.more a, .site_da .comments .comments-list ul li.more a {
  font-size: 13px;
}
.comments .comments-list ul li.more a:hover {
  text-decoration: underline;
}
.comments .comments-list ul li.more {
  background-color: transparent !important;
}
.comments .comments-list ul li.post-message {
  padding: 0px !important;
  margin-bottom: 5px;
}
.comments .comments-list ul li.post-message .postform {
  padding: 10px;
}
.comments .comments-list ul li.post-message:hover {
  background-color: transparent !important;
}
.comments .comments-list ul li.answer {
  margin-left: 40px;
}
.comments .comments-list .loader {
  width: 16px;
  height: 16px;
  margin: 5px auto 0 auto;
  background: url("/i/ajax-loader.gif") no-repeat 0% 0%;
}
.comments .comments-list .showmore_comments {
  padding: 0 12px 12px 12px;
  margin: 0 10px 10px 10px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.comments .comments-list .showmore_comments_new {
  padding: 12px 12px 0px 12px;
  margin: 10px 10px 0px 10px;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.comments .comments-list a.more {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}
.site_eg .comments .comments-list a.more, .site_fa .comments .comments-list a.more, .site_ur .comments .comments-list a.more, .site_ps .comments .comments-list a.more, .site_da .comments .comments-list a.more {
  font-size: 14px;
}
.comments .comments-list a.more:hover {
  text-decoration: none;
}
.comments .comments-list a.more i {
  font-style: normal;
  font-weight: bold;
}
.comments .comments-list a.more em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 12px;
  height: 10px;
  margin-right: 6px;
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -335px;
}
.comments .comments-list a.loadnew {
  display: none;
  padding: 12px 12px 0 12px;
  margin: 10px 10px 0 10px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  color: #f7961d;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.site_eg .comments .comments-list a.loadnew, .site_fa .comments .comments-list a.loadnew, .site_ur .comments .comments-list a.loadnew, .site_ps .comments .comments-list a.loadnew, .site_da .comments .comments-list a.loadnew {
  font-size: 13px;
}
.comments .comments-list a.loadnew i {
  font-style: normal;
}
.comments .comments-list a.loadnew em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 11px;
  margin-right: 6px;
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -335px;
}
.comments .comments-list .clear-margin {
  margin: 0 !important;
}
.comments .top-line,
.comments .bottom-line {
  *zoom: 1;
}
.comments .top-line:after,
.comments .bottom-line:after {
  content: "";
  display: table;
  clear: both;
}
.comments .top-line ul li.add-comment,
.comments .bottom-line ul li.add-comment {
  background: #efeeec;
}
.comments .addcomment {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-family: "Sputnik";
  height: 35px;
  line-height: 33px;
  min-width: 60px;
  padding: 0 20px;
  background-color: #f7961d;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
  outline-style: none;
  cursor: pointer;
  margin: 10px 0 10px 90px;
}
.site_eg .comments .addcomment, .site_fa .comments .addcomment, .site_ur .comments .addcomment, .site_ps .comments .addcomment, .site_da .comments .addcomment {
  font-size: 14px;
}
.site_cn .comments .addcomment {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments .addcomment, .site_fa .comments .addcomment, .site_ur .comments .addcomment, .site_ps .comments .addcomment, .site_da .comments .addcomment {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments .addcomment {
  font-family: "NanumBarunGothic";
}
.comments .addcomment i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  background: url('/i/sprites/icons-s2c90a818e7.png') 0 -309px;
  font-size: 0;
  line-height: 0;
}

.comments__tabs-header {
  margin: 30px 0 10px;
  text-align: center;
}

.comments__tabs-tab {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-family: "Sputnik";
  height: 35px;
  line-height: 33px;
  min-width: 60px;
  padding: 0 20px;
  background-color: #f7961d;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
  outline-style: none;
  cursor: pointer;
  margin: 0 5px;
  background-color: #efeeec;
  color: #f7961d;
  font-family: 'Open Sans', Arial, sans-serif;
  padding-left: 30px;
  padding-right: 30px;
}
.site_eg .comments__tabs-tab, .site_fa .comments__tabs-tab, .site_ur .comments__tabs-tab, .site_ps .comments__tabs-tab, .site_da .comments__tabs-tab {
  font-size: 14px;
}
.site_cn .comments__tabs-tab {
  font-family: "Roboto";
  font-weight: bold;
}
.site_eg .comments__tabs-tab, .site_fa .comments__tabs-tab, .site_ur .comments__tabs-tab, .site_ps .comments__tabs-tab, .site_da .comments__tabs-tab {
  font-family: Arial;
  font-weight: bold;
}
.site_kr .comments__tabs-tab {
  font-family: "NanumBarunGothic";
}
.site_rs .comments__tabs-tab {
  padding-left: 20px;
  padding-right: 20px;
}
.comments__tabs-tab.m-active {
  background-color: #f7961d;
  color: #fff;
}

.comments__tabs-content {
  display: none;
  min-height: 40px;
}
.comments__tabs-content.m-fb {
  display: block;
  text-align: center;
  position: relative;
}

.comments__placeholder-count {
  background-color: #fff;
  width: 320px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.comment__relations {
  margin-top: 5px;
  font-size: 10px;
  color: #000;
}
.site_eg .comment__relations, .site_fa .comment__relations, .site_ur .comment__relations, .site_ps .comment__relations, .site_da .comment__relations {
  font-size: 12px;
}
.comment__relations a {
  color: #000;
}
