.thumbnail-related {
position: relative;
text-decoration: none;
}

.thumbnail-related :hover{
background-color: white;
}

.thumbnail-related span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000;
padding: 0px;
border: 1px solid #000;
visibility: hidden;
color: black;
text-align: center;
text-decoration: none;
}

.thumbnail-related span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-related:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -40px !important;
left: 265px !important;
top: -30px;
left: 250px;
z-index: 1;
}

#related a {
    text-decoration: none;
	font-size: 12px;
	color: #000;
	background-color: inherit;
}

#related a:hover {
    text-decoration: underline;
    color: #000;
	background-color: inherit;
}

#related-items  {
	padding: 5px 5px 5px 15px;
	vertical-align: top;	
	font-size: 12px;
	color: #000;
	background-color: inherit;
        text-align: left;
	border-bottom: 1px solid black;
}

.related-title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	border-bottom: 1px solid black;

}
