/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

.tooltip {
	/*float: right;*/
}
.tip {
	width: 150px;
	padding-top: 10px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tooltip_top.png) no-repeat top;
	color: #fff;
	font-size: 80%;
}
	
.tipMid {background: transparent url(../images/tooltip_mid.png) repeat-y; padding: 0 10px 0 10px;}
.tipBtm {background: transparent url(../images/tooltip_btmrt.png) no-repeat bottom; height: 20px;}