/* Styles
----------------------------------*/

html,body{margin: 0;padding:0;}

body {
	/*font-family: Arial, Helvetica, verdana, Sans-serif;
	font-size: 84%;
	background: #fff;
	margin:0em auto;
	text-align:center;
	text-align: left;
	color:#333333;
	min-width: 50em;*/
	/*width:expression(document.body.clientWidth < 810? "50em": "auto");*/
	
	font-family: Arial, Helvetica, verdana, Sans-serif;
	font-size:84%;
	background-color:#fff;
	color:#333333;
	text-align:left;
}

img {border:0;}
form { margin:0;padding:0; }
input { color:#555;border: 1px solid #555; font-family: Arial, Helvetica, verdana, Sans-serif;}

/* in order to hide the skip navigation link */
a.skip {position: absolute; left: -1000em; width: 20em;}

a:link { text-decoration: none;color:#555;} 
a:active { text-decoration: none;color:#555;} 
a:visited { text-decoration: none;color:#555;} 
a:hover { text-decoration: underline;color:#555;} 

#main_left a:link { text-decoration: none;color:#181818;} 
#main_left a:active { text-decoration: none;color:#181818;} 
#main_left a:visited { text-decoration: none;color:#181818;} 
#main_left a:hover { text-decoration: underline;color:#181818;} 


/* Some generic styles
-------------------------------*/

div.end{clear:both;}
div.endSmall{clear:both;font-size:0.1em;margin:0;padding:0;}
span.endSmall{display:block;clear:both;font-size:0.1em;margin:0;padding:0;}
.leftDiv {float:left;}
.rightDiv {float:right;}
.leftDivRel {float:left;position:relative;}
.rightDivRel {float:right;position:relative;}
.hidden {display:none;}
.margin_top, .margin_t {margin-top: 1.5em;}
.margin_top_smaller {margin-top: 0.3em;}
.margin_right, .margin_r {margin-right: 0.5em;}
.margin_left, .margin_l { margin-left:0.5em;}
.margin_bottom, .margin_b {margin-bottom: 0.5em;}
.margin_b_big {margin-bottom: 1em;}
.margin_bottom_bigger {margin-bottom: 1.5em;}
.margin_left_bottom { margin-left:0.5em;margin-bottom:0.5em;}
.padding_t {padding-top:0.5em;}
.padding_b {padding-bottom:0.5em;}
.padding_l {padding-left:0.5em;}
.padding_r {padding-right:0.5em;}
.textItalic {font-style: italic;}
.textBold {font-weight:bold;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
.textUppercase {text-transform: uppercase;}
.textAlign_c {text-align: center;}
.font_s {font-size:85%;}
input.no_border {border:0;}
a.no_decoration {text-decoration:none;}
fieldset.not_displayed {border:0;padding:0;margin:0;}
.errorMsg, .important {color:#c30000;font-weight:bold;}
.errorMsg02 {color:#c30000;font-weight:bold;margin:1em 0;}

/* HEADINGS
----------------------------------------------- */
h1 { display: none; }

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
}

/* Main layout
----------------------------------*/
div#pagewidth {
	/*position: relative;
	text-align: left;
	margin: 0 auto;
	background: #cecece url(/images/sfondo_home_a2.jpg) 0 0 no-repeat;*/
	margin: 0 auto;
	/*position: relative;*/
	text-align: left;
	min-width: 69em;
}

/* HOME DEFAULT
-------------------------------------*/
#bg_home {
	/*position: relative;*/
	background: #cbcbcb url(/images/sfondo_home_a2.jpg) 0 0 no-repeat;
	border:1px solid transparent;
}
#header_home {
	position: relative;
	border-top:3px solid #020202;
	padding-top:0.5em;
	font-size: 90%;
}
#header_home #flash_logo {
	position: absolute;
	top:1em;
	left:0;
	text-align: left;
	z-index: 10;
}
#header_home #nav_top {
	text-align:right;
	color:black;
}
#header_home #nav_top ul { 
	display: inline;
	margin:0;
	padding:0;
}
#header_home #nav_top li{
	display: inline;
	list-style: none;
	padding:0 0.5em;
	margin:0;
	border-left: 1px solid #9c9c9c;
}
#header_home #nav_top li.first {
	border-left:none;
}
#header_home #nav_top li.selected {
	font-weight:bold;
}
#header_home #nav_top li a {
	color:black;
}
#header_home #nav_top li a:hover {
	text-decoration: none;
}
#header_home #search {
	text-align:right;
	margin:70px 0.5em 0 1em;
}
#header_home #vert_line {
	position:absolute;
	top:82px;
	right:15.7em;
	border-right: 1px solid black;
	height:3.4em;
}
#header_home #search ul { 
	position:absolute;
	top:7.8em;
	right:16em;
	display: inline;
	margin:0;
	padding: 0 1em 0 0;
}
#header_home #search li{
	display: inline;
	list-style: none;
	padding:0;
	margin:0;
}
#header_home #search form {
	display:inline;
	/*background: transparent url(/images/bg_vertical_line.gif) 0 0 repeat-y;*/
	padding:0 0 0 1.5em;
	margin:0;
}
#header_home #search fieldset { 
	display:inline;
	border: 0;
	padding:0;
	margin:0;
}
#header_home #search fieldset legend { 
	display:none; 
}
#header_home #search label { 
	display:none; 
}
#header_home #search input { 
	margin:0;
	padding:0 0.3em;
	font-size: 110%;
	color:#555;
	width:10em;
}
#header_home #search  input.button {
	background: transparent url(/images/search.gif) 50% 50% no-repeat;
	border-style: none;
	cursor:pointer;
	padding:0;
	margin:0;
	width:1.5em;
	height:1.4em;
}



