/* ************************************************

GRUPPO De Agostini
DeAgostini.css
Author: Gianluca Buoncompagni - NeoNetwork
First Draft:		Tue Jan 13 17:59:21     2009


/* BASIC
================================================== */
*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	outline: 0;
}

html, body{
	font-family:arial, helvetica, sans-serif ;
	font-size:11px;
	color: #666;
	background: #fff;
	text-align: center;
	line-height: 15px;
}
div#quotazioni{
	text-align: left;
}
div#quotazioni h2{
	color:#fff;
	padding:2px 10px;
	background: #fff url('../img/bg_dot_blu.gif') top left repeat-x;
	line-height: 29px;
	height:29px;
}
div#quotazioni table{
display: block;
margin: 5px 0 0 5px;
border-collapse:collapse;
font-size: 11px;
	text-align: left;
}
div#quotazioni table td,
div#quotazioni table th{
	padding: 5px;
	border-collapse:collapse;
	color: #333;
}
div#quotazioni table th{
	font-weight: bold;	
	color:#063472;
}
div#quotazioni table td strong{
	color:#333;
}
