/* @CHARSET "UTF-8"; */
/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
/* @end Reset */
/* @group core */
body {
  color: #000000;
  font-size: 12px; font-family: "Trebuchet MS", arial, verdana, serif;
  line-height: 1.5em; /*Baseline grid of 18px;*/
  text-align: center;
	position: relative;
	margin: 0 auto;
}
/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em;  /* 12px */
}
ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, dd p, dd ol, dd li, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}
/* @end Font sizes */
/* @group Margins */
p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 18px;
}
p, pre {
	margin: 0 0 18px 0;
}
li p, dd p { margin: 0; }
form {
	margin-bottom:  18px
}
p + ul, p + ol { margin-top: -6px }
/* @end Margins */

/* @group link */
a { color: #6D737A; }
a:hover,
a:focus,
a:active {}
a { cursor: pointer  }

/* @group hx */
h1, h2, h3 {}
/* =h1 */
h1 {
	font-size: 28px; line-height: 36px;
	margin: 0 0 24px;
}
/* =h2 */
h2 {
	font-size: 24px; line-height: 24px;
	margin: 0 0 12px;
}
/* =h3 */
h3 {
	font-size: 12px; line-height: 18px;
	margin: 12px 0 6px;
}
/* =h4 */
h4 {
	font-size: 12px; line-height: 18px;
	margin: 0 0 6px;
}
/* =h5+h6 */
h5, h6 { font-size: 1em; }

/* @group liste */
ul, ol, dl { margin: 0 0 18px }
li ol, li ul, dd ul, dd ol { margin: 6px 0 18px; }
ul  li {
	list-style: square;
}
li li { list-style: disc; }
ol li {
	list-style-type: decimal;
	margin-left: 24px;
}
ol li ol li {
	list-style-type: upper-roman;
	margin-left: 24px;
}
ol ul li {
	list-style: disc;
}
li {
	margin: 0 0 6px 18px; padding: 0;
}

dt {
	font-weight: bold;
	margin: 12px 0 6px
}
dd {
	margin: 0
}

/* =blockquote */
blockquote { margin: 12px 24px; }
blockquote p {
  margin: 0;
}
cite {
  text-align: right;
  display: block;
}

blockquote, q { font-style : italic; }
/* =img */
a img { outline: none; border: 0; }

/* =table */
table {
	margin: 0 0 18px;
	border: 1px solid #ccc; border-width: 0 1px 1px
}
caption {
	font-weight: bold;
	text-align: left;
	margin: 0; padding: 0.5em 0;
}
th { font-weight: bold; }
th,
td {
	vertical-align: top;
	text-align: left;
	padding: 0.25em 0.5em 0.25em;
	border: 1px solid #ccc; border-width: 1px 0 0 1px
}

/* =common classes */
.lf { float: left; margin: 0 18px 0 0; }
.rf { float: right; margin: 0 0 0 18px; }
.cf { clear: both; margin: 0 auto 18px }
.center { text-align: center; }
.nowrap { white-space: nowrap; }
.right { text-align: right; }
.left { text-align: left; }
.clear { clear: both; }
.hd, .bd, .ft { width: 100%; clear: both; }
/* =misc */
em { font-style: italic; }
strong, b { font-weight: bold; }
i { font-style: italic; }
pre { white-space: normal; }
strong code,
dt code {font-weight: normal;}
abbr,
acronym { border:none; }
abbr[title],
acronym[title] {
	cursor: help;
	font-style: italic;
	border-bottom: 1px dotted #666;
}
.amp { font-family : "Hoefler Text"; font-style : italic; font-weight : normal; }
/* =form */
.opt-radio label
.opt-check label,
label.inl { display: inline; }
label em {
	font-weight: normal;
	font-style: normal;
}
fieldset {}
legend span {
	color: #000;
	font-weight: bold;
	margin: 0; padding: 0;
}
legend span.hide { position: absolute; top: -9999px; }
input, textarea, select { font-size: 12px; font-family: verdana,serif; }
/* fine group form */
.structural, .skip, .hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	width: 1px;
}
.no { display: none; }
/* fine @group core */

/* =structure */
.pg {
	background: url(../img/bk_top_pg.jpg) no-repeat 0 35px;
	text-align: left;
	width: 964px;
	position: relative;
	margin: 0 auto
}
/* =pg */
.pg:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.pg {display: inline-table;}

