
/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

	.tTip {position: relative; cursor: pointer; }
	.tip {color: #333;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tipka { background: transparent url("sound_block.gif") repeat-y; }

.tip {
	width: 140px;
	padding-top: 3px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	background: transparent url("tooltip_top.gif") no-repeat top;}
	
.tipMid {background: transparent url("tooltip_mid.gif") repeat-y; padding-left: 5px; text-align:center; font-family: Arial; font-size:11px;}
.tipBtm {background: transparent url("tooltip_btm.gif") no-repeat bottom; height: 12px;}
