
 /****************************************/
/* Next and previous buttons, with icon */

a.next-prev {
	font-weight: bold;
	background-image: url(/img/i/icons-sprite.png); 
	background-repeat: no-repeat; 
}

a.next-prev[id=prev] { 
	background-position: -18px -19px;
	padding-left: 12px;
}

a.next-prev[id=next] { 
	background-position: 60px -71px; 
	padding-right: 12px;
}

 /* End Next and previous buttons */
/*********************************/





/****** POS COVERS LIST ITEMS *********/

.covers-listing ul {  }

.covers-listing ul, 
.covers-listing ul li { 
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}


.covers-listing ul li a { color: #006EB2; }

.covers-listing ul li a:hover h2 { color: #BF0000;
	text-decoration: underline; }
	
	
/* List with cover, cover, title, subtitle, editor */
.covers-listing ul.list-w-cover li { 
	float: none; 
	width: 100%; 
	clear: both; 
	border-top: 1px dotted #c1bdc6; 
	padding-top: 2px;
	margin: 0 0 20px 0; 
	display: inline-block;
}

.covers-listing ul.list-w-cover li > a { 
	float: left; 
	margin: 2px 13px 0 0; 
	width: 125px;
}

.covers-listing ul.list-w-cover li > a img { 
	width: 125px;
}

 .covers-listing ul.list-w-cover li div { 
	overflow: hidden;
	_overflow:visible;
} 



.covers-listing ul.list-w-cover li dl { float: none; padding: 0; margin: 12px 0; }
.covers-listing ul.list-w-cover li dl dt { float: left; margin: 0 ; font-weight: normal; width: auto; line-height: 1.35em }
.covers-listing ul.list-w-cover li dl dt:first-child { font-weight: bold }
.covers-listing ul.list-w-cover li dl dd { float: none; margin: 0; line-height: 1.35em; width: auto; }
	




/****** END POS COVERS LIST ITEMS *********/




/* BOOK CHAPTER AND BOOK TITLE STUFF */

.publishingInfo .textCol h2 { 
	margin-top: -3px; 
}

.publishingInfo .textCol h3 { margin-top: 0; }

.editorialListing .paperEntry p {
	margin-top:0; 
}


/* Check out if this will break rest of site */
/* Currently on live the col is 124 the img is 125 */
.imgCol {
    float: left;
    margin-right: 14px;
    width: 125px;
}
/* End */


.publishingInfo .textCol {
	width: 57em;
	position: relative;
	float: left;
	display: block;
}

.textCol .publishingInfo div.affiliations p {
	margin: 4px 0 10px 0 !important;
}



.eBookPublishingInfo { 
	margin-bottom: 18px; 
	display: inline-block;
	height: auto;
}


/* Remove artevo id prefix to this style from fulltextarticle.css line 518 ish */
.publishingInfo p.authors,
.publishingInfo div.authors p {
    margin: 0;
}

/* This style targets the doi link on the ebooks chapter page */
.publishingInfo a[href*=doi] { 
	display: table;
	clear: left; 	
}



 
/* END BOOK CHAPTER AND TITLE STUFF */








/* Amendments to the Also read css - which should be harmless to current also read lists */
.alsoRead ul li {
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: left;
	display: inline-block;
}

.alsoRead li img.book-cover {
    float: left;
    width: 60px;
    margin: 0 8px 8px 0;
} 

.alsoRead ul li a {
	display: block;
	/* This is used to force book tiotle to atleast fill out a line next to its cover - otherwise if it is very short it slips under the cover. */
	min-width: 140px;
}

.expandableList {
    display: block;
    margin: 0.6em 0;
}
/* End Amendments to the Also read css */





/* eBooks header - title stuff */
div#jnl-head-titles div.eBook-title { padding-top: 3px; padding-bottom: 7px; min-height: 35px; }

div#jnl-head-titles div.eBook-title h1 { margin: 0; }


div#jnl-head-titles div.eBook-title-subtitle { padding-top: 9px; padding-bottom: 13px; min-height: 58px; }

div#jnl-head-titles div.eBook-title-subtitle h1 {
    margin: 0;
	float: none; 
	line-height: 1.354em;
}

div#jnl-head-titles div.eBook-title-subtitle h1 a {
	float: none; 
}

/* End eBooks header - title stuff */




#eBookPublishingInfo .mathJaxControls { 
	float: right;
	color: #656565;
	font-weight: bold;
	font-size: 1.2em;
	margin: 2px 0 14px 0;
	line-height: 1.2em; 
	position: relative;
}
	
#eBookPublishingInfo .mathJaxControls a.mjbadge {
    background: transparent url("/img/i/mathjax-small.png") no-repeat;
    filter: progid:DXImageTransform.AlphaImageLoader(
        src='/img/i/mathjax-small.png',
        sizingMethod='scale');
    height: 12px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    right: 50px;
    top: 0;
    width: 60px;
    outline: none;
}

#eBookPublishingInfo .mathJaxControls a.mjbadge:hover {opacity: 0.8; }

#eBookPublishingInfo .mathJaxControls a.selectedMathJaxOption {
	color: #656565;
	font-weight: normal;
}

#eBookPublishingInfo .mathJaxControls a.selectedMathJaxOption:hover {
	text-decoration: none;
	cursor: default;
}