.product_seperator
{
	width:1px;
	height:300px;
	float:right;
	margin:0px 23px;
	overflow:hidden;
	background-color:#ADADAD;
}
.product_block
{
	height:800px;
	width:650px;
	float:right;
	margin-left:20px;
	margin-bottom:25px;
	overflow:hidden;
	text-align:center;
	position:relative;
	background-color:white;
	border:1px solid #E1E1E1;
	box-sizing: border-box;
	z-index:1;
}
.product_block.hidden {height:0;margin:0;}
.product_block.first {margin-right:30px;}
.product_block.last {margin-left:0px;}
.product_block .img
{
	display:block;
	text-align:center;
	overflow:hidden;
	height:540px;
	text-align:center;
	cursor:pointer;
}
.product_block .img img
{
	max-height:540px;
	max-width:650px;
}
.product_block .img .hover
{
	display:inline-block;
	height:540px;
	width:650px;
	position:relative;
}
.product_block .img .hover
{
	background-color:rgba(0,0,0,0.8);
	position:relative;
	top:-540px;
	opacity:0;
}
.product_block .img:hover .hover {opacity:1;}
.product_block .img .hover .hover_btn_area
{
	overflow:hidden;
	text-align:center;
	margin-top:140px;
}
.product_block .img .hover .hover_btn_area a.btn
{
	overflow:hidden;
	display:inline-block;
	width:250px;
	height:50px;
	border-radius:5px;
	background-color:white;
	margin-bottom:15px;
}
.product_block .img .hover .hover_btn_area a.btn span
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:50px;
	line-height:50px;
	font-size:20pt;
	font-weight:bold;
	color:#540037;
}
.product_block .img .hover .hover_btn_area a.btn span.seperator
{
	margin:0 10px;
}
.product_block .img .hover .hover_btn_area a.btn span.icon
{
	margin-right:15px;
	width:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/product_block icon add.png');
}
.product_block .img .hover .hover_btn_area a.btn:hover
{
	background-color:black;
}
.product_block .img .hover .hover_btn_area a.btn:hover span
{
	color:white;
}
.product_block .img .hover .hover_btn_area a.btn:hover span.icon
{
	background-image:url('../images/product_block icon add2.png');
}

.product_block .img .hover .hover_btn_area a.btn.btn_goto
{
	background-color:black;
}
.product_block .img .hover .hover_btn_area a.btn.btn_goto span
{
	color:white;
}
.product_block .img .hover .hover_btn_area a.btn.btn_goto span.icon
{
	background-image:url('../images/product_block icon goto.png');
}

.product_block .img .hover .hover_btn_area a.btn.btn_goto:hover
{
	background-color:white;
}
.product_block .img .hover .hover_btn_area a.btn.btn_goto:hover span
{
	color:black;
}
.product_block .img .hover .hover_btn_area a.btn.btn_goto:hover span.icon
{
	background-image:url('../images/product_block icon goto2.png');
}

.product_block .details
{
	display:block;
	overflow:hidden;
	height:250px;
	background-color:white;
	border-top:0;
	text-align:right;
}
.product_block .details .info_line
{
	display:block;
	overflow:hidden;
	margin:0px 30px;
	margin-top:30px;
	height:45px;
}
.product_block .details .info_line .artist,
.product_block .details .info_line .str_size,
.product_block .details .info_line .str_technique
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:500px;
	height:45px;
	line-height:45px;
	font-size:20pt;
	color:#F33947;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_block .details .info_line .artist:hover
{
	color:black;
}
.product_block .details .info_line .btn_favorites
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:35px;
	height:45px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/product block heart icon.jpg');
}
.product_block .details .info_line .btn_favorites:hover
{
	background-image:url('../images/product block heart icon2.jpg');
}
.product_block .details .info_line .btn_favorites.on
{
	background-image:url('../images/product block heart icon on.jpg');
}
.product_block .details .info_line .btn_favorites.on:hover
{
	background-image:url('../images/product block heart icon2 on.jpg');
}
.product_block .details .product_name
{
	margin:0px 30px;
	height:45px;
	line-height:45px;
	font-size:28pt;
	color:black;
	font-weight:bold;
	text-align:right;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_block .details .info_line.line2 {margin-top:10px;}
.product_block .details .info_line .str_size,
.product_block .details .info_line .str_technique
{
	color:#A0A0A0;
	width:auto;
}
.product_block .details .info_line .str_technique {float:left;}

.product_block .details .footer_line
{
	display:block;
	overflow:hidden;
	margin:0px 30px;
	margin-top:20px;
	height:40px;
}

.product_block .details a.btn
{
	display:inline-block;
	float:right;
	width:180px;
	height:40px;
	background-color:#F33947;
}
.product_block .details a.btn span
{
	display:inline-block;
	float:right;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:white;
	margin-right:10px;
}
.product_block .details a.btn span.icon
{
	width:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/product block cart icon.png');
}
.product_block .details a.btn:hover
{
	background-color:black;
}
.product_block .details a.btn:hover span
{
	color:white;
}
.product_block .details a.btn:hover span.icon
{
	background-image:url('../images/product block cart icon2.png');
}

.product_block .details a.btn.btn_buy 
{
	width:110px;
	background-color:black;
}
.product_block .details a.btn.btn_buy:hover
{
	background-color:#009BEB;
}

.product_block .details .price
{
	display:inline-block;
	margin-right:10px;
	float:left;
	height:40px;
	line-height:40px;
}
.product_block .details .price span
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:40px;
	line-height:40px;
	font-size:28pt;
	color:black;
	font-weight:bold;
}
.product_block .details .old_price
{
	display:inline-block;
	margin-right:10px;
	float:left;
	height:40px;
	line-height:40px;
}
.product_block .details .old_price span
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:#A0A0A0;
	
}
.product_block .details .old_price span.num
{
	text-decoration:line-through;
}

