/* CSS Document */

/* BOX ROUNDED CORNER */

.box_container {
	height:auto;
	padding:0;
	display:block;
	background-color:#fff;
}

.box {
	line-height:1px;
	font-size:1px;
	height:31px;
	margin:0;
	padding:0;
	width:100%;
	background-repeat:repeat-x;
}

.box_header {
	/*background-image:url(/Img/sfondo_top.gif);
	background-position:center;
	background-repeat:no-repeat;*/
	/*
	background-color:#5f5c5c;
	*/
	width:860px;
	background-color: #FFFFFF;
}

.box_header_inner {
	float:left;
	width:700px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	height:26px;
	font-size:13px;
	line-height:20px;
	padding-top:5px;
}

.box_body {
	text-align:left;
	padding:5px 15px 0 15px;
	/*border-right:2px solid #C3CDBA;
	border-left:2px solid #C3CDBA;
	*/
	height:auto;
	/*height:150px;*/
	/*border-bottom:1px solid #fff;*/
	width:798px;
	
	/*Questo valore deve essere uguale alla grandezza del boxcontainer -4 px meno i px del padding left+right  */
	/*width:706px;*/
	/*************************************************************************/
}

html>body .box_body{
	min-height:220px;
	height:auto;
}

/*.box_body img {
	margin-top:6px;
	margin-bottom:6px;
	padding:5px;
	border:1px solid #666;
}*/

.box_body p {
	font-size:12px;
	color:#485E68;
	margin-bottom:5px;
	font-weight: bold;
}

.box_body_h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:1px;
	padding-bottom:0;
}

.fotonews {
	margin:3px 6px 3px 6px;
	padding:5px;
	border:1px solid #666;
}

.box_footer {
	/*background-image:url(/Img/sfondo_bottom.gif);**/
	background-position:center;
	background:none;
	
}

.box_img {
	margin:0;
	padding:0;
	border:0;
	width:31px;
	height:31px;
}

.img_top_left {
	float:left;
	background-image:url(/Img/top_left.gif);
}


.img_top_right {
	float:right;
	background-image:url(/Img/top_right.gif);
}


.img_bottom_left {
	float:left;
	background-image:url(/Img/bottom_left.gif);
}

.img_bottom_right {
	float:right;
	background-image:url(/Img/bottom_right.gif);
}


.riquadro_box_left {
	width:330px;
	padding-right:15px;
	float:right;
	text-align:left;
	height:auto;
}

.riquadro_box_left ul {
	margin-left:10px;
	font-size: 12px;
}

.riquadro_box_left ul li{
	margin-bottom:8px;
}


.riquadro_box_right {
	width:330px;
	text-align:center;
	float:left;
}

/* FINE BOX ROUNDED CORNERS */
