/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-PostRatings 1.40								|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.highest_rated{
	clear:both;
	padding:10px 0 10px 3px;
}
.post-ratings {
display:inline;
height: 16px;
font:12px/16px Arial;
}
.post-ratings-loading {
	display:none;
	height: 11px;
	text-align: left;
	float:left;
}
.post-ratings-image {
	border: 0px;
	vertical-align:bottom;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
		vertical-align:bottom;
}
.post-ratings-text {
font:11px/16px Arial;
}