/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
    background: url("../img/boxbg-category.png") no-repeat top center;
    float: left;
    height: 384px;
    margin: 0 4px 10px 4px;
    min-height: 130px;
    padding: 0px;
    position: relative;
    width: 171px;
}

ul#product_list li:hover {
  background: url("../img/boxbg-category-shadow.png") no-repeat top center;
}

* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #374853
}
ul#product_list a.product_img_link {
 
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block;  margin: 3px auto; height: 150px; width: 150px;  }
ul#product_list li h3 { padding: 5px 0 5px 10px; margin: 0px; height: 26px; display: block; }

ul#product_list li h3 a {
    color: #444444;
    font-size: 1.0em;
    margin: 0.4em 0;
}
ul#product_list li .new {
	background: #DA131A;
	border: 1px solid #444444;
	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 {
	margin: 0;
	height: 45px;
	font-size: 0.9em;
	padding: 2px 10px 0 10px;
}


ul#product_list li div.right_block {
	float: left;
	width: 100%;
	padding-left: 10px;
	margin-top: 5px;
	position: relative;
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #b9b9b9;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block!important;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #ebebeb;
  position: absolute;
  top: 24px;
	font-size: 0.9em;
display: block;
}


.pricebox span.price {
color: #fefefe;
text-align: center;
}


ul#product_list li a.button { 
position: absolute; 
left: 8px; 
top: 58px;
background: #F6F6F6;
background: -moz-linear-gradient(top, #f5f5f5, #f5f5f5 50%, #dedede);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(.5, #f5f5f5), to(#dedede));
border:1px solid #3d3d3d;
border-bottom:1px solid #5f5e5e;
color: black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
font-size: 10px!important;
text-align: center;
text-decoration: none!important;
cursor: pointer;
display: block;
line-height: 18px;
text-transform: uppercase;
width:auto;
padding:5px;
color: #444444!important; 
}


ul#product_list li a.button:hover { 
color: #000000!important;
}

ul#product_list li p.compare input { vertical-align: text-bottom; border: none }

#editorial_block_center h1 {
color: black;
}           

p.pcomp input.button {
padding: 4px 15px;
font-size: 0.8em!important;
}

.comparison_product_infos a.button, .comparison_product_infos a.exclusive {
width: 150px;
}

.comparison_product_infos span.price {
color: black!important;
}

table#product_comparison h5 a {
color: #444444!important;
margin: 0;
padding: 5px 0 15px 0;
 font-size: 1.4em!important;
}

table#product_comparison h5  {
margin: 5px 0 10px 5px!important;
}


#idTab2 span {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 20px;
    width: 350px;
}