/* CSS Document */

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;

}

.thelanguage{ /*header of 2nd demo*/
	padding-left: 5px;
	font-size:11px;
	position:absolute;
	margin-top:-12px;
	margin-left:0px;
	background:#4e2e31;
	border-right:solid 1px #5e5e5e;
	border-left:solid 1px #5e5e5e;
	border-bottom:solid 1px #5e5e5e;
	width:135px;
	display:none;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #000;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000;
}

/*stile che definisce l'immagine open e close */

.accordprefix {
/*float: right;*/
/*margin-right: 150px;*/
}

.thelanguage .box2 {background:transparent;margin:0 0 2px 0;}
.thelanguage .box2over{background:#000;margin:0 5px 2px 0;}

.thelanguage a:hover{text-decoration:none;}