
.faq {
	margin: 10px 0px;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	color: #fff;
	padding: 7px 30px 7px 30px;
	border: none;
	cursor: pointer;
	margin: 5px 0;
	text-decoration: none;
	background: #29568f url(dt.gif) no-repeat left top;
	width: 440px;
	min-height: 20px;
	position: relative;
	z-index: 10;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	background: #487fc4 url(dt_hover.gif) no-repeat left top;
	color: #fff;
	}

.faq dt span {
	font-weight: bold;
	width: 100px;
	float: left;
  	text-decoration: none;
}

* html .faq dt {
	height: 1px;
	}


.faq dt.open {
	margin-bottom: 0;
	border: none;
	background: #29568f url(dt.gif) no-repeat left top;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #fff;
	}


.faq dd {
	display: none;
	padding: 10px 30px 20px 30px;
	margin: 0px 0 20px 0;
	color: #666;
	background: #fff url(dd.gif) no-repeat 10px 15px;
	border: 1px solid #ddd;
	border-top: none;
	width: 438px;
	position: relative;
	z-index: 1;
	}
	
* html .faq dd {
	height: 1px;
	}
