/* product-list.tpl */
ul#product_list { 	

	clear: both;
    float: right;
    list-style-type: none  
 
}
ul#product_list li {  
  
    margin-bottom: 20px;

	background: #FFFFFF;
    border: 9px solid #FFFFFF;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 5px;
	cursor: pointer;

	overflow: hidden;
	z-index: 10;
}
ul#product_list li:hover {  
  
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.10);

}

ul#product_list h5 { 	 

	font-weight: normal;
	color: #241F1D;
	padding-left: 2px;
	 
} 

ul#product_list h5 { 
	color: #241F1D;
	-moz-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in;
} 


ul#product_list h5 a:hover {
	color: #FC4D43;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	
}


ul#product_list a.product_img_link {
	border: none;
	float: left;
	margin-right: 3em
}
ul#product_list .view a.product_image img {

   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear; 
} 
ul#product_list .view a.product_image img:hover {

   -webkit-transform: scale(1.5,1.5);
   -moz-transform: scale(1.5,1.5);
   -o-transform: scale(1.5,1.5);
   -ms-transform: scale(1.5,1.5);
   transform: scale(1.5,1.5);
} 


ul#product_list .lnk_more {
	display:inline;
	margin: -22px 0 0 0;	
	float: right;
	color: transparent;
	height: 30px;
	width: 30px;
	background:url(../img/green_icons/eye-green-30.png) repeat-x;
	cursor: pointer;

}
ul#product_list .lnk_more:hover {
	background:url(../img/green_icons/eye-black-30.png) repeat-x;
	
}


ul#product_list li h3 { margin: 0 }
ul#product_list li span.new {
 	line-height: 17px;
	display: none;
	width: auto;
	float: right; 
	position: absolute;

	background-color: #F4F4F2;
	color: #FF7474;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	text-transform: uppercase;
	margin: 8px 0 0 8px; 
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

}

ul#product_list li span.on_sale {
 	line-height: 17px;
	display: none;
	width: auto;
	float: left;

	background-color: #FF7474;
	color: white;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	text-transform: uppercase;
	margin: 40px 0 0 8px; 
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

}

ul#product_list li p.product_desc {
	margin-top: 20px;
	color: #75858d;
	font-size: 12px
}
ul#product_list li div.center_block {
	float: left;
	width: 75%;
	margin-right: 3em;
	margin-left: 0;
}
ul#product_list li div.right_block {
	float: right;
	width: 11em;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #E49E9E;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	color: #FC4D43;
  clear:both;
  display:block;
  float:right;
  font-family: 'Questrial',Verdana,Arial;
  font-size: 21px;
  font-weight: normal;
  padding-left: 2px;
}
ul#product_list li .price_per_mq {
  color:#FC4D43;
  clear:both;
  display:block;
  float:right;
  font-family: 'Questrial', Verdana, Arial;
  font-size:15px;
  font-weight: normal;
  padding-left: 5px; 
}
}
ul#product_list li span.availability { 
    display: block;
	color: #75858D;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px
}
ul#product_list li a.button { margin-top: 0.5em; margin-bottom: 0.5em; float: right }
ul#product_list li a.button_large { display: none }
ul#product_list li p.compare input { display: none; vertical-align: text-bottom } 
ul#product_list li p.compare { display: none }

.bouton-view {
	margin-left: 165px;
	margin-top: 10px;
}

ul#product_list .icons_container span.cart {   

	display:inline-block;
    background:url(../img/cultura/cart_ico_30_bi.png) silver no-repeat center 0;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	padding: 15px;
	cursor: pointer;
 

	
} 							

ul#product_list .icons_container span.cart:hover { 

    background:url(../img/cultura/cart_ico_30_bi.png) #fc4d43 no-repeat center -30px;  
	
}
	
ul#product_list .icons_container span.fav {  


    background:url(../img/cultura/infos-30-bi.png) silver no-repeat center 0;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	padding: 15px;
	cursor: pointer;	

  
	
}

ul#product_list .icons_container span.fav:hover { 
    background:url(../img/cultura/infos-30-bi.png) #fc4d43 no-repeat center -30px; 
}

ul#product_list .price_container { 
	padding:0;
}