.social-buffs{ text-align:center; }
.social-buffs .sb-counts{ font-size:28px;line-height:28px;margin-bottom:10px;display:block;border-bottom:1px dotted #CCC; }
.social-buffs .sb-icon{ display:inline-block;margin:0 5px 5px 0;}

.social-buffs.vertical{ text-align:left; }
.social-buffs.vertical .sb-counts{ font-size:28px;line-height:28px;margin-bottom:10px;display:block;border-bottom:1px dotted #CCC; }
.social-buffs.vertical div { height:33px !important;overflow:hidden;margin:0;margin-bottom:7px;position:relative;padding:0 0 2px 40px;vertical-align:middle;}
.social-buffs.vertical div { border-bottom:1px dashed #DDD; }
.social-buffs.vertical div a { vertical-align:middle;text-decoration:none;font:12px;color:#333;margin:0; }
.social-buffs.vertical div img{ display:inline;margin-right:2px;float:left;margin-left:-40px;}


/*Tipsy*/
.default-tipsy,.orange-tipsy,.green-tipsy { line-height:15px;padding:5px;font-family:Verdana, Geneva, sans-serif;font-size: 10px;position:absolute;z-index:100000; }
.default-tipsy-inner,.orange-tipsy-inner,.green-tipsy-inner { padding: 5px 8px 4px 8px;max-width:400px; text-align: center; }
.default-tipsy-arrow,.orange-tipsy-arrow,.green-tipsy-arrow  { position: absolute;width: 9px; height: 5px; }
.default-tipsy-n .default-tipsy-arrow,.orange-tipsy-n .orange-tipsy-arrow,.green-tipsy-n .green-tipsy-arrow{ top: 0; left: 50%; margin-left: -4px; }
.default-tipsy-nw .default-tipsy-arrow,.orange-tipsy-nw .orange-tipsy-arrow,.green-tipsy-nw .green-tipsy-arrow { top: 0; left: 10px; }
.default-tipsy-ne .default-tipsy-arrow,.orange-tipsy-ne .orange-tipsy-arrow,.green-tipsy-ne .green-tipsy-arrow { top: 0; right: 10px; }
.default-tipsy-s .default-tipsy-arrow,.orange-tipsy-s .orange-tipsy-arrow,.green-tipsy-s .green-tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.default-tipsy-sw .default-tipsy-arrow,.orange-tipsy-sw .orange-tipsy-arrow,.green-tipsy-sw .green-tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.default-tipsy-se .default-tipsy-arrow,.orange-tipsy-se .orange-tipsy-arrow,.green-tipsy-se .green-tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.default-tipsy-e .default-tipsy-arrow,.orange-tipsy-e .orange-tipsy-arrow,.green-tipsy-e .green-tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.default-tipsy-w .default-tipsy-arrow,.orange-tipsy-w .orange-tipsy-arrow,.green-tipsy-w .green-tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

.default-tipsy-inner { background-color:#000; color:#FFF; }
.orange-tipsy-inner { background-color:#FC0; color:#000; }
.green-tipsy-inner { background-color:#9C0; color:#000; }

.default-tipsy-arrow { background: url('../images/tipsy.gif') no-repeat top left; }
.orange-tipsy-arrow { background: url('../images/tipsy-orange.gif') no-repeat top left; }
.green-tipsy-arrow { background: url('../images/tipsy-green.gif') no-repeat top left; }