/* Item Thumb Preview CSS */
.item-thumb {
	margin: 10px;
	float: left;
	height: 80px;
	overflow: hidden;
	border-radius: 3px;
}
.item-thumb .img-thumb {
	width: 100%;
	width: 80px;
	min-height: 80px;
}

.item-thumb-80 {
	height: 80px;
}
.item-thumb-80 .img-thumb {
	width: 80px;
	min-height: 80px;
}

.item-thumb .item-thumb-preview {
	display: none;
	position: absolute;
	width: 480px;
	min-height: 320px;
	background-color: #333333;
	padding: 10px;
	border-radius: 3px;
	z-index: 999;
}
.item-thumb .item-thumb-preview .img-preview-container {
	max-height: 240px;
	overflow: hidden;
}
.item-thumb .item-thumb-preview .img-preview {
	width: 100%;
}
.item-thumb .item-thumb-preview .text-container {
	margin-top: 10px;
}
.item-thumb .item-thumb-preview .text-container .item-preview-link {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica,Arial,sans-serif;
}
.item-thumb .item-thumb-preview .text-container .item-preview-store-link {
	font-size: 10px;
	font-weight: normal;
	color: #AAAAAA;
	font-family: Helvetica,Arial,sans-serif;
}
.item-thumb .item-thumb-preview .text-container .item-preview-links-dv {
	float: left;
	max-width: 80%;
}
.item-thumb .item-thumb-preview .text-container .price-dv {
	float: right;
	color: #FFFFFF;
	font-size: 32px;
}

@media (max-width: 480px){
	.item-thumb .item-thumb-preview {
		left: 0px;
		max-width: 100%;
	}
}
