#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000;
	padding: 5px;
	opacity: 1;
	
	
	
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	
	margin-left:80px;
	padding:5px;
	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	opacity: 1;
	
}

#tooltip.pretty div 
{
   text-align: center; 
   padding-top:5px;
   
   
     }
#tooltip.pretty p {color:#41606f; font-size:12px; max-width:300px; height:auto;}

#tooltip.fancy {
	


	
}
#tooltip.fancy.viewport-bottom {
    margin-top: -0px;
	background: url('../images/Laminated-popup-bkg.png') no-repeat 0px;	
}

#tooltip.fancy.viewport-bottom div {margin-top:-40px;}

#tooltip div h6 {clear:both; color:#00b4f5; display:block; font-family:arial; font-size:14px; line-height:normal; padding:0; font-weight:bold}

#tooltip.pretty div table {color:#41606f; width:320px; margin-top:0px; background-color:White; border: solid 1px #00b4f5;}
#tooltip.pretty div table tr td {font-size:11px; color:#41606f;}
#tooltip.pretty div table tr td b {font-size:11px; color:#41606f;}

