body {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}

.menu {
	width: 100%;
	padding-bottom: 20px;
}

.menu img {
	border: none;
}

.menu ul {
	display: inline;
	list-style-type: circle;
}

.menu li {
	font-style: italic;
	padding-right: 20px;
	font-size: 14pt;
	list-style-type: circle;
	display: inline;
}

.menu a {
	text-decoration: none;
	color: blue;
}

.menu a:hover {
      color: #0275d8;
}

.content {
	margin-left: 30px;
}

h1 {
	font-size: x-large;
}

p, .prose {
	max-width: 500px;
}

address {
	margin-left: 40px;
}

.annotation {
    padding: 30px;
}

.annotation, .introduction, #intro-notification {
    line-height: 150%;
    max-width: 500px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.image {
    float: right;
    margin-left: 10px;
}

.image a, .image input {
    display: block;
    font-size: small;
}

.bookInfo {
    max-width: 660px;
	padding-top: 10px;
}

.bookInfo .title {
	font-size: 14pt;
	font-weight: bold;
}

.isbn {
	right: 0px;
	color: #4c4c4c;
}

.bookInfo .authors {
	padding-top: 10px;
}

.categoryContents {
}

.categoryContents td {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
}
td.title {
	font-size: medium;
}

.headerRow {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6e6;
	font-weight: bold;
}


.categories ul, .advancedSearch ul {
    list-style-type: none;
    margin-top: 0px;
}

.advancedSearch ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.advancedSearch li {
	padding-bottom: 10px;
}

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

.infoBox {
    padding: 15px;
    line-height: 150%;
	color: #333333;
	display: inline-block;
	background-color: #faffb7;
}

.breadcrumb {
    color: #333333;
    font-size: medium;
    padding: 0px;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 4px;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: blue;
  text-decoration: underline;
}

.categories ul li {
    list-style-type: disc;
    margin: 5px;
}

.notification, .warning {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #444444;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.notification div, #intro-notification div, .warning span {
    border-radius: 10px;
    padding: 10px;
}

.notification div, #intro-notification div {
    background-color: #faffb7;
}

#intro-notification p {
    margin: 20px;
}

.notification a {
    text-decoration: underline;
}

#twitter {
    position: absolute;
    top: 10px;
    right: 10px;
}
