@charset "utf-8";
/* CSS Document */
@import url("main.css");

#page {background:#fafafa !important;}
#header {background:#ffffff !important;}


/* ----------------- Content ----------------- */


#page #content {
	position:relative;
	width:100%;
}

#page #content #path_block {
	position:relative;
	width:90%;
	height:30px;
	padding: 15px 0px 12px 45px;
}
#page #content #path_block ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}
#page #content #path_block li {
	background:transparent url(../images/ico-star.gif) no-repeat scroll left 0.4em;
	font-size:1em;
	line-height:1.7em;
	margin:0 0 .5em;
	width:auto;
	display:inline;
	padding: 0px 6px 0px 11px;
}
#page #content #path_block li.home {
	padding:0 7px 0 0 !important;
	background:none !important;
}


#page #content #wrapper {}

#page #content #wrapper #c_left {
	float:left;
	padding:0px 4px 0px 45px;
	width:192px;
}
#page #content #wrapper #c_left h3 { font-size:1.3em;margin-bottom:.7em;}
#page #content #wrapper #c_left ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:.6em;
	margin-bottom: 1.5em;
}
#page #content #wrapper #c_left li {
	background:transparent url(../images/ico-star.gif) no-repeat top left;
	font-size:1em;
	line-height:1.3em;
	margin:0 0 .6em;
	padding:0 0 .7em 1.7em;
	width:auto;
	border-bottom: 1px solid #4D526E;
}
#page #content #wrapper #c_left li.first {
	border-top: 1px solid #4D526E;
	background:transparent url(../images/ico-star.gif) no-repeat scroll left;
	padding:.7em 0 .7em 1.7em;
}
#page #content #wrapper #c_left ul.sub_li {
	margin-bottom: 0;
	border:0;
}
#page #content #wrapper #c_left li.sub_li { border:0;background:#eaeaea url(../images/dash.gif) no-repeat scroll 0.2em 0.7em; padding:.3em 0 .3em 1.3em;}

#page #content #wrapper #c_center {
	float:left;
	margin:0px 0px 0px 45px;
	width:680px;
	font-size:1.1em;
}
#page #content #wrapper #c_center h3 { font-size:1.3em; color:#666; }
#page #content #wrapper #c_center h3.titolo {
	background:url(../images/h3_titolo_bkg.jpg) repeat-y;
	color:#fff;
	padding:5px 5px;
	margin-bottom:5px;
}

#page #content #wrapper #c_center li { padding:2px 0px; }
#page #content #wrapper #c_center li ol { list-style-type:lower-latin; }
#page #content #wrapper #c_center li ol ul { list-style-type:square; }
#page #content #wrapper #c_center li ol ul li { margin:2px 0px 2px 1.1em; }
#page #content #wrapper #c_center div.txt_block {
	border-bottom: 1px dotted #4D526E;
	padding-top:1em;
}

/* ----- DIALOG ----- */

#dialog h3 {font-size: 1.3em; margin-bottom: .7em;}
#dialog h3 {font-size: 1.3em; color: #666; }
#dialog h3.titolo {
	background: url(../images/h3_titolo_bkg.jpg) repeat-y;
	color: #fff;
	padding: 5px 5px;
	margin-bottom: 5px;
}
#dialog h4 {font-weight: bold; color:#cc0000;}


/*  ------------------ TABLES ---------------- */

table.head_2col {
	width: 100%;
	margin: 0 0 26px 0;
	border-spacing: 2px;
	border-collapse: collapse;
	border:1px solid #4D526E;
}
table.head_2col thead {
	width: 100%;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	background:#ddd;
}
table.head_2col thead td { padding: 10px 0;}
table.head_2col tbody {
	width: 100%;
	font-size:1em;
	text-align:left;
}
table.head_2col tbody td, table.head_2col tbody th {
	width: 50%;
	padding: 5px 4px;
	border-spacing: 2px;
	border-collapse: collapse;
	border:1px solid #4D526E;
	font-size:.9em;
}
table.head_2col tbody th { text-align:center; font-size:1em; font-weight:bold; }