/* Hides from IE-mac \*/
.pg {height: 1%;}
.pg {display: block;}
/* End hide from IE-mac */
#header {}
#main {
	background: url(../img/bk_footer.jpg) no-repeat 0 100%;
	/*position: relative; z-index: 1;*/
	width: 100%;
	float: left; clear: both;
	padding: 200px 0 0;
}
#main-content {
	width: 904px;
	float: left; display: inline; clear: left;
	margin: 0 0 0 30px;
	padding: 20px 0 100px
}
.hmp .c-2 #main-content { width: 650px;  }
.c-2 #main-content { width: 658px;  }
#footer {
	text-align: center;
	position: relative; top: -10px;
	z-index: 10;
	width: 100%;
	clear: both;
}
#featured-content { width: 248px; float: right; padding: 20px 0 0; }
/* ================================== */
/* =hx */
h1, h2, .box h3 {
	color: #3A3A3A; 
	font-family: "Trebuchet MS", arial, verdana, serif;
}
#main-content h2,
#main-content #login-form  h3,
#main-content #vai-regiter  h3,
.fieldset h3 {
	font-size: 20px;
	font-style: italic;
	margin: 0 0 20px
}
#main-content h2 { font-style: normal; }
#login-mod h2 { font-size: 14px; }
/* =logo */
h1.logo {
	position: absolute; left: 0; top: 0; z-index: 100;
	width: 548px; height: 145px;
	margin: 50px 0 0;
}
h1.logo a {
	width: 100%; height: 100%;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
h2.logo {
	position: absolute; right: 0; top: 0; z-index: 100;
	width: 180px; height: 96px;
	margin: 60px 60px 0 0;
}
h2.logo a {
	width: 100%; height: 100%;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}

/* @group nav */
.nav li {
	display: inline;
	margin: 0 6px 0 0; padding: 0;
}
/* =nav-main */
#nav-main { float: right; margin: 18px 0 0; padding: 0; }
#nav-main ul { margin: 0; }
#nav-main li {
	font-family: "Trebuchet MS", arial, verdana, serif;
	float: left;
	padding: 0 14px 0 0; margin: 0 14px 0 0;
	border: 1px solid #C5C5C5; border-width: 0 1px 0 0;
}
#nav-main a { color: #464646; font-weight: bold; float: left; }
#nav-main .current a { color: #C90602; font-weight: bold; text-decoration: underline; }

/* =nav-footer */
#nav-footer { margin: 0 auto; }
#nav-footer a { color: #464646; font-weight: bold }
#nav-footer ul {}
#nav-footer li {
	font-family: "Trebuchet MS", arial, verdana, serif;
	padding: 0 14px; margin: 0;
	border: 1px solid #C5C5C5; border-width: 0 1px 0 0
}
#nav-footer li.last,
#nav-main li.last { border: 0; }
#nav-footer .copy { display: block; border: 0; }
/* fine group nav */

/* =nav-categorie */
#nav-categorie { clear: both; padding: 0 0 100px; }
#nav-categorie h2 {
	background: url(../img/tit_nav_categorie.gif) no-repeat 0 0;
	width: 198px; height: 30px;
	text-indent: -9999px;
}
#nav-categorie ul { margin-left: 35px; }
#nav-categorie li {
	list-style-type: none;
	width: 135px; overflow: hidden;
	position: relative; z-index: 1;
	margin: 0 0 18px; padding: 0;
}
#nav-categorie li a, #nav-categorie li a span {
	width: 100%; height: 100%;
	display: block;
	margin: 0; padding: 0;
}
#nav-categorie li a span {
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute; top: 0; left: 0;
}
#nav-categorie ul li a:hover span,
#nav-categorie ul li a.current span {
	background-position: -141px 0;
}
li#n-matrimonio { height: 94px }
li#n-compleanno { height: 96px }
li#n-laurea { height: 108px }
li#n-festa { height: 80px }
li#n-natale { height: 104px }
li#n-matrimonio a span,
li#n-matrimonio a.current span{ background-image: url(../img/n_matrimonio.gif) }
li#n-compleanno a span,
li#n-compleanno a.current span{ background-image: url(../img/n_compleanno.gif) }
li#n-laurea a span,
li#n-laurea a.current span{ background-image: url(../img/n_laurea.gif) }
li#n-festa a span,
li#n-festa a.current span{ background-image: url(../img/n_festa.gif) }
li#n-natale a span,
li#n-natale a.current span{ background-image: url(../img/n_natale.gif) }

