@charset "utf-8";
/* CSS Document */
.bookIcon {
    text-align: left;
    width: 210px;
    display: inline-block;
    margin: 0 6px 50px;
    vertical-align: top;
    font-size: 20px;
}

.bookIcon .bookIconRating {
    cursor: pointer;
}

.bookIconTop {
    font-size: 0px;
}
.ribbon {
    width: 30px;
    height: 265px;
    padding-top: 30px;
    background-image: url(/images/b.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    display: inline-block;
    font-size: 23px;
	float:left;
	direction: ltr;
	position:relative;
}
.bookIconImage {
    height: 295px;
    width: 179px;
    display: inline-block;
    vertical-align: top;
    background-size: 100% 100%;
	/* filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
    transition: .3s;
	position: relative;
}
.bookIconImage .tag-box {
    color: rgb(76,76,76);
    background-color: rgb(254,254,228);
    /* height: 0; */
    width: 179px;
    font-size: 20px;
    padding: 0 15px;
    position: absolute;
    right: 0px;
    bottom: 0;
    max-height: 0;
    margin-top: 295px;
    -webkit-transition-property: height, margin-top, max-height;
    transition-property: height, margin-top, max-height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.bookIconImage:hover>.tag-box {
	/*height: 116px;*/
	max-height: 115px;
	padding: 15px 15px;
	margin-top: 179px;	
}

.bookIconImage.bookcover {
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: .3s;	
}
.bookIconImage.bookcover:hover {
	 filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .3s;	
}

.bookIconTitle {
    line-height: 1;
}
span.bookIconTitle {
    display: block;
    font-weight: 600;
	padding-top: 10px;
	color: rgb(76,76,76);
	min-height: 30px;
}
span.bookIconAuthor {
	color: rgb(76,76,76);
}
.bookIconActions {
    margin-top: 10px;
	color: rgb(76,76,76);
	//display: block;
    flex-direction: row;
	direction:rtl;
    flex-wrap: nowrap;
    justify-content: space-between;
	border-top:none !important;
}

.bookIconActions .bookIconActions_row {
	display:flex;
	flex-direction: row;
	direction:rtl;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bookIconActions .bookIconActions_row:nth-child(2) {
	border-top: 1px solid #6a6a6a;
	padding-top:3px;
}

.bookIconWatch {
    background-image: url(/images/watch_s.png);
	padding-right: 19px !important;
}
.bookIconLike {
    background-image: url(/images/like_s.png);
	padding-right: 16px !important;
}
.bookIconDate {
    background-image: url(/images/date_s.png);
	padding-right: 16px !important;
}
.bookIconRating {
    background-image: url(/images/star.png);
	padding-right: 12px !important;
}
.bookIconPanelIcons {
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 17px !important;
}

#book_promote_slider .bookIconPanelIcons {
    /*font-size: 26px !important;*/
    float: right;
}