/* MAIN
------------------------------------*/
#main_home_shadow {
	background: white url(/images/bg_shadow_top.gif) 0 0 repeat-x;
	border-top:1px solid #c1c1c1;
}
#main_home_inside {
	background: white url(/images/bg_main.gif) 0 0 repeat-x;
	padding:2.8em 0 2em 30em;
	margin:6px 0 0 0;

	
}
#intro_sections {
	padding:0 0 6em 0;
	/*width:36.5em;*/
	width:85%;
	font-size:100%;
	/*text-align: justify;*/
}
#intro_sections a {
	text-decoration:underline;
	cursor:pointer;
	position:relative;
}

#main_home_inside ul {
	margin:0;
	padding:0;
}
#main_home_inside ul.nav_top {
	/* comment for cscprodnew */
	/*margin-bottom:5em;*/
	/* decomment for cscprodnew */
	display:block;
}
#main_home_inside ul.nav_bottom {
	border-top:1px solid #bfbfbf;
	padding:1em 0 0 11em;
	width:24.9em;
}
#main_home_inside ul li {
	/* comment for cscprodnew */
	/*display:inline;*/
	list-style:none;
	margin:0;
	padding:0;
}
#main_home_inside ul li img {
	height:3.5em;
	margin:0 0.5em;
}

#main_news {
	background: transparent url(/images/bg_shadow_bottom.gif) 0 0 repeat-x;
	padding:0;
	margin:0;
}
#main_news .rightDivRel {
	voice-family: "\"}\""; /* box model hack by Tantek: IE 5.x stops here due to a CSS parsing bug */
	voice-family: inherit;
	width:80%;/* All conforming CSS user agents will see and use the second width declaration */
	overflow: hidden; /* NEW to fix IE Italics Float Bug */
}
#nav_sublink {
	float:left;
	width:28em;
}
#nav_sublink ul {
	list-style: none;
	padding:0;
	margin:2em 0 1.5em 4em;
}
#nav_sublink ul li {
	padding:0 0 0.5em 1em;
	list-style:none;
	background: transparent url(/images/list_bullet.gif) 0 0.3em no-repeat;
}
#nav_sublink ul li a {
	color:#333;
}
#news_home {
	/*margin:0 0 0 30em;*/
	float:left;
	width:56%;
	margin:0 0 0 2em;
	padding:2em 0 2em 0;
	border-left:1px solid #808080;
}
#news_home h2 {
	color:#333;
	padding:0 0 0.2em 0.5em;
	border-bottom:1px solid #a3a3a3;
	margin:0 0 1em 0;
	font-weight:normal;
	font-size:120%;
}
#news_home a {
	color:#333;
}
#news_home ul {
	list-style: none;
	margin:0 0 0 0.5em;
	padding:0;
}
#news_home ul li {
	list-style: none;
	padding:0 0 0.3em 0;
}

#news_home dl {
	list-style: none;
	margin:0 1em 1em 0;
	padding:0;
}
#news_home dl dt {
	list-style: none;
	margin:0;
	padding:0;
	font-weight:bold;
}
#news_home dl dd {
	margin:0 0 1em 0;
	padding:0 0 0 0;
}

/* HOME SEZIONE
-----------------------------------------*/
.rel_size_logo {
	margin-left:5em;
	width:23.9em;
	/*height:6.5em;*/
}

#header {
	position: relative;
	border-top:3px solid #020202;
	padding-top:0.5em;
	font-size: 90%;
}
#header #logo {
	position:relative;
	float:left;
}
#header #nav_top {
	float:right;
	text-align:right;
	color:black;
}
#header #nav_top ul { 
	display: inline;
	margin:0;
	padding:0;
}
#header #nav_top li{
	display: inline;
	list-style: none;
	padding:0 0.5em;
	margin:0;
	border-left: 1px solid #9c9c9c;
}
#header #nav_top li.first {
	border-left:none;
}
#header #nav_top li.selected {
	font-weight:bold;
}
#header #nav_top li a {
	color:black;
}
#header #nav_top li a:hover {
	text-decoration: none;
}
#header_bottom {
	position:relative;
	height:6.5em;
	border-bottom:13px solid #999;
	background: transparent url(/images/bg_header_bottom.gif) 0 100% repeat-x;
}
#header_bottom #menu_selected h2 {
	font-size:250%;
	color:#181818;
	padding:0 0 0 0.5em;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
