/* Generic Delivery System - Pictures - print stylesheet */

* {
	color:black;
	background-color:white;
	border:0;
}

body {
	width:19cm;
}

div#logoregion {
	width:100%;
	height:40px;
}

div#collectionlogo, div#nlalogo {
	float:left;
	margin-bottom:40px;
}

div#menu {
	clear:both;
}

div.hide ul, div.hide h1, div#menu, div#search, div.navigation, div#options, div.breadcrumbs, div.breadcrumbs-light, li#collection ul, div#notice {
	display:none;
}

ul#item-description-list, ul#item-description-list li {
	list-style-type:none;
	margin:0;
	padding:0;
}



div.fullrecord {
	clear:both;
	display:table;
	border-collapse:collapse;
	border-top:1px solid gray;
	border-left:1px solid gray;
	width:90%;
	margin:10px 0;
}

div.recordsection {
	display:table-row !important;
	display:block;
}



div.fullrecordtag, div.recordcontents  {
	display:table-cell;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	padding:0.25em;
}

div.fullrecordtag {
	font-weight:bold;
}

body#body div.portrait  {
	float:left;
	position:relative;
	width:15%;
	margin-top:-35px;
}

body#body div.portrait img {
	width:100%;
}

body#body div#item-description {
	float:left;
	position:relative;
	margin-right:10%;
	width:70% !important;
	width:60%; /* for IE */
	padding-left:0;
}

body#body-dark div#item-description {
	width:90%;
	float:left;
	position:relative;
	margin:0 0 25px 0;
}

body#body-dark div#visualcontent {
	margin: 0 0 25px 0;
	float:left;
	position:relative;
	clear: left;
}

div#contents ol  {
	width:90%;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:130px;
	border-top:1px solid gray;
	padding-top:25px;
}

div#contents ol li {
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;	
}

div#info-light {
	float: left;
	position: relative;
	clear: left;
	width: 90%;
	margin: 0.5em 0;
}

div#citation-light {
	float: left;
	position: relative;
	clear: left;
	width: 90%;
	margin: 0.5em 0;
}

#callno {
	/* nothing styled in here currently */
}

/* Styles for interactive map */
#toolbar, #maptop, #mapleft, #mapright, #mapbottom, .interactive-size {
	display: none;
}

