.product_seperator
{
	width:1px;
	height:300px;
	float:right;
	margin:0px 23px;
	overflow:hidden;
	background-color:#ADADAD;
}
.product_block
{
	width:330px;
	height:560px;
	float:right;
	margin-left:0px;
	margin-bottom:25px;
	overflow:hidden;
	position:relative;
	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:300px;
	text-align:center;
}
.product_block .img img,
.product_block .img .hover
{
	display:inline-block;
	height:300px;
	width:300px;
}
.product_block .img .hover
{
	background-color:rgba(0,0,0,0.8);
	position:relative;
	top:-300px;
	opacity:0;
}
.product_block .img:hover .hover {opacity:1;}
.product_block .img .hover span
{
	display:inline-block;
	padding:0 25px;
	height:70px;
	line-height:70px;
	background-color:#B3CA31;
	border-radius:10px;
	color:white;
	font-size:20pt;
	font-weight:bold;
	margin-top:115px;
	
}

.product_block .group_name
{
	overflow:hidden;
	margin-top:10px;
	height:25px;
	line-height:25px;
	font-size:12pt;
	color:black;
	text-align:center;
}
.product_block .product_name
{
	margin-top:0px;
	height:35px;
	line-height:35px;
	font-size:20pt;
	color:#951919;
	font-weight:bold;
	text-align:center;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_block .desc
{
	font-size:16pt;
	color:#808080;
	height:60px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	display:none;
}

.product_block .price_area
{
	display:block;
	height:40px;
	overflow:hidden;
	text-align:center;
}
.product_block .price_area .price,
.product_block .price_area .old_price
{
	overflow:hidden;
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	font-weight:bold;
}
.product_block .price_area .price span,
.product_block .price_area .old_price span
{
	
}
.product_block .price_area .price span.icon
{
	
}
.product_block .price_area .old_price {margin-left:10px;display:none;}
.product_block .price_area .old_price span
{
	
}


.product_block .link
{
	display:block;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}
.product_block .link a.btn_product
{
	display:inline-block;
	height:60px;
	width:260px;
	border:1px solid #96181C;
}
.product_block .link a.btn_product span
{
	display:inline-block;
	float:right;
	height:60px;
	line-height:60px;
	color:black;
	font-size:20pt;
	font-weight:bold;
}
.product_block .link a.btn_product span.seperator
{
	width:1px;
	margin:17px;
	height:25px;
	background-color:#C58B00;
}
.product_block .link a.btn_product span.icon
{
	margin-right:15px;
	width:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/btn_cart.png?num=1');
}
.product_block .link a.btn_product:hover {background-color:#96181B;}
.product_block .link a.btn_product:hover span {color:white;}
.product_block .link a.btn_product:hover span.seperator {background-color:white;}
.product_block .link a.btn_product:hover span.icon
{
	background-image:url('../images/btn_cart2.png?num=1');
}

.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;
}