/* STAR RATING */

img {
 border: none;
}

.abstract-title{
 border: none;
 font-size: 1.2em;
}

.abstract-keywords {
 font-size: 0.9em;
}

img.abstract-title {
 vertical-align:middle;
}

.abstract-div-1{ 
 border-top: 1px solid #bbb;
 color: black;
 background-color: #efe;
 padding-left: 10px;  
 padding-right: 10px;  
 padding-top: 0px;  
 padding-bottom: 5px;  
 margin: 0px 0px;
}
.abstract-div-0{ 
 border-top: 1px solid #bbb;
 color: black;
 padding-left: 10px;  
 padding-right: 10px;  
 padding-top: 0px;  
 padding-bottom: 5px;  
 margin: 0px 0px;
}

div.abstract-long{
 margin: 20px 0px;
}
.abstract-long li {
 margin: 5px 0px;
}
.abstract-long p {
 margin-top: 5px;
 margin-bottom: 5px;
}

#review {
  padding: 10px;
  color: black;
}

#review p{
  margin-top:6px;
  margin-bottom:6px;
}
.star-rating{
	list-style:none;
	margin-left:5px!important;
	padding:0px;
	width: 75px; /* number of background stars */
	height: 25px;
	position: relative;
	background: url(rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(rating.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(rating.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
