/* CLASSE per il body */ 

	.sitePage {
		background-image: url("../img/layout/bg.gif"); 
		background-attachment: fixed;
		background-position: 0px 0px;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #666666;
	}

/* ------------------ */

/* CLASSI per il LOADER */

	div#pageLoader {
		position: absolute; 
		width: 100%; 
		height: 100%; 
		top: 0; 
		left: 0; 
		background-color: #FFFFFF;
		filter: alpha(opacity=60);
		-moz-opacity: 0.60;
		opacity: 0.60; 
		font-family: Arial, sans-serif;
		color: #666666; 
		z-index: 100;
	}
	div#pageLoaderContent {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 32px;
		height: 32px;
		margin-left: -16px;
		margin-top: -16px;
		z-index: 101;
	}

/* -------------------- */

/* CLASSI struttura layout --------------------------- */

	div#pageContainer {
		position: relative;
		top: 0;
		margin: auto;
		width: 960px;
		/* background-color: #333333; */
	}
	div#gfxContainer {
		position: absolute;
		top: 0;
		left: 838px;
		width: 122px;
		height: 376px;
		z-index: 20;
	}
	div#payOffContainer {
		position: absolute;
		left: 912px;
		width: 25px;
		height: 383px;
		z-index: 21;
		text-align: center;
	}

	div#headerContainer {
		clear: both;
		width: 960px;
		height: 90px;
		background-color: #000000;
	}
	div#logoContainer {
		display: inline;
		float: left;
		width: 350px;
		height: 90px;
		background-image: url("../img/layout/headerBK_1.jpg"); 
		background-attachment: scroll;
		background-position: 0px 0px;
	}
	div#platformContainer {
		display: inline;
		float: left;
		width: 133px;
		height: 90px;
		background-image: url("../img/layout/headerBK_2.jpg"); 
		background-attachment: scroll;
		background-position: 0px 0px;
	}
	div#menuContainer {
		display: inline;
		float: left;
		width: 130px;
		height: 90px;
		background-image: url("../img/layout/headerBK_3.jpg"); 
		background-attachment: scroll;
		background-position: 0px 0px;
	}
	div#langContainer {
		display: inline;
		float: left;
		width: 97px;
		height: 90px;
		background-image: url("../img/layout/headerBK_4.jpg"); 
		background-attachment: scroll;
		background-position: 0px 0px;
	}
	div#userContainer {
		display: inline;
		float: left;
		width: 180px;
		height: 90px;
		background-color: #CCCCCC;
	}

	div#bodyContainer {
		clear: both;
		width: 960px;
		background-color: #000000;
	}
	div#infoContainer {
		clear: both;
		/* display: inline;
		float: left;*/
		width: 890px;
		background-color: #FFFFFF;
	}
	.spaceLine {
		clear: both;
		width: 100%;
		height: 10px;
	}
	.borderLine {
		clear: both;
		width: 100%;
		height: 1px;
		background-color: #AFA58C;
	}
	div#visualMarketingContainer {
		clear: both;
		width: 100%;
		height: 280px;
		background-color: #DEDEDE;
	}
	div#textMarketingContainer {
		clear: both;
		width: 100%;
		background-color: #FFFFFF;
	}
	div#boardMessage {
		clear: both;
		width: 100%;
		background-color: #FFFFFF;
		border: 1px solid #666666;
	}
	div#footerContainer {
		clear: both;
		width: 100%;
		height: 30px;
		background-image: url("../img/layout/bkFooter.jpg"); 
		background-attachment: scroll;
		background-position: 0px 0px;
	}
	div#creditsContainer {
		clear: both;
		width: 100%;
		text-align: right;
	}

	/* HEADER */
	.noBorder {
		border: 0px;
	}
	.startLang {
		clear: both;
		width: 100%;
		height: 10px;
	}
	.interLang {
		clear: both;
		width: 100%;
		height: 8px;
	}
	.startWrite {
		clear: both;
		width: 100%;
		height: 17px;
	}
	.interWrite {
		clear: both;
		width: 100%;
		height: 2px;
	}
	.rowLang {
		clear: both;
		width: 100%;
		height: 18px;
	}
	.startForm {
		clear: both;
		width: 100%;
		height: 5px;
	}
	.interForm {
		clear: both;
		width: 100%;
		height: 5px;
	}

	/* Layout doppia colonna */
	div#colSx {
		display: inline;
		float: left;
		width: 444px;
		text-align: left;
	}
	div#colDx {
		display: inline;
		float: right;
		width: 444px;
		text-align: left;
	}

	/* Layout generico doppia colonna */
	.colSxDiv {
		display: inline;
		float: left;
		width: 424px;
		text-align: left;
	}
	.colDxDiv {
		display: inline;
		float: right;
		width: 424px;
		text-align: left;
	}

/* --------------------------------------------------- */

