.comments .item {
	border: 1px solid #FFF;
	background-image: url('/img/white.gif');
	background-position: 130px 0;
	background-repeat: repeat-y;
}
.comments .item .right * {
	font-size: 12px;
}
.comments .item .left {
	border-collapse: collapse;
	float: left;
	padding: 15px 0 15px 15px;
	width: 115px;
	font-size: 11px;
    overflow: hidden;
    zoom: 1;
}
.comments .item .right {
	border-collapse: collapse;
	float: left;
	padding: 20px;
	width: 540px;
}

.comments .item .right .details img {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.comments .item .right .details {
	border-bottom: 1px solid #cccac7;
	padding-bottom: 1em;
}
.comments .item .right .text table {
	border-collapse: collapse;
	width: 99%;
} 
.comments .item .right .text td {
	font-size: 12px;
	border-collapse: collapse;
} 
.comments .grey {
	background-color: #e9e7e3;
}
.comments .newy {
	background-color: #dfddd9;
}
.comments .item  .links {
	float: right;
	white-space: nowrap;
}
.comment_form {
	margin-bottom: 10px;
}
.comment_form .submit {
	float:left;
	margin:10px 0 0;
	padding:0;
}
.comment_form .subscribe {
	float:left;
	margin:10px 0 0;
	padding:0;
}
.comment_form .subscribe input {
	position: relative;
	top: 3px;
}
.comment_form .subscribe label {
	margin-right:30px;
}
.comments .item .left img {
	margin-right: 15px;
}
.comments .item .left .name {
	font-size: 13px;
	font-weight: bold;
}
.comments .item .right blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left:1px solid #cccac7;
} 

.comments .item .left .expert {
	display: block;
	margin: 0 0 5px 0;
}
.comments .item .left .expert .topc_title {
	white-space:nowrap;
}
.comments .item .left .expert .mark {
	background-color: #CE0201;
	color: white;
	padding: 0 3px;
}

.enter_fast_title{
    display: none;
}

.item .right .add_fast_link{
    cursor: pointer;
}

.item .right{
    position: relative;
}

.enter_fast_title .cancel{
    border-bottom: 1px dashed black;
    text-decoration: none;
}
