
.faq {
	margin: 10px 0px;
	}

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

.faq dt {
	color: #666;
	padding: 7px 30px 7px 30px;
	border: none;
	cursor: pointer;
	margin: 0px 0;
	text-decoration: none;
	background: url(images/dt.png) no-repeat left top;
	width: 440px;
	min-height: 50px;
	position: relative;
	z-index: 10;
}

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

html .faq dt:hover, html .faq dt.hover {
	background: url(images/dt_hover.png) no-repeat left top;
	color: #fff;
	}

.faq dt span {
	float: left;
  	text-decoration: none;
	margin: 7px 0 0 5px;
}

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


.faq dt.open {
	margin-bottom: 0;
	border: none;
	background: url(images/dt.png) 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 5px;
	color: #666;
	background: #e6e6e6 url(images/dd.gif) no-repeat 10px 15px;
	width: 430px;
	position: relative;
	z-index: 1;
	}
	
* html .faq dd {
	height: 1px;
	}
