.technology{ /*header of 2nd demo*/
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #2985d0;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #F00;
}

.activeacc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #215DC6;
}
.divi {
	font-size: 12px;
	color: #666;
}
.thelanguage {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 16px;
	padding-left: 20px;
}
.plusacc {
	font-size: 12px;
	color: #069;
}
.minusacc {
	font-size: 12px;
	color: #F00;
}
.thelanguage #subsul il {
	display: block;
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}
.thelanguage #subsul {
	margin: 0px;
}
.thelanguage ol {
	margin: 0px;
	padding: 0px;
}
.thelanguage ol li {
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thelanguage #normalol li {
	font-weight: normal;
}
