@charset "utf-8";

.pageTitle_faq {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/faq/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_faq {
	height: 26px;
}


/* categoryBox----------------------------------------------------- */
#categoryBox {
	float: left;
	padding: 10px 0 10px 10px;
	width: 688px;
	background: url("/img/top_bg.gif") left bottom repeat-x;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#categoryBox a {
	float: left;
	padding-left: 10px !important;
	margin: 3px 0;
	width: 219px;
	background: url("/img/arrow1.gif") 0 0.4em no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	color: #000000;
	overflow: hidden;
}

#categoryBox a:hover {
	background: url("/img/arrow1o.gif") 0 0.4em no-repeat;
	text-decoration: underline;
	color: #333333;
}

#topCopy {
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
	width: 688px;
}


/* indexTitle----------------------------------------------------- */
.indexTitle {
	float: left;
	margin-top: 30px;
	margin-bottom: 4px;
	width: 700px;
	height:26px;
}

.indexTitle ul {
	list-style-type: none;
}

.indexTitle li {
	float: left;
	display: inline;
}


/* faq----------------------------------------------------- */
.question {
	float: left;
	padding-left: 20px !important;
	margin-top: 10px;
	width: 680px;
	background: url("/faq/img/q.gif") left top no-repeat;
	color: #000000;
}

.answer {
	float: left;
	padding-left: 20px !important;
	padding-bottom: 10px;
	margin-top: 8px;
	width: 680px;
	background: url("/faq/img/a.gif") left top no-repeat;
	border-bottom: dotted 1px #cccccc;
}
