h1 {
	font-size:12px !important;
	font-family:Georgia, verdana, sans-serif;
	margin-top:10px;
}


/* Start: FAQ */
#popup-nav li {
	cursor:pointer;
	padding:1px 0;
	text-decoration:underline;
	color:#fff;
}

.popup {
	position:absolute;
	width:450px;
	padding:10px;
	border:1px solid #000;
	background:white;
}

.popup {
	color:#000 !important;
}

.popup h3 {
	float:left;
}

.popup p {
	clear:both;
	}

.closer {
	display:block;
	text-align:right;
	background:url(../images/closer-btn.gif) no-repeat right;
	line-height:10px;
	padding-right:13px;
	cursor:pointer;
}

.question {
	background:url(../images/question-bg.gif) no-repeat left top;
	line-height:35px;
	padding:5px;
	font-weight:bold;
	margin:10px 0;
}

.answer {
	background:#eee url(../images/answer-bg.gif) no-repeat left top;
	min-height:45px;
	height:auto !important;
	height:45px;
	padding:5px;
}

.faq-label {
	position:absolute;
	right:-37px;
	top:20px;
}
/* End: FAQ */