div.covertease
{
height: 70px;
overflow: hidden;
margin-bottom: 3px;
}

div.lsbc
{
xmin-height: 60px;
xpadding-top: 10px;
}

div.covertease img
{
border: 1px solid #AAAAAA;
background-color: #EEEEEE;
}

div.details
{
}

div.new_list h3
{
color: black;
}


/* ============= */

.lsb img.cover
{
	border: 1px solid var(--lt-background-color);
	outline: var(--lt-border);
	border-radius: var(--lt-border-radius);

	z-index: 2;
	position: absolute;

	max-height: 60px;
	max-width: 40px;
}

.lsb_coverstack {
	min-width: 58px;
	min-height: 64px;
	padding-left: 5px; /* to make space for the angled back covers */
}
.lsb_csic {
	opacity:1.0;
}
.lsb_csi {
	position: absolute;
	display: block;
	width: 45px;
	height: 60px;
	z-index: 0;
	border: 2px solid #fff;
	float: left;
	outline: 1px solid #E7E6E6;
	opacity: 0.8;
}
.lsb_csi:nth-child(odd) {
	background: #608e6b;
	margin-left: -5px;
	margin-top:3px;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.lsb_csi:nth-child(even) {
	background: #7f5e4f;
	margin-top: -4px;
	margin-left: -2px;

	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}


.lsb.lsbc {
	display:flex;
	padding-bottom: 15px; /* to make space for the angled back covers */
	padding-top: 5px; /* to make space for the angled back covers */
}
.lsb:not(.lsbc) {
	margin-bottom: 10px;
}
.lsb_coverstack {
	flex: 0 0 50px;
}
.lsb_detail_box {
	display:flex;
	flex-direction: column;
	word-break: break-word;
}


.lt2_list {
	grid-column-gap: var(--lt-padding);
}

