/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PostRatings 1.31								|
|	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			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	text-align: left;
	margin: 0px 0px 0px 0px;
	width:100%;
	height: 30px;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	position: relative;
	float: left;
	display: none;
	height: 20px;
	color: white;
	text-align: left;
}
.post-ratings-image {
	float: left;
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
float: left;
text-align: left;
margin: 3px 2px 0px 10px;
font: 13px Arial, sans-serif;
height: 24px;
vertical-align: top;
display:block;
overflow: hidden; 
}
.post-ratings-text span {
font-size: 16px;
font-weight:bold;
}
