@import url("SMAT.css");

/* qui si possono inserire i vari fogli di stile da richiamare (che si possono
raggruppare tutti nella cartellina styles per esempio, a parte quello generato
da smat che è nella root del sito) così nella pagemask basterà chiamare questo
singolo file. */

form, body
{
	margin:0;
	padding:0;
	text-align:center;
}

#pageContainer
{
	width:990px;
	background:#ffffff;
	margin:auto;

}

#headerContainer
{
	width:990;
}

#customerLogo
{
	background:white;
	text-align:right;
}

#menuLevel1
{
	text-align:left;
}

#menuLevel1 ul
{
	margin:0;
	padding:0;

}

#menuLevel1 li, #menuLevel1 a
{

	display:inline;
	color:#a5a5a4;
	list-style-type:none;
	padding-right:8px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-decoration:none;
}

#menuLevel1 a:hover, #menuLevel1 .menuActive
{

	color:#46493d;
	list-style-type:none;
	padding-right:8px;
	padding-bottom:10px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-decoration:none;
	background-image:url(img/shared/swoosh.gif);
	background-position: 0 10px;
	background-repeat:no-repeat;
}

#menuLevel1 span
{
	color:#5e5e5e;
	list-style-type:none;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

#menuLevel2
{
	border-bottom:solid 1px #d1d1d1;
	padding-bottom:5px;
	margin-top:33px;
	
}

.foglio1 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #a5a5a4;
}


/* Menu 2 LIVELLO A*/

#menulevel2A
{
	text-align:left;
	width:310px;
	float:left;
	position:relative;
}



#menulevel2A ul
{
	margin:0;
	padding:0;
}

#menulevel2A li
{
	display:inline;
	list-style-type:none;
	padding-right:4px;
}

#menulevel2A .pathNum
{
	color:#5e5e5e;
	text-decoration:none;
	font-size:22px;
	font-family: Arial, Helvetica;	
}


#menulevel2A .pathA
{
	color:#848973;
	text-decoration:none;
	font-size:22px;
	font-family: Arial, Helvetica;	
}

#menulevel2A .pathB
{
	color:#a5a5a4;
	text-decoration:none;
	font-size:14px;
	font-family: Arial, Helvetica;	
}

/* Menu 2 LIVELLO B*/

#menulevel2B
{
	text-align:right;
	width:680px;
	float:right;
	position:relative;
	margin-top:6px;
}

#menulevel2B ul
{
	margin:0;
	padding:0;
}

#menulevel2B li
{
	display:inline;
	list-style-type:none;
	padding-left:8px;
}

#menulevel2B .menuOff
{
	display:inline;
	color:#5e5e5e;
	text-transform:uppercase;
	padding-left:15px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration:none;
	background-image:url(img/shared/squareOFF.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
}


#menulevel2B a:hover, #menulevel2B .menuActive
{
	display:inline;
	color:#5e5e5e;
	text-transform:uppercase;
	list-style-type:none;
	padding-left:15px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration:none;
	background-image:url(img/shared/squareON.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
}


#SMATcontainer
{
	margin-top:8px;
	clear:both;
}

#footerContainer
{
	margin-top:30px;
}

#tools
{
	position:relative;
	text-align:left;
	width:735px;
	border-bottom:solid 1px #d1d1d1;
	float:left;
}

#tools ul
{
	margin:0;
	padding:0 0 4px 0;

}

#tools li
{
	display:inline;
	list-style-type:none;
	padding-right:20px;
}

#tools a
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration:none;
	color:#a5a5a4;
}

#tools a:hover
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration:none;
	color:#5e5e5e;
}

#brands
{
	float:right;
}


#brands ul
{
	margin:0;
	padding:0;
}

#brands li
{
	display:inline;
	list-style-type:none;
	padding-left:6px;
	padding-right:6px;
}

#subfooter
{
	float:right;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color:#a5a5a4;
	position:relative;
	text-align:left;
	width:735px;
	padding:4px 0 4px0 0;
}

#tabToPrint
{
	text-align:left;	
}

.sep
{
	clear:both;
	height:1px;
	font-size:1px;	
}

.formButton
{
	height:22px;
	width:120px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	background-image:url(img/shared/arrowButton.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	background-color:#f3efe8;
	border-width:1px;
	border-style: solid;
	border-top-color: #d1d1d1;
	border-left-color:#d1d1d1;
	border-right-color:#d1d1d1;
	border-bottom-color:#d1d1d1;
}

.formText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6c62;
	border-width:1px;
	border-style: solid;
	border-top-color: #d1d1d1;
	border-left-color:#d1d1d1;
	border-right-color:#d1d1d1;
	border-bottom-color:#d1d1d1;
}

.formTextArea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6c62;
	border-width:1px;
	border-style: solid;
	border-top-color: #d1d1d1;
	border-left-color:#d1d1d1;
	border-right-color:#d1d1d1;
	border-bottom-color:#d1d1d1;
	resize:none;
}

/**** SiteMap ******/
.PrimaryItem
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #46493d;	
	text-transform:uppercase;
	text-decoration:none;
}

.SecondaryItem
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a5a5a4;	
	text-decoration:none;
	padding-left:13px;
}




/****** USATO *******/


.titleLabels
{
	font-family:Arial,Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#b88f31;
}

.textLabels
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-bottom: 10px;
	color:#6f6c62;
}
.homeSearchTab
{
	background-color:#F4F1EC;
}

.cella
{
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#858585;
	border-bottom: #edebe4 1px solid;	
}

.cellaHeader
{
	font-family:Arial,Helvetica;
	font-size:12px;
	color:#5E5E5E;
	font-weight:bold;	
	height: 30px;
}

.ActualLink
{	
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#858585;
	font-weight:bold; 
	text-decoration:underline;
}

.cellaSchedaB
{
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#858585;
	font-weight:bold;
	padding-right:5px;
	width: 20%;
}
.cellaScheda
{
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#858585;
	font-weight:normal;
	padding-right:5px;
	width: 30%;
}
.cellaHeaderSmall
{
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#5E5E5E;
		
	}
.cellaHeaderSmallB
{
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#5E5E5E;	
	font-weight:bold;
}