#header_bottom #menu_selected img {
	padding:0.3em 0 0 1.3em;
}
#header_bottom #search {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	margin:0 0.5em 0 1em;
}
#header_bottom #vert_line {
	position:absolute;
	top:0;
	right:15em;
	border-right:1px solid black;
	height:3.4em;
}
#header_bottom #search ul { 
	position:absolute;
	top:0;
	right:15em;
	margin:0;
	padding: 1.5em 1em 0 0;
}
#header_bottom #search li{
	display: inline;
	list-style: none;
	padding:0;
	margin:0;
}
#header_bottom #search form {
	display:inline;
	padding:0 0 0 1.5em;
	margin:0;
}
#header_bottom #search fieldset { 
	display:inline;
	border: 0;
	padding:1.3em 0 0 0 ;
	margin:0;
}
#header_bottom #search fieldset legend { 
	display:none; 
}
#header_bottom #search label { 
	display:none; 
}
#header_bottom #search input { 
	margin:0;
	padding:0 0.3em;
	font-size: 110%;
	color:#555;
	width:10em;
}
#header_bottom #search  input.button {
	background: transparent url(/images/search.gif) 50% 50% no-repeat;
	border-style: none;
	cursor:pointer;
	padding:0;
	margin:0;
	width:1.5em;
	height:1.4em;
}

#header_bottom #nav_sezione ul { 
	margin:0;
	padding: 0.8em 2em 0 1em;
	font-size:150%;
	color:white;
}
#header_bottom #nav_sezione li{
	display:inline;
	list-style: none;
	padding:0 1em 0 1.5em;
	margin:0;
}     
#header_bottom #nav_sezione li.cn {
	background: transparent url(/images/list_bullet_main_menu_cn.gif) 0 50% no-repeat;
}
#header_bottom #nav_sezione li.sc {
	background: transparent url(/images/list_bullet_main_menu_sc.gif) 0 50% no-repeat;
}
#header_bottom #nav_sezione li a{
	color:white;
}
#header_bottom #nav_sezione li a:hover{
	text-decoration:none;
	background:#202020;
}

/* MAIN 
------------------------------------------*/
#main {
	position:relative;
	background: transparent url(/images/bg_menu_left.gif) 0 0 repeat-y;
	border-bottom:1px solid black;
	padding:1em;
}

/* MAIN LEFT
------------------------------------------*/
#main_left {
	position:relative;
	float:left;
	width:28.25em;
}
#main_left h3 {
	padding-bottom:0.5em;
	margin:0 0 0 0.5em;
	font-size:101%;
}
#main_left ul {
	width:13.6em;
	margin:0;
	padding:0;
	list-style:none;
}

#main_left ul li {
	font-size:101%;
	padding:0 0 0.5em 1em;
	margin:0 0 0 0.5em;
	list-style:none;
	background: transparent url(/images/list_bullet.gif) 0 0.3em no-repeat;
}
#main_left ul li.secondLev {
	margin-left:1.6em;
}
#main_left ul li.otherLev {
	margin-left:2.6em;
}
#main_left ul li a.selected {
	font-weight: bold;
}

#main_left ul li .selected  {
	font-weight: bold;
}
#main_left #context_menu {
	width:11em;
	margin:0 0 0 1.9em;
}
#main_left #context_menu h2 {
	font-size:140%;
	font-weight: normal;
	color:#333;
}


/* MAIN RIGHT
------------------------------------------*/
#main_right {
	position:relative;
	/*margin-left: 28.3em;*/
	float:left;
	width:56%;
}

#main_right #news_pp {
	padding:0 0 1em 1.5em;
	/*border-bottom:1px solid #c9c9c9;*/
	/*background: transparent url(/images/bg_news_pp.gif) 0 0 no-repeat;*/
	/*background: transparent url(/images/bg_news_pp_bottom.gif) 0 100% no-repeat;
	margin-left:1.5em;*/
}
/*.t {background: url(/images/bg_news_pp_top.gif) 0 0 repeat-x #fff; width: 100%;}
.tl {background: url(/images/bg_news_pp_left.gif) 0 0 no-repeat;}
.tr {background: url(/images/bg_news_pp_right.gif) 100% 0 no-repeat; padding:1.5em 0.2em 0 0.2em;}*/

#main_right #news_pp .l {background: url(/images/bg_news_pp02_left.gif) 0 0 repeat-y;}
#main_right #news_pp .bl {background: url(/images/bg_news_pp02_bottom.gif) 0 100% no-repeat;}
#main_right #news_pp .tl {background: url(/images/bg_news_pp02_top.gif) 0 0 no-repeat;padding:1em 1.5em;}

