
.faq {
	margin: 10px 0px;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	color: #0075B0;
	padding: 5px 30px 5px 35px;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	background: url(images/dt.gif) no-repeat 10px 7px;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	background-color: #e6f3f9;
	border: 1px solid #3ab8db;
	color: #003684;
	}

.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 #e6f3f9;
	background-color: #f2f9fc;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #003684;
	}


.faq dd {
	display: none;
	padding: 10px 30px 20px 35px;
	margin: 0px 0 20px 0;
	color: #444;
	background: #EEF6F8 url(images/dd.gif) no-repeat 10px 13px;
	border: 1px solid #eee;
	border-top: none;
	}
	
* html .faq dd {
	height: 1px;
	}

