<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body{
	width:980px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
a{text-decoration:none;}
h1, h2, h3{
	margin:0;
	padding:0;
}
h1 a{
	font-size:55px;
	font-weight:bold;
	color:#F00;
}
h2 a{
	font-size:25px;
	color:#000;
	font-weight:lighter;
}
h3 a{
	font-size:20px;
	color:#000;
	font-weight:lighter;
}
.img-left{
	margin:0 25px 0 0;
}
.logo{
	padding:55px 0 75px 322px;
}
.navigation{
	padding:0 0 0 322px;
}
.shop{
	padding:0 0 5px 0;
}
.area{
	padding: 25px 0 25px 80px;
	background-image: url(immagini/element.png);
	background-repeat: no-repeat;
	background-position: left 25px;
}
.top-negozio{
	padding:0 0 0 0;
}
.logo-negozio{
	background-image: url(immagini/logo-negozio.png);
	background-repeat: no-repeat;
	height:170px;
	text-align:right;
	padding:55px 90px 0 0;
}
.navigation-negozio{
	position:relative;
	min-height:100px;
}
.col-navigation{
	width:211px;
	float:left;
	margin:0 45px 0 0;
}
.col-navigation-last{
	width:211px;
	float:left;
	margin:0 0 0 0;
}
.clear{clear:both;}
.header-navigation-negozio{background:#000; height:20px; margin:0 0 15px 0;}
.title-navigation-negozio{
	padding:0 0 50px 0;
}
.list-services{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
.list-services li.first-item{
	padding: 10px 0 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.list-services li{
	padding: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.list-services li a{
	color:#000;
	display:block;
}</pre></body></html>