/* COMMON */
	*{
		margin: 0;
		padding: 0;
	}
	html {
		background-color: #FFFFFF;
	}
	body {
		background-color: #FFFFFF;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		text-align:center;
	}
	img,
	form {
		margin:0px;
		padding:0px;
		border: 0;
	}
	p,a {
		font-size:12px;
		text-decoration:none;
	}	
	a:link {text-decoration: none;color:#003399 !important; font-weight:bold; }
	a:visited {text-decoration: none;color:#003399 !important; font-weight:bold;}
	a:hover {text-decoration: underline; font-weight:bold;}
	a:active {text-decoration: none;color:#003399 !important; font-weight:bold;}
	
	td {
		vertical-align:top;
		font-size:12px;
	}
	h1 {
		color:#003399;
		font-family:Arial,Verdana,Helvetica,sans-serif;
		font-size:22px;
		font-weight:normal;
		margin: 0 0 20px 0;
	}
	.spacer {
		height:20px;
		display:block;
	}
	.clear{
		clear: both;
	}
/* HEADER */
	#hd {
		width:910px;
		margin:auto;
	}
	#hd .logos {
		height:75px;
		margin:0 54px 0 54px;
	}
	#hd .logos .left {
		float:left;
	}
	#hd .logos .right {
		float:right;
		margin-top:10px;
	}
	
/* BODY */
	#bd {
		width:910px;
		margin:0px auto;
		background-color:#E6E8E7;
		text-align:left;
		padding:2px 0px 10px 0px;
		overflow:hidden;
		background:#E6E8E7 url(../images/Bottom.jpg) no-repeat scroll bottom;
	}
	
/* FOOTER */
	#ft {
		width:910px;
		margin:15px auto;
		padding-bottom:15px;
	}
	#ft a {
		font-size:11px;
		color:#666666;
		font-weight:normal !important;
		
	}
	#ft .left {
		float:left;
		margin-left:8px;
	}
	#ft .left a {
		text-decoration:none !important;
	}
	#ft .right {
		float:right;
		margin-right:8px;
	}	
	
/* NAVIGATOR */
	#hd .nav {
		width:100%;
	}
	#hd .nav td {
		font-size:12px;
		height:26px;
	}
	#hd .nav_sx {
		width:3px;
		background:transparent url(../images/Navbar_NormaleSX.jpg) no-repeat scroll 0%;
		height:26px;
	}
	#hd .nav_mid {
		background:transparent url(../images/Navbar_NormaleMID.jpg) repeat scroll 0%;
		height:26px;
		padding-left:10px;
		padding-right:10px;
		padding-top:7px;
		text-align:center;
		vertical-align:top;		
	}
	#hd .nav_mid a,
	#hd .nav_mid a:link,
	#hd .nav_mid a:visited,
	#hd .nav_mid a:hover,
	#hd .nav_mid a:active {
		color:#FFFFFF !important;
		text-decoration:none;
		font-size:12px;
		font-weight:normal !important;
	}
	#hd .nav_dx {
		width:3px;
		background:transparent url(../images/Navbar_NormaleDX.jpg) no-repeat scroll 0%;
		height:26px;
	}
	#hd .nav_sx_SEL {
		width:3px;
		background:transparent url(../images/Navbar_SelezionatoSX.jpg) no-repeat scroll 0%;
	}
	#hd .nav_mid_SEL {
		background:transparent url(../images/Navbar_SelezionatoMID.jpg) repeat scroll 0%;
		height:26px;
		padding-left:10px;
		padding-right:10px;
		padding-top:7px;
		text-align:left;
		vertical-align:top;		
	}
	#hd .nav_mid_SEL a,
	#hd .nav_mid_SEL a:link,
	#hd .nav_mid_SEL a:visited,
	#hd .nav_mid_SEL a:hover,
	#hd .nav_mid_SEL a:active {
		font-weight:bold;
		color:#000 !important;
		text-decoration:none;
		font-size:12px;
	}
	#hd .nav_dx_SEL {
		width:3px;
		background:transparent url(../images/Navbar_SelezionatoDX.jpg) no-repeat scroll 0%;
	}



