﻿@charset "utf-8";

/* 评论列表 */
.comlistbox{ margin-top:10px; }
	.msglist li{ margin-bottom:15px;  border:1px solid #ddd; background:#fff; 
		-webkit-box-shadow: #f1f1f1 0 3px 0;
		-moz-box-shadow: #f1f1f1 0 3px 0;
		box-shadow: #f1f1f1 0 3px  0;
		behavior: ;
	}
	.msglist .msginfo{ height:26px; line-height:26px; padding:0 10px; background: 0 -13px repeat-x; border-bottom:1px solid #dfdfdf; color:#999;   }
	.msglist .msginfo .reviewer{ font-weight:bold; color:#c60;  }
	.msglist .msginfo .star{ float:right;  height:30px; _display:inline; }
	.msglist .msginfo .star em{display:inline-block; *display:inline; zoom:1;}
	.msglist .msgcontent{width:100%; display:block; padding:10px 0; overflow:hidden; zoom:1; /*width:633px;*/ }
	.msglist .msgcontent .userpic{ width:90px; text-align:left; float:left;   }
	.msglist .msgcontent .userpic img{ width:80px; height:80px;   }
	.msglist .msgcontent .msgcon{ display:block; float:left; margin:0 10px;  }
	.msglist .msgcontent .msgreply{ background: repeat-x top; margin-top:5px; padding-top:10px;   }
	.msglist .msgcontent .msgreplyer{ font-weight:bold; }
	.msgpage{ text-align:right; }

/* 填写评论 */
.msgaddbox{ padding:10px 25px; background:#f8f8f8; border:1px solid #ddd;    }
.msgaddbox .inputtxt{ height:20px; line-height:20px; border:1px solid #d4d4d4; width:90px;  }
.msgaddbox #commentemail{ width:180px;  }
.msgaddbox li{  height:22px; line-height:22px;}
.msgaddtit{ display:none;  }
.msgaddbox .msgadduser label{ padding-right:15px;  }
.msgaddbox .msgadduser i{ color:#f00;  }
.msgaddbox .msgadduser li{ overflow:hidden;  }
.msgaddbox .msgadduser #commentrankingblock{ float:right;  }
.msgaddbox .msgscore{ padding-top:0px;  }
.msgaddbox  #commentcontnet{ margin-top:10px;   background:#fff; border:1px solid #d4d4d4; width:568px; height:60px;    }
.msgaddbox  .msgsubmitbar{ padding-top:10px; height:22px; line-height:22px;  }
.msgaddbox  .msgsubmitbar .msgaddbtn{display:inline-block;  width:72px; height:22px; line-height:22px; text-align:center; color:white; background:url(/uploads/image/tdspimsg/fbplbtn.png) no-repeat left top;  }
.msgaddbox  .msgsubmitbar *{ vertical-align:middle; }
.msgaddbox  #commentvalidcode{ margin:0 5px;  }


/* 评论发表页模板 ---------------------------------------------- */
.addcomfrom{ padding:15px;  }
.addcomfrom table{ border-collapse: collapse; empty-cells:show; background:#fff;  }
.addcomfrom table td{ border:#eee solid 1px; padding:5px; } 
.addcomfrom table .spacingtitle{ background:#f4f4f4; font-weight:bold;  }
.addcomfrom table table td{ border:0;  }
.addcomfrom #btnsubmit{ width:80px; height:26px; line-height:22px; cursor:pointer;    }


/* 星形评分 */
.stars{ display:inline-block; *display:inline; zoom:1; width:72px;  height:11px; margin-right:5px;  overflow:hidden; background: -4px -34px  no-repeat;  }
.stars i{ display:inline-block; *display:inline; zoom:1; height:11px;  background: -4px -14px no-repeat; }
.starsman{ display:none;  }