/*  Import  css*/
@import url("n_reset.css");
@import url("n_standard.css");
@import url("n_layout.css");
@import url("n_hat.css");
/**/
/* Sostituzione bg body header retail generico */
body {
	background-image: none;
	padding-top:87px;
}
* html #ls-canvas #row-top {
	position: relative;
	margin-top: -88px;
}
/*************************************************/
/* Elementi header*/
/*************************************************/
#row-header {
	background-image: url(/resources/portal/images/n_header-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 48px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}
#row-header-inner {
	margin: 0 auto;
	width: 940px;
}
/* old iw */
#old-iw #row-header-inner {
	width: 760px;    /* per le pagine importate dal vecchio iw */
}
/* altezze minime */
#logoContainer {
	height: auto !important;/* per i browser moderni */
	height: 45px;/* per IE5.x e IE6 */
	min-height: 45px;/* per i browser moderni */
}
/* logo */
#logoContainer {
	width: 214px;
	clear: left;
}
#logo {
	margin: 0px;
}
/* search */
#searchContainer {
	width: 285px;
}
#searchform {
	position: relative;
	margin-top:7px;
}
#searchButton {
	position: absolute;
	top: 1px;
	right: 11px;
}
#search {
	background-color: transparent;
	background-image: url(/resources/portal/images/n_search-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 180px;
	padding: 4px 70px 2px 5px;
	border: none;
	color: #888;
	font-size: 1.25em;
	line-height: 1.45em;
}
/* right Header */
ul#rightHeader {
	margin-top:17px;
	height: 15px;
	line-height: 15px;
	width: 450px;
}
ul#rightHeader li {
	float: right;
	text-align: center;
}
*:first-child+html ul#rightHeader li {
	display:inline;
	float: none;
	white-space: nowrap;
}
* html ul#rightHeader li {
	display:inline;
	float: none;
	white-space: nowrap;
}
ul#rightHeader li a {
	padding: 0 18px;
	border-right: 1px solid #777;
	background-position: 12px 0px;
	background-repeat: no-repeat;
}
ul#rightHeader li.last a {
	border: none;
}
ul#rightHeader li.userLogin a {
	background-image: url(/resources/portal/images/n_omino.png);
	padding: 0 18px 0 30px;
}
ul#rightHeader li.searchArea a {
	background-image: url(/resources/portal/images/n_cerca_ico.png);
	padding: 0 18px 0 30px;
}
/*fixed header & hat*/
#row-header, #row-hat {
	position: fixed;
	z-index: 10;
}
/*ie6 hack*/
* html #row-header {
    position: absolute !important;
    z-index: 10 !important;
}
* html  #row-hat {
	position: absolute !important;
	z-index: 10 !important;
}

/* Header Federato Login-Logout*/
*:first-child+html ul#rightHeader li.searchArea
{
	
        width: 75px !important;
	
}
*:first-child+html ul#rightHeader li.userReg
{
	
        width: 70px !important;
        padding-left: 10px !important;
	
}
*:first-child+html ul#rightHeader li.userLogin

{
	
        width: 140px !important;

}
*:first-child+html ul#rightHeader li {
	float: right;
	white-space: nowrap;
        display: inline;
}
