/* @override 
	http://127.0.0.1/Sites/www.homeinitaly.com/_local_modules/Blog/css/Blog.css
	http://127.0.0.1/SitiPicov/ELF_Devel/Sites/www.homeinitaly.com/_local_modules/Blog/css/Blog.css */


/* impedisco la visualizzazione degli elementi disabilitati -> gestire con filtro ricorsivo nel codice */
.elf-navlist .disabled {
	display:  none;
}

.elf-navlist > span {
	display: block;
	padding-bottom: 6px;
}
.elf-navlist > span a {
	color: #222 !important;
}

.elf-navlist > ul > li {
	padding-bottom: 8px;
	/* modifica Daniela */
	text-transform: uppercase;
	font-size: 90% !important;
}
.elf-navlist > ul > li li{
	/* modifica Daniela */
	text-transform: lowercase !important;
	font-size: 100% !important;	
}

.elf-navlist ul a {
	color: #222 !important;
}
.elf-navlist ul ul a {
	color: #777 !important;
}
.elf-navlist ul ul ul a {
	color: #888 !important;
}

.elf-navlist li.currentitem > a {
	color: var(--accent-color) !important;
	text-decoration1: underline;
	font-weight1: 400;
}
.elf-list-bullet > li.currentitem::before {
	color:  red !important;
	/*
	background-image: url('data:image/svg+xml;utf8,<svg width="4" height="5" viewBox="0 0 4 4" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 4,2 0,4 0,0" fill="var(--accent-color)" /></svg>');
	*/
	background-image: url("data:image/svg+xml,%3Csvg width='4' height='5' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 4,2 0,4 0,0' fill='%239b824c' /%3E%3C/svg%3E");
	width: 2.7em;
	height: 1.6em;
	background-position: 25% 50%;
}

.elf-navlist li.currentpath > a {
	color: var(--accent-color) !important;
}
.elf-list-bullet > li.currentpath::before {
	color:  red !important;
	/*
	background-image1: url('data:image/svg+xml;utf8,<svg width="4" height="4" viewBox="0 0 4 4" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 4,0 2,4 0,0" fill="var(--accent-color)" /></svg>');
	*/
	background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 4,0 2,4 0,0' fill='%239b824c' /%3E%3C/svg%3E");
	width: 2.7em;
	height: 1.6em;
	background-position: 25% 50%;
}




.blog-posts {
	width: 100%;
}
.blog-posts-inside {
	/*
	background-color1: lightgreen;	
	margin-left1: -10px;
	margin-right1: -10px;
	*/
}


.post-thumb-outside {
	width1: 100%; /* evito i margini specificando la larghezza */
	text-align: center;
	/*
	display1: inline-block;
	vertical-align1: top;
	*/
}
.post-thumb {
	width: 100%;
	/*	
	height1: 240px;
	*/
	margin-top: 0px;
	margin-bottom: 40px;
	/*
	margin1: 8px auto;
	border1: 1px #ddd solid;
	border-top1: 1px #fff solid;
	border-right1: 1px #ddd solid;
	border-bottom1: 1px #ddd solid;
	*/
	position: relative;
	top: 0;
	-webkit-transition: top 200ms; /* Safari and Chrome */
	-moz-transition: top 200ms; /* Firefox */
	-o-transition: top 200ms; /* Opera */
	transition: top 200ms; /* Standard W3C */
	
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
	border-radius: 3px 3px 13px 13px;

/*
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
*/	
}	

.post-thumb-inside {
	margin: 00px;
	text-align: left;
}	

/* parte della lente di zoom */
.post-thumb:hover .post-thumb-extraOFF {
	position: absolute;
	top: 0px;/* -16px; */
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: #f6f6f6;
	background: url('../img/zoom_icon_black.png') 7px 7px no-repeat;
	z-index: 1;
	
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	box-shadow: 0px 4px 8px rgba(0,0,0,.2);
}
.post-thumb:hover .post-thumb-inside {
	/*
	margin: 8px;
	*/
}

.post-thumb:hover {
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	
	
	background-color: #f6f6f6;
	background: url('../img/product_thumb_bg_off.jpg') repeat-x;
	top: 0px;
}

.post-thumb img {
}


.post-thumb:hover img {
	/*
	width1: 95%;
	width1: 210px;
	*/
}

/* extra height
.post-thumb:hover {
	box-shadow: 0px 3px 5px 5px #000;
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	background-color: #f6f6f6;
	height: 280px;
	cursor: pointer;
}
*/

.post-thumb .publishing-date {
	color: #fff;
	font-size: 85%;
	font-weight1: bold;
	background1: url('../img/unlocalized/bg_newsdate.gif') no-repeat;
	background-color:  var(--accent-color);
	background-color1:  gray;
	display: block;
	width: 68px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	text-indent1: -10px;
	text-transform: uppercase;
	position: relative;
	float: right;
	left: 20px;
	top:  -20px;
/*	float: left;
	left: -56px;
	top:  -36px;*/
}
.post-thumb .publishing-date span
 {
	display: block;
	line-height: 27px;
	width: auto;
	text-align: center;
	font-size: 150%;
}

