* {
	margin:0;
	padding:0;
}

dt.faq {
	background: #fff;
	#float:left;
	width:100%;
	padding:10px 10px 5px 10px;
	margin-top:0px;
	margin-bottom:1px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	cursor:pointer;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,1);
	box-shadow:0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

dt.faq:hover {
	color:#ffffff;
	background: #ffffff;

}

dd.faq {
	display:none;
	background:#fff;
	margin:0 0 15px 0;
	float:left;
	width:100%;
	padding:10px 10px 10px 10px;
	border-left:1px solid white;
	border-right:1px solid white;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,1);
	box-shadow:0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius:0 0 5px 5px;
}

#button {
	position:relative;
	top:-25px;
	float:right;
	#display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closedfaq { background:url(faq.png) left no-repeat; }





