h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-left:40px;
	background-image:url(../img/commons/bull.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

p {	
	margin-bottom:20px;
}

#contenuti_sx {
	float:left;
	width:490px;
}

#contenuti_dx {
	float:right;
	width:490px;
}

#sx_1 {
	float:left;
	width:240px;
}

#dx_1 {
	float:right;
	width:235px;
}

#sx_1 img {
	margin-top:10px;
}

#dx_1 img {
	margin-top:10px;
}

/* RIQUADRO ULTIMI ARRIVI */

.top {
	display:block;
	margin:0px;
	padding:0px;
	width:490px;
	height:6px;
	background-image:url(../img/commons/riquadro_sopra.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.center {
	display:block;
	margin:0px;
	padding-left:8px;
	width:482px;
	background-image:url(../img/commons/riquadro_centro.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

.bottom {
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	width:490px;
	height:6px;
	background-image:url(../img/commons/riquadro_sotto.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* ELENCO VETTURE */

.vettura {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
	border-right:1px #cccccc solid;
	width:150px;
}

.vettura a.dettagli {
	display:block;
	margin-top:2px;
	color:#003300;
	font-size:10px;
	text-align:right;
}

.vettura .thumb {
	clear:both;
	float:none;
	display:block;
	margin:auto;
	margin-bottom:5px;
	width:150px;
	height:120px;
	overflow:hidden;
	background-image:url(../img/commons/loading_small.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.vettura img {
	width:150px;
	height:115px;
	border:0px;
}

.vettura h1 {
	display:block;
	margin:0px;
	padding:0px;
	width:150px;
	height:20px;
	overflow:hidden;
	font-size:16px;
	color:#003300;
	background-image:none;
}

.vettura h2 {
	margin:0px auto;
	padding:0px;
	width:150px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.vettura h2 {
	margin:0px auto;
	padding:0px;
	width:150px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.vettura b {
	color:#333333;
}