@charset "UTF-8";
body {
	background-color: #edeeee;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #085c7e;
	line-height: 18px;
	padding: 3px 5px;
	margin: 3px 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #085c7e;
	font-size: 20px;
	line-height: 24px;
	margin: 0 5px 5px 15px;
	padding: 3px 10px 3px 15px;
	border-bottom: 1px solid #83CB1D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #71bb00;
	margin: 4px 14px 10px 15px;
	padding: 3px 10px;
	border-left: 2px dashed #82CD1B;
	border-right: 2px dashed #82CD1B;
	text-align: center;
	line-height: 16px;
}
h6 {
	color: #83CB1D;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 5px 20px;
}
/* galleria */
.galleria {
	list-style:none;
}
.galleria li {
	display:block;
	overflow:hidden;
	float:left;
	margin: 3px;
}
.galleria li a {
	display:none
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:block;
}

/*custom styles*/
#box_galleria { /*  x formattare il testo   */
	position:relative;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#main_image {
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}
#box_galleria .caption {
}
#box_galleria .nav {
	text-align:center;
	padding-top:15px;
	clear:both;
}
#box_galleria span.caption {
	position:absolute;
	left:0;
	display:block;
	width:100%;
	min-height:5px;
	background-color:#66AFFA;
	margin-top: 5px;
}
.galleria_custom {
	padding:0;
	margin: 20px 0 0 4px;
}
.galleria_custom li {
	border:1px solid #66AFFA;
	margin: 1px;
}
/* offerta */
.box-offerta {
	margin: 0px;
	padding: 0px;
}
.box-offerta .offerta {
	background-image: url(../images/offerta.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 342px;
	margin: 25px auto 5px auto;
	color: #FFF;
	padding: 28px 0px 0px 75px;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 17px;
}
.box-offerta .offerta p {
	color: #1D7DB1;
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	text-align: right;
}
.box-offerta h4  {
	color: #1D7DB1;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 5px 22px;
}
.box-offerta .arancio  {
	color: #FF9C00;
}
.box-offerta h5 {
	color: #FF9C00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 2px 0px;
	text-align: right;
	border-bottom: 1px dashed #F63E01;
	margin: 0px 25px 5px 22px;
}
.box-offerta h5 .grande {
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.box-offerta .prev-offerte {
	background-color: #FF9;
	text-align: right;
	font-style: italic;
	color: #333;
	padding: 0 10px 0 0;
	margin: 0;
}
.box-offerta .prev-offerte a {
	color: #333;
	text-decoration: none;
}
.box-offerta .prev-offerte a:hover {
	color: #333;
	text-decoration: underline;
}
/* fine offerta */

