#faqarea {
	background:#f1f1f1;
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #dddddd #cdcdcd #fff;
}
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Arial;
margin: 5px 0 5px 0;
}

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

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

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}

/*For SiteMap Purpose*/

.technologymap{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Arial;
margin: 5px 0 5px 0;
}

.thelanguagemap{
	padding: 0; margin: 0;
}
.thelanguagemap ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.thelanguagemap li{
	font: bold 14px Arial;
	color: #b70400;
	margin: 0 0 5px 30px;
	background:#fafafa;
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #dddddd #cdcdcd #fff;
	display: block;
}

.map_text a{
font: bold 14px Arial;
margin: 5px 0 5px 0;
color: #b70400;
text-decoration: none;
}
.map_text a:hover{
text-decoration: underline;
}

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

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