/* 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: 10px; 
    margin-left: -10px; 
	width: 175px; padding: 5px; 
    z-index: 100; 
    color: #000000; 
    background: #EEEEEE; 
    text-align: left; 
    text-decoration: none;
}

/* ShortCode CSS  */
#mtlouter {
	padding: 10px 0px 10px 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;
	border-bottom: 1px solid #e4e4e4;
	height:30px;	
}

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

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