﻿.accordion {
	width: 400px;
	margin-bottom:10px;
}
.accordion h3 {
	background: #EFEFEF url(../media/arrow-square.gif) no-repeat right -51px;
	padding: 5px 20px 5px 5px;
	margin: 0;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	border: none;
	font-size:80%;
	cursor: pointer;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	margin: 0;
	padding: 10px;
	background: #ffffff;
	border:none;
}
.wrong {
	background-image: url(../media/wrong.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:10px;	
	width:150px;
	height:26px;
	display:block;
	margin-left:20px;
}
.correct {
	background-image: url(../media/correct.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:10px;	
	width:150px;
	height:26px;
	display:block;
	margin-left:20px;
}
.correct span, .wrong span {
	display:none;
}