/*
+----------------------------------------------------------------+
|																 |
|	WordPress 2.3 Plugin: Karma-Comment 0.9 beta				 |
|	Copyright (c) 2007 Lester "GaMerZ" Chan						 |
|																 |
|	File Written By:											 |
|	- Max 'znG' Glotov  										 |
|	- http://lastsoft.ru										 |
|																 |
|	File Information:											 |
|	- Karma Comment CSS Style									 |
|	- wp-content/plugins/karma-comment/css/karma-comment.css |
|																 |
+----------------------------------------------------------------+
*/


.karma-comment
{
	width: 40px;
	text-align: right;
	}

	.karma-comment span.red
	{
		color: #b00;
		font-weight: bold;
		}
	
	.karma-comment span.green
	{
		color: #0b0;
		font-weight: bold;
		}
		
	.karma-comment span.gray
	{
		color: #bbb;
		}

.karma-comment-control
{
	display: none;
	text-align: right;
	width: 40px;
	}
