<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
[hidden] { display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pull-left { float: left; }
.pull-right { float: right; }
.hide { display: none; }
.show { display: block; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.light-text { color: #808080; }
.small-text { font-size: 13px; }
.strong { font-weight: bold; }
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after { clear: both; }

.holder {
	margin: 5px auto;
	padding:0px;
	width:100%;
	text-align:center;
	text-decoration:none;
	color: #000;
	line-height:30px;
	margin:0px auto;
	}

.holder a {
  vertical-align:middle;
  font-size: 16px;
  cursor: pointer;
  margin: 0px auto;
  margin-right:2px;
  height:24px;
  line-height:24px;
  width:24px;
  color:#93543e;
   background-color:#FFF;
  display:inline-block;
  text-decoration:none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.holder a:hover {
  color: #fff;
  background-color:#93543e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.holder a.jp-previous {
	background-image:url(../img/icon/pag_prev.png);
	background-repeat: no-repeat;
	height:34px;
	width:34px;
	margin:5px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;	
	overflow:hidden;
	-webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;}
.holder a.jp-next {
	background-image:url(../img/icon/pag_next.png);
	background-repeat: no-repeat;
	height:34px;
	width:34px;
	margin:5px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;	
	overflow:hidden;
	-webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;}
.holder a.jp-previous:hover {
	background-image:url(../img/icon/pag_prevh.png);
	background-repeat: no-repeat;
	background-color:transparent;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg); 
	-o-transform:rotate(360deg);}
.holder a.jp-next:hover {
	background-image:url(../img/icon/pag_nexth.png);
	background-repeat: no-repeat;
	background-color:transparent;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg); 
	-o-transform:rotate(360deg);}

.holder a.jp-current, a.jp-current:hover { 
  cursor: default;
  color: #93543e;
  font-weight: bold;
  color: #fff;
  background-color:#93543e;
  -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #F00;
	cursor: default;
	opacity:0.2;}

.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  opacity:0.2;
  }

.holder span { margin:0px; }

.container{
	width:100%;
	background-image:url(../img/pixel_nero25.png);
	min-height:200px;
	margin:0px auto;
	padding-bottom:10px;
	position:relative;}
#itemContainer{
	position:relative;
	width:100%;
	max-width:600px;
	min-width:200px;
	height:auto;
	margin:0px auto;
	padding:0px;}
#prodotti{
	width:21.5%;
	display:inline-block;
	text-decoration: none;
	text-align:center;
	border:3px solid #FFF;
	margin:1%;
	padding:0px;
	box-shadow: 0px 0px 10px #000;
	}
#prodotti:hover{
	text-decoration:none;
	border-color:#FC0;}
#prodotti a img{
	display:block;
	width:100%;
	height:auto;
	border:none;
	margin:0px;
	padding:0px;
	text-decoration:none;}	
#prodotti span{
	color:#FFF;
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:middle;}

@media only screen and (min-width: 250px) and (max-width: 480px) {
.container{
	min-height:100px;}
#prodotti{
	width:21%;
	display:inline-block;
	text-decoration: none;
	text-align:center;
	border:1px solid #FFF;
	margin:1%;
	padding:0px;
	box-shadow: 0px 0px 5px #000;
}
	}

@media only screen and (min-width: 481px) and (max-width: 768px) {
#prodotti{
	width:21.4%;
	display:inline-block;
	text-decoration: none;
	text-align:center;
	border:2px solid #FFF;
	margin:1%;
	padding:0px;
	box-shadow: 0px 0px 5px #000;
}
	}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
#prodotti{
	width:21.5%;
	display:inline-block;
	text-decoration: none;
	text-align:center;
	border:3px solid #FFF;
	margin:1%;
	padding:0px;
	box-shadow: 0px 0px 5px #000;
}
	}

@media only screen and (min-width: 1025px) {}
</pre></body></html>