@CHARSET "UTF-8";

.faq
{
	
}

.faqCategory
{
	color:#518C16;
	font-size:11px;
	font-weight:bold;
	text-align: left;
	text-decoration:none;	
}

.faqCategoryContents
{
	margin-top:2px;
	padding: 20px 0px 10px;
}

.faqCategoryContents_show
{
	margin-top:2px;
	
	padding: 10px 0px;
	border-bottom:1px solid #dde8d6;
}

.faqContent
{
	text-align:left;
	margin:0px;
	padding:0px;	
}

.faqContentQuestion
{
	font-size:12px;	
	font-weight:bold;
	background-color:#48A61C;
	position:relative;
	margin-bottom:1px;
	width:655px;
	float:left;
}

.faqLeftBg{
	width:5px;
	height:21px;
	background-image:url('../../gfx/estimate_bg_l.png');
	position:absolute; left:0px; top:0px;
}

.faqRightBg{
	width:5px;
	height:21px;
	background-image:url('../../gfx/estimate_bg_r.png');
	position:absolute; right:0px; top:0px;
}

.faqContentQuestion a
{
	color:#fff;
	margin-left:7px;
	width:648px; float:left;
	text-decoration:none;
}

.faqContentQuestionOver
{
	background-color:#FC8100	
}

.faqContentQuestionSelected
{
	background-color:#FC8100	
}



.faqContentQuestionSelected a
{
	/*color:#3c781e;*/	
}

.faqContentAnswer
{
	color:#6d6d6d;
	line-height:16px;
	text-align:justify;
	
	margin-top:2px;
}	

.faqContentAnswerText
{
	padding:10px 22px 10px 28px;
	background-image:url("./gfx/default/content_side_bg.png");
	background-repeat:no-repeat;
	background-position:bottom center;
}

.faqContentAnswerBottomBar
{
	/*background-image:url("./gfx/default/faq_content_bottom_bar_bg.gif");
	background-repeat:repeat-x;
	background-position:top center;*/	
}

.titleInnerRoundDiv {
	width:100%;
	height:4px;
	float:left;
	font-size:1px;
}

.titleInnerDiv {
	width:100%;
	float:left;
}

.titleLeftTopBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_tl.gif');
	background-repeat:no-repeat;
	float:left;
}

.titleLeftBottomBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_bl.gif');
	background-repeat:no-repeat;
	float:left;
}

.titleRightTopBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_tr.gif');
	background-repeat:no-repeat;
	float:right;
}

.titleRightBottomBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_br.gif');
	background-repeat:no-repeat;
	float:right;
}