@charset "utf-8";
/* CSS Document */
#faq	{
/*	background:url(images/menu_bg.gif) repeat-y left top; */
	width:700px;
}
#sub	{
	float:left;
	width:110px;
	padding:10px 5px;
	text-align:center;
}
#sub p	{
	margin-bottom:3px;
}
#main	{
	float:right;
	width:560px;
}
.technology{
cursor: hand;
cursor: pointer;
clear:both;
margin-bottom:10px;
}
.technology h3 {
	background-color:#006699;
	width:550px;
}
.technology span {
	float:left;
	width:20px;
}
.technology p {
	font-weight:normal;
	font-size:13px;
	float:left;
	width:520px;
	line-height:1.2;
}
.thelanguage	{
	clear:both;
	margin:0 0 20px 20px;
}
.openlanguage{ color: #8cc5d7;}
.closedlanguage{ color: #8a99c1;}

