@charset utf-8;
/* CSS Document */
body{margin:0;padding:0;font-size:13px;line-height:1.4em;font-family:'Segoe UI', Arial, verdana, Tahoma, Helvetica, sans-serif; color:#555;}


a,a:link{color:#139ffb;text-decoration:none;}
a:hover{color:#555;text-decoration:underline;}
a,area{blr:expression(this.onFocus=this.blur());}
/* for IE */:focus{-moz-outline-style:none;}

/*==== Share ====*/

.fl{float:left;}
.fr{float:right;}


/*rating*/
.ratingArea{height:20px;padding:0 0 5px 0;}
.ratingArea .comment{float:left;line-height:20px;width:100px;font-size:12px;}
.ratingArea .comment a{color:#666;}
.rating{width:95px;}
.rating li,.rating span{float:left;display:block;height:20px;width:18px;background:url(img_style/star.png) no-repeat;text-indent:-9999px;}
.rating li a{display:block;height:20px;width:18px;}
.rating strong{color:#f60;padding-left:10px;}
.rating .on{background-position:0 -28px;}
.rating .half{background-position:0 -55px;}
.bigRating{ width:145px;}
.bigRating li{ width:28px; height:28px; background:url(img_style/star_03.png) no-repeat 0 -56px;}
.bigRating li.on{ background-position:0 0;}
.bigRating li.half{ background-position:0 -28px;}

.rating p{position:absolute;top:25px;width:120px;height:32px;line-height:32px;display:none;background:url(images/icon.png) no-repeat;text-align:center;font-size:15px}
.rating p em{color:#f60;display:block;font-style:normal}


/*slide-txt*/
.slide-txt{position:relative;float:left;width:520px;height:200px;border-radius:6px;overflow:hidden;background-color: #ecf1f5;}
.slide-txt .slide-box{width:450px;height:180px;margin:10px 0 0 15px;}
.slide-txt li{display:block;height:60px;overflow:hidden;}
.slide-txt .prev,.slide-txt .next{display:block;position:absolute;background:url(img_style/arrow.png) no-repeat;width:22px;height:22px;text-indent:-9999px; overflow:hidden; z-index:10;}
.slide-txt .prev{top:20px;right:15px;}
.slide-txt .next{background-position:0 -22px;bottom:20px;right:15px;}
.slide-txt .btm-name{float:right;height:20px;line-height:20px;text-align:right;padding:0 0 0 10px;}



/*reviewsItem*/
.reviewsItem{padding:15px;background:#f5f5f5;margin-top:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden;}
.reviewsItem strong.title{font-size:14px;color:#333;display:block;line-height:20px;}
.reviewsItem span.info{display:block;color:#777;padding:5px 0 0 0;}
.reviewsItem .rating{float:right;margin-top:0;}
.reviewsItem p.con{margin:8px 0;}
.reviewsItem .ud{float:left;width:100px;overflow:hidden;line-height:22px;}
.reviewsItem .ud a{display:block;float:left;background:url(img_style/icon_review.png) no-repeat;width:22px;height:22px;margin:0 5px 10px}
.reviewsItem .ud .down{background-position:0 -22px;}
.reviewsItem .reply{border-top:1px solid #D8DFEA; padding-bottom:8px;}
.reviewsItem .share{float:right;width:260px;padding:5px 0 0 0;}
.reviewsItem .share a.facebook,
.reviewsItem .share a.twitter{display:block;background:url(img_style/icon_share.png) no-repeat;line-height:16px;padding:0 0 0 20px;width:110px;font-size:11px;color:#333;}
.reviewsItem .share a.twitter{background-position:0 -16px;}
.reviewsItem .btm{clear:both;background:#fff url(img_style/arrow_btm.gif) no-repeat 600px 0;position:relative;margin:0 -15px -15px;height:16px;}
