
.FocusAutoreNome
{
	font-weight: bold;
	font-size: 10pt;
	color: gray;
}
.FocusAutoreBiografia
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana, Helvetica, Arial;
}

.FocusLibroAutori
{
	font-size: 11px;
	color: navy;
}
.FocusLibroTitolo
{
	color: navy;
	font-size: 11px;
	font-weight:bold;
}
.FocusLibroSottotitolo
{
	color: navy;
	font-size: 11px;
	font-style:italic;
}
.FocusLibro
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana, Helvetica, Arial;
}
.FocusLibroImg
{
	margin-bottom:5pt;
	border: 1px solid #000000;
}

.ImgCopertinaLibro
{
	border: 1px solid #000000;
}

.lnkSegue
{
	/*font-size: 8pt;*/
	color:Red;
}

/*
    jQuery.tooltip
*/
#tooltip {
	position: fixed;
	z-index: 3000;
	border: 4px solid #00349a; /* 111; */
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: auto;
	top:-220;
	left:20;
	max-width: 600px;
	text-align:left;
}
#tooltip h3, #tooltip div { margin: 0; }

.notip
{
	position: fixed;
	top:0;
	left:0;
    font-family: Verdana, Helvetica, Arial;
    font-size: 9px;
    font-weight: normal;
    padding: 0;
    white-space: nowrap;
}


div.imgzoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

	div.imgzoom a {
		background: url(imgzoom-close.png) no-repeat;

		display: block;
		width: 44px;
		height: 45px;

		position: absolute;
		left: -22px;
		top: -22px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -22px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.imgzoom a:hover {
		background-position: left -45px;
	}

	div.imgzoom img, 
	div.imgzoom embed, 
	div.imgzoom object, 
	div.imgzoom div {
		width: 100%;
		height: 100%;
	}