﻿/* LIST PAGE */

.newproductslist
{	float : left;
	width : 100%;
}

.newproductslistitem
{	border:1px solid #D2D2D2;
	height:150px;
	padding:5px 10px 10px;
	margin : 5px 10px;
	float : left;
	width : 110px;
	position : relative;
}

.itemimage
{	text-align : center;
}
.itemimage img
{	text-align : center;
	margin : auto;
	width : 110px;
	height : 110px;
	
	
	/*max-width : 80px;
	max-height : 120px;*/
}

.itemreference
{	font-size : 0.7em;
	position : absolute;
	bottom : 5px;
}

.itemprice
{	position : absolute;
	bottom : 5px;
	right : 5px;
}

.newproductslistitem img
{	margin-top : 10px ;
}

.newproductslistitem h2,.newproductslistitem h2 a
{	color:#1E4891;
	font-size:11px !important;
	margin : 0;
	text-decoration:none;
	height : 30px;
}

/* DETAIL PAGE */

.newproductitem
{	width : 100%;
	margin-top : 10px;
}

.newproductitem h1 span
{	font-size : 10px;
}

.npleftcolumn
{	float : left;
	width : 200px;
	margin : 10px;
}

.nprightcolumn
{ float : left;
width : 390px;

}

.npleftcolumn td
{ vertical-align : middle;
}

.npimage
{	text-align : center;
	margin-bottom : 10px;
	min-height : 120px;
	height : auto !important;
	height : 120px;
}

.descriptioncontainer *
{	text-align : left !important;
}

.npdetailimage
{	
	width : 170px;
	height : 170px;
	/*max-height : 250px;
	max-width : 170px;*/
}

.pricebig 
{	background:url('/01/images/layout/vignette-rouge-prix_big_no_shadow.gif') no-repeat;
	width:134px;
	height:65px;
	text-align:center;
	color:#fff;
	line-height:65px;
	font-size:2.4em;
	margin : auto;
}

h1
{	margin : 0 0 10px 0;
}