#nav-categorie ul li#n-natale a:hover span,
#nav-categorie ul li#n-natale a.current span {
	background-position: -135px 0;
}
/* =link */
#link-invia-amico {
	position: absolute; left: 0; top: 0; z-index: 20;
	width: 115px; height: 15px;
	text-align: left;
	margin: 0;
}
#link-invia-amico a, #link-invia-amico span {
	display: block;
	width: 100%; height: 100%;
}
#link-invia-amico a {
	/*text-indent: -9999px; */
}
#link-invia-amico span {
	background: url(../img/link_invia_amico.gif) no-repeat 0 0;
	line-height: 15px;
	position: absolute; top: 0; z-index: 2;
}
/* =btn */
.btn { position: relative; }
.btn span { position: absolute; width: 100%; height: 100%; display: block; }
.btn-seleziona {
	width: 106px; height: 31px;
	display: block;
	/*text-indent: -9999px;*/
}
.btn-seleziona span {
	background: url(../img/btn_seleziona.gif) no-repeat 0 0;
	/*width: 106px; height: 31px;*/
}
.btn-procedi {
	background: url(../img/btn_procedi.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 104px; height: 31px;
	display: block; float: right;
	cursor: pointer;
}
#btn-invia,
#btn-registrati,
#link-registrati {
	text-indent: -9999px;
	width: 104px; height: 31px;
	display: block;
}
#btn-invia {
	background: url(../img/btn_invia.gif) no-repeat 0 0;
}
#btn-registrati, #link-registrati {
	background: url(../img/btn_registrati.gif) no-repeat 0 0;
}

#link-n-ecard, #link-aggiorna-cart { list-style-type: none; margin: 0; }
#cart-all #link-n-ecard {
	padding: 0 14px 0 0; margin: 0 14px 0 0;
	border: 1px solid #C5C5C5; border-width: 0 1px 0 0
}
#link-n-ecard a {
	background: url(../img/btn_invia_ecard.gif) no-repeat 0 0;
	width: 156px; height: 30px;
	display: block;
	text-indent: -9999px
}
#link-aggiorna-cart a {
	background: url(../img/btn_aggiorna.gif) no-repeat 0 0;
	width: 161px; height: 30px;
	display: block;
	text-indent: -9999px
}

