.anura-details-container {
	height: 100%;
	overflow-y: auto;
}
.anura-details-container.anura-loading {
	min-height: 32px;
	background: url('../img/loading.gif') no-repeat center center;
}
.anura-details-container table {
	border: 0;
	width: 100%;
}
.anura-details-container td {
	font-size: 13px;
	vertical-align: top;
	padding: 2px 2px 0 0;
}
.anura-details-container td.anura-name {
	padding-right: 5px;
}
.anura-details-container td.anura-name.anura-has-info {
	cursor: help;
}
.anura-details-container .general .anura-value,
.anura-details-container .keyword-list {
	white-space: normal;
	word-break: keep-all;
}

#cboxContent #anuraInfoPanel .anura-details-container td.anura-value {
	word-wrap: break-word !important;
	word-break: keep-all !important;
	hyphens: auto;
	-ms-hyphens: auto;
} 

#cboxContent #anuraInfoPanel .anura-details-container tr.general.name .anura-value {
	hyphens: none;
	-ms-hyphens: none;
	word-break: break-all !important;
}

.anura-details-container tr.title td {
	font-weight: bold;
	padding: 13px 0 2px 0;
}
#anuraInfoPanel .anura-details-container .anura-table-0 tr.title:first-child td {
	padding-top: 0;
}
.anura-details-container .basket td {
	padding-top: 8px;
}
.anura-details-download img, .anura-details-download .basket-img, .anura-details-download .mailto-img {
	width: 16px;
	height: 16px;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	border: none;
}
.anura-details-download .basket-img {
	background-image: url('../img/basket.png');
}
.anura-details-download .mailto-img {
	background-image: url('../img/mail_small.png');
}
.anura-details-download.added .basket-img {
	background-image: url('../img/basket_remove.png');
}

.anura-details-download .anura-details-download-name {
	float: left;
	padding: 5px;
	overflow: hidden;
	max-width: 87%;
	white-space: nowrap;
}
.anura-details-download .anura-details-download-name:hover,
.title.links > td > .anura-details-download-name:hover {
	text-decoration: underline;
}
.anura-details-link-name .anura-details-download-name {
	height: auto;
	width: auto;
	padding: 5px 0 0 0;
}

.anura-details-link-thmb, .anura-details-similar-thmb {
	width: 48px;
	float: left;
	margin-top: 3px;
	border: 1px solid #ededed;
	text-align: center;
}
.anura-details-link-thmb img, .anura-details-similar-thmb img {
	max-width: 48px;
	max-height: 48px;
}
.anura-details-link-name, .anura-details-similar-name {
	overflow: hidden;
	padding-left: 5px;
	white-space: pre;
	width: 215px;
}
.anura-details-link-name .anura-details-download-name,
.anura-details-similar-name .anura-details-download-name {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.title.links > td > .anura-details-download-name,
.title.similar > td > .anura-details-download-name {
	margin: 0 10px;
	cursor: pointer;
	font-weight: normal;
}

.anura-details-container .pages-scroller {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
}
.anura-details-container .pages-wrapper {
	white-space: nowrap;
}
.anura-details-container .pages-container img {
	max-width: 60px !important;
	cursor: pointer;
	border: 1px solid #eee;
	margin: 1px;
}
.anura-details-container .pages-container .anura-active {
	border-color: #999;
}
.anura-details-container tr.title.pages {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.anura-details-container tr.title.pages td:nth-child(2) {
	font-weight: normal;
}
.anura-details-container .anura-page-prev {
	cursor: pointer;
	padding-right: 10px;
}
.anura-details-container .anura-page-next {
	cursor: pointer;
	padding-left: 10px;
}
.anura-details-container .keyword-links a {
	cursor: pointer;
}
.anura-details-container .infofield .noderef {
	margin: 0;
	padding: 0;
	list-style: none;
}
.anura-details-container .infofield .noderef a {
	cursor: pointer;
}

.anura-details-container .anura-dlf-descr {
	display: block;
	font-size: 85%;
	opacity: 0.70;
	line-height: 95%;
}

/* baguetteBox support */
#baguetteBox-overlay .full-image figcaption {
	overflow-y: auto;
	color: #ffffff;
	padding: 0 10px;
}
#baguetteBox-overlay .full-image figcaption .anura-details-download .basket-img {
	filter: invert(100%);
}
#baguetteBox-overlay figcaption .anura-details-container table {
	text-align: left;
	white-space: normal;
}
#baguetteBox-overlay #anura-info-button.baguetteBox-button {
	top: 20px;
	right: calc(2% + 46px);
	width: 30px;
	height: 30px;
}
@media all and (orientation:landscape) {
	#baguetteBox-overlay div.full-image figcaption {
		top: 0;
		right: 0;
		width: 25%;
		height: 100%;
		max-height: 100%;
	}
	#baguetteBox-overlay #next-button.baguetteBox-button,
	#baguetteBox-overlay #close-button.baguetteBox-button {
		right: 27%; /* from 2% */
	}
	#baguetteBox-overlay #anura-info-button.baguetteBox-button {
		right: calc(27% + 46px);
	}
	#baguetteBox-overlay .full-image figure {
		padding-right: 25%;
	}
}
@media all and (orientation:portrait) {
	#baguetteBox-overlay div.full-image figcaption {
		max-height: 25%;
	}
	#baguetteBox-overlay .full-image figure {
		padding-bottom: 25%;
	}
}
#baguetteBox-overlay.nocaption .full-image figcaption {
	display: none;
}
#baguetteBox-overlay.nocaption .full-image figure {
	padding: 0;
}
#baguetteBox-overlay.nocaption #next-button.baguetteBox-button,
#baguetteBox-overlay.nocaption #close-button.baguetteBox-button {
	right: 2%;
}
#baguetteBox-overlay.nocaption #anura-info-button.baguetteBox-button {
	right: calc(2% + 46px);
}