#accordion {
	width:636px;
	margin:0 0 20px 10px;
	text-align: left;
}
.accordion {
	width:626px;
	color:#033;
}

.accordion dt {
	width:690px;
	font-weight:bold;
	margin-top:15px;
	color:#C05454;
	background-image: url(img/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0 3px 30px;
	font-size: 16px;
	margin-bottom: 5px;
}


.accordion dd {
	overflow:hidden;
	background:#F1E9D4;
	border-top: 1px dotted #ccc;
}
.accordion span {
	display:block;
	width:607px;
	border-top:none;
	padding:7px 10px 10px 19px;
	font-size: 14px;
	line-height: 180%;
	color: #666666;
}

.accordion h6{
	color:#5396CC;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin: 6px 0 0 0;
}

.accordion p{
	color:#666666;
	font-size:12px;
	text-align: center;
}

.accordion dd img{
	float:right;
	margin:5px 5px 10px 10px;
}
