
body, td, div, input, textarea, select {
	color: #484848;
}


body.print {
	text-align: left; 
	width:17cm; 
	background-color: white;
}


table.inner {
	width:100%;
}
table.inner td {
	vertical-align: top;
}
body.print td.main {
	width:auto; height:auto;
}

.headerabout {
	display:none;
}

.headerimage {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.mod_sitemap div {
	margin-bottom:10px;
}

a.printlink {
	color: #8EC14C;
}
a.printlink:hover {
	color: #004c16;
}

.imgdisplay {
	margin-top:10px;
	width:170px;
	height:220px;
	border:1px solid #bfc0bb;
	border-radius: 2px;
	display:inline-block;
	zoom: 1;  *display: inline;  /* IE7 Hack */
	margin-right:10px;
	overflow:hidden;
	vertical-align: top;
	background-color: #e8f3e5;	
}
.imgdisplay a {
	color: #504f53;
}
	.imgdisplayimage {
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center top;
		height: 115px;	
	}
	.imgdisplaycaption {
		padding:8px 10px;
		font-size:13px;
		font-weight:bold;
	}
	.imgdisplaytext {
		padding:8px 10px;
		font-size:10px;
		line-height:14px;
	}