/* Hit Box CSS  */
span.link {
   	position: relative;
}

span.link a span {
   	display: none;
}

span.link a:hover {
   	font-size: 99%;
   	color: #000000;
}

span.link a:hover span { 
	display: block; 
  	position: absolute; 
    margin-top: 1px; 
    margin-left: -10px; 
	width: 175px; padding: 1px; 
    z-index: 100; 
    color: #000000; 
    background: #EEEEEE; 
    text-align: left; 
    text-decoration: none;
}

/* ShortCode CSS  */
#mtlouter {
	padding: 1px 0px 1px 0px;
	
}

#mtlouter .mtlsitecolhead {
	width: 80%;
	float: left;	
}

#mtlouter .mtlhitsinhead  {
	width: 10%;
	float: left;
	text-align: center;	
}

#mtlouter .mtlhitsouthead {
	width: 10%;
	float: left;
	text-align: center;	
}

#mtlouter .mtlsitecol {
	width: 80%;
	float: left;
	
	height:1px;	
}

#mtlouter .mtlhitsin  {
	width: 10%;
	float: left;
	text-align: center;
	
	height:1px;		
}

#mtlouter .mtlhitsout {
	width: 10%;
	float: left;
	text-align: center;	
	
	height:1px;	
}
