
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   SECONDARY SEARCH   */

.page-searchsecondary #resultList li {
	list-style: none;
	margin: 0 0 15px 0;
}
.page-searchsecondary .resultNumber {display: none;}
.page-searchsecondary .resultTitle {
	font-size: 14px;
	font-weight: bold;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   ENTRY SEARCH   */

#q_within { width: 150px; }

.locus-search-form div.t-error > div {
    display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   READ PANEL   */

#readPanel .popoutContent { display: none; }

#entryPrevNextNav {
	position: absolute;
}
	#entryPrevNextNav ul {
		margin: 0;
	}
		#entryPrevNextNav ul li {
			float: left;
			margin-right: 15px;
			list-style: none;
		}

a.openurl span {
	padding-right:14px;
	position: relative;
	text-indent: -9999px;
	display: inline-block;
}
a.openurl img.openurlicon { border: 0 none; vertical-align: middle; margin: 0; padding: 0 0 0 .5em; }

.bookDetail .metaInfo {display:none;}
.bookDetail #citations {display:none;}

/* Text Users without a subscription are not able to see the full content. Please, subscribe or login to access all content. */

.contentRestrictedMessage {
	font-style: italic;
	font-weight: bold;
}

.popoutContentLink {
	display:block;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   SMART NAVIGATION   */

#topSmartNav { margin: 50px 0 15px; }
#topSmartNav + h1 { margin: 0 0 1em; }
#bottomSmartNav { margin: 20px 0 15px; padding-top: 15px; height: 10px; }
.smartNavWrapper {
	position: relative;
	clear: both;
	height: 25px;
	margin: 15px 0;
}
		.smartNav ul {
			margin: 0;
		}
			.smartNav ul li {
			    float: left;
			    height: 10px;
			    width: 25px;
			    margin: 0;
			    background:url(../images/smart_nav_divider.png) no-repeat left top #d1d1d1;
			    list-style: none;
			}
			.smartNav li:first-child {
			    background: none #d1d1d1;/* CR */
			}
				.smartNav li a {
				    display: block;
				    width: 100%;
				    height: 100%;
				}
				.smartNav li.current a,
				.smartNav li a:hover {
				    background:#444;
				    opacity: .5;
				}
					.smartNav li a span {
						display: none;
					}
		#statusBarArrow {
			display: none;
		} 

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   ANNOTATIONS   */

.annot { cursor: pointer; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>   ISSUE PAGE   */

body.journal-issue .no-articles {
	border: solid 1px #a3abae;
	margin: 1em auto;
	padding: 1em 1em 0;
	text-align: center;
	font-style: italic;
}