ul#product_list {
    list-style-type: none;
    margin-top: 2em;
}
ul#product_list li {
    border: 1px solid #943e38;
    border-radius: 5px;
    float: left;
    height: 400px;
    margin-bottom: 0.3em;
    margin-right: 5px;
    margin-top: 1em;
    min-height: 130px;
    padding: 6px;
    width: 218px;
}
* html ul#product_list li {
    height: auto !important;
}
ul#product_list li h3 {
    font-family: "Oswald",Arial,Helvetica,sans-serif;
}
ul#product_list li a {
    color: #374853;
    text-decoration: none;
    text-transform: none;
}
ul#product_list a.product_img_link {
    border: 4px solid #fff;
    float: left;
    margin-right: 2.6em;
}
ul#product_list a.product_img_link:hover {
}
ul#product_list a.product_img_link img {
    display: block;
    margin-left: 18px;
    vertical-align: bottom;
    width:129px;
    height:129px;
}
ul#product_list li h2 {
    color: #000;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0.4em 0;
    text-align: center;
    text-transform: capitalize;
}
ul#product_list li h2 a {
    color: #be0000;
}
ul#product_list li .new {
    background: url("../img/flag_new_bg.jpg") repeat-x scroll 0 center transparent;
    border: 1px solid #488c40;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: uppercase;
    vertical-align: 0.3em;
}
ul#product_list li p.product_desc {
    height: 100px;
    margin-bottom: 0;
    width: 170px;
}
ul#product_list li div.center_block {
    float: left;
    height: 270px;
    margin-left: 2.4em;
    position: relative;
    text-align: justify;
    top: 20px;
    width: 167px;
}
ul#product_list li div.right_block {
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 10px;
    text-align: right;
    width: 10em;
}
ul#product_list li .on_sale, ul#product_list li .online_only {
    color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
    height: 4em;
    margin-left: 6.8em;
    margin-top: -22.5em;
    position: absolute;
    text-align: center;
    width: 4em;
    z-index: 1001;
	border-style:inset;

	background: #F90;
	background: -moz-linear-gradient(#F30,#F90);
	background: -webkit-gradient(linear, 0 0, 0 140, from(#F30),to(#F90));
	
	-moz-border-radius: 4em;
	-webkit-border-radius: 4em;
	border-radius: 4em;
	
	text-align: center;
	
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
ul#product_list li .discount {
    background: linear-gradient(#f30, #f90) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 inset #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 26px;
    margin-left: -92px;
    margin-top: -286px;
    padding: 0 8px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 222px;
    z-index: 0;
}
ul#product_list li .arrondibl {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border: 0 inset #000;
    border-radius: 10px;
    box-shadow: 0 2px 1px #000 inset;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 22px;
    margin-left: -92px;
    margin-top: -266px;
    padding: 0 8px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 222px;
    z-index: 1000;
}

ul#product_list li .pctrdc {

	color: #ffffff;
	font-weight: bold;
    display: block;
	height: 35px;
    margin-left: -60px;
    margin-top: 7px;
    position: absolute;
    text-align: center;
    z-index: 1001;
    border: 2px solid;
	background: #F90;
	background: -moz-linear-gradient(#F30,#F90);
    background: -webkit-gradient(linear, 0 0, 0 140, from(#F30),to(#F90));
	-moz-border-radius: 4em;
    border-radius: 1em;
	text-align: center;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 2px 2px 10px #000;
	background-color: #990000;
    color: #fff;
    font-size: 10px;
    text-align: center;
	width: 50px;

}

ul#product_list li .reduction {
    display: block;
    float: left;
    margin-bottom: 0.3em;
}
ul#product_list li .price {
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.2em;
}
ul#product_list li span.availability {
    color: green;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
ul#product_list li a.button {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0.5em;
    padding: 5px;
    text-align: center;
}
ul#product_list li p.compare input {
    vertical-align: text-bottom;
}
ul#product_list li div.right_block a {
    background: none repeat scroll 0 0 #c2c2c2;
    color: #000;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -3px;
    margin-top: 0.5em;
    padding: 5px;
    text-align: center;
}
ul#product_list li div.right_block a.ajax_add_to_cart_button {
background: url("../img/btn_flash.jpg") no-repeat scroll 0 0 transparent;
    color: white;
    font-size: 15px;
    font-weight: normal;
/*    height: 24px;
    left: 2px;*/
    padding: 5px 3px 3px;
/*    position: relative;
    text-decoration: none;
    text-transform: none;
    top: 20px;*/
    width: 190px;
}

ul#product_list li div.right_block a.view_product {
background: url("../img/btn_voir.jpg") no-repeat scroll 0 0 transparent;
    color: black;
    font-size: 15px;
    font-weight: normal;
/*    height: 24px;
    left: 2px;
    padding: 5px 3px 3px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    top: 20px;*/
    width: 166px;
	position:relative;
	top:-3px;
}
.rupture {
    color: red;
}
.fb-like {
  margin-right: 25px;
  float:left;
}