#main_right #news_pp .leftDivInt {
	float:left;
	padding-right:2em;
}
#main_right #news_pp .leftDivInt .rel_size {
	width:15em;
	margin-top:0.3em;
}
#main_right #news_pp .rightDivInt {
	
}
#main_right #news_pp h3 {
	font-size:140%;
	padding:0;
	font-weight: normal;
	color:#333;
} 
#main_right #news_pp h3 a {
	color:#333;
}

#main_right #events_pp {
	padding:1.5em 0 0 2em;
}
#main_right #events_pp h2 {
	font-size:120%;
}
#main_right #events_pp h3 {
	font-size:140%;
	padding:0;
	font-weight: normal;
	color:#333;
} 
#main_right #events_pp h3 a {
	color:#333;
}
#main_right #events_pp h4 {
	font-size:120%;
	padding-bottom:0.5em;
} 
#main_right #events_pp .leftDiv {
	width:47%;
}
#main_right #events_pp .rightDiv {
	width:47%;
}
#main_right #events_pp .leftDivInt {
	float:left;
	padding-right:1em;
	/*width:40%;*/
}
#main_right #events_pp .leftDivInt .rel_size {
	width:7.3em;
	border:1px solid black;
}
#main_right #events_pp .rightDivInt {
	/*float:right;
	width:60%;*/
}


/* CONTEXT
------------------------------------------*/
/* MAIN 
------------------------------------------*/
#main_context {
	background: transparent url(/images/bg_menu_left_context.gif) 0 0 repeat-y;
	border-bottom:1px solid black;
	padding:1em;
}
/* variant */
#main_context #main_left {
	width:13.8em;
}
#main_context #main_left ul {
	width:13.7em;
}
#main_context #main_right {
	float:left;
	width:76%;
	padding:0;
}
/* variant for generic pages */
#main_generic {
	border-bottom:1px solid black;
	padding:1em;
}
#main_generic #main_right {
	clear:both;
	width:100%;
	padding:0;
}

/*** form newsletter ***/
.generic_padding {
	padding-left:1em;
}
.generic_padding #contextBox h2 {
	padding:0;
	margin:0;
}
.generic_padding #contextBox h3 {
	padding:0;
	margin:0;
}
.generic_padding #pathBox {
	margin:0 0 1em 0;
}


/* Contextbox
---------------------------------*/
#pathBox {
	margin:0 0 1em 0.5em;
	font-size:90%;
}
/* variant for generic pages */
#main_generic #pathBox {
	margin:0 0 1em 0;
}
#pathBox ul { 
	margin:0;
	padding:0;
	display: inline;
} 

#pathBox ul li{
	margin:0;
	padding:0;
	display: inline;
	list-style: none;
}
#pathBox ul li.nomargin {
	margin:0;
	padding:0;
}
#pathbox ul li a.selected {
	margin:0;
	padding:0;
	font-weight:bold;
}
#contextBox {
	
}
#context_inside {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0.5em 0;
}
.bg {
	background: transparent url(/images/bg_context_left.gif) 0 0 repeat-y;
}

div.contextBoxLeft {
	float:left;
	width:14.5em;
}
div.contextBoxLeft img {
	width:14.45em;
	margin-bottom:0.5em;
}
div.contextBoxRight {
	float:right;
	width:70%;
	padding:0 0.5em;
}
div.contextBoxRightAlone {
	clear:both;
	width:98%;
	padding-left:0.5em;
}

#contextBox h2 {
	font-size:140%;
	padding-left:0.5em;
}
/* variant for generic pages */
#main_generic #contextBox h2 {
	padding-left:0;
}
/* variant for pages with no h3 */
h2.margin_bottom { 
	margin-bottom:1em;
}

#contextBox h3 {
	margin-bottom:1em;
	padding-left:0.7em;
	font-weight:normal;
	font-size:100%;
	font-style: italic;
}
/* variant for generic pages */
#main_generic #contextBox h3 {
	padding-left:0;
}
#contextBox h4 {
	font-size:110%;
	padding:0.3em 0 0 0.8em;
}
#contextBox .extendedDesc a {
	color:#000;
	text-decoration:underline;
}
#contextBox .extendedDesc a:hover {
	text-decoration:none;
}
#contextBox dl {
	margin:0 0 0 1em;
	padding:0;
	position:relative;
}
#contextBox dl dt {
	background: transparent url(/images/list_bullet.gif) 0 0.3em no-repeat;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 1.5em;
}
#contextBox dl dt .date {
	font-weight:normal;
	display:block;
}
#contextBox dl dd{
	padding:0;
	margin: 0 0 2em 1.5em;
}
#contextBox dl dd.empty{
	margin: 0 0 0.5em 1.5em;
}

/*** ul docs, sorelle, associazioni ***/
div.listBox ul{
	margin:0 0 0 0.5em;
	padding: 0.4em 0.5em;
}

