/* CSS Document */

h1 {
	color: #0B5696;
	font-size:1.7em;
	font-weight:normal;
	margin: 0px 0px 8px 0px;

}

#canvas h3 {
	color: #0B5696;
	font-size:1.2em;
	font-weight:normal;
	margin: 0px 0px 8px 0px;

}





.quizrow {
	position: relative;
	width: 544px;
	background-image: url(../images/check_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;

}

.quizrow li {
	margin: 0px;
	list-style-position: inside;
	position: relative;
	padding: 8px 100px 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	background-image: url(../images/quiz_no.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#colorblock {
	height: 120px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FF9900;
}


#true {
	position: absolute;
	top: 0px;
	left: 446px;
	width: 49px;
	height: 18px;
	background-color:#FF9900;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	background:url(../images/true_bg_bank.gif);
	background-repeat:no-repeat;
}
#false {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 49px;
	height: 18px;
	background-color:#FF9900;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	background:url(../images/false_bg_bank.gif);
	background-repeat:no-repeat;
}


.subquestion {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/quiz_options_back.gif);
	background-repeat: repeat-y;
	background-position: 26px;
	border-top:1px solid #bbbcde;
	margin-left: -8px;
	padding-top: 5px;
}




.subquestion_borders {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/quiz_options_back.gif);
	background-repeat: repeat-y;
	background-position: 26px;
	border-top:1px solid #bbbcde;
	border-bottom:1px solid #bbbcde;
	margin-left: -8px;
	padding-top: 5px;
}

.subquestion_thumbs {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-left: 82px;
	background-image: url(../images/quiz_options_back.gif);
	background-repeat: repeat-y;
	background-position: 80px;
	border-top:1px solid #bbbcde;
	border-bottom:1px solid #bbbcde;
	margin-left: 0px;
	padding-top: 5px;
	position: relative;
	width: 440px;
	height: 75px;
}


.quizrow_options {
	position: relative;
	margin: 0px;
	padding: 0px;
}


.quiz_list_item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	background-image: url(../images/quiz_no.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	margin: 0px;
}


.question_list_item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	background-image: url(../images/quiz_no.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom:10px;
}

.list_item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom:10px;
}

.header {
	color: #ff9900;
	font-size: 1.3em;
	font-weight: bold;
}

.top_tips {
	border: 1px solid #FF9900;
	padding: 5px;
	background-color: #ffefd6;
}

.thumb{
	float:left;
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 80px;
}
.orange {
	color: #ff9900;
	font-weight: normal;
}
