#main {width: 640px; height: 500px; margin-top: 7px; position: relative; float: left;}

.tTip {width: 200px; cursor: pointer; color: #666; font-weight: bold; margin-top: 40px; margin-left: 10px;}
.tip {color: #333;}

				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	font-size: 14px;
	color: #000241;
	padding-top: 30px;
	padding-left: 25px;
	width: 212px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(tip.png) no-repeat top;
	height: 110px;
	width: 140px;
	}