div.listBox ul li{
	margin:0 0 0.5em 0;
	padding: 0;
	list-style:none;
	/*list-style:square outside url(/images/list_bullet.gif);*/ 
}
div.listBox ul .testo {
	font-size:90%;
}

#pagingBox {
	border-top:1px solid #d4d5d5;
	margin:1em 0;
	padding:1em 0 0 0;
	text-align:right;
}
#pagingBoxRight {
	float:right;
	margin:1em 0 0 0;
	padding:1em 0 0 0;
	text-align:right;
}

#pagingBox .this-page {
	padding: 0.2em 0.6em; 
	font-weight: bold; 
	vertical-align: top; 
	color: #555; 
}
#pagingBox a,#pagingBoxRight a { 
	padding: 0.2em 0.6em; 
	border: solid 1px #ddd; 
	text-decoration: none; 
}
#pagingBox a:hover,#pagingBoxRight a:hover {
	color: #fff; 
	background: #555; 
	border-color: #000; 
}
#pagingBox a.nextprev {
	border:none;
	vertical-align:middle;
	background: #fff; 
}

#pagingBoxVariant {
	border-top:1px solid #d4d5d5;
	margin:1em 0;
	padding:1em 0 0 0;
}
#pagingBoxVariant a,#pagingBoxVariant a:hover {
	text-decoration: none;
}
#pagingBoxVariant img {
	width:9em;
	margin-right: 0.5em;
}
#pagingBoxVariant img.print {
	width:9em;
	margin-right: 0.5em;
	float:left;
}
/********* schede in contextBox *********/

div.schemaBox {
	width:100%;
	overflow:hidden;
}

.bg_table {}

table.bg_table caption {
	display:none;
}

.bg_tr {background:#ccc;}

th.bg_scheda {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding: 0.4em 0.4em 0.4em 0;
	font-size:78%; /* IE 5.x only uses the first font-size declaration */
	voice-family: "\"}\""; /* box model hack by Tantek: IE 5.x stops here due to a CSS parsing bug */
	voice-family: inherit;
	font-size:100%; /* All conforming CSS user agents will see and use the second font-size declaration */
}

td.bg_scheda {
	border-bottom:1px solid #ccc;
	padding: 0.4em 0.4em 0.4em 0;
	font-size:78%; /* IE 5.x only uses the first font-size declaration */
	voice-family: "\"}\""; /* box model hack by Tantek: IE 5.x stops here due to a CSS parsing bug */
	voice-family: inherit;
	font-size:100%; /* All conforming CSS user agents will see and use the second font-size declaration */
}

td.bg_line {
	border-bottom:1px solid #ccc;
}



#contextFooter {
	text-align:right;
	padding-top:1em;
	font-size:90%;
}
#contextFooter ul { 
	display:inline;
	list-style: none;
	margin:0;
	padding: 0.5em 0 0 0;
}
#contextFooter li{
	background: transparent url(/images/list_bullet_context.gif) 0 50% no-repeat;
	display: inline;
	list-style: none;
	padding:0 1em 0 1.7em;
	margin:0;
}


/********* WIP in contextBox *********/
div#wipBox{
	text-align:center;
	padding-top:3em;
	font-weight:bold;
	font-size:170%;
}


/* REGISTRATION
-------------------------- */
#marginForm01 fieldset {
	display: block;
	border:1px solid #555555;
	background:#e7e7e7;
	padding:0.5em;
	margin: 0.5em 0;
}

#marginForm01 fieldset legend{
	font-weight:bold;
}
#marginForm01 fieldset div {
	margin-bottom:0.5em;
}

#marginForm01 fieldset div.first {
	margin-top:1em;
}

#marginForm01 fieldset label {
	position: relative;
	float:left;
	width:12em;
	clear:both;
}
#marginForm01 fieldset label.txtNormativa {
	width:auto;
}

#marginForm01 fieldset label>input {
	position: relative;
	float:right;
}

#marginForm01 fieldset div.radio label {
	position: relative;
	top: -1.2em;
	left: 2em;
	display: inline;
	width: auto;
}

#marginForm01 fieldset div.radio input {
	position: static;
	clear: both;
	float: left;
	width:1em;
	border:0;
}
#marginForm01 fieldset div.check {
	position: relative;
	float: left;
	width:30em;
}
#marginForm01 fieldset div.check label {
	position: relative;
	top: -1.2em;
	left: 2em;
	display: inline;
	width: auto;
}

#marginForm01 fieldset div.check input {
	position: static;
	clear: both;
	float: left;
	width:1em;
	border:0;
}
#marginForm01 fieldset input {
	border: none;
	padding:0.2em;
	font-size:100%;
}
input.width {
	width:30em;
}
#marginForm01 fieldset select {
	border: none;
	padding:0.2em;
	font-size:100%;
}
select.width {
	width:30.5em;
}
#marginForm01 fieldset textarea {
	background:white;
	border: none;
	font-size:100%;
	padding:0.2em;
	font-family: Arial, Verdana, sans-serif;
}
textarea.width {
	width:45%;
}
.searchButton{
	border: none;
	margin: 0.5em 0.5em 0 0;
	padding:0.2em;
	background: #555555;
    cursor:pointer;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:110%;
}
a.searchButton {
	color:white;
	padding:0.3em;
	text-decoration:none;
}