/* CLASSI Generali ----------------------------------- */

	form {
		margin:0px;
	}
	table {
		width: 100%;
		border: 0px;
		margin: 0px;
	}
	td, th {
		height: 20px;
		margin: 0px;
		border: 0px;
		vertical-align: top;
		text-align: left;
	}
	p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.hr {
		width: 100%; 
		height: 1px; 
		border-top: 1px dotted #666666;  
		margin: 5px 0px 5px 0px;
	}
	a {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a:hover {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: normal;
	}
	ul {
		margin-left: 30px; 
		padding-left: 0;
	}
	ul, li {
		list-style-position: outside;
		list-style-type: disc;
	}

/* --------------------------------------------------- */

/* CLASSI Testo -------------------------------------- */

	/* Testo AVVISO */
	.txtAlert {
		color: #CC0000;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}

	/* Testo MENU TOP */
	.txtMenu {
		color: #CCCCCC;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		/*font-weight: bold; */
	}
	a.txtMenu {
		color: #CCCCCC;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		/*font-weight: bold; */
	}
	a.txtMenu:hover {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		/*font-weight: bold;*/
	}

	/* Testo MENU BOTTOM */
	.txtMenuBottom {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		/*font-weight: bold; */
	}
	a.txtMenuBottom {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		/*font-weight: bold; */
	}
	a.txtMenuBottom:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		/*font-weight: bold; */
	}

	/* Testo MENU PLATFORMS */
	.txtMenuPlatform {
		color: #FFFFFF;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtMenuPlatform {
		color: #FFFFFF;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtMenuPlatform:hover {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bold;
	}

	/* Testo DISCLAIMER */
	.txtFooter {
		color: #999999;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtFooter {
		color: #999999;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtFooter:hover {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: normal;
	}

	/* Testo apice */
	.txtOver {
		vertical-align: super;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 6px;
		font-weight: normal;
	}

	/* Testo titolo */
	.txtTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.txtTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.txtTitle:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
	}

	/* Testo piccolo */
	.txtMini {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 9px;
		font-weight: bold;
	}
	a.txtMini {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 9px;
		font-weight: bold;
	}
	a.txtMini:hover {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 9px;
		font-weight: bold;
	}

	/* Testo titolo news */
	.txtNewsTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtNewsTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtNewsTitle:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bold;
	}

	/* Testo titolo prodotto */
	.txtProductTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtProductTitle {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtProductTitle:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bold;
	}

	/* Link pagina selezionata */
	.pageSelectedLink {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.pageSelectedLink {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.pageSelectedLink:hover {
		color: #AFA58C;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
	}

	/* Link pagina */
	.pageScrollLink {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.pageScrollLink {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.pageScrollLink:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
	}

	/* Testo Pay-Off */
	.txtPayOff {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

/* --------------------------------------------------- */

/* CLASSI Padding ------------------------------------ */

	.dblPad {
		padding: 20px 20px 20px 20px;
	}
	.totalPad {
		clear: both;
		padding: 10px 10px 10px 10px;
	}
	.semiPad {
		padding: 0px 20px 0px 20px;
	}
	.semiHalfPad {
		padding: 0px 10px 0px 11px;
	}
	.menuTopPad {
		padding: 1px 0px 0px 0px;
	}
	.menuBottomPad {
		padding: 8px 0px 0px 10px;
	}
	.userLinkPad {
		padding: 2px 0px 0px 0px;
	}
	.submitButtonPad {
		padding: 0px 0px 0px 0px;
	}

/* --------------------------------------------------- */

/*	Using 'class="alignright"'  */
.semiHalfPad1 {
		padding: 0px 10px 0px 11px;
		height: 600px;
		font-family: Arial, sans-serif;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* CLASSI Input -------------------------------------- */

	.campo {
		margin-top: 1px;
    		border: #150301 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #FFFFFF;
    		font-family: Arial, sans-serif;
    		background-color: #250604;
		height: 16px;
	}
	.tasto {
    		border: #150301 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #FFFFFF;
    		font-family: Arial, sans-serif;
    		background-color: #250604;
	}
	select {
    		border: #150301 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #FFFFFF;
    		font-family: Arial, sans-serif;
    		background-color: #250604;
	}

	/* Campi HEADER */
	.headerField {
		margin: 0px;
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		height: 16px;
		width: 95px;
		padding-left: 5px;
	}

/* --------------------------------------------------- */

/* Finestre modali ----------------------------------- */

	div#actionChannel {
		position:absolute;
		top:50%;
		left:50%;
		border: 1px solid #333333;
		background-color: #F1F1F1;
		display: none;
		z-index: 100;
		overflow: hidden;
	}
	div#actionChannelShadow {
		position:absolute;
		top:50%;
		left:50%;
		background-color: #333333;
		filter: alpha(opacity=30);
		-moz-opacity: 0.30;
		opacity: 0.30;
		display: none;
		z-index: 95;
		overflow: hidden;
	}
	div#viewChannel {
		position:absolute;
		top:50%;
		left:50%;
		border: 1px solid #333333;
		background-color: #F1F1F1;
		display: none;
		z-index: 200;
		overflow: hidden;
	}
	div#viewChannelShadow {
		position:absolute;
		top:50%;
		left:50%;
		background-color: #333333;
		filter: alpha(opacity=30);
		-moz-opacity: 0.30;
		opacity: 0.30;
		display: none;
		z-index: 195;
		overflow: hidden;
	}
	div#referInfo {
		position:absolute;

		top:50%;
		left:50%;

		margin-left:-5px;
		margin-top: -150px;

		width:10px;
		height:10px;
		z-index: 100;
	}
	div#actionWindowContainer {
		overflow: hidden;
	}
	div#viewWindowContainer {
		overflow: hidden;
	}

