/* Social Networking widgets */
.social_networking {
    border-bottom: 1px dotted #999999;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 7px;
    padding-bottom: 7px;
    text-align: left;
    vertical-align: middle;
    width: 300px;
}
.social_networking span {
    float: left;
    line-height: 26px;
    padding-right: 5px;
}
.share_icon {
    background-image: url(/images/SF47df8e386d2a61486bbed89a212ed3ac/share-sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    margin: 0 2px;
    width: 26px;
}
.share_icon.facebook {
    background-position: 0px 0px;
}
.share_icon.facebook:hover {
    background-position: 0px -27px;
}
.share_icon.twitter {
    background-position: -27px 0px;
}
.share_icon.twitter:hover {
    background-position: -27px -27px;
}
.share_icon.myspace {
    background-position: -54px 0px;
}
.share_icon.myspace:hover {
    background-position: -54px -27px;
}