/* @page article */
/* =article */
.article {
	color: #000;
	font-size: 12px; line-height: 18px;
	margin: 0 0 20px 0;
}
.article h1, .article h2 { color: #000 }
.article h2,
.article .titolo { font-size: 20px; line-height: 1; font-style: normal }
.article h3,
.article .sottotitolo { font-size: 18px; line-height: 18px; font-style: italic }
.article strong, .article strong.evidenza {
	font-size: 15px; line-height: 18px;
	font-weight: bold;
}
.article a,
.msg-finale a { color: #AF0003 }

/* =.lst-fotografi */
.article-credits .col-1 { width: 40%; float: left; }
.article-credits .col-2 { width: 40%; float: left; display: inline; margin-left: 5%; padding-left: 5%; border-left: 1px solid #ddd }
.article-credits h3 {
	padding: 3px 0; 
	border: 1px solid #ddd; border-width: 1px 0
}
.lst-fotografi li {
	list-style-type: none;
	margin: 0 0 6px;
}
/* =lst-ecards */
.lst-ecards {}
.lst-ecards .ecard {
	list-style-type: none;
	width: 283px;
	float: left;
	margin: 0 40px 40px 0; padding: 0;
}
.ecard-title {
	color: #000;
	font-size: 15px; line-height: 18px;
	/*font-weight: bold;*/
	display: block;
}
.photo {
	background: url(../img/bk_ante.jpg) no-repeat 0 0; color: #f00;
	width: 283px; height: 173px
}
.photo img { color: #f00; margin: 10px 0 0 12px; }
.lst-ecards .btn-seleziona {
	margin: 6px 0 0 6px;
}
/* =fasi */
.fasi {
	background: url(../img/bdr_prodotto.gif) repeat-x 0 100%;
	position: relative; z-index: 30;
	width: 640px; height: 90px;
	float: left; display: inline;
	margin: -30px 0 0 30px;
}
.fasi ol { margin: 0 }
.fasi li {
	list-style-type: none;
	position: absolute; top: 0;
	height: 80px;
	display: inline;
	margin: 0 0 10px; padding: 0;
}
.fasi li a,
.fasi li span {
	background-image: url(../img/bk_fasi2.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100%; width: 100%;
	display: block; float: left;
}
li.f-01 { left: 0; width: 80px }
li.f-01 a, li.f-01 span { background-position: 0 0 }
li.f-01 a.passed { background-position: 0 -80px }
li.f-01 a.current { background-position: 0 -160px }

li.f-02 { left: 84px; width: 161px; }
li.f-02 a, li.f-02 span { background-position: -84px 0 }
li.f-02 a.passed { background-position: -84px -80px }
li.f-02 a.current { background-position: -84px -160px }

li.f-03 { left: 249px; width: 115px }
li.f-03 a, li.f-03 span { background-position: -249px 0 }
li.f-03 a.passed { background-position: -249px -80px }
li.f-03 a.current { background-position: -249px -160px }

li.f-04 { left: 363px; width: 111px }
li.f-04 a, li.f-04 span { background-position: -366px 0 }
li.f-04 a.passed { background-position: -366px -80px }
li.f-04 a.current { background-position: -366px -160px }

li.f-05 { left: 479px; width: 83px }
li.f-05 a, li.f-05 span { background-position: -479px 0 }
li.f-05 a.passed { background-position: -479px -80px }
li.f-05 a.current { background-position: -479px -160px }

li.f-06 { left: 564px; width: 75px }
li.f-06 a, li.f-06 span { background-position: -564px 0 }
li.f-06 a.passed { background-position: -564px -80px }
li.f-06 a.current { background-position: -564px -160px }
/* =path */
.path { width: 100%; margin: -20px 0 32px; }
.path ol { margin: 0; padding: 0 }
.path ol li {
	background: url(../img/ico_path.gif) no-repeat 100% 50%;
	font-size: 12px; line-height: 1em;
	font-family: "Trebuchet MS", arial, verdana, serif;
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0; padding: 0 10px 0 0;
}
.path h1 { font-size: 12px; line-height: 1em; float: left; margin: 0; padding: 0; }
/* aiuto-finestra */
#aiuto-finestra {
	background: url(../img/bk_aiuto.gif) no-repeat 0 0;
	width: 233px; height: 136px;
	float: left; display: inline;
	margin: -70px 0 0 15px;
}
#aiuto-finestra p { font-size: 12px; line-height: 15px; width: 140px; padding: 45px 0 0 65px; margin: 0; }
/* =lst */
ul.lst li {
	background: url(../img/ico_list.gif) no-repeat 0 5px;
	list-style-type: none;
	margin: 0 0 9px; padding: 0 0 0 18px;
}
/* =lst-aree */
.lst-aree { width: 100%; overflow: hidden; margin: 0 0 122px }
.lst-aree .area { list-style-type: none; width: 100%; float: left; margin: 0 0 32px }
.area .summary-content { width: 620px; float: left; }
.area .photo {
	background: url(../img/bk_ante2.jpg) no-repeat 0 0;
	text-align: center;
	width: 222px; float: right;
}
.area .photo img {
	margin: 5px auto;
	border: 1px solid #B0B0B0
}
.area .btn-ascolta {
	background: url(../img/bk_ft_list.gif) no-repeat 0 0;
	width: 675px; height: 51px;
	clear: left; float: left;
}
.btn-ascolta a {
	background: url(../img/link_ascolta_testimonianze.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 382px; height: 22px;
	display: block;
	margin: 25px 0 0 40px
}
.area .ft { clear: both; }
.area div {}
.lst-aree .btn-seleziona {
	float: right; display: inline;
	margin: 10px 60px 0 0
}
.lst-aree .area-title { color: #282828; font-size: 18px; font-weight: bold; }


/* =lst-prodotti */
.lst-prodotti { width: 100%; overflow: hidden; margin: 0 0 20px; }
.prodotto {
	background: url(../img/bdr_prodotto.gif) repeat-x 0 100%;
	list-style-type: none;
	width: 100%; float: left; position: relative;
	margin: 0 0 32px; padding: 0 0 10px;
}
.prodotto .image { width: 83px; float: left; }
.prodotto h3 {
	color: #505050; /*background: url(../img/bk_prod_title.gif) repeat-x 0 10px;*/
	font-size: 18px;
	width: 100%; overflow: hidden;
	padding: 0; margin: 0 0 12px;
}
.prodotto .price {
	color: #3A3A3A;
	/*background-color: #bebebe;*/
	background: url(../img/bk_all.gif) no-repeat -58px 0; 	
	font-size: 15px;  line-height: 22px;
	font-family: "Trebuchet MS", arial, verdana, serif;
	font-weight: normal;
	text-align: center;
	position: absolute; top: 0; left: 0; z-index: 2;
	width: 83px;
	display: block;
	margin: 93px 0 0;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px*/
}
.prodotto .content { margin: 0 0 0 100px }
.prodotto form { /*float: right*/ }
.form-qt { width: 100%; float: left; margin: 6px 0 0/*position: relative; */ }
.form-qt .text { width: 45px; margin: 0 30px 0 0; border: 1px solid #B3B3B3; }
.form-qt .text-qty {
	/*background-color: #bebebe;*/
	background: url(../img/bk_all.gif) no-repeat -142px 0; 
	text-align: center;
	width: 59px; height: 20px;
	float: left;
	padding: 2px 0;
	border: 0
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px*/
}
.form-qt .text-qty input {
	font-size: 11px; line-height: 1em; font-family: verdana, sans-serif;
	width: 38px;
	padding: 0 1px; margin: 0
}
.form-qt {}
.form-qt label { line-height: 24px; float: left; margin: 0 8px 0 0; }
/* =btn-add-cart */
.prodotto input.btn-add-cart,
.prodotto .btn-add-cart  {
	/*position: absolute; top: 0; right: 0; z-index: 5;*/
	width: 173px; height: 29px;
	display: block; float: right;
	margin: 0; padding: 0;
	cursor: pointer
}
a.btn-add-cart { position: relative; }
.btn-add-cart span {
	background: url(../img/add_cart.gif) no-repeat 0 0;
	width: 173px; height: 29px;
	position: absolute; top: 0; left: 0;
	display: block
}
/* =cart-finestra */
#cart-finestra {
	background: url(../img/bk_box_cart.gif) no-repeat 0 0;
	width: 207px; height: 83px;
	clear: both;
	margin: 0 0 25px;
}
#cart-finestra h3 { padding: 30px 20px 0 72px; margin: 0; }

/* =nav-aree */
#nav-aree { width: 202px; padding: 0 0 80px }
#nav-aree h2 {
	background: url(../img/tit_aree_intervento.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 199px; height: 23px;
}
#nav-aree li {
	list-style-type: none;
	width: 202px; overflow: hidden;
	margin: 0 0 20px; padding: 0 0 4px 0;
}
#nav-aree li div {
	padding: 4px 4px 0;
}
#nav-aree li .foto {
	float: left;
	padding: 2px;
}
#nav-aree li .foto img {
	width: 53px; height: 53px;
	float: left; display: block;

}
#nav-aree li h3 { font-size: 16px; }
#nav-aree li h3, #nav-aree li p { margin: 0 0 0 66px }
#nav-aree li.current {
	background: url(../img/bk_all.gif) no-repeat -405px 100%/*#FD0000*/;
	color: #fff;
}
#nav-aree li.current div {
	background:  url(../img/bk_all.gif) no-repeat -202px 0/*#FD0000*/;
	color: #fff;
}
#nav-aree li.current a { color: #fff; }
#nav-aree li.current .foto {
	background: url(../img/bk_all.gif) no-repeat 0 0;
}
/* =paginazione */
.paginazione {
	background: url(../img/bk_prod_title.gif) repeat-x 0 10px;
	text-align: center;
	width: 100%;
	position: relative; z-index: 1;
	margin: 0 0 20px
}
.paginazione .link-prec,
.paginazione .link-succ {
	position: absolute; top: 0; z-index: 10;
	height: 16px; width: 97px;
	margin: 0; padding: 0 5px 0 0;
}
.paginazione .link-prec {
	background: #fff url(../img/link_prec.gif) no-repeat 0 -18px; 
	left: 0;
}
.paginazione .link-succ {
	background: #fff url(../img/link_succ.gif) no-repeat 100% 0; 
	right: 0;
	width: 93px;
	padding: 0 0 0 5px;
}
.paginazione h4 a,
.paginazione .link-prec a,
.paginazione .link-succ a {
	width: 100%; height: 100%;
	display: block;
	text-indent: -9999px;
	margin: 0; padding: 0;
}
.paginazione li a, .paginazione li strong {
	background-color: #fff;
	display: inline;
	padding: 0 5px; margin: 0;
}
.paginazione li.off { background-position: 0 0; }
.paginazione ol { text-align: center; padding: 0; margin: 0 125px; }
.paginazione ol li { background-color: #fff; list-style-type: none; margin: 0; padding: 0; height: 1%; display: inline }
.paginazione ol li a { padding: 0 5px; }

/* =form */
/* @group form */
form .cont { clear: both; margin: 1em 0 0; }
form li.inl label, form li label.inl { display: inline; }
form li input + span { margin-left: 5px }
input.inl, select.inl { display: inline; }
legend span { color: #3A3A3A; font-size: 15px; font-style: italic; display: block; padding: 0 0 10px; margin: 0 }
.lst-field { margin: 0; padding: 0; }
.field {
	list-style-type: none;
	width: 100%;
	position: relative; /*overflow: hidden;*/float: left;
	margin: 0 0 12px;
}
.fieldset { list-style-type: none; width: 100%; overflow: hidden; margin: 0 0 40px; }
.f-2 { width: 45%; }
.f-3 { width: 32%; }
.field-num, .field-indirizzo { width: 45%; }
.field label {
	color: #3A3A3A;
	font-size: 15px;
	width: 112px;
	float: left; display: inline;
	position: relative;
	text-align: right;
	padding: 0 10px 0 0;
}
.check label,
.field label.inl { width: auto }
.privacy label { font-size: 12px; padding: 0; }
/* =opt */
.opt {}
.opt label {
	color: #3A3A3A;
	font-size: 15px;
}
.opt-radio label span, .opt-check label span { position: relative; top: -3px; }
.opt-radio label input , .opt-check label input { line-height: 1em; }
.opt-check li { list-style-type: none; margin: 0 0 8px }
/* input + textarea + select */
input.text, textarea.textarea { float: left; border: 1px solid #828282 }
.select { padding: 2px; border: 1px solid #828282 }
/* =obbligatorio */
.obbligatorio {
	background: url(../img/obbligatorio.gif) no-repeat 0 0;
	position: absolute; top: 0; right: 0;
	text-indent: -9999px;
	width: 5px; height: 4px;
	display: block; overflow: hidden;
	margin: 5px 3px 0 0;
}
.field-calendario {
	background: url(../img/ico_calendario.gif) no-repeat 20px 0;
	min-height: 43px;
	height: auto !important;
	height: 43px
}
.fieldset h3 + p.note { margin: -14px 0 20px 25px }
input.inl, select.inl { display: inline; }
form a { color: #AF0003; }
/* =button */
.button { list-style-type: none; clear: both; margin: 0; }
button {
	color: #c90000; background-color: transparent;
	font-size: 12px; /*font-weight: bold; */
	font-style: italic;
	padding: 0;
	border: 0;
	cursor: pointer;
}
button span { display: block; text-indent: -9999px; }
.btn-elimina { font-weight: bold; }
button#btn-cerca {
	background: url(../img/ico/botton_ok.gif) no-repeat 0 0;
	position: absolute; top: 0; left: 0;
	width: 26px; height: 16px;
	text-indent: -9999px; display: block ;
	margin: 0 0 0 125px; padding: 0;
	border: 0
}
#personalizza-form .button { text-align: center; }
#personalizza-form button#btn-anteprima,
#personalizza-form #btn-anteprima {
	background: url(../img/btn_anteprima.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 76px; height: 48px;
	float: right; display: block;
}
#personalizza-form  .btn-procedi { clear: both; margin: 0 auto }
#register-form  #btn-registrati { clear: both; margin: 0 auto }
#register-form  .btn-procedi { clear: both; float: none; margin: 0 auto }
/* =login-mod */
/* questo quando non ci sono le fasi
.hmp #login-mod {
	width: 224px;
	position: relative; float: left;
	margin: -80px 0 40px;
}
*/
/* =recupero-pass-form */
#recupero-pass-form { float: left; width: 265px; }
#recupero-pass-form .text { float: right; }
/* =login-mod */
#login-mod {
	width: 207px;
	position: relative; float: left;
	margin: 0 0 40px;
}
#login-mod .field { margin: 0 0 8px}
#login-mod .field label {
	color: #909090;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	margin: 0;
}
#login-mod .field .text { width: 133px; }
#login-mod button { float: right; }
#login-mod .aiuto {
	text-align: right;
	display: block; clear: both;
	padding: 5px 0 0;
}
#login-mod .lst-btn-account { overflow: hidden; }
#login-mod .lst-btn-account li { list-style-type: none; display: inline; float: left; padding-right: 6px; margin-right: 6px; margin-left: 0; border-right: 1px solid #ddd; }
#login-mod .lst-btn-account a { color: #AF0003 }
/* =invia-amico */
#invia-amico { width: 495px }
#invia-amico label { width: 200px; }
#invia-amico .privacy label { width: 100%; }
#invia-amico .text { width: 270px; float: right }
#invia-amico button { float: right; }

/* =num-caract */
.num-caract { line-height: 15px; width: 116px; float: right; display: inline; margin: 0 0 0 10px; }
.num-caract .num-caract-label { width: 60px; float: left; display: inline; margin: 0; }
.num-caract strong { color: #A2A2A2; font-size: 28px; line-height: 1; float: right; }
/* =personalizza-form */
#personalizza-form {}
#personalizza-form .field-calendario label {
	width: auto; margin-left: 122px;
}
#personalizza-form .check label { margin-left: 122px; }
#personalizza-form .text, #personalizza-form .textarea { width: 394px; }
#personalizza-form .field-calendario input.text { width: 272px; }
#personalizza-form .field-calendario label em {
	font-size: 11px;
	display: block;
}
#personalizza-form p.note { margin: -14px 0 20px 25px }
#opzioni-invio {
	background: url(../img/bk_opzioni_invio.gif) no-repeat 0 0;
	padding: 120px 0 0; margin: -80px 0 0;
}
/* =register-form */
#register-form  fieldset { clear: both; display: block; }
#register-form .text, #register-form .textarea { width: 280px; }
#register-form .field-num { margin-left: 15px }
#register-form .field-num .text { width: 60px; }
#register-form .field-cap .text { width: 60px; }
#register-form .field-cap { width: 200px; }
#register-form .field-city { width: 220px; }
#register-form .field-city .text { width: 159px; }

