﻿
#voting 
{
    height:55px;
	min-width:15px;
    float:left;
}

#upvoted
{
    background:url(/content/vote-up-24.png) no-repeat  center;
	height:32px;
    width:25px;
	display:block;
	text-indent:-9999px;
}
#upvoted:hover 
{
    background:url(/content/vote-up-grey.png) no-repeat  center;
}

#upvote 
{
    background:url(/content/vote-up-grey.png) no-repeat  center;
	height:32px;
    width:25px;
	display:block;
	text-indent:-9999px;
}
#upvote:hover 
{
    background:url(/content/vote-up-24.png) no-repeat  center;
}

#votes 
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;

}

#downvote 
{
    background:url(/content/vote-down-grey.png)  no-repeat  center;
	width:25px;
	height:32px;   
	display:block;
	text-indent:-9999px;   
}
#downvote:hover 
{
    background:url(/content/vote-down-24.png) no-repeat center;
    
}

#downvoted 
{
    background:url(/content/vote-down-24.png) no-repeat bottom;
    
	width:25px;
	height:32px;
    display:block;
	text-indent:-9999px;  
}
#downvoted:hover 
{
    background:url(/content/vote-down-grey.png) no-repeat ;
    
}