@charset "utf-8";
/* CSS Document */

@import url("../../css/base.css");


.qaBox {
}
h3.trigger {
	background: url(../images/q.gif) no-repeat 0 0;
	width: 640px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	font-size: 1.2em;
	line-height: 150%;
	padding: 5px 0 0 45px;
	margin-bottom: 5px;
}
*html h3.trigger {
	padding-bottom: 10px;
}
h3.trigger a {
	display: block;
	font-weight: bold;
}
h3.trigger a:visited {
	text-decoration: none;
}
.toggle_answer {
	overflow: hidden;
	clear: both;
}
.toggle_answer .block {
	background-color: #F3F2DE;
	border: dotted 1px #000;
	width: 575px;
	margin: 0 0 20px 45px;
	padding: 10px 15px;
}
