#social_bookmarks ul.social_share span.switch {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/switch.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -9999em;
    width: 23px;
}

#social_bookmarks ul.social_share span.switch.off {
    background-position: 0 0;
}

#social_bookmarks ul.social_share span.switch.on {
    background-position: 0 -12px;
}

#social_bookmarks ul.social_share li {
    height: 25px;
    overflow: hidden;
    background: none;
    padding: 0px !important;
    margin: 0px !important;
}

#social_bookmarks {
    margin: 2px 0;
}

#social_bookmarks ul.social_share li#facebook_button {
    width: 125px;
}

#social_bookmarks ul.social_share li#twitter_button {
    width: 100px;
}

#social_bookmarks ul.social_share li#googleplus_button {
    width: 80px;
}

#social_bookmarks ul.social_share li#loadall_button {
    width: 100px;
}

#social_bookmarks ul.social_share li#load_button_on {
    height: 0px !important;
}

#social_bookmarks ul.social_share li#info_button {
    padding-left: 30px !important;
}

.clear {
    clear: both;
}