@import url('http://qn.quotidiano.net/file_generali/css/liz/art_toolbar.css');
@import url('fotogallery.css');

#testoArt a {
	color: #497FA5;
}

#abstract {
	margin-bottom: 10px;
}

.fotoBox {
	width: 100%;
	max-height: 390px;
	_height: expression( this.clientHeight > 390 ? "390px" : "auto" );
	background: #DEDEDE;
	text-align: center;
	overflow: hidden;
}
.fotoBox img {
	display: block;
	margin: auto;
	max-width: 100%;
	_width: expression( this.clientWidth > this.parentNode.clientWidth ? "100%" : "auto" );
}
.titleFoto {
	padding: 2px 4px;
	background: #333;
	color: #FFF;
}

#testoArt {
	margin: 20px 0;
	line-height: 1.5em;
}

#testoArt .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#testoArt .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#testoArt .tagsArt {
	display: none;
}

#commenti .echo-item-body {
	font-size: 12px;
}

