/* CSS Document */
.tour_star {
	background-color: #E0E0E0;
	height: 20px;
}
.star_title {
	float: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.star {
	float: left;
	padding-right: 3px;
}
.tour_books {
	float: right;
	padding-right: 10px;
}
/* star */
.star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 70px;
height: 15px;
position: relative;
background: url(/pic/tour_star.gif) top left repeat-x; 
}
.star-rating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.star-rating li a{
display:block;
width:15px;
height: 15px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
.star-rating li a:hover{
background: url(/pic/tour_star.gif) left center;
z-index: 2;
left: 0px;
}

.star-rating a.one-star{
left: 0px;
}
.star-rating a.one-star:hover{
width:15px;
}
.star-rating a.two-stars{
left:15px;
}
.star-rating a.two-stars:hover{
width: 30px;
}
.star-rating a.three-stars{
left: 30px;
}
.star-rating a.three-stars:hover{
width: 45px;
}
.star-rating a.four-stars{
left: 45px;
} 
.star-rating a.four-stars:hover{
width: 60px;
}
.star-rating a.five-stars{
left: 60px;
}
.star-rating a.five-stars:hover{
width: 70px;
}

.star-rating li.current-rating0{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:0px;
display: block;
text-indent: -9000px;
z-index: 1;
}
.star-rating li.current-rating1{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:7px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating2{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:15px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating3{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:21px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating4{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:30px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating5{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:37px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating6{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:45px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating7{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:52px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating8{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:60px;
display: block;
text-indent: -9000px;
z-index: 1;
} 
.star-rating li.current-rating9{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:67px;
display: block;
text-indent: -9000px;
z-index: 1;
}
.star-rating li.current-rating10{
background: url(/pic/tour_star.gif) left bottom;
position: absolute;
height: 15px;
width:68px;
display: block;
text-indent: -9000px;
z-index: 1;
}
