
/* with border */
.tipsy { font-size: 11px; background: url('/skin/frontend/beaubags/default/images/tooltip.png') no-repeat; }
.tipsy-inner { padding: 18px 20px; background: url('/skin/frontend/beaubags/default/images/tooltip_arrows.png'); color: white; max-width: 200px; text-align: left; }

.tipsy .tipsy-inner * { line-height: 16px;}
.tipsy .tipsy-inner p { color: #b7b0a1; }

/* without border */
.tipsy-small {  background: url('/skin/frontend/beaubags/default/images/tooltip_small.png') no-repeat; }
.tipsy-small-inner { padding: 10px 20px; text-align: center; background: url('/skin/frontend/beaubags/default/images/tooltip_small_arrows.png'); max-width: 200px;  color: white; }
  

 /* DEFAULT */
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center;  }
.tipsy-west { background-position: left center; }


