/* +------------------------------------------------------------------------+ */
/* | Istituto Superiore di Sanità 4.0 | CSS 4.0 20130527 1800               | */
/* +------------------------------------------------------------------------+ */
/* | R | 20131028 1538 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */
/* | R | 20131105 1134 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */
/* | R | 20131112 1515 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Home - Argomenti                                                 | */

/* -----( In questo sito... )------------------------------------------------ */
#page_cont_left_sezs_frst
{
	padding: .3em 1em 1.2em 0;
	margin: 0;
	border: 0;

	position: relative;
	left: -30px ! important;
	top: -20px ! important;

	background-color: rgba(230, 230, 230, 1);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#page_cont_left_sezs_frst .page_cont_sezs_titl h2[class]
{
	padding: 0 1em 0.3em 2em;

	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;

	text-shadow: -1px -1px 1px rgba(0, 0, 0, .5);
}
/* -----( Utilità, ecc. )---------------------------------------------------- */
#page_cont_left_sezs_scnd
{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;

	background-color: transparent;
}

/* -----( liste )------------------------------------------------------------ */
ol.page_cont_left_argo
{
	width: 95%;
}
/* -----( liste - item )----------------------------------------------------- */
ol.page_cont_left_argo li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ol.page_cont_left_argo li:last-child
{
	border: none;
}
/* -----( liste - ancore )--------------------------------------------------- */
ol.page_cont_left_argo li a,
ol.page_cont_left_argo li.here a
{
	padding: .4em 2em .4em 1em;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;

	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	color: black;

	position: relative;
	display: block;

	background-color: transparent;
}
/* -----( liste - ancore - hover )------------------------------------------- */
ol.page_cont_left_argo li a:hover
{
	color: white;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, .5);

	background-color: rgba(0, 0, 0, .3);
}
/* -----( liste - ancore - here )-------------------------------------------- */
ol.page_cont_left_argo li.here a
{
	color: white;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, .5);

	background-color: rgba(0, 0, 0, .5);
}
/* -----( liste - immagini )------------------------------------------------- */
ol.page_cont_left_argo li a img,
ol.page_cont_left_argo li.here a img,
ol.page_cont_left_argo li a:hover img
{
	position: absolute;
	top: .2em;
	right: 0;

	max-width: 25px;

	opacity: 0.1;
}
ol.page_cont_left_argo li a:hover img
{
	opacity: 0.7;
}
/* | END | Home - Argomenti                                                 | */
/* +-----+------------------------------------------------------------------+ */