/* TEMPLATE HOME */
	.tmp_home {
		padding:0px 10px;
	}
	.tmp_home .left {
		float:left;
		width:600px;
	}
		/* TEMPLATE HOME LEFT BOX */
		.tmp_home .left .box{
		}
		.tmp_home .left .box .hd{
			background:#E6E8E7 url(../images/Home_TabellaTestoSX_Top.jpg) no-repeat top;
			height:14px;
			margin:0px 0px -4px 0px;
		}
		.tmp_home .left .box .bd{
			background-color:#fff;
			height: 400px;
   			min-height: 400px;
		}
		.tmp_home .left .box .ft{
			background:#E6E8E7 url(../images/Home_TabellaTestoSX_Bottom.jpg) no-repeat top;
			height:14px;
		}				
	
	.tmp_home .right {
		float:right;
		width:280px;
	}
		
		/* TEMPLATE HOME RIGHT BOX */
		.tmp_home .right .box{
		}
		.tmp_home .right .box .hd{
			background:#E6E8E7 url(../images/Home_TabellaTestoDX_Top.jpg) no-repeat top;
			height:14px;
			margin:0px 0px -4px 0px;
		}
		.tmp_home .right .box .bd{
			background-color:#fff;
			padding:0px;
			margin:0px;
			text-align:center;
			height: 400px;
   			min-height: 400px;	
		}
		.tmp_home .right .box .ft{
			background:#E6E8E7 url(../images/Home_TabellaTestoDX_Bottom.jpg) no-repeat top;
			height:14px;
		}
		
/* TEMPLATE NORMAL */
	.tmp_normal {
		padding:0px 10px 0px 0px;
	}
	.tmp_normal .left {
		float:left;
		width:180px;
		
	}

		/* TEMPLATE NORMAL LEFT BOX */
		.tmp_normal .left .box{
			margin:0px;
			padding:0px;
			width:708px !important;
		}
		.tmp_normal .left .box .hd{
			height:0px;
		}
		.tmp_normal .left .box .bd{
			margin:0px;
			padding:0px;
		}
		.tmp_normal .left .box .ft{
		}

	.tmp_normal .right {
		float:right;
		width:708px;
	}
	
		/* TEMPLATE NORMAL RIGHT BOX */
		.tmp_normal .right .box{
			
		}
		.tmp_normal .right .box .hd{
			background:#E6E8E7 url(../images/TabHomePage_TabellaTestoTop.jpg) no-repeat top;
			height:14px;
			margin:0px 0px -4px 0px;
		}
		.tmp_normal .right .box .bd{
			background-color:#ffffff;
			padding:0px;
			margin:0px;
			
		}
		.tmp_normal .right .box .ft{
			
			background:#E6E8E7 url(../images/TabHomePage_TabellaTestoBottom.jpg) no-repeat top;
			height:14px;
		}

