.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;
}
.anura-details-container .general.name .anura-value {
	word-break: break-all;
}
.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;
	margin-top: 5px;
	float: left;
	border: none;
}
.anura-details-download .basket-img {
	background: url('../img/basket.png') no-repeat center center;
}
.anura-details-download .mailto-img {
	background: url('../img/mail_small.png') no-repeat center center;
}
.anura-details-download.added .basket-img {
	background: url('../img/basket_remove.png') no-repeat center center;
}
.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: 280px;
}
.anura-details-container .pages-wrapper {
	white-space: nowrap;
}
.anura-details-container .pages-container img {
	max-width: 60px;
	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;
}

/* baguetteBox support */
#baguetteBox-overlay .full-image figcaption {
	font-size: 1.1em;
	max-height: 16%;
	overflow-y: auto;
	color: #ffffff;
}
#baguetteBox-overlay.nocaption .full-image figcaption {
	display: none;
}
#baguetteBox-overlay figcaption .anura-details-container table {
	float: left;
	margin-left: 1%;
	text-align: left;
	width: 24%;
	white-space: normal;
}
@media (max-width: 768px){
	#baguetteBox-overlay figcaption .anura-details-container table {
		width: 49%;
		margin-bottom: 1%;
	}
	#baguetteBox-overlay figcaption .anura-details-container table:nth-child(3) {
		clear: both;
	}
}
@media (max-width: 384px){
	#baguetteBox-overlay figcaption .anura-details-container table {
		width: 99%;
	}
}
#baguetteBox-overlay figcaption .anura-details-container .general.extension,
#baguetteBox-overlay figcaption .anura-details-container .general.dpi,
#baguetteBox-overlay figcaption .anura-details-container .general.graphictype,
#baguetteBox-overlay figcaption .anura-details-container .general.profile,
#baguetteBox-overlay figcaption .anura-details-container .dlf a.anura-details-download img,
#baguetteBox-overlay figcaption .anura-details-download .basket-img {
	display: none;
}
#baguetteBox-overlay figcaption .anura-details-download .anura-details-download-name,
#baguetteBox-overlay figcaption .anura-details-container tr.title td {padding: 0;}
