/* .tipsy { padding: 5px; font-size: 10px; opacity: .8; filter: alpha(opacity=80); background-repeat: no-repeat; background-color: } */



/*  .tipsy-inner { padding: 4px 5px; background-color: black; color: black; max-width: 200px; text-align: center; background: url(/includes/scripts/jquery-tooltip/shadow2.png) top center; z-index: 100;} */

/*
  .tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }

  .tipsy-north { background: transparent url(/includes/contents/DESIGN/BIZCENTER/arrow_up.png) no-repeat scroll top center; }
  .tipsy-north { background: none; }
*/



  .tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../images/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }
 
/*
.tipsy {
   background: #c0d538;
  
   margin: 0 9px;
   margin: 0 9px;
   padding: 0px;

}
*/
/*
.tipsy_top div {
   background: transparent url(/includes/contents/DESIGN/BIZCENTER/black-tl.png) no-repeat top left;
}
.tipsy_bottom div {
   background: transparent url(/includes/contents/DESIGN/BIZCENTER/black-bl.png) no-repeat bottom left;
}
*/

.tipsy_top {
   background: transparent url(../images/tipsy-top.png) no-repeat bottom center;
   padding-bottom: 0;
   margin-bottom: 0;
   width: 100%;
   height: 4px;
}
.tipsy_bottom {
   background: transparent url(../images/tipsy-bottom.png) no-repeat top center;
   padding-top: 0;
   margin-top: 0;
   width: 100%;
   height: 6px;
}

.tipsy_button {
	width: 100%;
	/* background: transparent url(../images/tipsy-north.gif) no-repeat scroll bottom center; */
	top: -0px;
	margin-top: 0px;
	padding-top: 0px;
	height: 6px;
	clear: both;
}

.tipsy_box {
 opacity: .8;
 filter: alpha(opacity=80);
 width: 125px;
}

.tipsy-inner {
 color: white;
 background-color: black;
 text-align: center;
 padding: 4px 5px;
 font-family: Arial;
 font-weight:normal;
 font-size: 1.0em;
}

.n_button { background: transparent url(../images/tipsy-north.gif) no-repeat scroll bottom center; }
.s_button { background: transparent url(../images/tipsy-south.gif) no-repeat scroll top center; position: relative; top: -2px; }
.e_button { background: transparent url(../images/tipsy-east.gif) no-repeat scroll bottom center; }
.w_button { background: transparent url(../images/tipsy-west.gif) no-repeat scroll bottom center; }


/*
	
.tipsy_top div, .tipsy_top, 
.tipsy_bottom div, .tipsy_bottom {
   width: 100%;
   height: 5px;
   font-size: 1px;
}

.tipsy_inner { margin: 0 5px; }

.tipsy_box {
 width: 125px;
}

.tipsy-inner {
 font-family: Arial;
 font-weight: bolder;
 font-size: 1.4em; 
} 
*/
/*                tip.css({width: '125px', 'font-face': 'Arial', 'font-weight' : 'bolder'}); */


