ul#product_list {
	list-style-type: none;
	
}
@keyframes zooom{
	from{background-size: 100%;}
	to{background-size:  110%;}
}
@-webkit-keyframes zooom{
	from{background-position: 100%;}
	to{background-position: 0% ;}
}

#product_list  a {
width: 48%;
display: block;
padding: 0;
margin-bottom: 30px;
position: relative;
float: left;
height: 500px;
margin: 0px 1%;
}
#product_list a:hover{
background-position: 0% !important;
-webkit-animation: zooom 2s; 
  -moz-animation:    zooom 2s; 
  -o-animation:       zooom 2s;  
  animation:        zooom 2s; 
}


#product_list li a {
	color: #374853;
	text-decoration: none
}

#product_list li .left_block {

	width: 100%;
}
#product_list li .left_block  .compare label {
	display:none;
}

#product_list li p.compare input {
	vertical-align: text-bottom
}

#product_list li .center_block {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-top: 10px;
}

	#product_list a.product_img_link {
		overflow:hidden;
		position:relative;
		float: left;
		display:block;
		margin-right: 14px;
		border: 1px solid #ccc
	}
		#product_list a.product_img_link img {
			display: block;
			vertical-align: bottom
		}
		#product_list li span.new {
			display: block;
			position: absolute;
			top: 15px;
			right:-30px;
			padding: 1px 4px;
			width: 101px;
			font-size:10px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-o-transform:rotate(45deg);
			-ms-transform: rotate(45deg);
			background-color: #990000
		}
#product_list a h3 {
margin: 0;
padding: 0;
font-size: 24px;
line-height: 2;
color: #b8d203;
text-align: center;
background: rgba(0, 0, 0, 0.6);
}


		#product_list li a {
			color: #064574;
			text-decoration: none;
		}

	#product_list li p.product_desc {
		overflow: hidden;
		padding:0;
		line-height:16px;
	}
	#product_list li p.product_desc,
	#product_list li p.product_desc a {
		color:#666;
		margin-bottom: 60px;
	}

#product_list li .right_block {
	position:relative;
   float: left;
   width: 145px;
   text-align: right
}
	#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
		display: block;
		font-weight: bold;
		color: #990000;
		text-transform: uppercase
	}
	#product_list li .discount {
		position:absolute;
		top:0;
		right:0;
		display: inline-block;
		font-weight: bold;
		padding: 1px 5px;
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
		background: none repeat scroll 0 0 #9B0000
	}
	#product_list li .online_only {
		margin:0 0 10px 0
	}
	#product_list a .content_price {
		position: absolute;
		min-height: 70px;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
width: 100%;

	}
		#product_list a .price {
font-weight: bold;
font-size: 25px;
padding: 11px;
color: #b8d203;
max-width: 50%;
float: right;
line-height: 1;
text-align: right;
		}
		#product_list a .price span
		{
		font-size: 16px;
		text-align: right;
		float: right;
		line-height: 26px;
		}
		#product_list a span.availability {
			display:none;
			color: #488C40
		}
	#product_list li .ajax_add_to_cart_button {
		padding-left: 20px
	}
	#product_list li .ajax_add_to_cart_button span {
		display: block;
		position: absolute;
		top: -1px;
		left: -12px;
		height: 26px;
		width: 26px;
		background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
	}
	#product_list li .lnk_view {
		display: block;
		margin-top:15px;
		padding:0 10px;
		border:none;
		font-weight:bold;
		color:#0088CC;
		background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent
	}
	#product_list li .lnk_view:hover {text-decoration:underline}
	
/* MEDIAQUERIES 

@media screen and (max-width: 1200px){
	#product_list a {
		width:90%;
		margin-bottom:10px;
	}
}
*/