/* ========== BOOK DETAILE PAGE ========== */

.booklist {
	width: 75%;
	height: auto;
	padding-left: 1%;
	float: left;
	overflow: hidden;
	/* border-left: 1px solid #93969c; */
}
.booklist h3 {
	font: bold 16px Arial;
	color: #2d3746;
	margin-bottom: 2%;
	text-align: center;
}
.booklist ul {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.booklist ul li {
	width: 22.5%;
	height: auto;
	font: 200 12px'Open Sans', Arial;
	margin: 1%;
	padding: 0px;
	float: left;
	background: #fff;
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -moz-linear-gradient(#fff, #eee);
	background: linear-gradient(#FFFFFF, #eee);
	box-shadow: 0px 2px 5px #ccc;
	border: 1px solid #ccc;
	transition: all 0.3s ease-out;
	position: relative;
}
.booklist ul li.Magazine {    
    border-color: #EA8E8E;
    background: linear-gradient(#fff, #F5D6D6);
}
.booklist li a {
	width: 70%;
	height: auto;
	font: normal 12px'Open Sans', Arial;
	line-height: 17px;
	color: #09c;
	text-decoration: none;
	float: left;
	margin: 10% 15%;
	margin-bottom: 5%;
	padding: 0px;
	transition: all 0.3s ease-out;
}
.booklist li a img {
	width: 100%;
	height: 220px;
	margin-bottom: 5px;
}
.booklist li a.bookImg {
	height: 100%;
	max-height: 210px;
	overflow: hidden;
}
.booklist li a.bookImg:hover {
	opacity: 0.75;
}
.booklist li img.offTag {
    min-width: 85px;
    position: absolute;
    z-index: 100;
    margin-left: -14px;
    margin-top: 10px;
    left: 0px;
}
.booklist li strong {
    position: absolute;
    margin-top: 22px;
    font: 500 16px 'b yekan';
    color: #5C5757;
    z-index: 110;
    width: 100px;
    left: 0px;
}
.booklist li a.bookTitle {
	height: 51px;
	overflow: hidden;
	margin: 0px 8%;
	float: left;
}
.booklist li a:hover span {
	text-decoration: underline;
}
.booklist li span.author {
	width: 84%;
	height: 17px;
	overflow: hidden;
	float: left;
	margin: 5px 8%;
}
.booklist li span.year {
	width: 84%;
	font-weight: normal;
	float: left;
	color: #c00;
	margin: 0px 8%;
}
.booklist li button {
	width: 30%;
	height: 25px;
	margin: 5% 35% 7% 35%;
	font: normal 14px'Open Sans', Arial;
	line-height: 20px;
	color: #fff;
	border: none;
	border-radius: 5px;
	background: #3c3;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.booklist li button.active {
    background:#ed6a38;
}

.booklist li button.active:hover {
    background:#bd4c20;
}

.booklist li button img {
	width: 12px;
	height: 12px;
	padding-right: 5px;
}
.booklist li button:hover {
	background: #393;
}