/* =login-form */
#main-content #login-form {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px; padding: 0 40px 12px 0;
	border-right: 1px dashed #C5C5C5
}
#main-content #login-form  h3 {}
#main-content #login-form .fieldset { margin: 0; padding: 0 }
#login-form .aiuto {
	position: absolute; bottom: 0; left: 0;
	width: 85%;
	margin: 0 0 12px;
}
#login-form .aiuto ul { margin: 0 }
#login-form .aiuto li {
	display: inline;
	padding: 0 14px; margin: 0;
	border: 1px solid #C5C5C5; border-width: 0 1px 0 0
}
#login-form .aiuto li.last { border: 0 }
#login-form  .btn-procedi { float: right; }
/* =err */
.err label,
#login-mod .err label { color: #F34B50 }
.err .text, .err .textarea { border-color: #F34B50 }
.msg-err {
	background-color: #fff; color: #F34B50;
	font-size: 1.083em;
	line-height: 1.538em;
	margin-bottom: 16px; padding: 0.769em;
	border: 1px dotted #F34B50;
}
#main-content .msg-err h2 {
	color: #F34B50;
	margin: 0 0 10px;
}
.msg-err p, .msg-err ul { margin: 0 }
/* @page carrello */
/* =cart-all */
#cart-all { width: 595px; overflow: hidden; margin: 0 18px; }
#cart-all ul.link {
	width: 350px; height: 30px;
	overflow: hidden;
	margin: 0 auto; padding: 0 0 20px;
}
#cart-all ul.link li { display: inline; float: left; margin: 0  }

