@CHARSET "UTF-8";

.prtlPageConF {
	margin: 0px;
	padding: 0px;
} 

/* --- MASTHEAD --- */
#masthead_container {
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 60;
	height: 89px;
	background: transparent url('../com.fiat.sc.fd.images/com.fiat.sc.fd.masthead/bg.jpg') repeat-x top right;
}

#masthead{
	position: relative;
	top: 0px;	
	/*width: 990px;*/
	width: 95%;
	margin: 0 auto;			
	height: 89px;
	z-index: 50;
}

#masthead_logo  {
	float: left;
	padding: 10px;
}

#masthead_welcome {	
	position: absolute;
	right: 0px;	
	text-align: right;		
	padding: 10px;
}

#login_button {
	background: transparent url('../com.fiat.sc.fd.images/com.fiat.sc.fd.masthead/arrow_logoff.png') no-repeat center right;	
	height: 14px;
	float: right;
	position: relative;	
	top: 59px;
	/*margin-right: 20px;*/
	/*margin-right: 40px;*/
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333;	
}

#salutation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #333;*/
	color: #848685;
	height: 14px;
	padding-right: 20px;
	margin: 0px;
}

#user_name {
	color: #243882;
	height: 14px;
}

.optContainer{
	position: relative;
	display: inline-block;
	background:url('../com.fiat.sc.fd.images/com.fiat.sc.fd.masthead/btn_logoff.png');	
	display:none;	
	text-align: left;	
	border-bottom:solid 1px #ccc;
}

.tastiLogin{
	padding: 5px;
	padding-right: 10px;
	cursor:pointer;
}
.tastiLogin p{
	padding:5px 10px;
	color:#243882;
	margin:0;
}
.tastiLogin:hover p{
	text-decoration:underline;
}

/* --- TLN --- */
#tln {
	position: fixed;
	top: 89px;
	width: 100%;
	height: 62px;
	z-index: 30;
}

#tln_firstLevel {
	/*position: fixed;
	top: 89px;*/
	/*background: transparent url('/sc.fiat.com~prt~light_frmk_pg/images/tln/bg_tln_top_lvl_1.jpg') repeat-x top right;*/
	background: #FFFFFF;
	/*background-color: #848685;*/
	/*background: transparent url('/sc.fiat.com~prt~light_frmk_pg/images/tln/bg_tln_top_lvl_1_v2.jpg') repeat-x top right;*/
	width: 100%;
	height: 34px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#tln_secondLevel {
	/*background: transparent url('/sc.fiat.com~prt~light_frmk_pg/images/tln/bg_tln_lvl_2.jpg') repeat-x top right;*/
	background-color: #243882;
	width: 100%;
	height: 28px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.tln_menu_container {
	/*width: 990px;*/
	width: 95%;
	margin: 0 auto;
}

.menu-item {
	float: left;
	/*padding: 10px;*/
	line-height: 34px;
	text-align: center;	
	list-style-type: none;
}

.menu-item a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #cccccc;*/
	color: #848685;
	/*color: #FFFFFF;*/
	text-decoration: none;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.menu-item-selected {
	color: #ffffff;
	/*background: transparent url('/sc.fiat.com~prt~light_frmk_pg/images/tln/bg_tln_sel_tab_lvl_1.jpg') repeat-x top right;*/
	background-color: #243882;	
}

a.menu-item-selected{
	color: #ffffff;	
}

.menu-item a:hover {
	color: #ffffff !important;
	/*background: transparent url('/sc.fiat.com~prt~light_frmk_pg/images/tln/bg_tln_sel_tab_lvl_1.jpg') repeat-x top right;*/
	background-color: #243882;
}

.menu-item-sl{
	margin: 0px;
	float: left;	
	line-height: 28px;
	text-align: center;
	list-style-type: none; 
}

.menu-item-sl a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;	
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.menu-item-sl-selected {
	font-weight: bold;
}

.menu-item-sl:hover {
	font-weight: bold;
}