/* CSS Document */
html{
	height:100%;
}
html, body{
	margin:0px;
	padding:0px;
	background-color: #000000;
}

body{
	height:auto;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p, td, a{
	font-size:12px;
}

.continua {
	font-size: 10px;
	color: #860059;
}

a{
	color:#7C045D;
}

#contenitorePrincipale {
	background-color: #000000;
	border: thin solid #0D0D0D;	/*	
	position:absolute;
	left:50%;
	margin-left:-450px;
	*/
}
.sfumatura{
	background-image: url(img/sfondo_sfumato.jpg);
	background-repeat: repeat-y;
}
#contenutoPrincipale{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	color: #FFFFFF;
}

#loading {
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}
#offerte {
	margin-top: 20px;
	height: 460px;
	overflow: auto;
}

.separatore_1 {
	height: 20px;
}
.separatore_2 {
	height: 20px;
}
.separatore_3 {
	height: 20px;
}
.separatore_4 {
	height: 20px;
}
.separatore_laterale {
	width: 45px;
}
.separatore_banner_1_2 {
	width: 5px;
}
.separatore_banner_5_6 {
	width: 5px;
}
.separatore_finale {
	background-image: url(img/sfondo_sfumato.jpg);
	background-repeat: repeat-y;
	height: 40px;
}
.contenitoriHome {
	height:72px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 4px;
	line-height: 9pt;
}
.fontPiccolo{
	font-size:9px;
}
