body {
	/*background: #ddd;*/
	font-size: 9pt;
}

#nav, #header, #crumbs, #footer, #nextprev, #serc-account-bar, #serc-sidebar, #related-links-block, #skip, .authorprofile,
.hiddenversion,  .showntitle,
.workspace-edit, div[id^="modal-"],
#searchbox, .toggle-display, #recommend-block, #wib-block, #nexgensidebar {
	display: none;
}

.shownversion { 
	display:block;
	background-color: #fff;
}

/**
 * Rules we want from base.css
*/
.rightfloat {
	float: right;
}
.leftfloat {
	float: left;
}
.centerfloat {
	margin:0 auto;
}
br.clearboth {
	clear: both;
	display: block;
	content: "";
}
.border {
	padding: 3px;
    border: 1px solid #ccc;
}
.thumbimage {
	width:17%;
}
.quarterimage {
	width:27%;
}
.narrowimage {
	width:38%;
}
.largeimage{
	width:62%;
}
.fullimage{
	width:100%;
}
div[id^='image-'] .main-image {
	width: 100%;
	cursor:pointer;
	margin-bottom:5px;
}
.image-left-margin {
	margin-right:20px;
}
.image-right-margin {
	margin-left:20px;
}
p.searchhit {
	margin-bottom:0px;
}
.searchhitdiv {
	clear: left; 
	padding-bottom: 5px;
}