/* CSS Document */
/* for Inner City Book */

BODY {

	background-color: white;
	margin: 0;

}

a {
text-decoration: none;
color: 8B545B;
}

a:hover {
color: 3300FF;
text-decoration: underline;
}

a:visited {
text-decoration: none;
color: 8B545B;
}

table.maintable {
	margin: 2;
}

table.contenttable {
	margin-top:5;
	color: black;
	font-family: Geneva,Verdana,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	}

td {
	vertical-align: top;
	}

td.topnav {
	background-color: 401015;
}

td.sidebarnav {
	
	background-color: D5C8C9;
}
td.rightside {
	background-color: F8E3E5;
}

.sidebaritems {
	margin-top: 15;
	margin-bottom: 15;
	}
	
h1 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: 8B545B;
	margin-bottom: 5;
	margin-top:0;
}

h3 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: 8B545B;
	margin-left: 10;
	margin-bottom: 5;
	margin-top:0;
}

h4 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: 8B545B;
	margin-bottom: 10;
	margin-top:10;
}

h5 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: 8B545B;
	margin-bottom: 0;
	margin-top:20;
}

em.info {
	font-weight: bold;
	font-style: normal;
}

img.floatleft {
	margin-left: 0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 2;
	float: left;
	border-width: 0;
}

img.floatright {
	margin-left: 10;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2;
	float: right;
	border-width: 0;
}

img.lgfloatright {
	margin-left: 15;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	float: right;
	border-width: 0;
}

img.rightfloat {
	margin-left: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
	border-width: 0;
}

select {
	font-family: Geneva,Verdana,Helvetica,Arial,sans-serif;
	color: 8B545B;
	background-color: D5C8C9;
	font-size: 9pt;
	font-weight: bold;
	border: 0;
	margin:0;
}


.lgbookmaininfo {
	color: 8B545B;
	line-height: 14pt;
	margin-top:10;
}

.lgbookid {
	font-size: 10pt;
	font-weight: bold;
}

.lgbooktitle {
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	/* font-family: "Times New Roman",Times,serif"; */
}

.lgbooksubtitle {
	font-size: 13pt;
	font-weight: bold;
	/* font-family: "Times New Roman",Times,serif"; */
}

.lgseealso {
	font-style: italic;
	}

.lgbookid {
	font-size: 12pt;
	font-weight: bold;
}

.lgbookauthor {
	font-size: 12pt;
	font-weight: bold;
}

.lgbookeditor {
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
}

.lgbookblurbinfo {
	color: black;
	line-height: 12pt;
	margin-bottom: 10;
}

.lgbookinfo {
	font-size: 7pt;
}

.lgbookblurb {
	font-size: 9pt;
}

.smbookmaininfo {
	color: 8B545B;
	line-height: 12pt;
	margin-top:10;
}

.smbookid {
	font-size: 10pt;
	font-weight: bold;
}

.smbooktitle {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.smbooksubtitle {
	font-size: 10pt;
	font-weight: bold;
}

.smbookauthor {
	font-size: 9pt;
	/* font-weight: 400; */
}

.smbookblurbinfo {
	color: black;
	line-height: 10pt;
	margin-bottom: 10;
}

.smbookinfo {
	font-size: 7pt;
}

.smbookblurb {
	font-size: 8pt;
}

.browseheading {
	font-size: 12pt;
	font-weight: bold;
	color: 8B545B;
	margin-left: 10;
	margin-top: 30;
	margin-bottom: 10;

}

.browselisting {
	margin-left: 50;
	width: 450px;
	margin-bottom: 20;
}

.discursive {
	text-align: left;
}

p.context {
	margin: 0;
	position: relative;
}

.bottomline {
	position: relative;
	left: 5;
	top: -45;
}

.spacer {
	margin-top: 45;
}

.footer {
	line-height: 8pt;
	position: relative;
	left: 210;
	top: -40;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: bold;
	color: 8B545B;	
}