@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-lightitalic-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@page {size: 230mm 317mm; margin: 20mm;}

body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pannello,
div.shop_item_buy_container,
div.infobar,
div.shop_item_footer {
	display:none;
}
div.shop_briciole {
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:6px;
	line-height:20px;
	min-height:20px;
	text-align:right;
}
div.shop_briciole h1 {
    font-size:12px;
	margin:0px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
    min-height:20px
}
div.shop_briciole h1 span:nth-child(1), div.shop div#content div.shop_briciole h1 a {
	color:#434344;
	font-weight:bold;
	text-transform:uppercase;
}
div.shop_briciole h1 span:nth-child(2), div.shop div#content div.shop_briciole h1 span + a {
    color: #6B6E70;
    text-transform: none;
}
div.shop_briciole h1 span + span  + a {
	color:#000000;
	font-weight:normal;
}

/*Articolo*/
#shop_item_actions,
.shop_item_body_pulsanti,
.shop_item_body_images {
	display:none;
}
h1 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #04507b;
	font-weight:normal;
	font-family: "Open Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}
h1.pagetitle {
	text-transform:capitalize;
}
h1.pagetitle span {
	font-size:18px;
	font-style:italic;
}
h2 {
	font-size:18px;
	font-family:"Open Sans","Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:8px;
	font-weight:normal;
	color:#04507b;
}
h3 {
	font-size:16px;
	font-family:"Open Sans","Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:normal;
	color:#222324;
}
h4 {
	font-size:12px;
	font-family:"Open Sans","Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	font-weight:bold;
	color:#222324;
}
p {
	margin:0px 0px 8px 0px;
	font-size:12px;
	text-align:justify;
	font-family:"Open Sans","Arial Narrow", Arial, Helvetica, sans-serif;
	color:#222324;
}
.shop_item_body_img {
	width:100%;
	height:auto;
	margin-bottom:20px;
	text-align:center;
}
.shop_item_body_img img {
	margin:auto;
}
.shop_item_body_schedaprincipale {
	width:40%;
	margin-bottom:10px;
	font-size:12px;
	float:left;
}
.shop_item_body_info_dove {
	float:right;
	width:40%;
	margin-bottom:10px;
	font-size:12px;
}
section#content .shop_item_body_schedaprincipale table,
section#content .shop_item_body_info_dove table {
	width:100%;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
section#content .shop_item_body_schedaprincipale table td,
section#content .shop_item_body_info_dove table td {
	font-size:12px;
	vertical-align:top;
}
section#content .shop_item_body_schedaprincipale table td:nth-child(1),
section#content .shop_item_body_info_dove table td:nth-child(1) {
	text-align:left;
	padding-right:10px;
}
section#content .shop_item_body_schedaprincipale table td:nth-child(2),
section#content .shop_item_body_info_dove table td:nth-child(2) {
	font-weight:bold;
	text-align:right;
}
.shop_item_body_description {
	border-top: solid 1px #dedede;
	float:left;
	width:100%;
	font-size:14px;
	padding:15px 0px;
	margin-bottom:30px;
}
.shop_item_body_schedasecondaria {
	margin-top: 34px;
	width: 96%;
	float: left;
	border: solid 1px #c2c0c0;
	padding: 30px 2%;
	page-break-inside: avoid;
	font-size:12px;
}
.shop_item_body_schedasecondaria a {
	display:none;
}
.shop_item_body_schedasecondaria #boxSpunte {
	float:left;
	width:100%;
}
#boxSpunte .schedatecnica_spunta {
	float:left;
	width:23%;
	margin-left:2%;
	line-height:18px;
	margin-bottom:10px;
	/*background:url(img/shopSpunta.png) no-repeat top left;*/
	font-size:12px;
}
#boxSpunte .schedatecnica_spunta img {
	margin-right:5px;
}
#boxSpunte .schedatecnica_spunta:nth-child(4n+1) {
	margin-left:0px;
	clear:left;
}
.shop_item_body_schedasecondaria #boxVoci,
.shop_item_body_schedasecondaria #boxLinks {
	float:left;
	margin-top:15px;
}
#boxVoci .schedatecnica_campovalore,
#boxLinks .schedatecnica_link {
	float:left;
	line-height:18px;
	margin-bottom:5px;
	width:100%;
}
#boxVoci .schedatecnica_campovalore .schedatecnica_campo {
	float:left;
	padding-right:10px;
}
#boxVoci .schedatecnica_campovalore .schedatecnica_valore {
	float:left;
}