/* =cart-btn  */
.cart-btn {
	/*color: #fff; background-color: #6E6E6E;*/
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #6E6E6E
}
.cart-btn li {
	list-style-type: none;
	display: inline;
	/*float: left; */margin: 0 10px 0 0;
	padding: 5px 0 5px 8px;
}
.cart-btn li a {
	/*color: #fff;*/font-weight: bold;
	float: left;
	padding: 5px; margin: 10px 0;
	border: 3px double #1C1A1A
}
.cart-btn li a:hover {
	color: #fff; background-color: #C90000;
}
/* =cart */
.cart-form { margin: 0 0 30px; }
.cart table,
.tableordine {
	color: #3A3A3A; background-color: #F0F0F0;
	font-style: italic;
	width: 100%;
	margin: 0; padding: 0;
	border: 0
}
.tableordine {
	margin: 0 0 20px; padding: 0;
}
.cart td, .cart th,
.tableordine td, .tableordine th {
	padding: 8px 12px 8px 4px;
	border-width: 0 0 1px; border-style: dashed; border-color: #C4C4C4
}
.cart .label-prog { width: 200px; }
.cart table caption { position: absolute; width: 100%; top: 0; left: -9999px; display: block }
.cart-form h3,
#tab-ordine h3 {
	color: #fff; background-color: #6E6E6E;
	font-size: 16px;
	font-style: italic;
	margin: 0; padding: 0 4px;
}
.cart-form h3 em {
	font-size: 12px;
	font-weight: bold; font-style: italic;
}
.text-qty {
	width: 59px; border: 1px solid #9C9C9C
}
.cart table .tot { font-weight: bold; }
#cart-all .totale {
	color: #3A3A3A; background-color: #E3E3E3;
	font-size: 15px; font-style: italic;
	width: 100%;
	clear: both; overflow: hidden;
	padding: 8px 0; margin: 0 0 20px;
	border-top: 1px dashed #C4C4C4
}
#cart-all .totale strong,
#cart-all .totale span  { float: right; padding: 0 4px; }
#cart-all .totale span { float: left; }
#cart-all .btn-procedi,  { float: right; }
/* fine page carrello */

