
.faq {
	font-size: 11px;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 5px 5px 5px 25px;
	}

.faq dt {
	background: url(images/faq/dt_bg.gif) no-repeat 8px 6px;
	color: #899e08;
	cursor: pointer;
	border-top: 1px solid #edf4c2;
	border-bottom: 1px solid #edf4c2;
	font-size: 12px;
	margin-bottom: 10px;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	color: #fff;
	background-color: #c9de48;
	background-image: url(images/faq/dt_hover_bg.gif);
	}

.faq dt.open {
	color: #83960c;
	background-color: #edf4c2;
	background-image: url(images/faq/dt_open_bg.gif);
	border-top: 1px solid #c9de48;
	margin-bottom: 0;
	}


.faq dd {
	color: #666;
	background: #f8fbe7 url(images/faq/dd_bg.gif) no-repeat 9px 7px;
	display: none;
	padding-bottom: 20px;
	padding-right: 40px;
	line-height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #edf4c2;
	}
