#content_home {
	width: 885px;
	overflow: hidden;
}

#content_home .top {
	width: 885px;
	height: 10px;
	overflow: hidden;
	background: url(../immagini/home/bg_top.gif) no-repeat;
}

#content_home .middle {
	width: 885px;
	overflow: hidden;
}

#content_home .middle .vline {
	float: left;
	width: 1px;
	background-color: #D6D5D5;
	overflow: hidden;
}

#content_home .middle .center {
	float: left;
	width: 883px;
	overflow: hidden;
	background: url(../immagini/home/bg_center.jpg) repeat-x bottom;
}

#content_home .box {
	cursor: pointer;
	float: left;
	width: 405px;
	padding-left: 16px;
	overflow: hidden;

	padding-right: 24px;
	padding-bottom: 12px;
}

#content_home .box_right {
	padding-right: 17px;
}

#content_home .box_bottom {
	padding-bottom: 0px;
}

#content_home .box .title {
	width: 392px;
	padding-right: 13px;
	height: 22px;
	overflow: hidden;
	background: url(../immagini/home/title_right.gif) no-repeat top right;

	color: #CCCCCC;
	font-size: 12px;
}

#content_home .box .title span {
	display: block;
	float: right;
	padding-left: 13px;
	height: 22px;
	line-height: 22px;
	background: url(../immagini/home/title_left.gif) no-repeat;
	overflow: hidden;
}

#content_home .box .cnt {
	clear: both;
	width: 393px;
	height: 181px;
	padding: 6px;

	overflow: hidden;
	background: url(../immagini/home/bg_box.gif) no-repeat;
}

#content_home .box .date {
	width: 393px;
	height: 15px;
	line-height: 15px;
	padding-bottom: 3px;
	overflow: hidden;

	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#content_home .box .img {
	float: left;
	width: 136px;
	height: 151px;
	padding-bottom: 12px;
	overflow: hidden;
}

#content_home .box .img .img1 {
	width: 136px;
	height: 94px;
	overflow: hidden;
}

#content_home .box .img .img2 {
	width: 136px;
	height: 57px;
	overflow: hidden;
}

#content_home .box .img .img2 .mask_wrap {
	display: block;
	position: relative;
	width: 136px;
	height: 57px;
}

#content_home .box .img .img2 .mask_frame {
	display: block;
	background: url(../immagini/masks/home_immagine_down.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 57px;
	cursor: pointer;
}

#content_home .box .right {
	float: left;
	width: 246px;
	height: 163px;
	padding-left: 11px;
	overflow: hidden;
}

#content_home .box .name {
	line-height: 13px;
	padding-bottom: 3px;
	color: #AD1B1B;
	font-size: 12px;
	font-weight: bold;
}

#content_home .box .where {
	color: #333333;
	font-size: 11px;
}

#content_home .box .txt {
	padding-top: 3px;
}

#content_home .bottom {
	width: 885px;
	height: 15px;
	overflow: hidden;
	background: url(../immagini/home/bg_bottom.gif) no-repeat;
}