
.faq {
	margin: 0;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	color: #333;
	padding: 5px 30px 5px 20px;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	background: url(dt.gif) no-repeat 5px 9px;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	background-color: #f7f3f1;
	border: 1px solid #905a33;
	color: #9a6945;
	}

.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: 1px solid #ddd;
	border-bottom: 1px solid #f9f9f9;
	background-color: #eee;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #9a6945;
	}


.faq dd {
	display: none;
	padding: 10px 30px 20px 20px;
	margin: 0px 0 20px 0;
	color: #444;
	background: #f9f9f9 url(dd.gif) no-repeat 5px 15px;
	border: 1px solid #ddd;
	border-top: none;
	}
	
* html .faq dd {
	height: 1px;
	}
