	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 128.5px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(../images/star_rating.jpg) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(../images/star_rating.jpg) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.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(../images/star_rating.jpg) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
	
	  /*            for recipe details star               */    
    .star-rating1{
        list-style:none;
        margin: 0px;
        padding:0px;
        width: 80px;
        height: 18px;
        position: relative;
      /*  background: url(../images/star.jpeg) top left repeat-x;       */ 
	   background:url(../images/star.jpg) top left repeat-x; 
    }
    .star-rating1 li{
        padding:0px;
        margin:0px;
        /*\*/
        float: left;
        /* */
    }

   
    .star-rating1 li.current-rating1{
        background:url(../images/star2.jpg) left center ;
        position: absolute;
        height: 15px;
        display: block;
        text-indent: -9000px;
        z-index: 1;
    }
    
.wstar {
color : #5a8510;
font-weight : 700;
position : relative;
margin-top : 10px;
margin-bottom : 10px;
padding:7px 0;
}
.wstar span {
position : absolute;
top : -1px;
margin-left : 10px;
}
 .wstar04 {
	color : #5a8510;
	font-weight : 700;
	margin-bottom : 10px;
	margin-left: 15px;
	position: relative;
}
.wstar04 span {
	position : absolute;
	top : -1px;
	margin-left : 10px;
	left: 105px;
}
.gstar04 img, .wstar04 img {
	height: 15px;
	width: 15px;
	border-style: none;
}

.gstar04 {
	margin-left : 15px;
	margin-top : 10px;
	color : #969696;
	position: relative;
	font-size: 12px;
	letter-spacing: -1px;
}
.gstar04 span {
position : absolute;
top : -1px;
margin-left : 6px;
margin-right : 6px;
}
.gstar04 strong {
	margin-left : 90px;
	color : #47454a;
}
.labels
{
	float:left;
	width:130px;
	margin-left:0px;
	
}

.labels1
{
	float:left;
	width:130px;
	
	margin-top:2px;
	
	
}

.stars
{
	float:left;
	width:200px;
	margin-top:-2px;
}

.stars1
{
	float:left;
	width:200px;
	margin-top:0px;
}

.staring
{
	margin-top:130px;
}