/* --------------------------------------------------- */

/* CLASSI per il contenuto dei popup ----------------- */

	.popupPage {
		background-color: #E6E6E6;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #666666;
	}
	.formRow {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.formSubRow {
		float:left;
		width: 50%;
		text-align: center;
	}
	.formHalfSubRow {
		float:left;
		width: 25%;
		text-align: left;
	}
	.formHSpace {
		clear: both;
		width: 100%;
		height:10px;
	}
	.labelDiv {
		float: left;
		width: 50%;
		text-align: right;
	}
	.labelPopPad {
		padding: 3px 10px 0px 0px;
	}
	.inputDiv {
		float: left;
		width: 50%;
		text-align: right;
	}
	.popupInput {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		width: 97%;
		height: 18px;
	}
	.popupTextarea {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}
	.popupSelect {
		margin: 0px;
		padding: 0px;
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		width: 97%;
		height: 20px;
	}
	.popupButton {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}
	/* Testo link in popup */
	a.txtPopupLink {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtPopupLink:hover {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bold;
	}
	/* Testo selezionato */
	.txtSel {
		color: #3081D2;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}

	.formInterlinea {
		clear: both;
		width: 100%; 
		height: 1px; 
		border: 0; 
		background-color: #666666; 
		margin: 0px 0px 15px 0px;
	}

/* ------------------------------------------------------------------------------- */

/* Area Download ------------------------------------- */

	/* Nome file scaricabile */
	.txtFileName {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}

	/* Dimensione file scaricabile */
	.txtFileDim {
		color: #999999;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}

	/* Tipo file scaricabile */
	.txtFileType {
		color: #999999;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}

	/* Percorso della cartella */
	.txtFolderPath {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}

	.cleaner {
		height: 1px;
		clear: both;
	}
	.hrColor {
		width: 100%; 
		height: 1px; 
		border-top: 1px #AFA58C dotted;  
		margin: 10px 0px 10px 0px;
	}

	.arrowPoint {
		float:left;
		width: 24px;
		text-align: right;
	}
	.labelBeforeArrow {
		float:left;
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}

/* --------------------------------------------------- */

/* Scheda prodotto ----------------------------------- */

	.homeNews {
		display: inline;
		float:left;
		width: 100%;
	}
	.productTH {
		float:left;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 0px;
	}
	.productNameDiv {
		clear: both;
		background-color: #AFA58C;
	}
	.productImageDiv {
		display: inline;
		float: left;
		width: 110px;
		text-align: center;
	}
	.productFeaturesDiv {
		display: inline;
		float: left;
		width: 150px;
		text-align: left;
	}
	.productDetailsImageDiv {
		display: inline;
		float: left;
		width: 310px;
		text-align: center;
	}
	.productDetailsFeaturesDiv {
		display: inline;
		float: left;
		width: 250px;
		text-align: left;
	}
	.bulletPointsDiv {
		display: inline;
		float: left;
		width: 300px;
		text-align: left;
	}
	div#flagContainer {
		width: 100%;
		background-color: #9A9A9A;
	}
	.hSpaceDiv {
		display: inline;
		float: left;
		width: 10px;
		text-align: left;
	}

/* --------------------------------------------------- */

/* Dettaglio articolo BLOG --------------------------- */

	.dtContainer {
		clear: both;
	}
	.dtImg {
		float: left;
		width: 100px;
	}
	.dtFile {
		clear: both;
		width: 100%;
		text-align: right;
	}
	.dtHSpace {
		float: left;
		width: 10px;
	}
	.dtVSpace {
		clear: both;
		height: 10px;
	}
	.dtHalfBody {
		float:left;
		width: 759px;
	}
	.dtBody {
		float:left;
		width: 100%;
	}
	.dtData {
		clear: both;
		width: 100%;
		text-align: right;
	}
	.singleImgContainer {
		position: relative;
	}
	.txtDtData {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 9px;
		font-weight: normal;
	}

	/* Titolo articoli */
	.titleDB {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.titleDB {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.titleDB:hover {
		color: #333333;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
	}

	/* Testo articoli */
	.textDB {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.textDB {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.textDB:hover {
		color: #666666;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: normal;
	}

/* --------------------------------------------------- */
