@charset "utf-8";
/* CSS Document */

ul.hover_block {
	display: block;
	overflow: hidden;
	height: 200px;
	width: 200px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
			
		ul.hover_block li, ul.hover_block2 li {
	list-style:none;
	float:left;
	width:200px;
	position: relative;
	height: 200px;
}

		ul.hover_block li a, ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 200px;
	margin: 0px;
	padding: 0px;
		}

		ul.hover_block li a, ul.hover_block2 li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

		ul.hover_block li img, ul.hover_block2 li img {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
		}
		
		/*stile del rettangolo blu chiaro sotto lo slideshow della home contenente i 3 box outlet, multimedia e brands*/
.home-body-boxes {
	/*background-image: url(../img/box/boxes_bg.png);
background-repeat: no-repeat;
position: relative;
height: 300px;
width: 960px;
background-position: -18px bottom;
left: -2px;*/


	position: relative;
	height: 485px;
	width: 940px;
	background-color: #b7c0d4;
	-moz-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 2px solid white;
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/bg-colonnasx.png);
	background-repeat: repeat;

}


.home-body-boxes table {
	text-align:center;
	padding:10px;
	}
	
	.home-body-boxes table tr td {
	text-align:center;
	padding:10px;
	}

.home-box-collezione {
	height: 200px;
	width: 200px;
	background-image: url(../img/box/outlet.png);
	background-position: center center;
	border: 5px solid #FFF;
	margin-left:auto;
	margin-right:auto;

}
.home-box-mkt {
	background-image: url(../img/box/mkt.png);
	height: 200px;
	width: 200px;
	border: 5px solid #FFF;
		margin-left:auto;
	margin-right:auto;
}
.home-box-brands {
	background-image: url(../img/box/brands.png);
	float: left;
	height: 200px;
	width: 200px;
	border: 5px solid #FFF;
		margin-left:auto;
	margin-right:auto;
}
