/* Hiding page elements */

/* General Hide */
#siteLeft, #siteRightTop, #siteRightTopImage, #siteMenuBg, .booksSeperator, .breadCrumb, .smallBox {
	display: none;
}

/* Special for EO-POST show */
#backButton, #externalResourcesBookTeasers, #comments, .tpl, .blueSeperator, .recordDataGroup {
	display: none;
} 

img.printLogo {
	display: block;
}

.record .recordDataGroup {
	border: none;
	display: block;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

p, a {
	font-size: 14px;
}

.smallBox a, .smallBox p {
	font-size: 12px;
}

.largeBox {
	float: left;
	width: 450px;
}

.xLargeBox .smallBox {
	width: 177px;
	float: right;
	display: block;
}

.sectionMain, #siteBottom {
	font-size: 14px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
