div.comments-container{
	margin:15px auto 10px;
	padding: 0 10px;
}
div.comments-container table.comments-table *{
	font-size: 13px !important;	
	margin:0 !important;
}
.replies {
 /*background: #F6F6F6;*/	
}
div.comment-header{
	margin: 15px 0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 2px;
}
div.comment-header h4{
	font-size: 25px;
	font-weight: normal;
}
div#item_info a{
	text-decoration: underline;
	padding: 10px 0;
	font-size: 14px;
}
.comments-table-container {
	padding : 0 0 0px 0;
	border-width: medium 1px;
}

table.comments-table {
	margin-bottom: 25px;
	width: 100%;	
}

table.comments-table .data, table.comments-table .action{
	white-space:nowrap;	
}

.comments-table tr td {
	border: 0;
	border-top: 1px solid #A7B6B6;
	text-align: left;
	height: 30px;
}

.comments-table tr td.sn{
	width: 1%;
}
.comments-table tr td.userId{
	width: 15%;
}
.comments-table tr td.date{
	width: 15%;
}
.comments-table tr td.rate{
	width: 12%;
}
.comments-table tr td.action{
	width: 10%;
	text-align: center;
}
.blank {
	background: white;
}

.comments-table .seller-reply td {
	color: #D75509;
	border-top: 1px dashed #A7B6B6;
}
.comments-table .seller-reply td.sn{
	border:0;	
}
.reply-td {
	border: 0;
	height: 20px;
}

div.stars-div{
	width : 75px;
	height : 15px;
	background : transparent url(/img/comment/star_gray_15x15.png);
}
div.stars-span{
	height : 15px;
	background : transparent url(/img/comment/star_blue_15x15.png);
}

.comments-top{
    width:  100%;
}
.comments-top td{
    padding:    10px 30px;
}
.comments-top-left{
    float:  left;
    width:  60%;
}
.comments-top-right{
	float: left;
    width: 40%;
}
/*.comment_btn{
	background-color: #FBE26E;
	background-image: url(../img/comment/background.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border: 1px solid #F6B22B;
	color: black;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;	
	margin-left: 16px;
	text-align: center;
	text-decoration: none;	
	font-size: 14px;
}*/

#comment_btn, #add_comment_btn{
	clear: both;
	height: auto;
	/*background: url(/img/templatemo_button.png) no-repeat;*/
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	padding:5px 10px;
	border-radius: 4px;
	display:inline-block;
	margin-top:5px;
}

#comment_btn:hover,#add_comment_btn:hover {
	/*background: url(/img/templatemo_button_hover.png) no-repeat;*/
	text-decoration:none;
	color:white;
}


table.comments-top{
	margin-bottom:20px;
	height: 80px;	
}
table.comments-top tr td{
	border: 1px solid #E4E4E4;
}
div.average-score{
	float:left;
}
div.average-score-value{
	clear:left; 
	margin-bottom: 2px; 
	font-size : 25px;
	font-weight : bold;
	color: #637ABD;
	text-align : center;
}
div.average-score-label{
	clear:left; 
	text-align : center;
}
div.average-star-amount{
	float:left; 
	margin-left:40px;
}
.stars-div{
	clear:left; 
	margin: 10px 0 8px 0;
}
div.comment_btn_text{
	margin-bottom: 15px;
}
tr.first-tr td{
	border-top: none;
}
.form-msg-container{                
    background-repeat:  no-repeat;
    background-position:    10px 10px;
    padding:    10px 20px 10px 40px;
    margin:     0px 0 10px;
    width: 700px;
    display:none;
}
.form-info-msg{
    border:     1px solid #8AC;
    background-color:   #F4F4FF;
    background-image:   url("/img/attion.PNG");
}            
.form-success-msg{
    border:     1px solid #0B5;
    background-color:   #EFE;
    background-image:   url("/img/ok.bmp");
}
.form-error-msg{
    border:     1px solid #D50;
    background-color:   #FFF4F4;
    background-image:   url("/img/error.png");
}
.no-feed-back{
	line-height: 17px;
	font-size: 16px;
}
#question-input, .reply-input, .append-input{
	resize: none;
	margin: 5px 0px;
	overflow: auto;
	outline: none;
	height: 50px;
	width: 350px;
}
#question-input{
	height: 80px;
	width: 400px;
	display:block;
	margin-bottom: 15px;
}
.reply-input, .seller-reply-link, .question-reply-link, .seller-append-link,.append-input{
	float: left;
}
.seller-reply-link ,.seller-reply-link:hover, .question-reply-link, .question-reply-link:hover, .seller-append-link, .seller-append-link:hover{
	margin: 10px 20px;
	border: 1px solid #B4B3B3;
	text-decoration: none;
	text-align: center;	
	width: 51px;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	color: #444;
	background: -webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#F2F2F2));
	background: -moz-linear-gradient(top,#fafafa,#f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f2f2');
}
.reply-title, .append-title{
	margin: 5px 0;
}
div.show-all {
	margin: 0;
	padding-bottom: 10px;
	text-align: right;
}
div.show-all a{
	font-weight: bold;
	font-size:14px;
}
.comments-table tr.appendContent td, .comments-table tr.seller-append td{
	border-top: 0;	
}
.comments-table tr.appendContentTr td{
	border-top: 0;
	border-bottom: 1px solid #B4B3B3;
}

.editor-switch{
	margin-bottom:5px;	
}
.editor-switch .selected{
	color: #333;
	text-decoration:none;
	cursor:default;	
}