/* CSS Document */
.a_left{
width:650px;
float:left;
overflow:hidden;
border:1px solid #eee;
background:#FFF;
}
.a_left h1{
font-size:20px;
padding:10px;
text-align:center;
}
.a_right{
width:280px;
float:right;
overflow:hidden;
border:1px solid #eee;
background:#FFF;
}
.a_kk{
margin-bottom:5px;
clear:both;
}
.a_bt{
height:21px;
background:#999;
line-height:21px;
}
.a_bt h2{
background:#CD0015;
text-align:center;
color:#FFF;
font-size:14px;
width:100px;
float:left;
}
.a_wz{
padding:5px;
border-bottom:1px solid #eee;
background:#E4E1E1;
}
.a_xx{
margin:5px 0px;
clear:both;
padding:5px;
background:#E5E5E5;
text-align:right;
}
.a_abt{
border:1px dashed #505050;
clear:both;
margin-bottom:5px;
margin:8px;
padding:4px;
color:#8b8b8b;
}
.google{
clear:both;
margin:20px 30px;
text-align:center;
}
.google a{
color:red;}
.a_nr{
padding:0px 10px;
clear:both;
}
.a_nr img{
margin-bottom:5px;
}
.a_xg{
float:left;
margin:5px;
border:1px solid #999;
}
.a_next{
padding:5px 10px;
}
/*jon*/
.a_diqu{
margin:5px;
height:23px;
line-height:23px;
border-bottom:1px dashed #666;
}
.a_diqu span{
float:left;
width:100px;
}
.a_diqu ul{
width:400px;
float:right;
}
.a_a_diqu li{
float:right;
}
/*pf*/
.star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 150px;
height: 30px;
position: relative;
background: url(star_rating.gif) top left repeat-x; 
}
.star-rating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.star-rating li a{
display:block;
width:30px;
height: 30px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
.star-rating li a:hover{
background: url(../images/star.gif) left center;
z-index: 2;
left: 0px;
}

.star-rating a.one-star{
left: 0px;
}
.star-rating a.one-star:hover{
width:30px;
}
.star-rating a.two-stars{
left:30px;
}
.star-rating a.two-stars:hover{
width: 60px;
}
.star-rating a.three-stars{
left: 60px;
}
.star-rating a.three-stars:hover{
width: 90px;
}
.star-rating a.four-stars{
left: 90px;
} 
.star-rating a.four-stars:hover{
width: 120px;
}
.star-rating a.five-stars{
left: 120px;
}
.star-rating a.five-stars:hover{
width: 150px;
}

.star-rating li.current-rating{
background: url(../images/star.gif) left bottom;
position: absolute;
height: 30px;
width:90px;
display: block;
text-indent: -9000px;
z-index: 1;
} 