/* =login */
#login { width: 60%; float: left; }
#vai-regiter { width: 30%; float: right; }

.privacy-mod { margin: 0 }

#more-info, #consenso { clear: both; padding: 0 122px; }
#more-info { background: url(../img/bdr_prodotto.gif) repeat-x 0 0; padding-top: 20px }
.bdr {
	background: url(../img/bdr_prodotto.gif) repeat-x 0 100%;
	width: 100%; overflow: hidden;
	padding: 0 0 10px; margin: 0 0 10px;
}
#intro {
	background:url(../img/bdr_bottom_intro.jpg) no-repeat 0 100%;
	margin: -20px 0 20px -20px;
}
#intro .intro-in {
	background:url(../img/bdr_top_intro.jpg) no-repeat 0 0;
}
.finale {
	background: url(../img/bk_finale.gif) no-repeat 0 0;
	width: 650px; min-height: 286px;
}
.finale-acquisto {
	background: url(../img/bk_finale2.jpg) no-repeat 100% 0;
}
/* =msg */
.msg {}
.msg-finale {}
.finale .msg-finale { font-size: 16px; padding: 110px 0 0 228px }
.finale-acquisto .msg-finale { font-size: 16px; padding: 110px 228px 0 0 }
.msg-avviso {
	background-color: #fff; color: #569E01;
	font-size: 1.083em;
	line-height: 1.538em;
	margin-bottom: 16px; padding: 0.769em;
	border: 1px dotted #569E01;
}
.msg-avviso p, .msg-avviso ul { margin: 0 }
.msg-err a, .msg a { text-decoration: underline; }

