/* Styles for the free quizzes. */

#freeQuiz H1 {
	font-size: 15px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #114b99;
}

/* The intro text */
#freeQuiz .introText {
}

#freeQuiz .introText .body {
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: black;
}

#freeQuiz .introText .directions {
	font-size: 13px;
	font-weight: bold;
}


#freeQuiz .introText .teacher {
	float: right;
	margin: 0px 0px 8px 8px;
	width: 224px;
	height: 191px;
}


/* The results of the quiz */
#freeQuiz .resultsBox {
	clear: both;
	margin: 8px 0 12px 0;
	border: 1px solid #999999;
	padding: 8px;
	background-color: #f8f8f8;
}

#freeQuiz .resultsBoxInner {
	background-color: white;
	padding: 8px;
	text-align: center;
}

.ie #freeQuiz .resultsBoxInner * {
	text-align: center;
}

#freeQuiz .resultsBox .score {
	font-size: 13px;
	color: #666666;
}

#freeQuiz .resultsBox .score .value {
	font-weight: bold;
	color: black;
}

#freeQuiz .resultsBox .letterGrade {
	font-weight: bold;
	color: #cc0000;
}

#freeQuiz .resultsBox .callToAction {
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #114b99;
}

#freeQuiz .promocode {
	margin-top: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#freeQuiz SPAN.code {
	font-weight: bold;
	color: #114b99;
}


/* A question and its answers */
#freeQuiz .questionBox {
	clear: both;
	margin: 12px 0 12px 0;
	border: 1px solid #d9d9d9;
	padding-bottom: 8px;
	background-color: #f8f8f8;
}

#freeQuiz .questionBox .question {
	padding: 6px 6px 6px 18px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #114b99;
}

#freeQuiz .questionBox .question .id {
	color: #666666;
	float: left;
	width: 20px;
	padding-right: 4px;
	text-align: right;
}

#freeQuiz .questionBox .question .fromchapter {
	color: #999999;
}

#freeQuiz .questionBox .question H2 {
	float: left;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 420px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #114b99;
}

@media (max-width: 1090px) {
  #freeQuiz .questionBox .question H2 {
    width: 100%;
  }
}

#freeQuiz .questionBox .question.noanswer {
	background-color: #ffe0e0;
	background-image: url('../../images/bookrags/quiz/x_red.png');
	background-position: 2px 5px;
}

#freeQuiz .questionBox .answer {
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: #666666;
}

#freeQuiz .questionBox .answer.right {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #dddddd;
	background-color: #ccf4cc;
	text-align: left;
}

#freeQuiz .questionBox .answer.rightTheirs {
	background-image: url('../../images/bookrags/quiz/check_green.png');
	background-position: 2px center;
}

#freeQuiz .questionBox .answer.wrong {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #dddddd;
	background-color: #ffe0e0;
}

#freeQuiz .questionBox .answer.wrongTheirs {
	background-image: url('../../images/bookrags/quiz/x_red.png');
	background-position: 2px center;
}

#freeQuiz INPUT[name="quizSubmit"],
#freeQuiz #btnSubmit {
	margin: auto;
	display: block;
}