/* SEARCH
---------------------------------*/
.search_info {
	margin-bottom:1em;
	/*padding-bottom:1em;
	border-bottom:1px solid #d4d5d5;*/
}

/* EVENTS CALENDAR
----------------------------------*/
#boxYears h2 {
	font-size:130%;
}

#boxYears ul {
	
}

#boxYears ul li{
	
}
#boxYears ul li.inactive{
	color:#6b6b6b;
	background: transparent url(/images/list_bullet_inactive.gif) 0 0.3em no-repeat;
}

#boxYears ul li a:link, #boxYears ul li a:active, #boxYears ul li a:visited, #boxYears ul li a:hover {
	
}

#boxYears ul li.selected a {
	font-weight:bold;
}


#boxYears ul.calYears {
	margin:0.5em 0;
	padding:0;
	list-style: none;
}

#boxYears ul.calYears li { 
	background:none;
	list-style: none;
	display: inline;
	margin:0;
	padding: 0.3em;
}

#boxYears ul.calYears li a:link, #boxYears ul.calYears li a:active, #boxYears ul.calYears li a:visited, #boxYears ul.calYears li a:hover {
	
}
#boxYears ul.calYears li.inactive a {
	color:#6b6b6b;
}
#boxYears ul.calYears li.selected a {
	font-weight:bold;
}

/* EVENTS DETAIL
----------------------------------*/
.events_info { 
	margin-left:0.5em;
	margin-bottom:0.5em;
	font-weight: bold;
}



/* EXTENDED SEARCH
----------------------------------------*/
#main_right #search_results {
	position:relative;
	padding:0 0 1em 1em;
	/*border-bottom:1px solid #c9c9c9;*/
}
#main_right #search_results .leftDivInt {
	position:relative;
	float:left;
	padding-right:2em;
}
#main_right #search_results .leftDivInt .rel_size {
	position:relative;
	width:8em;
}
#main_right #search_results .rightDivInt {
	position:relative;
	
}
#main_right #search_results .search_results_items {
	position:relative;
	background: transparent url(/images/bg_search_items.gif) 0 0 repeat-y;
	margin-bottom:1em;
	padding:0.5em;
}
#main_right #search_results .search_results_items h4 {
	padding:0;
} 
#main_right #search_results .search_results_items h4.variant {
	padding: 0 0 0 1em;
	margin-bottom: 0.5em;
}

#main_right #search_results .search_results_items_docs {
	position:relative;
	margin:0;
	padding:0.5em 0.5em 0 0;
}
#main_right #search_results .search_results_items_docs h5 {
	margin-top:0;
}
#main_right #search_results .search_results_items_docs h5.first {
	margin-top:0.5em;
}
#main_right #search_results .search_results_items_docs .docs_label {
	font-weight: bold;
	float:left;
	padding:0.2em;
}
#main_right #search_results .search_results_items_docs .docs_items a {
	float:left;
	border:1px solid #b30e0e;
	padding:0.2em;
	margin-right:0.3em;
}
#main_right #search_results .search_results_items_docs .docs_items a:hover {
	background:#b30e0e;
	text-decoration: none;
	color:white;
}

/* PHOTOGALLERY
------------------------------------------*/
div.contextBoxLeft #thumbs {
	width:14.45em;
	padding:0.5em;
}
#thumbs img {
	width:6.5em;
	margin-right:0.5em;
	display:inline;
}
#big_img img {
	width:37em;
}


/* SCA
-------------------------------------------*/

.sca #main_left h2 {
	font-size:135%;
	font-weight: normal;
}
.sca #main_left h3 {
	font-size:85%;
	padding:0;
	margin:0;
	font-weight: normal;
}

.sca #main_left #context_menu {
	/*float:left;*/
	
}
.sca #main_left #context_menu h2 {
	display:none;
}
.sca #main_left #context_menu ul {
	list-style:none;
	padding:0;
	margin:0;
	width:11em;
}
.sca #main_left #context_menu ul li {
	padding:0;
	margin:0 0 1em 0;
	position:relative;
	background:none;
	clear:both;
	width:11em;
}
.sca #main_left #context_menu ul li a {
	text-decoration: none;
	color:black;
}
.sca #main_left #context_menu ul li a.selected {
	font-weight: bold;
}
.sca #main_left #context_menu ul img {
	vertical-align: bottom;
	width:3.5em;
	float:left;/* new for ff 2 */
}
.sca #main_left #context_menu ul .item_title {
	font-size: 100%;
	padding:0 0 0 0.4em;
	float:left;
	width:7em;
	/*position:absolute;*//* commented for ff 2 */
	bottom:0;
}

