/* Catalogue  */
#download_display label {
	font-weight: bold;
}

#download_display table,
#description {
	margin-bottom: 1em;
}


#related_items  h3{
	margin-top: 0;
	text-align: center;
}

#related_items,
#related_images {
    width: 90%;
	margin-left: 5%;
	border: 2px solid #ABABAB;
	margin-bottom: 1em;
}

#related_images caption{
    width: 90%;
	margin-left: 5%;
}

/* New Display Layout */
#catalogue_menu {
	width: 80%;
	margin: 0 auto;
	font-size: 10pt;
	font-weight: bold;
	padding: 0.2em 0.5em;

	border: 1px solid #ABABAB;

}
#catalogue_menu #title {
	position: relative;
	display: block;
	width: 3.5em;
	top: -1em;
	margin-right: -4em;
	margin-bottom: -1em;

	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	background: #ABABAB;
}

#catalogue label {
	font-weight: bold;
}

#catalogue td {
	vertical-align: top;
}

.subcategories {
	font-size: 10pt;
	text-align: left;
}
#content a#tour {
}
#content a#tour span{
	font-size: 12px;
}
#content a#tour img{
	position: relative;
	top: 3px;
}

