
.faq {
	margin: 10px 0px 50px 0px;
	}

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

.faq dt {
	background: #f1f1f1 url(images/list_a_bg.gif) no-repeat 5px center;
	color: #325883;
	padding: 8px 5px 8px 15px;
	margin: 10px 0;
	cursor: pointer;
	text-decoration: none;
	width: 400px;
	border-left: 5px solid #ddd;
	position: relative;
	z-index: 10;
}

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

html .faq dt:hover, html .faq dt.hover {
	background: #a2c1da  url(images/list_a_bg_over.gif) no-repeat 5px center;
	color: #fff;
	border-left: 5px solid #325883;
	}

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

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


.faq dt.open {
	background: #a2c1da url(images/list_a_bg_down.gif) no-repeat 3px center;
	padding: 8px 5px 8px 15px;
	color: #fff;
	border-left: 5px solid #29568f;
	margin-bottom: 0px;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	background: #a2c1da url(images/list_a_bg_down.gif) no-repeat 3px center;
	color: #fff;
	}


.faq dd {
	display: none;
	padding: 8px 5px 8px 15px;
	color: #666;
	background: #f1f1f1;
	border-left: 5px solid #ddd;
	width: 400px;
	position: relative;
	z-index: 1;
	}
	
* html .faq dd {
	height: 1px;
	}

