/* @override 
	http://127.0.0.1/SitiPicov/Italiani/www.italianisrl.com/_local_modules/Blog/css/Blog.css */


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


.post-thumb-outside {
	float: left;
	width: 100%; /* evito i margini specificando la larghezza */
	text-align: center;
	/*
	display1: inline-block;
	vertical-align1: top;
	*/
	font-size: 13px;
}
.post-thumb {
	width: 100%;
	/*	
	height1: 240px;
	*/
	margin-top: 20px;
	/*
	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);
*/	
	float: left;
}	

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

/* parte della lente di zoom */
.post-thumb:hover .post-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);
}
.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 {
	float: right;
	clear: right;		
	border: 1px #ccc solid;
	margin-left: 14px;
	margin-bottom: 12px;
}


.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: 100%;
	font-weight: bold;
	background: url('../img/unlocalized/bg_newsdate.gif') no-repeat;
	display: block;
	width: 68px;
	height: 62px;
	position: relative;
	float: left;
	line-height: 38px;
	text-align: center;
	text-indent: -10px;
	text-transform: uppercase;
}
.post-thumb .publishing-date span {
	display: block;
	line-height: 27px;
	width: auto;
	text-align: center;
}

.post-thumb .title {
	display: block;
	font-weight: bold;
	font-size: 110%;
	line-height: 22px;
	margin-left: 76px;
	padding-top: 6px;
}

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

}

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

.post-thumb .shorttext {
	display: block;
	color: #666;
	line-height: 18px;
	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;
}


/* Detail */

.post-detail {
	font-size: 13px;
}

.post-detail .tags {
	font-size: 90%;
	display: block;
	padding-top: 6px;
	padding-bottom: 20px;
}


.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: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.post-detail .brand {
	display: block;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #888;
}
.post-detail .brand a {
	padding-left: 14px;
	color: #239de9;
	background: url('../img/unlocalized/punto_elenco.gif') no-repeat;
	padding-top: 1px;
}
.post-detail .brand a:hover {
	color: #239de9;
}


.post-detail .shorttext {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 4px;
}

.post-detail .longtext {
	padding-top: 0px;
	display: block;
	line-height: 20px;
	text-align: justify;
}

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

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;
}
