.tooltip {
			color: #000000; outline: none;
			cursor: pointer; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
			
		}
		.tooltip p {
			margin-left: -999em;
			position: absolute;
			
		}
		
		.tooltip:hover span {
			border-radius: 5px 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
			-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
			-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; 
			left: 6em; 
			top: 2em; 
			z-index: 99;
			margin-left: 0; 
			width: 350px;
			overflow: hidden;
			//display: block;
		}
		
		.tooltip:hover p {
			border-radius: 5px 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
			-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
			-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; 
			left: 6em; 
			top: 2em; 
			z-index: 99;
			margin-left: 0; 
			width: 200px;
		}
		
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.3em; }
		.small_tip { padding: 0.3em; }
		* html a:hover { background: transparent; }
		.classic {background: #eaeaea; border: 1px solid grey; }
		.small_tip {background: #eaeaea; border: 1px solid grey; width:150px;}
		