/* CSS Document used in faq.html */
#faq_container{
	background-image: url(../images/faq_girl_bk.jpg);
	background-repeat:no-repeat;
	float:right;
	/*height:783px;*/
	width:736px;

}



#faq_container .content{

	margin-left:30px;
	margin-top:131px;
	width:90%;

}

#faq_container .table1{
	width:98%;
}

#faq_container .table1 td{
	vertical-align:top;
}


#faq_container .img
{
	float:left;	
}

#faq_container li
{
	
	margin-top:10px
}

#faq_container .subContent{
	width:100%;
	margin-top:10px;

}

#faq_container .subContent td{
	padding-left:20px;

}


#faq_container .headTitle
{
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}

#faq_container .table_content {
	width:100%
	
}

#faq_container .table_content td{
	vertical-align:top;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:20px;
}

#faq_container .title{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;

}

#faq_container .subtitle{
	font-weight:bold;
	font-size:12px;
	color:#000000;

}
#faq_container .label{
	font-weight:bold;
	font-size:11px;
}

.hidden { display: none; }
.unhidden { display: block; }


/*---- faq button---*/
#faq1_off{
	width:222px;
	height:41px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.faq1_off a{
	background: url(../images/but_faq1_off.gif) no-repeat 0 0;
	width: 222px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}

.faq1_off a:hover{
	background: url(../images/but_faq1_over.gif) no-repeat 0 0;
	width: 222px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}

#faq2_off{
	width:222px;
	height:41px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.faq2_off a{
	background: url(../images/but_faq2_off.gif) no-repeat 0 0;
	width: 222px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}

.faq2_off a:hover{
	background: url(../images/but_faq2_over.gif) no-repeat 0 0;
	width: 226px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}
#faq3_off{
	width:222px;
	height:41px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.faq3_off a{
	background: url(../images/but_faq3_off.gif) no-repeat 0 0;
	width: 222px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}

.faq3_off a:hover{
	background: url(../images/but_faq3_over.gif) no-repeat 0 0;
	width: 222px;
   	height: 41px;
	display:block;
	text-indent:-9999px;
}

