/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/

				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	font-size: 11px;
	line-height: 1.2em;
color: #333;
margin-top:30px;
	width: 420px;
	padding-top: 36px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tip/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../images/tip/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../images/tip/tipBtm.png) no-repeat bottom; height: 32px;}

span.info {
    display: block;
text-align:left;
margin-left: 200px;
}
p.info {
    display: block;
text-align:left;
margin-left: 200px;
}
ul.list1{
 list-style-type:square;
margin: 0 0 0 15px;

}
ul.list2{
 list-style-type:circle;
margin: 0 0 0 10px;

}
ul.list3{
 list-style-type:decimal;
margin: 0 0 0 20px;

}