﻿
.SocialShare, .SocialShareSmaller 
{
    position:relative;
    font-size:13px;
    white-space:nowrap;
    text-align:left ! important;
}

.SocialShare .icon, .SocialShareSmaller .icon
{
    position:relative ;
    z-index:100;
}
.SocialShare .PopUpArrow, .SocialShareSmaller .PopUpArrow
{
    width: 0; 
    height: 0; 
    border-left: 5px outset transparent;
    border-right: 5px outset transparent;
    border-bottom: 10px outset #777777; 
    margin:40px 0px 0px 15px; 
    position:relative ;
    z-index:143;
}

.SocialShare .PopUp, .SocialShare .PopUpFB,
.SocialShareSmaller .PopUp, .SocialShareSmaller .PopUpFB
{
    background-color:#424242; 
    color:#FFFFFF; 
    padding:5px; 
    border:none; 
    position:relative; 
    z-index:42;
    
     -moz-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4); 
    -webkit-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4); 
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4); 

	border-top-left-radius: 8px;	-moz-border-radius-topleft: 8px;	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;	-moz-border-radius-topright: 8px;	-webkit-border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;	-moz-border-radius-bottomleft: 8px;	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	-moz-border-radius-bottomright: 8px;	-webkit-border-bottom-right-radius: 8px;
    
}

.SocialShare .PopUp, .SocialShare .PopUpFB
{
    margin:-1px 5px 5px 5px;
}
.SocialShareSmaller .PopUp, .SocialShareSmaller .PopUpFB
{
    margin:-10px 5px 5px 5px;
}
.SocialShareSmaller .PopUpArrow
{
    top:-9px;
}

.SocialShare .PopUp, .SocialShareSmaller .PopUp
{
    width:120px;
}


.SocialShare .PopUpFB, .SocialShareSmaller .PopUpFB
{
    width:160px;   
}

.SocialShare .FacebookCount, .SocialShare .TwitterCount, .SocialShare .PinterestCount, .SocialShare .LinkedInCount,
.SocialShareSmaller .FacebookCount, .SocialShareSmaller .TwitterCount, .SocialShareSmaller .PinterestCount, .SocialShareSmaller .LinkedInCount
{
    background-color:#424242; /*rgba(100, 100, 100, 0.8); */
    width:auto; 
    position:absolute; 
    z-index:150;
    top:-2px; 
    right:1px; 
    font-size:8px; 
    line-height:150%;
    color:#FFFFFF;
    padding:0px 3px 1px 3px;
    height:13px;
    min-width:8px;
     -moz-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4); 
    -webkit-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4);
    box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4);
    text-align:center;

	border-top-left-radius: 15px;	-moz-border-radius-topleft: 15px;	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;	-moz-border-radius-topright: 15px;	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;	-moz-border-radius-bottomleft: 15px;	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;	-moz-border-radius-bottomright: 15px;	-webkit-border-bottom-right-radius: 15px;

}    

