﻿.faq_list_li
{
	margin:auto;
	width:550px;
	text-align:left;
	font-size:13px;
	color:#666;
	cursor:pointer;
	padding:15px 0 6px 10px;
	border-bottom:solid 1px #F0F0F0;
}

.faq_text
{
	text-align:left;
	line-height:18px;
	padding:10px 10px 5px 10px;
	color:#999;
	border:dashed 1px #F0F0F0;
}

.faq_close
{
	margin-top:10px;
	text-align:right;
	cursor:pointer;
	padding-top:5px;
	color:#666;
	border-top:dashed 1px #F0F0F0;
}

.faq_line
{
	clear:both;
	height:1px;
	overflow:hidden;
	border-bottom:solid 1px #F0F0F0;
}

#faq_win
{
	width:500px;
	position:absolute;
	background-color:#FFF;
	padding:5px;
	border:solid 1px #000;
	background-image:url(../images/win_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#faq_txt
{
	text-align:left;
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	font-size:13px;
	padding:0 5px 5px 5px;
}

#faq_top
{
	text-align:right;
	margin-bottom:10px;
}

.faq_close
{
	cursor:pointer;
	color:#C00;
}
