@charset "utf-8";
/* CSS Document */
/*请复制以下样式即可*/
/*======================================================
评分		
======================================================*/
dl,dd { padding:0; margin:0; list-style:none; font:normal;}
.zopacity { width:100%; height:100%; background:url(../image/safe_blank.png) repeat;position:absolute;top:0;left:0;display:none;z-index:999;}
.content { width:600px; height:auto; margin:0 auto; padding-top:50px;}

/*FontColor*/
.gray ,
.gray a:link ,
.gray a:visited ,
.gray a:hover ,
.gray a:active { color:#999;}


.zscore { padding-bottom:10px; border:3px #9d9d9d solid; border-radius:4px; background-color:#fff;}
.zs_top { position:relative; height:63px;border-bottom:1px #e5e5e5 solid;}
.zs_close { position:absolute; right:15px; top:15px; width:20px; height:20px; background:url(../image/score_close.png) no-repeat; cursor:pointer;}
.zs_padding5 { padding-top:5px;}

.zs_t_re { position:relative; width:248px; height:85px; margin:0 auto; background-color:#fff;}
.zs_t_abs1 { position:absolute; top:16px; width:248px; height:53px; text-align:center; display:block; color:#994b2c; font-size:20px;}
.zs_t_abs2 { position:absolute; top:47px; height:30px;}
.zs_t_left { float:left; width:72px; padding-left:36px; line-height:30px;}
.zs_t_right { float:left; width:140px;}
.zs_star_gray { display:block; width:101px; height:25px; background:url(../image/score_star_gray.png) no-repeat;}
.zs_star_color { display:block; width:101px; height:25px; background:url(../image/score_star_color.png) no-repeat;}

.zs_t_mouseover dd { padding:3px; cursor:pointer;}

.zs_t_r_gray,.zs_t_r_color { float:left; width:17px; height:17px; background:url(../image/score_gray.png) 2px 4px no-repeat; display:block;}
.zs_t_r_color { background:url(../image/score_color.png) center no-repeat;}


.zs_conent{ padding:25px; padding-top:0;}
.zs_item { padding-top:37px;}
.zs_i_gray { padding:12px;padding-bottom:5px; padding-top:7px; border-top:1px #e5e5e5 solid;  border-bottom:1px #e5e5e5 solid; background-color:#f9fbf4;}
.zs_i_re { position:relative; height:30px;}
.zs_i_abs { position:absolute; width:400px; height:50px; top:-29px;}
.zs_i_portrait { float:left; width:50px; height:50px; border:1px #333 solid; border-radius:25px;}
.zs_i_portrait img {width:50px; height:50px;border-radius:25px;}
.zs_i_mask { position:absolute; left:0px; top:0px; width:50px; height:50px; background:url(../image/score_circle.png) no-repeat; _background:url(../image/score_circle.gif) no-repeat;}
.zs_i_infor { float:left; width:300px; height:50px; padding-left:5px;}
.zs_i_top { height:22px; color:#333;}
.zs_i_top span { padding-left:3px; padding-right:5px;}

.zs_i_textarea { width:95%; border:1px #ddd solid; padding-left:11px; background:none; background-color:#fff; line-height:16px; color:#555;}
.zs_i_release { padding-top:5px;}
.zs_i_release input { width:61px; height:26px; border:0; background:url(../image/score_release.png) no-repeat; cursor:pointer;}

/*新的星级评分*/
#star{float:left;margin-top:25px;}
#star ul,#star span{float:left;display:inline;height:19px;line-height:19px;}
#star ul{margin:0 10px;}
#star li{float:left;width:24px;cursor:pointer;text-indent:-9999px;background:url(../image/star.png) no-repeat;}
#star li.on{background-position:0 -31px;}