.sca #contextBox {
	margin-left:1px;
}
.sca #contextBox ul {
	list-style:none;
	padding:0 0 0 1em;
	margin:0;
}
.sca #contextBox ul li a {
	text-decoration: none;
	color:black;
}
.sca #contextBox ul li {
	width:18em;
	float:left;
	margin-bottom:1em;
	position:relative;
}
.sca #contextBox ul img {
	vertical-align: bottom;
	width:6em;
	float:left;
}
.sca #contextBox ul .item_title {
	font-size: 140%;
	padding:0 0 0 0.8em;
	float:left;
	width:7em;
	/*position:absolute;*//* new for ff 2 */
	bottom:0;
}

.sca #main_right #search_results .search_results_items {
	background:none;
	margin-bottom:0.5em;
	padding:0;
}
.sca #main_right #search_results .search_results_items h4 {
	text-transform: uppercase;
	font-size: 90%;
	margin-bottom: 0.3em;
}
.sca #main_right #search_results .search_results_items h4 a {
	color:black;
}
.sca #main_right #search_results .search_results_items .itemDiv {
	background:transparent url(/images/bg_line_data_grey.gif) 12.5em 100% no-repeat;
	padding:0.1em 0;
}
.sca #main_right #search_results .search_results_items img {
	width:10.6em;
}
.sca #main_right #search_results .search_results_items .itemLabel {
	width:7em;
	float:left;
}
.sca #main_right #context_inside {
	border-top:none;
	border-bottom:1px solid #ccc;
	border-right:none;
	padding:0;
}
.sca div.contextBoxLeft {
	width:16em;
}
.sca div.contextBoxLeft img {
	width:16em;
	margin-bottom:0.1em;
}
.sca div.contextBoxRight {
	width:50%;
	float:left;
	margin-left:0.5em;
}
.sca div.schemaBoxNew {
	position:relative;
	width:auto;
}

.sca .title_scheda {
	background:transparent url(/images/bg_line_data_grey.gif) 0 0 no-repeat;
	font-weight:bold;
	width:30%;
	padding:0.2em;
	float:left;
}
.sca .title_scheda_no_border {
	font-weight:bold;
	width:30%;
	padding:0.2em;
	float:left;
}
.sca .title_br_scheda {
	text-transform: uppercase;
	margin-top:1em;
}
.sca .value_scheda {
	width:60%;
	padding:0.2em;
	float:left;
}
/*.sca th.bg_scheda {
	font-weight:bold;
	border-bottom:none;
	width:7em;
}
.sca th.bg_th_sca {
	background:transparent url(/images/bg_line_data_grey.gif) 0 0 no-repeat;
	
}
.sca td.bg_scheda {
	border-bottom:none;
}

.sca td.bg_line {
	border-bottom:none;
}*/

/* FOOTER
------------------------------------------*/
#footer {
	clear:both;
	font-size:86%;
	padding:0.5em;
}
#footer ul { 
	display: inline;
	margin:0;
	padding:0;
}
#footer li{
	display: inline;
	list-style: none;
	padding:0;
	margin:0;
}
#footer li.li_sublink {
	background: transparent url(/images/list_bullet.gif) 0 50% no-repeat;
	display: inline;
	list-style: none;
	padding:0 0 0 0.9em;
	margin:0 0 0 1em;
}
#footer li#li_cscprod {
	background: transparent url(/images/list_bullet_cscprod_context.gif) 0 50% no-repeat;
	padding:0 0 0 1.7em;
	margin:0 0 0 1em;
	font-size:110%;
	font-weight:bold;
}
#footer li.selected {
	font-weight:bold;
}

/* PRINT PDF
-------------------------------*/
div.printpdf {
	float:left;
	width:9em;
}
input.printpdf {
	margin:0;
	padding:0;
	background: url(/images/cat_icon_pdf.gif) 0 0 no-repeat;
	height:3.7em;
	width:9em;
	border:0;
	vertical-align: middle;
	cursor:pointer;
}
input.printpdfResults {
	margin:0;
	padding:0;
	background: url(/images/cat_icon_pdf_result.gif) 0 0 no-repeat;
	height:3.7em;
	width:9em;
	border:0;
	vertical-align: middle;
	cursor:pointer;
}

/* SLIDE
----------------------------------*/
#slideDiv {float:left;width:32.8em;}
#slideshow {
	border: 0;
	overflow: hidden;
	margin: 0px auto 10px;
	position: relative;
	width:32.8em;
	height:6.5em;
	background: black;
}
#slideshow img {
	width:32.8em;
	height:6.5em;
}
/*#slidetitle {
	color:#FFF;
	font-weight:bold;
	font-size: 100%;
	background-color:#533E33;
	padding:0.3em 0 0 0.5em;
}*/


