	
	.tip_top, .tip_bottom {display:block; background:transparent; font-size:1px;}
	.tip_b1, .tip_b2, .tip_b3, .tip_b4 {display:block; overflow:hidden;}
	.tip_b1, .tip_b2, .tip_b3 {height:1px;}
	.tip_b2, .tip_b3, .tip_b4 { background-color:#d5d5d5;border-left:1px solid #bbbbbb;; border-right:1px solid #bbbbbb;;}
.tip_bb2, .tip_bb3, .tip_bb4 {background-color:#eaeaea; border-left:1px solid #bbbbbb;; border-right:1px solid #bbbbbb;;}
	.tip_b1 {margin:0 5px; background-color:#bbbbbb;;}
	.tip_b2 {margin:0 3px; border-width:0 2px;}
	.tip_b3 {margin:0 2px;}
	.tip_b4 {height:2px; margin:0 1px;}
	
	.tip_bb2 {margin:0 3px; border-width:0 2px;display:block; overflow:hidden;height:1px;}
	.tip_bb3 {margin:0 2px;display:block; overflow:hidden;height:1px;}
	.tip_bb4 {height:2px; margin:0 1px;display:block; overflow:hidden;height:1px;}
	
	.tip_boxtitle {display:block; border:0 solid #bbbbbb; border-width:0 1px;font-size:10pt;font-weight:bold;text-align:left;padding-left:3px;color:black;}
		
	.tip_boxcontent {display:block; border:0 solid #bbbbbb; border-width:0 1px;height:100%;font-size:10pt;font-weight:normal;text-align:left;background:#eaeaea  url(/images/tipbg.gif) repeat-x;	}

	.tip_show { 
	    display:block;
	    position:absolute;
		top:5px; 
		left: 5px;
	    text-align: center}
	
	.tip_hide {
	    position:relative; /*this is the key*/
	    z-index:24; 
	    color:#000;
	    text-decoration:none;
		display: none}
	
	.tip_snazzy {
	    position:relative; /*this is the key*/
	    z-index:24; 
	    color:#000;
		}
	
	.tip_snazzy p{	
		margin:0;padding: 5px 10px;line-height: 1.3;text-align: left;
		}


	
	
