.fiction_list_item_container {
	
	min-height: 200px;
	
	margin: 15px 0px 10px 0px;
}
.fiction_list_item_container_left {
	float: left;
}
.fiction_list_item_container_right {
	float: right;
}
.fli_cover_picture {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top:0px;
}
.fli_text_container {
	overflow-y: hidden;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    float: left;
    
}
.fli_title {
	width: 100%;
	white-space: nowrap;
}
.fli_title a {
	
}
.fli_brief {
	width: 100%;
	color: #b2b2b2;
	white-space: nowrap;
}
.fli_summary {
	width: 100%;
	overflow-y: hidden;
	text-align: justify;
}
.fli_summary a {
	
}
.fli_gold {
	color: #bb9c00;
}
.fli_org {
	color: #990000;
}
.fli_trans {
	color: #d0008b;
}
.fli_new_chapters {
	width: 100%;
	color: #b2b2b2;
	white-space: nowrap;
}
.fli_new_chapter_item {
	text-align: center;
	display: inline-block;
}
.fli_price_summary {
	width: 100%;
	text-align: justify;
}
.fli_price_summary_cross {
	text-decoration: line-through;
}
.fli_purchase_info {
	width: 100%;
	white-space: nowrap;
}