@encoding "utf-8";

#articlefooter {
margin-top: 10px;
margin-left: 10px;
}

.rating,
.rating a:hover,
.rating a:active,
.rating a:focus,
.rating .current-rating{
background: url(star01.gif) repeat-x;
}
.rating{
position:relative;
width:73px;
height:20px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.rating li{
display: inline;
}
.rating a,
.rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:20px;
line-height:15px;
outline:none;
overflow:hidden;
border: none;
}
.rating a:hover,
.rating a:active,
.rating a:focus{
background: url(star02.gif) repeat-x;
}
.rating a.one-star{
width:20%;
z-index:6;
}
.rating a.two-stars{
width:40%;
z-index:5;
}
.rating a.three-stars{
width:60%;
z-index:4;
}
.rating a.four-stars{
width:80%;
z-index:3;
}
.rating a.five-stars{
width:100%;
z-index:2;
}
.rating .current-rating{
z-index:1;
background: url(star03.gif) repeat-x;
}

#ratingbox
{
	float:left;
}

#printpage_link
{
	height:20px;
	float:right;
/* 	overflow:hidden; */
	color: #09577F;
	font-size: 13px;
	margin-right: 10px;
}

#printpage_link a
{
/*	height: 15px; */
	color: #F9967C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: transparent url(icons.gif) no-repeat scroll 0;
	padding-left: 22px;
	text-decoration: none;
	display:block;
	line-height:20px;
}

#printpage_link a:hover
{
/*	background-position: 0 -12px; */
	text-decoration: none;
	color: #FF6400;
}

#ratingbox #ratingtext,
#tellafriend_box,
#bookmark_box
{
	display: none;
}

#tellafriend_box
{
	padding-top: 20px;
	font-size: 14px;
	width: 75%;
}

#tell_link
{
	height:20px;
	float:right;
/*	overflow:hidden; */
	color: #09577F;
	font-size: 13px;
	margin-right: 10px;
}

#tell_link a
{
	color: #F9967C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	background: transparent url(icons2.gif) no-repeat scroll 0;
	padding-left: 22px;
	text-decoration: none;
	display:block;
	line-height:20px;
}

#tell_link a:hover
{
/*	background-position: 0 -12px; */
	text-decoration: none;
	color: #FF6400;
}

#bookmark_link
{
	height:20px;
	float:right;
/*	overflow:hidden; */
	color: #09577F;
	font-size: 13px;
}

#bookmark_link a
{
	color: #F9967C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: transparent url(icons3.gif) no-repeat scroll 0;
	padding-left: 22px;
	text-decoration: none;
	display:block;
	line-height:20px;
}

#bookmark_link a:hover
{
/*	background-position: 0 -12px; */
	text-decoration: none;
	color: #FF6400;
}

#bookmark_box
{
/*	width: 100%
	margin-top: 5px;
	padding-top: 25px; */
}

#comment_link
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#comment_form
{

}

