
.faq {
	}

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

.faq dt {
	background: #f1f1f1;
	color: #666666;
	padding: 5px 10px;
	margin-bottom: 1px;
	cursor: pointer;
	text-decoration: none;
	border-left: 1px solid #ccc;
	position: relative;
	z-index: 0;
}

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

html .faq dt:hover, html .faq dt.hover {
	background: #c80a0a;
	color: #fff;
	border-left: 1px solid #a31501;
	}

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

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


.faq dt.open {
	background: #c80a0a;
	padding: 5px 10px;
	color: #fff;
	border-left: 1px solid #29568f;
	margin-bottom: 0px;
	}

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


.faq dd {
	display: none;
	padding: 5px 10px;
	color: #666;
	background: #f1f1f1;
	border-left: 1px solid #ccc;
	position: relative;
	margin-bottom: 5px;
	z-index: 0;
	}
	
* html .faq dd {
	height: 1px;
	}


.faq dd.tbl {
	display: none;
	padding: 0;
	color: #666;
	background: #fff;
	border-left: none;
	position: relative;
	margin-top: 10px;
	z-index: 0;
	}