.post-thumb .title {
	display: block;
	font-weight1: bold;
	font-size: 120%;
	line-height1: 22px;
	text-align1: right;
	margin-left1: 76px;
	padding-top1: 6px;
}

.post-thumb a.title-link {
	color: inherit;
}
.post-thumb a.title-link:hover {

}

.post-thumb .recordtype {
	display: block;
	margin-bottom: 20px;
}

.post-thumb .shorttext {
	display: block;
	color: #666;
	line-height: 20px;
	font-size: 110%;
	margin-top: -20px;
	margin-left: 76px;
	
}
.post-thumb .brand {
	color: #999;
	line-height: 20px;
	font-size: 90%;
}

.post-thumb .tags {
	font-size: 90%;
	display: block;
}




/* Sovrascrivo le impostazioni per la home*/

#news-home .post-thumb {
	margin-top: 2px;
	margin-bottom: 8px;
}
#news-home .post-thumb-inside {
	margin: 6px;
	text-align: left;
}	

#news-home .post-thumb img {
	display: none;
}
#news-home .post-thumb .shorttext {
	line-height: normal;
	font-size: 12px;
	margin-top: -24px;
}
#news-home .post-thumb .title {
	line-height: normal;
	font-size: 13px;
	padding: 0;
}




.pagination {
	font-size: 13px;
	text-align: center;
	width: 100%;
}
.pagination a {
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;	
	padding-bottom: 1px;	
	margin-left: 2px;
	margin-right: 2px;
}
a.current-page {
	border: 1px #d00 solid;
	background-color: #d00;
	color: #fff;
}

.pagination a,
.pagination a.current-page {
	border: 0  !important;
	margin: 2px !important;
	padding: 4px 8px !important;
	border-radius: 1px  !important;
	text-align: center;
}

.pagination a.current-page,
.pagination a:hover {
	background-color: var(--accent-color);
	color: #fff;
}

/* Detail */

