#bottomButton {
	position: fixed;
	top: auto; right: 20px;
	bottom: 10px; left: auto;
	border: 4px solid #333;
	width: 300px;
	text-align: left;
	white-space: normal;
	z-index: 101;
}
#bottomButton.hidden {
	top: 100%; bottom: auto;
}
#bottomButton.shown {}
#bottomButton #bottomButton_title {
	position: relative;
	padding: 6px 0 6px 10px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
}
#bottomButton #bottomButton_close {
	position: absolute;
	top: 4px; right: 4px;
	border-radius: 3px;
	width: 15px; height: 15px;
	background: #888 url('/file_generali/img/liz/close_button.png') no-repeat 50% 50%;
	cursor: pointer;
}
#bottomButton #bottomButton_close:hover {
	background-color: #c00;
}
#bottomButton #bottomButton_close span {
	display: none;
}
#bottomButton .article {
	float: left; clear: both;
	padding: 0 10px 10px 10px;
	width: 280px;
	background-color: #fff;
	font-size: .9em;
}
#bottomButton #bottomButton_art1 {
	padding-top: 14px;
	background-image: url('/file_generali/img/liz/arrow_button.gif');
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#bottomButton .icon,
#bottomButton .foto {
	float: left;
	clear: left;
	margin-right: 8px;
	overflow: hidden;
}
#bottomButton .icon {
	width: 25px;
	height: 24px;
	background: url('/file_generali/img/liz/bottombutton_icons.gif') no-repeat;
	text-indent: -9999px;
}
#bottomButton .icon_video { background-position: 0 0 }
#bottomButton .icon_foto { background-position: 0 50% }
#bottomButton .icon_testo { background-position: 0 100% }
#bottomButton .foto {
	width: 150px;
	max-height: 85px;
	_height: expression(Math.min(this.clientHeight,85)+"px");
}
#bottomButton .foto img {
	display: block;
	width: 100%;
}
#bottomButton .category {
	/* display: block; */
	display: none;
	color: #f00;
	text-transform: uppercase;
	font-weight: bold;
}
#bottomButton .titleArticle {
	font-weight: bold;
	font-size: 1.1em;
}
