﻿/* ****** Box Centrale ***** */
.Box
{
	background-image: url(Images/Box/BackgroundBoxMiddle.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	clear:both;
}
.BoxTop
{
	clear: both;
	background-image: url(Images/Box/BackgroundBoxTop.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.BoxTop a
{
	color: #336699;
	text-decoration: none;
}
.BoxTitle
{
	width: 600px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.BoxTitleProtected
{
	width: 600px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/Structure/AreaRiservata.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.BoxBottom
{
	clear: both;
	background-image: url(Images/Box/BackgroundBoxBottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 70px;
}
/* ****** Box Navigation ***** */
.BoxNavigation
{
	background-image: url(Images/Box/BoxNavigationMiddle.jpg);
	background-repeat: repeat-y;	
	background-position: top center;	
	height: auto;
}
.BoxNavigationTop
{
	clear: both;
	background-image: url(Images/Box/BoxNavigationTop.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 25px;
}

.BoxNavigationBottom
{
	clear: both;
	background-image: url(Images/Box/BoxNavigationBottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 30px;
}
/* Box Fissi */
.BoxFixed180
{
	background-image: url(Images/Box/BoxFixed180.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 180px;
	height: 250px;
	float: left;
}
.BoxFixed280
{
	border: solid 1px #dcdcdc;
	width: 180px;
	height: 280px;
	float: left;
}