.post-detail {
	font-size: 13px;
	/* Limito la copia del testo */	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.post-detail .copyright {
	text-align:  center;
	margin-top:  -16px;
	margin-bottom: 20px;
}


.post-detail .publishing-date {
	color: #fff;
	font-size: 130%;
	background-color:  var(--accent-color);
	background-color1:  gray;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	float1: right;
	position1: relative;
	left1: 20px;
	top1:  -20px;
	margin: 10px auto;
	margin-bottom: 12px;
}
.post-detail .publishing-date span::before {
	content: ", ";
}
.post-detail .publishing-date span
 {
	/*display: block;*/
	line-height: 27px;
	width: auto;
	text-align: center;
	/*font-size: 140%;*/
}

.post-detail .tags {
	font-size: 110%;
	display: block;
	padding-top1: 6px;
	padding-bottom1: 20px;
	text-align: center;
}


.post-detail img.mainimage {
	float: right;
	display: block;	
	border: 1px #ccc solid;
	margin-left: 16px;
	margin-bottom: 16px;
}

.post-detail .title {
	display: block;
	font-size: 200%;
	line-height: 120%;
	font-weight1: normal;
	padding-bottom1: 10px;
	color:  #666;
	text-align: center;
	text-transform1: uppercase;
}
.post-detail .brand {
	display: block;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #888;
}
.post-detail .brand a {
	padding-left: 14px;
	color: #d00;
	background: url('../img/unlocalized/punto_elenco.gif') no-repeat;
	padding-top: 1px;
}
.post-detail .brand a:hover {
	color: #c00;
}


.post-detail .shorttext {
	display: block;
	font-size: 120%;
	color: #888;
	font-weight: 200;
	font-style: italic;
	margin-top: 16px;
	text-align: center;
}

.post-detail .longtext {
	padding-top: 0px;
	display: block;
	line-height1: 20px;
	text-align: justify;
	font-size: 110%;
}

.post-detail .longtext span {
	text-decoration: none;
}

.post-detail .longtext a:not(.elf-link-text) {
	color:  var(--accent-color);
	text-decoration: none;
}

div.product-attachements {
	font-size: 13px;
	clear: both;
}
/* for IE 6 - Da verificare su IE7 */
* html div.product-attachements {
	width: 100.1%; /* altrimenti la ripartizione interna delle colonne a volte va a capo es 2 colonne 50% con width 100%*/
}
div.product-attachements h3 {
	padding-top: 6px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333;
}
div.product-attachements img {
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 4px;
	/*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	*/
}
div.product-attachements ul {
	margin-bottom: 8px;
	/* IMP per fix su spazi fra blocchi se gli elementi non sono consecutivi -> da ripristinare su elementi interni */
	font-size: 0;
}
div.product-attachements li {
	/* Ripristino il testo per fix spazo fra blocchi in-line */
	font-size: 12px;
	background: none;
	padding-left: 4px;
}

div.product-attachements li.image-item {
	vertical-align: top;
	width: 33.3%; /* viene sovrascritta da codice in base al numero colonne passato */
	padding: 0;
/* height1: 175px;  non la fisso ed uso inline-block senza float*/
	display: inline-block;
}
/* FIX IE 6 e 7 inline-block CSS VALID!!! OK */
/* for IE 6 */
* html div.product-attachements li.image-item {
	display: inline;
}
/* for IE 7 */
* + html div.product-attachements li.image-item {
	display: inline;
}
div.product-attachements li.image-item span {
	display: block;
	font-size: 12px;
	color: #666;
}

div.product-attachements img.image-thumb {
	/*
	width1: 94%;
	border: 1px #ccc solid;
	*/
}

div.product-attachements .link-item {
	color: #c30014;
	text-decoration: underline
}

div.product-attachements .link-item:hover {
	text-decoration: none
}






.product-detail table {
	line-height: normal;
	width: 70%;
	margin: 4px auto;
}
.product-detail table td {
	text-align: center;
}












/* Layout con diplay-inline che evita i float e consente, l'allineamento verticale e mantiene la griglia anche se gli elementi hanno altezze divrse considerando quella max della riga */

.catalog-brands {
	width: 100%;
	float: left; /* FIX IE6 altrimenti va sotto i float laterali */
	/* IMP per fix su spazi fra blocchi se gli elementi non sono consecutivi -> da ripristinare su elementi interni */
	font-size: 0;
	text-align: left;
}
.catalog-brands-inside {
}


.brand-thumb-outside {
	font-size: 12px;
	width: 25%; /* evito i margini specificando la larghezza */
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
/* FIX IE 6 e 7 inline-block CSS VALID!!! OK */
* html .brand-thumb-outside { display: inline; }
/* for IE 6 */
* + html .brand-thumb-outside { display: inline; }

.brand-thumb {
	display: table; /* Se voglio la centratura verticale con table-cell sull'inside altrimenti block e procedo con la formattazione normale */
	width: 90%;
	height: 110px;
	margin: 8px auto;
	border: 1px #ddd solid;
	
	position: relative;
	top: 0;
	-webkit-transition: top 100ms; /* Safari and Chrome */
	-moz-transition: top 100ms; /* Firefox */
	-o-transition: top 100ms; /* Opera */
	transition: top 100ms; /* Standard W3C */
	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;

/*
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
*/	
}	


.brand-thumb-inside {
	display: table-cell; /* con table-cell centro ma vengonom ignorati i margini, dimensioni ecc */
	padding: 5px;
	vertical-align: middle;
}	

.brand-thumb-inside a {
	display: block;
	font-weight: bold;
	color: #666;
}
.brand-thumb-inside a .brand-name {
	height: 80px;
	line-height: 80px;
}



/* parte della lente di zoom */
.brand-thumb:hover .brand-thumb-extra1 {
	position: absolute;
	top: 0px;/* -16px; */
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: #f6f6f6;
	background: url('../img/zoom_icon_black.png') 7px 7px no-repeat;
	z-index: 1;
	
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	box-shadow: 0px 4px 8px rgba(0,0,0,.2);
}
.brand-thumb:hover .brand-thumb-inside {
	margin: 8px;
}

.brand-thumb:hover {
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	
	
	background-color: #f6f6f6;
	background: url('../img/product_thumb_bg_off.jpg') no-repeat;
	top: -4px;
}

.brand-thumb img {
	-webkit-transition: width 200ms; /* Safari and Chrome */
	-moz-transition: width 200ms; /* Firefox */
	-o-transition: width 200ms; /* Opera */
	transition: width 200ms; /* Standard W3C */
	
 	/* l'hover viene determinato dal margin del product-thumb
 	width1: 100%;
	width1: 90px;
	width1: 200px;
	*/
	margin: 0 auto;
	display: block;
	
}

.brand-thumb:hover img {
	/*
	width1: 95%;
	width1: 210px;
	*/
}
.brand-thumb .brand-links a {
	display: inline;
	font-weight: normal;
	color: #b00;
	text-transform: uppercase;
	font-size: 10px;
}
.brand-thumb .brand-links a.brand-detail-link {
	color: #b00;
	background: url('../img/unlocalized/punto_elenco.gif') no-repeat;
	padding-left: 14px;
	padding-top: 2px;
}
.brand-thumb .brand-links a.brand-website-link {
	color: #666;
	background: url('../img/unlocalized/punto_elenco.gif') no-repeat;
	padding-left: 14px;
	padding-top: 2px;
}


.brand-detail {
	font-size: 12px;
}
.brand-detail .brand-logo {
	display: block;
	float: left;
	margin-top: 22px;
	margin-right: 12px;
	margin-bottom: 8px;
}
.brand-detail .brand-logo img {
}
.brand-detail .brand-mainimage {
	display: block;
	float: right;
	margin-top: 18px;
	margin-left: 26px;
	margin-bottom: 6px;
	text-align: right;
}
.brand-detail .brand-mainimage img {
	border: 1px #ccc solid;
	margin-bottom: 6px;
	/*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	*/
}

.brand-detail a.brand-website-link {
	color: #666;
	background: url('../img/unlocalized/punto_elenco.gif') no-repeat 0px 2px;
	padding-left: 16px;
	padding-top: 1px;
	font-size: 14px;
}


.brand-detail .brand-name {
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.brand-detail .description {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
