﻿.SL_LikePost
{   
     display: inline-block;
     color: #B8B8C7;
     font-size: 11px; 
     position:relative;
     margin: 0 5px 0 0;
     cursor: pointer;
}

    .SL_LikePost.Hidden 
    {
        display: none;    
    }

    .SL_LikeIcon 
    {
        display: inline-block;
        height: 12px;
        bottom: 0px;
        position: absolute;
        text-align: center;
        width: 13px;
        font-weight: bold;
        font-size: 15px;
        color: #B8B8C7;
        background: url(/modules/likes/images/like-sprite.png) no-repeat scroll -1px -2px transparent;
    }
    
        .SL_LikeIcon span 
        {
            text-indent: -999999px;
            position: absolute;    
        }
        
    .SL_LikePost:hover .SL_LikeIcon
    {
        background-position: -1px -15px;
    }
    
    .SL_LikePost.Liked .SL_LikeIcon,
    .SL_LikePost.Liked:hover .SL_LikeIcon
    {
        background-position: -1px -28px;
    }

.SL_LikePostText
{
    cursor: pointer;
}

.SL_LikePostCount 
{
    margin: 0 0 0 15px;
}