﻿.b-content {
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}

.b-content-wrapper {
	width: 705px;
}

.b-content-header {
	margin-bottom: 10px;
}

.b-item-cover {
	cursor: pointer;
	border: solid 1px gray;
}

.b-content-row:after {
		display: table;
		content: " ";
		clear: both;
	} 
	.b-content-block {
		float: left;
		position: relative;
		min-height: 1px;
	}
		.b-content-left {
			width: 145px;
			padding-right: 5px;
		}
		.b-content-center {
			width: 550px;
			padding-left: 5px;
		}
		.b-content-right {
			width: 245px;
			padding-left: 15px;
		}

.b-content-access {
	margin: 5px 0 10px 0;
	background: #dce9f4;
	padding: 5px;
}
	.b-content-access > span {
		margin: 2px 0 3px 0;
		display: block;
	}
		.b-content-access > span > img {
			margin-right: 3px;
		}

.b-content-social,
.b-content-like,
.b-content-back {
	text-align: center;
	margin: 5px 0 10px 0;
}

.b-content-description {
	margin-bottom: 15px;
}

.b-content-book {
	/*width: 555px;*/
}

	.b-content-book hr {
		color: #C6C9CC;
		border-color: #C6C9CC;
	}

.b-content-book-file {
	padding-left: 23px;
}

	.b-content-book-file,
	.b-content-book-file a {
		color: #515151;
	}

.b-content-arch {
	/*width: 555px;*/
}

.b-content-arch-years {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

	.b-content-arch-years > li {
		padding: 5px 10px;
		text-transform: uppercase;
		display: inline-block;
		list-style-type: none;
	}

		.b-content-arch-years > li.active {
			background: #fff;
			border-width: 1px 1px 0px;
			border-style: solid solid none;
			border-color: #e1e1e1 #e1e1e1 currentColor;
		}

		.b-content-arch-years > li > a {
			color: #3692D8;
		}

			.b-content-arch-years > li > a:hover {
				text-decoration: none;
			}

.b-content-arch-items {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid #e1e1e1;
}

.b-content-arch-wrapper {
	padding: 10px 0 0 0;
}

.b-content-arch-item {
	display: inline-block;
	width: 120px;
	margin: 0 5px 10px 10px;
	text-align: left;
	vertical-align: top;
}

	.b-content-arch-item a.logo {
		height: 120px;
		width: 90px;
		text-align: center;
	}

	.b-content-arch-item h4 {
		margin: 2px 0 3px 0;
	}

.b-book-buttons {
	/*width: 555px;*/
	margin-bottom: 10px;
}
	.b-book-button,
	.b-book-buttons > a,
	.b-book-buttons > a.gray {
		display: inline-block;
		margin: 0 4px 5px 4px;
		padding: 5px 0;
		width: 31%;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		color: #fff;
		text-align: center;
		font-size: 120%;
	}
		.b-multi-button > span,
		.b-book-buttons > a > span,
		.b-book-buttons > a.gray > span {
			font-size: 150%;
			font-weight: bold;
			text-decoration: none;
		}

.b-arch-buttons > a,
.b-arch-buttons > a.gray,
.b-content-button {
	display: block;
	margin: 1px 0 2px 0;
	padding: 1px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
	.b-multi-button:hover,
	.b-book-buttons > a:hover,
	.b-book-buttons > a.gray:hover,
	.b-arch-buttons > a:hover,
	.b-arch-buttons > a.gray:hover,
	.b-content-button:hover {
		color: #fff;
		text-decoration: none;
	}

.b-multi-button,
.b-book-buttons > a,
.b-arch-buttons > a,
.b-content-button {
	background: #60A8D9;
	border: 1px solid #60A8D9;
	text-decoration: underline;
}
	.b-book-buttons > a.gray,
	.b-arch-buttons > a.gray {
		background: #969696;
		border: 1px solid #969696;
	}

.b-multi-button {
	cursor: pointer;
}
	.b-multi-button ul {
		display: none;
		background-color: white;
		text-align: left;
		min-width: 102px;
		padding: 5px 15px 5px 5px;
		border: solid 1px #60A8D9;
	}

.b-book-multi-button ul li {
	margin-left: 0;
	list-style: none;
	white-space: nowrap;
}

.b-multi-button:hover ul {
	display: block;
	position: absolute;
}

.b-content-tags {
	margin-bottom: 10px;
}
	.b-content-tags a {
		margin-right: 10px;
	}