/*
Questo file contiene la testata e la struttura contenitiva dei nuovi prodotti
*/


/***********************TESTATA***********************/
div#Testata{
	background: url(/images/testate/BgdNuoviProdotti.jpg) 0 0 no-repeat;
}
/***********************CONTAINER INTERNO - PRODOTTI***********************/
div#ContentProducts{
	float: right;
	display:inline;
	width: 612px;
	height: auto;
	margin:15px 19px 0 27px;
	padding: 0;
}
/*div#ContentProducts .celle{
	float: left;
	display:inline;
	margin: 0 8px 0 0;
	background:url(/images/BgdCelleProdotti.gif) repeat-x;
}
div#ContentProducts .celle a{
	float: left;
	display:inline;
	width: 196px;
	height: 93px;
	background:url(/images/BgdCelleProdotti.gif) repeat-x;
	color: #000000;
	text-decoration: none;
}
div#ContentProducts .celle a:hover{
	color: #E52525;
	text-decoration: none;
}
div#ContentProducts .celle img{
	float: left;
	display:inline;
	width: 57px;
	height: 55px;
	margin: 8px 10px 10px 10px;
}
div#ContentProducts .celle h1{
	font-size:12px;
	font-weight:bold;
	margin: 11px 0 0 0;
	text-decoration: none;
}
div#ContentProducts .celle h2{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration: none;
}
div#ContentProducts .celle h3{
	font-size:10px;
	font-weight:normal;
	margin: 0 0 0 12px;
	color:#E52525;
	text-decoration: none;
}*/
div#ContentProducts .celle .new{
	display:inline;
	float:left;
	width: 23px;
	height: 11px;
	margin: 0 10px 0 12px;
	background: transparent;
}