/* MENU LEFT */
	.menu_left {
		width:181px;
		margin:0px;
		padding:0px;
	}
		.menu_left .item_top {
			background:url(../images/TabHomePage_MenuTop.jpg);
			background-repeat:no-repeat;
			border-bottom-width: 1px;
			border-bottom-color: #FFFFFF;
			border-bottom-style: solid;
			height:20px;
			padding-left:18px;
			vertical-align:middle;
		}
		.menu_left .item_top a{
			color:#ffffff !important;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:normal !important;
		}
		
		.menu_left .item_mid{
			background-color:#608CC8;
			border-bottom-width: 1px;
			border-bottom-color: #FFFFFF;
			border-bottom-style: solid;
			height:20px;
			padding-left:18px;
			vertical-align:middle;
		}
		.menu_left .item_mid a {
			color:#ffffff !important;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:normal !important;
		}
		
		.menu_left .item_bottom {
			background:url(../images/TabHomePage_MenuBottom.jpg);
			background-repeat:no-repeat;
			height:20px;
			padding-left:18px;
			vertical-align:middle;
		}
		.menu_left .item_bottom a {
			color:#ffffff !important;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:normal !important;
		}

		.menu_left .arrow {
			padding-left: 9px !important;
		}
		.menu_left .arrow_open {
			background:#608CC8 url(../images/Navbar_Freccina_Selezionata.jpg) no-repeat 8px 7px;
		}
		.menu_left .arrow_close {
			background:#608CC8 url(../images/Navbar_Freccina_Normale.jpg) no-repeat 8px 7px;
		}
		.menu_left a.selected{
			font-weight:bold !important;
		}

		.menu_left .child_item {
			background-color: #F0F3F8;
			padding-left: 26px;
			height:20px;
			vertical-align:middle;
			border-bottom-color:#CCD5E6;
			border-bottom-style:solid;
			border-bottom-width:1px;
		}

		.menu_left .child_item a {
			color:#000000 !important;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:normal;
		}
		.menu_left .child_selected {
			background:#F0F3F8 url(../images/Navbar_PallinoSottomenu.jpg) no-repeat 15px 7px;
			font-weight:bold !important;
		}

/* BOX */
	.box-colored {
		width:220px !important;
		margin: 0px auto;
		text-align:left;
		/*s*/
	}
	.box-colored-hd {}
	.box-colored-bd {}
	.box-colored-ft {}
	
/* BOX WIRED ORANGE */
	.box-wired-orange {
		
	}
	.box-wired-orange .box-colored-hd {
		padding:3px 16px !important;
		background:url(../images/box_header_tangerine.gif) no-repeat 0px 0px;
	}
	.box-wired-orange .box-colored-hd a {
		color:#ffffff;
		font-weight:bold;
		text-decoration:none !important;
	}
	.box-wired-orange .box-colored-bd {
		background-color:#ffffff;
		border-left:1px solid #EF7C00;
		border-right:1px solid #EF7C00;
		padding:3px 15px !important;
	}
	.box-wired-orange .box-colored-ft {
		background:url(../images/box_bg_tangerine.gif)  no-repeat left bottom;
		height:10px;
	}
/* BOX WIRED BLUE */
	.box-wired-blue {
		
	}
	.box-wired-blue .box-colored-hd {
		padding:3px 16px !important;
		background:url(../images/TabHomePage_TabellaTestoDX_Top.jpg) no-repeat 0px 0px;
	}
	.box-wired-blue .box-colored-hd span a {
		color:#000066;
		font-weight:bold;
		text-decoration:none !important;
	}
	.box-wired-blue .box-colored-bd {
		background-color:#ffffff;
		border-left:1px solid #8FD8F9;
		border-right:1px solid #8FD8F9;
		padding:3px 15px 0px 15px !important;
		margin-bottom:-5px;
		z-index:100;
	}
	.box-wired-blue .box-colored-bd hr {
		height:1px;
		margin:0px;
		padding:0px;
		border:0px;
		background-color:#ffffff;
		color:#ffffff;
	}
	.box-wired-blue .box-colored-bd a {
		font-size:11px;
	}
	.box-wired-blue .box-colored-ft {
		overflow:hidden;
		background:url(../images/TabHomePage_TabellaTestoDX_Bottom.jpg)  no-repeat left bottom;
		height:14px;
	}
