#boxCenter {	
	float:left;
	margin-left:10px;
}
.others1 {
	position:absolute;
	top:20px;
	left:430px;
	display:inline;
	
}
.others2 {
	position:absolute;
	top:17px;
	left:430px;
	display:inline;
}
.others2 a:link,
.others2 a:visited,
.others2 a:active {
	color:#000000;
	text-decoration:none;
}
.others2 a:hover {
	text-decoration:underline;
}
#boxNews {
	position:relative;
	width:519px;
	min-height:100px;
	height:auto;
	background:url(../images/newsMezzo.gif) 0 0 repeat-y;
	font-size:11px;
	line-height:13px;
	text-align:justify;
}
*html #boxNews {
	height:100px;
}
.newsDesc {
	float:left;
	width:390px;
	
}
.block {
	display:block;
}
.boxNewsLeft {
	width:490px;
	padding:10px 0 0 20px;
	color:#FFFFFF;
}
.MT5 {
margin-top:10px;
}
.registrati {
	padding-top:25px;
	padding-left:20px;
	color:#003B79;
	font-size:12px;
	font-family: "Arial", Gadget, sans-serif;
}
.login {
	padding-top:7px;
	padding-left:20px;
	color:#003B79;
	font-size:12px;
	font-family: "Arial", Gadget, sans-serif;
}
.boxNewsLeft img {
	float:left;
	margin-right:50px;
	margin-top:px;
	border:none;
}
.boxNewsRight {
	width:230px;
	float:left;
	padding:0px 0 0 25px;
}
.boxNewsRight img {
	float:left;
	margin-right:15px;
	margin-top:px;
	border:none;
}
#boxOutlet {
	position:relative;
	width:519px;
	height:136px;
	background:url(../images/boxOutlet.jpg) 0 0 no-repeat;
	font-size:11px;
	line-height:13px;
	text-align:justify;
}

#boxOutlet a {
	color:#FFFFFF;
}

#boxOutlet img {
	padding-top:7px;
}
.boxOutletLeft {
	width:220px;
	float:left;
	padding:45px 0 0 20px;
	color:#FFFFFF;
}
.boxOutletRight {
	width:220px;
	float:left;
	padding:0px 20px 0 35px;
	color:#FFFFFF;
}
#boxRight {
	float:right;
}
#areaRiservata {
	width:167px;
	height:210px;
}
#areaRiservata hr {
	margin: 0 0 0 15px;
	border-top:none;
	border-left:none;
	border-right:none;
}
#areaRiservata ul {
	padding:10px 0 10px 20px;
}
#areaRiservata ul li {
	list-style:none;
}
#areaRiservata ul li a:link,
#areaRiservata ul li a:visited,
#areaRiservata ul li a:active {
	color:#003B79;
	font-size:12px;
	text-decoration:none;
	font-family: "Arial", Gadget, sans-serif;
	background:url(../images/freccetta4.gif) 0 0 no-repeat;
	padding-left:16px;
}
#areaRiservata ul li a:hover {
	color:#00AEEF;
}
#areaRiservata table {
	width:120px;
	height:40px;
	margin-left:10px;
	margin-top:5px;
}
#areaRiservata table tr {
	height:20px;
}
.user {
	width:90px;
	color:#003B79;
	font-size:12px;
	text-align:left;
	font-family: "Arial", Gadget, sans-serif;
}
#password {
	width:60px;
	color:#003B79;
	font-size:12px;
	font-family: "Arial", Gadget, sans-serif;
}
#username {
	width:60px;
}
#submit {
	padding-left:3px;
}
#boxRight img{
	border:none;
	display:block;
}

#barra {
	background:url(../images/barraBlu5.gif) 0 0 no-repeat;
}
#barra #homeIcon:link,
#barra #homeIcon:visited,
#barra #homeIcon:active {
	display:inline;
	float:left;
	width:46px;
	height:22px;
	background:url(../images/homeImgBlu2.png) 0 0 no-repeat;
	margin-left:10px;
}
#barra #homeIcon:hover {
	background:url(../images/homeImgBlu2.png) 0 0 no-repeat;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 13px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging2 {
	position: absolute;
	bottom: 90px; right: -7px;
	width: 200px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg3.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}