
.rating-block{ height:16px; width:85px;padding:6px;border:1px solid #CCC;background-color:#FFF9F1;float:left;margin-right:20px;}
.rating-block ul,.star_wrap{height:16px;width:85px;background:url(../images/rating-stars.png) no-repeat 0 -90px;position:relative}
.rating-block li{display:inline;}
.rating-block a{display:block;position:absolute;left:0;top:0;height:16px;padding:0px;}
.star-1{width:17px;z-index:50;}
.star-2{width:34px;z-index:40;}
.star-3{width:51px;z-index:30;}
.star-4{width:68px;z-index:20;}
.star-5{width:85px;z-index:10;}
.rating-wrap{height:16px;width:85px;background:url(../images/rating-stars.png) no-repeat 0 0;position:relative;margin-top: 4px;}
.rating-1{background-position:0 -72px;}
.rating-2{background-position:0 -54px;}
.rating-3{background-position:0 -36px;}
.rating-4{background-position:0 -18px;}
.rating-5{background-position:0 0;}
.active-star{background:url(../images/rating-stars.png) no-repeat;}
.rating-hint{float:left;color:red;line-height:30px;font-size:13px;font-style:italic;}
.blue{color:#36c;line-height:16px;}
.bizinfo{line-height:18px;}
.rating-dis li{margin: 0;height:16px; font-size:12px;}
.rating-dis span{display:block;float:left;margin-right:10px;}
.dis_pre{color:red;}
.dis_bg{width:150px;height:12px;background-color:#FFF1E1;display:block;}
.dis_show{height:12px;background-color:#FF9966;text-indent:-1000px;}
.dis_num{color:#36c}

.rating-dis, .rating-dis li{

  line-height: 10px;
}

html, body {
    height: 100%;
}

/* give the wrapper a padding-bottom and negative margin-bottom equal to the footer height */

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    padding-bottom: 100px;
}
.footer {
    height: 100px;
 
}
 
