/* 
    Document   : social_button_32x32
    Created on : Sep 18, 2012, 9:18:40 AM
    Author     : dzung.tt
    Description:
        Style for social button.
*/
.social_button_32x32 .badge {
    background: url("../images/social_32x32.png") no-repeat scroll left center transparent;
    background-position: 0 0;
    height: 32px !important;
    line-height: 32px !important;
    overflow: hidden;
    width: 32px !important;
    cursor: pointer;
    display: block;
}
.social_button_32x32.vertical .badge{
    display: inline-block;
}
.social_button_32x32 .badge:hover{
    opacity: .8;
}
.social_button_32x32 .badge_blank {
    background-position: 0 0 !important;
}
.social_button_32x32 .badge_blogger {
    background-position: 0 -32px !important;
}
.social_button_32x32 .badge_delicious {
    background-position: 0 -64px !important;
}
.social_button_32x32 .badge_digg {
    background-position: 0 -96px !important;
}
.social_button_32x32 .badge_email {
    background-position: 0 -128px !important;
}
.social_button_32x32 .badge_facebook {
    background-position: 0 -160px !important;
}
.social_button_32x32 .badge_favorites {
    background-position: 0 -192px !important;
}
.social_button_32x32 .badge_gmail {
    background-position: 0 -224px !important;
}
.social_button_32x32 .badge_google {
    background-position: 0 -256px !important;
}
.social_button_32x32 .badge_google_plusone_share {
    background-position: 0 -288px !important;
}
.social_button_32x32 .badge_linkedin {
    background-position: 0 -320px !important;
}
.social_button_32x32 .badge_live {
    background-position: 0 -352px !important;
}
.social_button_32x32 .badge_mailto {
    background-position: 0 -384px !important;
}
.social_button_32x32 .badge_twitter {
    background-position: 0 -704px !important;
}