/* @page cartolina */
.pg-cartolina {
	background: url(../img/bk_header_cartolina.jpg) no-repeat 0 25px;
	text-align: left;
	width: 800px;
	position: relative;
	margin: 0 auto;
}
.pg-cartolina #main {
	background: url(../img/bk_footer_cartolina.jpg) no-repeat 0 100%;
	padding: /*464px 0 0*/0;
}
.pg-cartolina #main-content {
	width: 100%;
	float: left; display: inline; clear: left;
	margin: 0;
	padding: 0 0 50px
}
#cartolina {
	width: 650px; height: 346px;
	clear: both;
	/*margin: 100px 0 18px 78px;*/
	margin: 180px 0 18px 78px; /* perché usano un flash */
	position: relative; z-index: 5;
}
#cartolina-flash { z-index: 50 }
/* =fiocco */
#fiocco {
	position: absolute; top: 0; left: -4px;
	z-index: 100;
	width: 157px;	height: 203px;
	clear: both;
	margin: 14px 0 0
}
#fiocco img { display: block; }
#cartolina-content { width: 665px; clear: both; margin: 0 0 0 86px; }
#cartolina-testo,
#banner-sito { width: 390px; float: left; }
#cartolina-testo {
	width: 360px;
	padding-right: 30px;
	border-right: 1px dotted #848484
}
#cartolina-testo,
#cartolina-summary { font-size: 15px; line-height: 20px; }
#cartolina-testo blockquote { margin: 0 }
#cartolina-testo blockquote p { margin: 0 0 18px }
#cartolina-summary,
#banner-testo { width: 250px; float: right; }
#cartolina-content a { color: #AF0003 }
.autore { font-weight: normal; font-style: italic; display: block; }
.wrp-banner {
	background: url(../img/bdr.gif) repeat-x 0 0;
	width: 100%; float: left; clear: both;
	padding: 18px 0 0; margin: 18px 0 0
}
#banner-sito a { display: block; }
/* fine page cartolina */

#attenzione {
	background-color: #fff; background-image: none;
	padding: 22px; margin: 0;
}
#attenzione div {}
h1#msg-attenzione {
	font-size: 14px; line-height: 18px;
	background: url(../img/icon_alert.gif) no-repeat 0 0;
	margin: 0; padding: 0 0 0 36px;
	min-height: 28px;
}