div#navbar { /*barra riassuntiva*/
	margin-left: 5px;
	margin-bottom: 5px;
	width: 575px;
	background: #A4CEEC;
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	color:#00438C ;
}
div#motor { /*Risultati*/
	margin-left: 5px;
	margin-bottom: 5px;
	width: 585px;
	height: 95px;
	background: #DCEAF5;
	text-align: left;
}
.motor_text{
	padding: 5px;	
	font-size: 8pt;
}
div#motor a {
	color : #00438C;
	text-decoration : none;
}
div#motor a:hover {
	color: #ff4500;
	text-decoration: underline;
}
div#motor_ico { /*Strumenti*/
	float:left;
	width: 25px;
	height: 95px;
	background: #A4CEEC;
	border-right: 5px solid White;
}
/*Anteprima Immagine*/
div#motor_img {
	float:left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	width: 110px;
	height: 75px;
	background: white;
	text-align: center;
}
div#card { /*Scheda*/
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 575px;
	height: 500px;
	background: #DCEAF5;
	text-align: left;
}
div#card_img { /*Immagine*/
	float:left;
	width: 300px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: white;
	text-align: center;
}
.card_text{
	padding: 5px;
}
div#card a {
	color : #00438C;
	text-decoration : underline;
}
div#card a:hover {
	color: #ff4500;
	text-decoration: underline;
}
.gallery { /*Gallery*/
	width: 110px;
	padding: 5px;
	margin-left: 5px;
	margin-top: 0px;
	background: white;
	text-align: center;
}
div#news { /*News*/
	padding: 5px;
	margin-left: 5px;
	width: 575px;
	text-align: left;
}
div#news a {
	color : #00438C;
	text-decoration : underline;
}
div#news a:hover {
	color: #ff4500;
	text-decoration: underline;
}
div#page { /*Paginazione*/
	margin-left: 5px;
	margin-bottom: 5px;
	width: 575px;
	background: #A4CEEC;
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	color:#00438C ;
}
div#page a {
	color : #00438C;
	text-decoration : none;
}
div#page a:hover {
	color: #ff4500;
	text-decoration: underline;
}

