
.faq {
	margin: 10px 0px;
	position: relative;
	min-height: 1px;
	}
	

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	color: #333;
	padding: 5px 30px 5px 35px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 5px 0;
	text-decoration: none;
	background: #eee url(dt.gif) no-repeat 10px 7px;
	font-weight: bold;
	position: relative;
	min-height: 1px;
}

* html .faq dt {
	height: 1px;
	}

.faq dt .icon {
	position: absolute;
	top: 8px;
	right: 5px;
	background: url(icon_closed.gif);
	width: 9px;
	height: 9px;
	line-height: 1px;
	text-transform: uppercase;
	font-size: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	background-color: #fff;
	border: 1px solid #009fda;
	color: #333;
	}

.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 #aaa;
	background-color: #ccc;
	}
	
.faq dt.open .icon {
	background: url(icon_open.gif);
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #333;
	}


.faq dd {
	display: none;
	padding: 10px 30px 20px 35px;
	margin: 0px 0 20px 0;
	color: #444;
	background: #eee url(dd.gif) no-repeat 10px 13px;
	border: none;
	border-top: 2px solid #ddd;
	}
	
* html .faq dd {
	height: 1px;
	}
