/*

CSS FRONT-END VER. 1

CONTENT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

.right { float:right;}
.left { float:left;}

.red { color:#cc0000;}
.blue { color:#4169e1;}

sub {vertical-align: sub; font-size: 70%;}

.inline {display: inline;}
.text_center { text-align:center;}
strong { font-weight:bold; font-size: 1.6em;}

div.hr {
	display: block;
	position: relative;
	clear: both;
	height: 15px;
	margin: 10px 0 0px 0;
	padding: 10px 0 0 0;
	background: transparent url("../../savings/images/hr.gif") repeat-x left 10px;}
	div.hr hr {display: none;}
	
	h1, h2, h3, h4 { font-weight:normal; font-family:Arial, Helvetica, sans-serif; color:#9a9a9a;}
	
	h1 { font-size:2.0em; text-transform:uppercase; font-style:italic; margin-bottom:20px;}
	h2 { font-size:1.9em; font-weight:bold; letter-spacing:-1px; margin-bottom:20px; line-height: 100%;}
	h3 { font-size:2.3em; font-weight: bold; letter-spacing:-1px; margin-bottom:10px; line-height: 1em;}
	h4 { font-size:1.4em; letter-spacing:-1px; font-weight:bold; font-style:italic; text-transform:uppercase; margin-bottom:5px; line-height: 1em;}
	h5 { font-size:2.2em; letter-spacing:-1px; font-style:italic; font-weight: bold; text-transform:none; margin:0 0 18px 40px; line-height: 1em;}


a#question { display: block; position: absolute; right: 100px; top:0px; }
	
table.debug td {border: 1px solid lime;}

table.confronto {
    width: 100%;
}

table.confronto td { padding: 0px;}
table.confronto thead td {
/*    vertical-align: middle;*/
padding-top: 1em;

}


div.language a.back {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;}

h1.title {
	position: absolute; bottom: 10px; left: 30px;
	z-index:101;
	font-size: 3.5em;
	letter-spacing: -.05em;
	font-weight: bold;
	color: white;
	font-family: "Trebuchet MS";
	line-height: normal;}




