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

.tip {
	width: 212px;
	padding: 5px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	color: #000000;
	background-color: #eae2d2;}
	