




.discuss h1{
  font-size: 16px;
  margin-bottom: 15px;
}


.d-nav{
  border-bottom: 1px solid #DADBDF;
  padding-bottom: 26px;
  margin-bottom: 27px;
}

.d-nav .d-nav-lft{
  float: left;  
}

.d-nav .d-nav-lft ul li{
  display: block;
  float: left;
}

.d-nav .d-nav-lft ul li a{
  display: block;
  height: 26px;
  font-size: 15px;
  border: 1px solid #EEEEF0;
  line-height: 26px;
  background-position: #E7E7E7;
  padding: 0 10px;
  color: #000;
  margin-right: 12px;
  font-family: 'pt_sans_narrowregular';
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 4px -4px #8B8B98;
  -webkit-box-shadow: 0 3px 4px -4px #8B8B98;
  box-shadow: 0 3px 4px -4px #8B8B98;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(244,244,244,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );
}

.d-nav .d-nav-lft ul li a:hover{
  background: rgba(244,244,244,1);
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );
}

.d-nav .d-nav-lft ul li.active a{
  height: 28px;
  border: 0;
  line-height: 28px;
  background: #E8E8E8;
  font-family: 'pt_sans_narrowbold';
  -moz-box-shadow: inset 0 0 4px -1px #8B8B98;
  -webkit-box-shadow: inset 0 0 4px -1px #8B8B98;
  box-shadow: inset 0 0 4px -1px #8B8B98;  
}

.d-nav .d-nav-rht{
  float: right;
  font-size: 22px;
}

.d-nav .d-nav-rht ul li{
  display: block;
  float: left;  
  margin: 0 0 0 20px;
}

.d-nav .d-nav-rht ul li a{
  color: #000;
  text-decoration: underline;
  font-family: 'pt_sans_narrowregular';
  text-transform: uppercase;
}

.d-nav .d-nav-rht ul li.active a{
  font-family: 'pt_sans_narrowbold';
  text-decoration: none;
}

.d-article{
  font-size: 16px;
  line-height: 19px;  
  padding-bottom: 26px;
  margin: 27px 0;
}

.d-article .date{
  color: #B5B5B5;
  display: block;
  margin-bottom: 12px;
}

.d-article h2{
  font-size: 18px;
  text-transform: none;
  margin-bottom: 5px;
}

.d-article p{
  margin-bottom: 13px;
}

.d-article strong{
  display: block;
  font-family: 'pt_sansbold';
  margin-bottom: 13px;
}

.d-article .comm-line a{
  text-decoration: underline;
}

.comment-form{
  background: #F6F6F6;
  padding: 30px 0;
}

.comment-form .comm-title{
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: -30px;
}

.comment-form .comment-form-in{
  padding: 0 0 0 30px;
  border-bottom: 1px solid #D8DCDF;
}

.comment-form .d-comm-post-title{
  font-size: 16px;
  font-family: 'pt_sansbold';
  margin-bottom: 10px;
}

.comment-form .d-comm-post-title span{
  color: #B6B6B6;
  font-family: 'pt_sansregular';
}

.d-comm-post-body{
  font-size: 16px;
  line-height: 19px;
}

.comment-form .d-comm-post{
  margin-bottom: 25px;
}

.d-comm-form .d-comm-form{
  padding-left: 30px;
}

.d-comm-form .form-section{
  float: left;
}

.d-comm-form .form-section.form-section-rht{
  float: right;
}

.d-comm-form{  
  width: 650px;
  padding: 18px 0 0 30px;
}

.d-comm-form .form-section label{
  display: block;
  font-size: 16px;
  color: #7B7B7B;
  margin-bottom: 5px;
}

.d-comm-form .form-section .com-txt,
.d-comm-form .com-area,
.d-capcha-inp
{
  border: 2px solid #D9DDE0;
  width: 296px;
  padding: 3px 10px;
  font-size: 16px;
}

.d-comm-form .com-area{
  width: 626px;
  resize: none;
  resize: vertical;
}

.d-comm-form .form-line{
  margin-bottom: 10px;
}

.d-comm-form .d-capcha{
  float: left;
  margin-right: 10px;
}

.d-comm-form .d-capcha-inp{
  width: 136px;
  float: left;  
}

.d-comm-form .d-form-sub{
  width: 320px;
  height: 38px;
  color: #fff;
  background: #00A0DC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-size: 16px;
  float: right;
  position: relative;
  top: -5px;
}

.d-comm-form .d-form-sub:hover{
  background: #0086B9;
}

.discuss .more-line{
  margin-top: -30px;
}

.d-article-first{
  border-bottom: 1px solid #D8DCDF;  
}

.display_none{
  display: none;
}

.expert-list .more-line {
    margin-top: 0;
}
.expert-list .display_none{
    display: none !important;
}