.product_block .more_info
{
	display:block;
	overflow:hidden;
	height:50px;
	margin:0 15px;
	
	display:none;
}
.product_block .more_info .btn_group
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:50px;
	line-height:50px;
	font-size:14pt;
	color:#A1A1A1;
}
.product_block .more_info .btn_group:hover {color:black;}
.product_block .more_info .btn_seller
{
	display:inline-block;
	overflow:hidden;
	float:left;
	height:50px;
	line-height:50px;
	font-size:14pt;
	color:#B87900;
}
.product_block .more_info .btn_seller:hover {color:black;}

.product_block .label,
.product_block .label img,
.product_block .label .label_desc
{
	position:absolute;
	overflow:hidden;
	width:150px;
	height:150px;
	top:0px;
	right:0px;
	z-index:1;
}
.product_block .label .label_desc
{
	display: block;
	z-index:2;
	
	line-height:150px;
    font-size:20pt;
    color:white;
	transform:rotate(45deg);
    position:relative;
    top:-20px;
    right:-20px;
	text-align:center;
}


.product_block .new
{
	display:block;
	clear:both;
	height:22px;
}
.product_block .new span
{
	display:inline-block;
	float:right;
	background-image:url('../images/new.PNG');
	width:29px;
	height:22px;
	
	position:relative;
	top:-425px;
	right:10px;
}

.product_block .missing
{
	position:absolute;
	z-index:2;
	top:20px;
	right:0;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:white;
	padding:0 5px;
	background-color:#C42124;
}

/***** event block ***/

.product_block.event .details a.btn
{
	display:none;
}
.product_block.event .details a.btn.btn_buy
{
	display:inline-block;
	float:right;
	width:220px;
	height:40px;
	line-height:40px;
	font-size:14pt;
	color:white;
	font-weight:bold;
	background-color:#530037;
	border-radius:5px;
	text-align:center;
}
.product_block.event .details a.btn:hover
{
	background-color:black;
	color:white;
}
.product_block.event .img .hover a.btn_add {display:none;}

/***** lecture block ***/

.product_block.lecture .details a.btn
{
	display:none;
}
.product_block.lecture .details a.btn.btn_buy
{
	display:inline-block;
	float:right;
	width:220px;
	height:40px;
	line-height:40px;
	font-size:14pt;
	color:white;
	font-weight:bold;
	background-color:#530037;
	border-radius:5px;
	text-align:center;
}
.product_block.lecture .details a.btn:hover
{
	background-color:black;
	color:white;
}
.product_block.lecture .img .hover a.btn_add {display:none;}


/***** grid display ***/

.product_block.size2
{
	height:760px;
	width:595px;
}
.product_block.size2.hidden {height:0;margin:0;}
.product_block.size2.last {margin-left:0px;}
.product_block.size2 .img {height:500px;}
.product_block.size2 .img img,
.product_block.size2 .img .hover
{
	height:500px;
	width:595px;
	right:0px;
	top:0px;
}
.product_block.size2 .img .hover{top:-500px;}

.product_block.size2 .img:hover img
{
	transform: scale(2);
	right:-297.5px;
	top:-250px;
}


.product_block.size2 .details
{
	
}
.product_block.size2 .details .product_name
{
	
}
.product_block.size2 .details .price
{
	
}
.product_block.size2 .details .price span
{
	
}
.product_block.size2 .details a.btn
{
	
}