/* BOX BLUE */
	.box-blue {
		
	}
	.box-blue .box-colored-hd {
		padding:3px 16px !important;
		background:url(../images/box_header_webblue1.gif) no-repeat 0px 0px;
	}
	.box-blue .box-colored-hd a {
		color:#000066;
		font-weight:bold;
		text-decoration:none !important;
	}	
	.box-blue .box-colored-bd {
		background-color:#F0F3F8;
		padding:3px 15px !important;
	}
	.box-blue .box-colored-bd a {
		color:#666666 !important;
	}
	
	
	.box-blue .box-colored-ft {
		background:url(../images/box_bg_webblue1_full.gif) no-repeat left bottom;
		height:10px;
	}

/* BOX CONTENT */
	.page-logo{
		padding:0px 0px 10px 10px;
	}

	.page-navigation {
		padding:0px 0px 15px 20px;
		list-style-image:none;
		list-style-type:none;
		margin-bottom:20px;
	}
	.page-navigation li {
		float:left;
		margin-left:6px;
		color:#003399;	
	}
	.page-navigation li a, .page-navigation li span {
		padding-left:10px;
		color:#003399;
		background:#ffffff url(../images/BulletImg1.jpg) no-repeat left 2px;
		font-weight:normal !important;
	}
	.page-navigation li.first {
		margin-left:0px;
	}
	.page-navigation li.first a {
		padding-left:0px;
		background: none;
	}			
	.box-content {
		padding:0 20px;
		background-color:#ffffff;
		margin:0px;
		clear:both;
	}
	.box-content p {
		margin-bottom:8px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.box-content h1 {
		color:#003399;
		font-family:Arial,Verdana,Helvetica,sans-serif;
		font-size:22px;
		font-weight:normal;
		margin: 0 0 20px 0;
	}
	.box-content h2 {
		color:#608CC8;
		font-family:Arial,Verdana Helvetica,sans-serif;
		font-size:18px;
		font-weight:normal;
		margin: 0 0 20px 0;
	}
	.box-content table {
		/*width:100%;*/
	}
	.box-content table td {
		vertical-align:top;
	}	
	.box-content ul{
		list-style-image:url(../images/bullet.gif);
	}
	.box-content ul li {
		margin:5px 0px 5px 20px;
	}
	
	.box-content hr {
		height:1px;
		margin:0px;
		padding:0px;
		border:0px;
		background-color:#ffffff;
		color:#ffffff;
	}
	
	
	.box-content table thead th {
		line-height:15px;
		background-color:#8ed8f8;
		color:#000066;
		text-align:left;
		font-size:12px;
		font-weight:bold;
	}
	
/* BOX THREE COLUMNS */
	.divisor {
		height:1px;
		margin:10px auto;
		background:#ffffff url(../images/border-h.gif) repeat-x scroll left top;
	}
	.threeColumns{
		padding:10px 10px 10px 10px;
		width:205px;
	}
	.threeColumnsLeft{
		padding:10px 10px 10px 0px;
	}
	.threeColumnsCenter{
	}
	.threeColumnsRight{
	}
	.threeColumnsBorderRight {
		background:#FFFFFF url(../images/border-v.gif) no-repeat scroll right center;
	}
	.threeColumnsBorderLeft {
		background:#FFFFFF url(../images/border-v.gif) no-repeat scroll left center;
	}
	
/* BOX BLUE */
	.box-inner {
		width:260px;
		margin:auto;
	}
	.box-inner .box-inner-hd {
		background:#dbdfeb url(../images/Home_TabellaTestoDX_ParteTesto_Top.jpg) no-repeat top;
		height:14px;
		margin:0px 0px -4px 0px;
	}
	.box-inner .box-inner-bd {
		text-align:left;
		background-color:#dbdfeb;
		padding:0px 16px;
	}
	.box-inner .box-inner-ft {
		background:transparent url(../images/Home_TabellaTestoDX_ParteTesto_Bottom.jpg) no-repeat top;
		height:10px;
	}
	.box-inner h1 {
		color:#003399;
		font-family:Arial,Verdana,Helvetica,sans-serif;
		font-size:22px;
		font-weight:normal;
		margin: 0 0 12px 0;
	}	
	
	
/* BOX HOME */	
	.home-chisiamo {
		width:579px;
		margin:0px auto;
	}
	
	.home-chisiamo-lt {
		height:10px;
		background:#dbdfeb url(../images/Home_TabellaTestoSX_ChiSiamo_HeaderSX.jpg) no-repeat left top;
		border-right:1px solid #ffffff;
	}
	.home-chisiamo-rt {
		height:10px;
		background:#dbdfeb url(../images/Home_TabellaTestoSX_ChiSiamo_HeaderDX.jpg) no-repeat right top;
	}
	.home-chisiamo-lc {
		background-color:#dbdfeb;
		border-right:1px solid #ffffff;
		padding:0px 16px;
		text-align:left;
	}
	.home-chisiamo-rc {
		background-color:#dbdfeb;
		padding:0px 16px;
		text-align:left;
	}	
	.home-chisiamo-lb {
		height:10px;
		background:#dbdfeb url(../images/Home_TabellaTestoSX_ChiSiamo_FooterSX.jpg) no-repeat left top;
		border-right:1px solid #ffffff;
	}
	.home-chisiamo-rb {
		height:10px;
		background:#dbdfeb url(../images/Home_TabellaTestoSX_ChiSiamo_FooterDX.jpg) no-repeat right top;
	}		
	
	
	.home-chisiamo ul{
		
		color:#234495;
		margin-left:20px;
	}
	.home-chisiamo ul li{
		line-height:25px;
		color:#234495;
		font-weight:bold;
	}
	
	
/* BOX DOWNLOAD */	
	.box-download {
		width:500px;
	}
	.box-download-hd {
		background-color: #8ed8f8;
		position:relative;
		color:#000066;
		
		font-size:12px;
		font-weight:bold;
		height:26px;
	}
	.box-download-hd-left {
		background:#8ed8f8 url(../images/BGTabellaDownloadSX.jpg);
		position:absolute;
		top:0;
		left:0;
		width:49px;
		height:26px;
	}
	.box-download-hd-right {
		background:#8ed8f8 url(../images/BGTabellaDownloadDX.jpg);
		position:absolute;
		top:0;
		right:0;
		width:49px;
		height:26px;
	}
	.box-download-hd-title {
		position:absolute;
		top: 0;
		left: 10px;
		line-height:26px;
	}
	.box-download-hd-year {
		position:absolute;
		top: 0;
		left: 350px;
		line-height:26px;		
	}
	.box-download-hd-size {
		position:absolute;
		top: 0;
		left: 450px;
		line-height:26px;		
	}
	
	.box-download-bd {
	}
	.box-download-bd-item {
		position:relative;
		background:#ffffff url(../images/border-h.gif) repeat-x scroll left bottom;
		height:29px;
	}		
	.box-download-bd-item-title {
		position:absolute;
		top: 3px;
		left: 10px;
		line-height:28px;	
	}
	.box-download-bd-item-year {
		position:absolute;
		top: 3px;
		left: 350px;
		line-height:28px;			
	}
	.box-download-bd-item-size {
		position:absolute;
		top: 3px;
		left: 450px;
		line-height:28px;			
	}
	
/* BOX INFORMATIVA */	
	.box-informativa {
		width:650px;
		
	}
	.box-nota-nota-hd{
		text-align: left;
	}
	.box-nota-nota-hd h3{
		color: #000066;	
	}
	.box-nota-nota-hd p{
		margin: 10px 0;
		font-size: smaller;
		text-align: left;
	}
	.box-informativa-hd {
		background-color: #8ed8f8;
		position:relative;
		color:#000066;
		
		font-size:12px;
		font-weight:bold;
		height:26px;
	}
	.box-informativa-hd-left {
		background:#8ed8f8 url(../images/BGTabellaDownloadSX.jpg);
		float:left;
		width:49px;
		height:26px;
	}
	.box-informativa-hd-right {
		background:#8ed8f8 url(../images/BGTabellaDownloadDX.jpg);
		float:right;
		width:49px;
		height:26px;
	}
	.box-informativa-hd-1 {
		position:absolute;
		top: 0;
		left: 10px;
		line-height:26px;
	}
	.box-informativa-hd-2 {
		float:left;
		margin-left:140px;
		line-height:26px;		
	}
	.box-informativa-hd-3 {
		float:right;
		margin-right: 35px;
		line-height:26px;		
	}
	
	.box-informativa-bd {
		height: 254px;
		background-color: #EFEFEF;
	}
	.box-informativa-bd-1 {
		position:relative;
		background:#ffffff url(../images/border-h.gif) repeat-x scroll left bottom;
		height:29px;
	}		
	.box-informativa-bd-right{
		margin: 15px 30px 30px 30px;
		float: right;
		width: 430px;

	}
	.box-informativa-bd-item-left {
		float:left;
		background-color:#d9e7f4;
		text-align: left;
		font-weight:bold;
		color: #495b73;
		width:160px;
		height: 100%;
	}
	.box-informativa-bd-item-left-text{
		margin: 20px;
	}
	
	.box-informativa-bd-right-item{
		min-height: 29px;
		padding-top: 1px;
		border-bottom: dotted 1px;
		
	}
	.box-informativa-bd-right-item-textL{
		font-size: smaller;
		text-align: left;
		width: 290px;
		float: left;
		margin: 5px 0;
	}
	.box-informativa-bd-right-item-textR{
		font-weight:bold;
		font-size: smaller;
		text-align: left;
		width: 130px;
		float: right;
		margin-top: 5px;
	}
	
	.box-informativa-bd-item{
		margin-top: 15px;
		min-height: 7px;
		font-size: smaller;
		line-height:14px;
		border-bottom: 1px dotted;
	}
	.box-informativa-bd-item-first{
		font-size: smaller;
		line-height:14px;
		border-bottom: 1px dotted;
		min-height: 80px;
	}

	.box-informativa-bd-item-1{
		float: left;
		width: 300px;	
		text-align: left;
	}
	.box-informativa-bd-item-2{
		line-height:15px;		
		text-align: left;	
		font-weight:bold;
		float:right;
		width: 100px;
	}
	.box-informativa-ft{
		height: 20px;
		background-color: #8ED8F8;
	}
	
	.box-informativa-ft-left{
		background:#8ed8f8 url(../images/BGTabellaFTDownloadSX.jpg);
		float:left;
		width:49px;
		height:20px;
	}
	.box-informativa-ft-right{
		background:#8ed8f8 url(../images/BGTabellaFTDownloadDX.jpg);
		float:right;
		width:49px;
		height:20px;
	}
	.box-nota-nota-ft p{
		font-size: smaller;
		margin: 10px 0;
		text-align: left;
	}
	.box-nota-nota-ft h4{	
		text-align: center !important; 
	}
	

/* BUTTONS */
	.buttons {
		height:50px !important;
		width:135px !important;
		margin: 0px;
	}
	.buttons button.reset {
		border:none;
		float:left;
		width:65px !important;
		height:19px;
		background:#ffffff url(../images/Bottone_Annulla.gif) no-repeat left center;
	}
	.buttons button.reset:hover {
		background:#ffffff url(../images/Bottone_Annulla_Selected.gif) no-repeat left center;
	}	
	.buttons button.submit {
		border:none;
		float:left;
		width:65px !important;
		height:19px;
		background:#ffffff url(../images/Bottone_Invia.gif) no-repeat left center;
	}
	.buttons button.submit:hover {
		background:#ffffff url(../images/Bottone_Invia_Selected.gif) no-repeat left center;
	}		
	
	label.error {
		color:#EA5200;
		margin-left:10px;
		padding-left:18px;
		font-weight:bold;
		
		margin-left:10px;
		
		background:url(../images/ico_cross_org.gif) no-repeat left center;
		
	}


/* SITE MAP */

	table.sitemap {}
	table.sitemap td.label {
		padding:6px;
		width:170px;
		background:#8ED8F8 url(../images/border-h.gif) repeat-x scroll left top;
	}
	table.sitemap td.label a {
		color:#000066 !important;
		text-decoration:underline;
	}
	table.sitemap td.sub-label {
		width:400px;
		background:#ffffff url(../images/border-h.gif) repeat-x scroll left top;
		padding:6px 15px 6px 5px;
	}
	table.sitemap td.sub-label ul {
		text-decoration:underline;
		font-weight:normal;
		
	}
	table.sitemap td.sub-label ul li a {
		text-decoration:underline;
		font-weight:normal;
		
	}	
 
	table.sitemap td.sub-label ul.AAA  {
		list-style-image:none;
		list-style-type:none;
		
	}
	table.sitemap td.sub-label ul.AAA li a {
		font-weight:bold;
		margin-left:-5px;
		
	}
	
 ul.auth-sx {
  list-style-image:url(../images/bullet.gif);
 margin-left: 7px;
 }
 ul.auth-sx li {
  margin:5px 0px 5px 20px;
 }
 ul.auth-sx li a {}	
 
 
 
 
 /* BOX DOWNLOAD */	
	.box-reserved {
		width:650px;
	}
	.box-reserved-hd {
		background-color: #8ed8f8;
		position:relative;
		color:#000066;
		
		font-size:12px;
		font-weight:bold;
		height:26px;
	}
	.box-reserved-hd-left {
		background:#8ed8f8 url(../images/BGTabellaDownloadSX.jpg);
		position:absolute;
		top:0;
		left:0;
		width:49px;
		height:26px;
	}
	.box-reserved-hd-right {
		background:#8ed8f8 url(../images/BGTabellaDownloadDX.jpg);
		position:absolute;
		top:0;
		right:0;
		width:49px;
		height:26px;
	}
	.box-reserved-hd-cod {
		position:absolute;
		top: 0;
		left: 10px;
		line-height:26px;
	}
	.box-reserved-hd-nome {
		position:absolute;
		top: 0;
		left: 50px;
		line-height:26px;		
	}
	.box-reserved-hd-note {
		position:absolute;
		top: 0;
		left: 150px;
		line-height:26px;		
	}
	.box-reserved-hd-dal {
		position:absolute;
		top: 0;
		left: 350px;
		line-height:26px;		
	}
	.box-reserved-hd-al {
		position:absolute;
		top: 0;
		left: 450px;
		line-height:26px;		
	}
	.box-reserved-hd-scarica {
		position:absolute;
		top: 0;
		left: 550px;
		line-height:26px;		
	}			
	
	.box-reserved-bd {
	}
	.box-reserved-bd-item {
		position:relative;
		background:#ffffff url(../images/border-h.gif) repeat-x scroll left bottom;
	
		height:29px;
	}		
	.box-reserved-bd-item-cod {
		position:absolute;
		top: 3px;
		left: 10px;
		line-height:28px;	
	}
	.box-reserved-bd-item-nome {
		position:absolute;
		top: 3px;
		left: 50px;
		line-height:28px;			
	}
	.box-reserved-bd-item-note {
		position:absolute;
		top: 3px;
		left: 150px;
		line-height:28px;			
	}
	.box-reserved-bd-item-dal {
		position:absolute;
		top: 3px;
		left: 350px;
		line-height:28px;			
	}	
	.box-reserved-bd-item-al {
		position:absolute;
		top: 3px;
		left: 450px;
		line-height:28px;			
	}
	.box-reserved-bd-item-scarica {
		position:absolute;
		top: 3px;
		left: 550px;
		line-height:28px;
		overflow: hidden;
		width: 100px;	
		white-space: nowrap;		
	}		
	