@charset "utf-8";

.Figurine {
	float:left;
	width:115px;
	margin-right:5px;
	height:340px;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.Figurine .f_body {
	clear:both;
	position: relative;
}

.Figurine .Body {
	border: 1px dotted black;
	width:100%;
}

.Figurine .f_hour {
	color:#f8931f;
	font-family:"Courier New", Courier, monospace;
	font-size:110%;
	font-size-adjust:none;
	line-height:1.5;
}

.Figurine .img_box {
	height:105px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 125px;
}

.Figurine .img_box > img {
}

.Figurine h1 {
	font-size:110%;
	font-size-adjust:none;
	font-weight:bold;
	color:#000000;
	clear:both;
	position: absolute;
	top:20px;
}

.Figurine .Sottotitolo {
	font-size:105%;
	font-size-adjust:none;
	font-style:italic;
	position: absolute;
	left: 0px;
	top:65px;
	color:#006;
	height:60px;
}

.Figurine .corpo {
	margin-top:5px;
	margin-bottom:5px;
	font-size:90%px;
	color:#888;
	clear:both;
	position: absolute;
	left: 0px;
	top:230px;
	height: 88px;
	overflow: hidden;
}

.Figurine hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #777;
	border-style: none none dotted;
}

.Figurine a {
	color:#333333;
}

.Figurine a:hover {
	color:#0474bc;
}

div.divider {
	clear: both;
	position: absolute;
	top:250px;
}