@charset "utf-8";
/* CSS Document */


.eboksContentTable {
	display: table;
}
.volumecell {
	padding: 10px;
	margin-right: 10px;
	vertical-align: top;
	display: table-cell;
}
.titlecell {
		padding: 10px;
		vertical-align: top;
	display: table-cell;		
	
}

/* Unused 
body {
	font-family: Lato, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
        font-family: 'Lustria', serif;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
p {
	font-size: 13px;
	line-height: 1.4em;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
h1 {
	color: #700019;
	font-size: 1.7em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h2 {
	color: #23408f;
	}
h3 {
	color: #700019;
	font-size: 1.4em;
	margin-bottom: 5px;
}
*/
h4 {
	color: #23408f;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 5px;
margin-right: 20px !important;
}
ul {
	margin-top: 5px;
}
ul li {
    margin-bottom: 5px;
}
ol li {
	margin-bottom: 10px;	
}
li {
	font-size: 13px;
	list-style-position: outside;
}


/* NAVIGATION */
#nav {
	background-color: #FFF;
	width: 175px;
}
#nav a:link {
	font-size: 12px;
	color: #FFF;
	background-color: #23408f;
	height: 31px;
	width: 175px;
	vertical-align: middle;
	width: 160px;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10;
	margin-bottom: -10px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: none;
}
#nav p a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FF6;
	text-decoration: none;
	background-color: #23408f;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
}
#nav a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #033;
}
#breadcrumb {
	font-size: 13px;
	margin-left: 20px;
}
#topNav {
	background-color: #0442AF;
	font-size: 13px;
	text-align: right;
	color: rgba(255,255,255,1);
	padding-top: 3px;
	padding-right: 5px;
}
#topNav a:link {
	color: #FFF;
	text-decoration: none;
}
#topNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#topNav a:active {
	color: #FFF;
	text-decoration: underline;
}
.nav img {
	margin-bottom: 2px;
}

.navButton {
        display: block;
        color: #FFF !important;
        background: #23408f;
        height: 31px;
        width: 165px;
        text-decoration: none !important;
        padding: 7px 3px 0px 5px;
        font-size: 0.9em;
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
        vertical-align: middle;

}
.navButton a:link {
	color: #FFF;
	background: #23408f;
	height: 31px;
	width: 165px;
	text-decoration: none !important;
	padding: 7px 3px 0px 5px;
	font-size: 0.9em;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}
.navButton a:visited {
	color: #FFF;
	background: #23408f;
	height: 31px;
	width: 165px;
	text-decoration: none !important;
	padding: 7px 3px 0px 5px;
	font-size: 0.9em;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}
.navButton a:hover {
	color: #FF0;
	background: #23408f;
	height: 31px;
	width: 165px;
	text-decoration: none !important;
	padding: 7px 3px 0px 5px;
	font-size: 0.9em;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}
.navButton a:active {
	color: #FFF;
	background: #23408f;
	height: 31px;
	width: 165px;
	text-decoration: none !important;
	padding: 7px 3px 0px 5px;
	font-size: 0.9em;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}
/* END NAVIGATION */

.journalsReferenceList li {
    list-style-type: none;
    margin-bottom: 8px;
	line-height: 1.5em;
}
.buyThisBook {
    font-size: 13px;
}
.offer {
	margin-left: -15px;
}
.container {
	width: 1000px;
	background: #FFF;
	overflow: hidden; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,1);
}
.sidebar1 {
	/*background-color: #ffffff;*/
}
.content {
	padding: 10px 0;
}
#banner {
	background-color: #8ca8f2;
	height: 160px;
	overflow: hidden;
}
#subscribe {
	background-color: #b9e5fb;
	border: 1px solid #790013;
	padding: 5px;
	margin-bottom: 10px;
	width: 165px;
	margin-top: 10px;
}
#subscribe p {
	font-size: 12px;
}
#subscribe ol li {
        font-size: 12px;
}
.footnote {
	font-size: 10px;
}
.currentPairingInfo {
   font: 0.7em Arial, Helvetica, sans-serif;
   color: #333;
}
/* Action icons */
a[href ^="http://www.ams.org/"] {
 background: none;
}
.imgRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    clear: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
