.tipsy { padding: 5px; font-size: 12px; background: #f0f0f0;  }
.tipsy p.top { margin-bottom: 10px; font-size: 13px; }
.tipsy p { margin-bottom: 0; color: #404040; line-height: 1.25em; }
.tipsy-inner { padding: 10px; color: white; width: 175px; text-align: center; }
.tipsy-inner ul { margin: 0; list-style-type: none; color: #737373;  }
.tipsy-inner ul li { overflow: hidden; margin-bottom: 0; }
.tipsy-inner ul li span { display: block; float: left; text-transform: uppercase; font-size: 11px; padding-top: 6px; }
.tipsy-inner ul li strong { display: block; float: right; font-size: 18px; color: #404040; }

.tipsy-inner ul li { background-repeat: no-repeat; background-position: center left; padding: 0 0 0 25px; }
.tipsy-inner ul li.ideas { background-image: url(/res/img/icons/bulb.png); }
.tipsy-inner ul li.votes { background-image: url(/res/img/icons/thumb.png); }
.tipsy-inner ul li.comments { background-image: url(/res/img/icons/comment.png); }



.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