/* SHOP
--------------------------------*/
#main_left #shop_left #context_menu ul li {margin-left:0;}
#main_left #shop_left #context_menu ul li.secondLev {margin-left:1em;}

#main_right #shop {padding:0 0 1em 1.5em;}
#main_right #shop .l {background: url(/images/bg_news_pp02_left.gif) 0 0 repeat-y;}
#main_right #shop .bl {background: url(/images/bg_news_pp02_bottom.gif) 0 100% no-repeat;}
#main_right #shop .tl {background: url(/images/bg_news_pp02_top.gif) 0 0 no-repeat;padding:1em 1.5em;}
#main_right #shop h3 {font-size:140%;padding:0;margin-bottom:1em;font-weight: normal;color:#333;} 
#main_right #shop h3 a {color:#333;}
#main_right #shop .leftDivInt {float:left;width:14em;}
#main_right #shop .leftDivInt .rel_size {width:12em;margin-top:0.3em;border:1px solid black;}
#main_right #shop .rightDivInt {float:left;width:60%;}
#main_right #shop .rightDivInt .title {font-weight:bold ;font-size:105%;}
#main_right #shop #shop_detail {font-size:100%;}
#main_right #shop #shop_detail .leftDivInt {width:40%;}
#main_right #shop #shop_detail .rightDivInt {width:60%;}
#main_right #shop #shop_detail h3 {font-size:120%;font-weight:bold;margin-bottom:0;}

#main_right #shop .prezzi {margin-top:0.5em;color:#b30e0e;font-weight:bold ;font-style:105%;}
#main_right #shop .button {margin-top:0.5em;font-size: 90%;}
#main_right #shop .button a {color:#b30e0e;cursor: pointer;text-decoration: none;}
#main_right #shop .button img {vertical-align:middle;padding-left: 1em;}
#main_right #shop .button img.padRight {padding-left: 0;padding-right: 1em;}
#main_right #shop .button .butt_t {display:block;float:left;background: url(/images/shop_cart_t.gif) 0 0 repeat-x #f4f4f2; width:auto;}
#main_right #shop .button .butt_b {display:block;float:left;background: url(/images/shop_cart_b.gif) 0 100% repeat-x;}
#main_right #shop .button .butt_l {display:block;float:left;background: url(/images/shop_cart_l.gif) 0 0 repeat-y;}
#main_right #shop .button .butt_r {display:block;float:left;background: url(/images/shop_cart_r.gif) 100% 0 repeat-y;}
#main_right #shop .button .butt_bl {display:block;float:left;background: url(/images/shop_cart_bl.gif) 0 100% no-repeat;}
#main_right #shop .button .butt_br {display:block;float:left;background: url(/images/shop_cart_br.gif) 100% 100% no-repeat;}
#main_right #shop .button .butt_tl {display:block;float:left;background: url(/images/shop_cart_tl.gif) 0 0 no-repeat;}
#main_right #shop .button .butt_tr {display:block;float:left;background: url(/images/shop_cart_tr.gif) 100% 0 no-repeat; padding:0.2em 0.7em 0.4em 0.7em;}
#main_right #shop .button .input_button {border:none;background: none;color:#b30e0e;}

#main_right #shop #shop_cart h3 {font-size:120%;font-weight:bold;margin-bottom:1em;padding:0.2em 0 0.2em 2em; background: url(/images/shop_cart_icon_big.gif) 0 0 no-repeat;}
#main_right #shop #shop_cart .cart {}
#main_right #shop #shop_cart .cartTab {background:#f3f3f3;}
#main_right #shop #shop_cart th {font-size:100%;vertical-align:top;padding:0.5em;color:#333;border-bottom:1px solid #c1c1c1;padding:1em; background:#e3e4e6;}     
#main_right #shop #shop_cart td {font-size:100%;vertical-align:top;padding:0.5em;color:#333;border-bottom:1px solid #c1c1c1;padding:1em;}
#main_right #shop #shop_cart td a {color:#b30e0e;}
#main_right #shop #shop_cart .quantita {color:#333;background-color:#fff;border:1px solid #C3D1Da;width:2em;text-align:center;}
#main_right #shop #shop_cart .chekElimina {color:#333;background-color:#F1F6FA;border:0;margin:0;padding:0;}
#main_right #shop #shop_cart .cartTotal {text-align:right;padding:0.5em;font-weight:bold;color:#b30e0e;font-size:110%;}
#main_right #shop #shop_cart .shop_mask input {width:60%;}
#main_right #shop #shop_cart .shop_mask input.searchButton {width:auto;}
#main_right #shop .boxOnline, #main_right #shop .boxOfflineGateway {text-align:right;padding:0.5em;}
    



/* LOGON.JSP
--------------------------------*/
body.logonbox {
	text-align: center;
}

#logonBox {padding-bottom:2em;background-color:#c1c1c1;}
#logonBox tr {background:#c1c1c1;}
#logonBox select {display:none;}
#logonFooter {
	background: none;
	margin-top:1em;
}



