/* This file is for css related to the "fleet_faq.php" page */
.questionContainer {
	border:1px solid #e0e0e0;
	padding:5px;
	width: 513px;
	height: auto;
	margin: 0 0 10px 0;
}
.questionContainer a{
	text-decoration:none;
	color:#000000;
	padding:0;
	margin:0;
}
.quest{
	padding-left: 20px;
	padding-right: 0;
	margin-top: 1px;
	margin-bottom: 10px;
	background-image: url( "../../../images/misc/qna_q.png" );
	background-repeat: no-repeat;
    background-position: left 3px;
}
.answer{
	padding-left: 20px;
	padding-right: 0;
	margin-top: 10px;
	margin-bottom: 1px;
	background-image: url( "../../../images/misc/qna_a.png" );
	background-repeat: no-repeat;
    background-position: left 3px;
}
hr{
	padding:0;
	margin:0;
	border-color:#e0e0e0;
}
dt{
	padding:0;
	margin:0;
}
dd{
	padding:0;
	margin:0;
}