@charset "utf-8";
.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #961539;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 8px;
	width: 538px;
	padding-left: 18px;
	padding-right: 40px;
	background-image: url(http://i13.tinypic.com/80mxwlz.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #54382E;
	background-image: url(http://i18.tinypic.com/6tpc4td.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #961539;
	background-image: url(http://i13.tinypic.com/80mxwlz.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.thelanguage {
	font-family: Tahoma;
	font-size: 12px;
	color: #7A7A7A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 548px;
}
