
/* ##########  collapsible ########## */

.page_collapsible{
	display: none;
}

#container_9x .page_collapsible{
	position:relative;
	float:right;}


div.content{
	position: absolute;
	z-index:99;
	background-image:url(../../../images/custom/sfondo_menu1.png);
	bottom:0;
	top:0;
	right:0;
	left:0;
	overflow: hidden;
}



div.content9x{
	position: relative;
	z-index:99;
	bottom:0;
	top:0;
	right:0;
	left:0;
	
}


.column_left div.content{
	position: relative;
	z-index:99;
	background-image: none;
  	color: #222;
	bottom:0;
	top:0;
	right:0;
	left:0;
	
}

/* ########## fine collapsible ########## */

.collapse-open span {
	background:url(../../../images/custom/minus.png) center center no-repeat;
	width:18px;
	height:18px;
	display:block;
	background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
	cursor:pointer;
}
.collapse-close span {
	background:url(../../../images/custom/plus.png) center center no-repeat;
	width:18px;
	height:18px;
	display:block;
	cursor:pointer;
	background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

.open_closed {
	margin:0 0 10px 0;
}

.open_closed ul{
	margin:0;
	padding:0;}
	
.open_closed ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

.open_closed a:link,.open_closed a:visited{
	color:#000;
	font-size:12px;
	padding:0 5px;
	text-decoration:none;
	background-image:url(../../../images/custom/background_tile.png);}

a.hideLink{
	background-color:#fff;}
	
	
	
	