#vetrina
{ 
	width: 50%;
	float:left;
	background-image: url(../loghi/vetrina.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 500px;
	margin-top:0px;
	padding-top:0px;
}

#ultimiinserimenti
{
	width: 50%;
	float:left;
	background-image: url(../loghi/ultimiinserimenti.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 500px;
	margin-top:0px;
	padding-top:0px;
}
#corpo
{
    position:relative;
	height: 495px;
}
.riquadrobianco
{
   position: relative;
   width:332px;
   height:80px;
   background-repeat:no-repeat;
   margin-left:24px;
   padding-left:0px;
   background-color: #ffffff;
}
.riquadrogrigio
{
   position: relative;
   width:332px;
   height:80px;
   background-repeat:no-repeat;
   margin-left:24px;
   padding-left:0px;
   background-color: #cccccc;
}

#primo
{
   position:relative;
   margin-top:74px;
   
}

#vetrina img
{
  position:				absolute;
	top:					8px;
	left:					5px;

	width:					90px;
	height:					56px;
	border: 				1px solid #fff;
}
#vetrina a
{
   color:#000000;
   font-size:12px;
}

#vetrina div h3 {
	position:				absolute;
	top:					12px;
	left:					100px;

	margin:					0;

	font-size:				8pt;
}
#vetrina div dl {
	position:				absolute;
	top:					25px;
	left:					100px;
	font-size:				8pt;
}
#vetrina div dl dt {
	display:				block;
	width:					60px;
	float:					left;
	font-weight:			bold;
	text-align:				left;
}
#vetrina div dl dd {
	text-align:				left;
}
#scheda {
	position: 				absolute;
	top: 					60px;
	right: 					10px;
	color:					#000000;
}