/***** VETRINA *****/

.vetrinaHome
{
	margin-top: 17px;
}


.vetrinaHome .articolo
{
	border: 1px solid #BABABA;
	position:relative;
	
	width: 306px;
	height:282px;
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow:#CCC 0 22px 14px -19px;
	-moz-box-shadow:#CCC 0 22px 14px -19px;
	-webkit-box-shadow:#CCC 0 22px 14px -19px;
	text-align: center;
}

.vetrinaHome .articolo.last
{
	margin-right: 0px;
}

.vetrinaHome .titolo
{
	border-bottom: 1px solid #BABABA;
	
	height:32px;
	background-image: url("../immagini/grafica/catalogo/art_title_bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	
	line-height: 32px;
	font-size: 18px;
	padding-left: 10px;
	text-align: left;
}

/*.vetrinaHome .descrCont
{
	position:relative;
	border-top: 0px;
	padding-top: 15px;
	height:233px;
	border: 1px solid #DDE2E2;	
}*/

.vetrinaHome .articolo .testo
{
	margin: 5px auto;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: left;
}

.vetrinaHome .articolo .nuovo
{
	right: 6px;
	top: 40px;
}
.vetrinaHome .articolo > a, .vetrinaHome .articolo .testo{
	width:280px;
	margin: 10px auto;
	display:block;
}

/*.vetrinaHome .wrapper
{
	margin: 0px auto;
	width: 280px;
}*/
