/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

.weapon-img {float:left; margin: 25px 15px 5px 25px; }
.tooltip-box-head {background:url(../leximg/tooltip-box-head.gif) no-repeat; height:40px;}
.tooltip-box-bg {background: url(../leximg/tooltip-box-bg.gif) repeat-y; width:326px; padding:0px; overflow:hidden;}
.tooltip-box-foot {background:url(../leximg/tooltip-box-foot.gif) no-repeat; height:14px; width:326px;}
.tooltip-box-bg p {padding:15px; font-size:11px}
.tooltip-box-head h2 {height:30px; line-height:30px;}
/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}