.scripted #dcmpTitle ul li {

	position: relative;
	height: 140px;
	overflow: hidden;
	
	}
	
	#dcmpTitle ul li.autoheight {
	
		height: auto;
		
		}
	
	#dcmpTitle ul img {
	
		position: absolute;
		top: 110px;
		cursor: pointer;
	
		}
		
	#dcmpTitle ul.hidden {
	
		position: absolute;
		top: -9999px;
	
		}
		
.scripted #quiz .question {

	padding-left: 70px;
	width: 500px;
	margin-bottom: 20px;

	}
	
.scripted #quiz .resource {
	margin-bottom: 20px;
	}
		
.scripted  #quiz .inputs {

	display: block;
	margin: 0 0 0 -20px;
	clear: both;
	min-height: 1px;

	}
	
	#quiz .inputs input {
	
		display: block;
		position: absolute;
		left: -9999px;
	
		}
		
	#quiz .inputs label {
	
		display: block;
		float: left;
		width: 210px;
		padding: 10px 20px;
		margin: 0 0 0 20px;
		background: #ffc;
		border: 1px solid #666;
		cursor: pointer;
	
		}
		
		#quiz .inputs label.hovered {
			padding: 7px 17px;
			border: 4px solid #007fa9;
			background: #fff;
			}
			
		#quiz .inputs label.selected {
			background: #007fa9;
			color: #fff;
			border #fff;
			}
			
	.scripted #quiz #quizSubmit {
		display: block;
		margin: 20px 0 0 0;
		}
		
		.scripted #quizSubmit a {
			display: block;
			text-indent: -9999px;
			width: 590px;
			height: 126px;
			background: url("images/getYourScore.png") no-repeat left top;
			}
		
			.scripted #quizSubmit a:hover, .scripted #quizSubmit:focus {
				background-position: left -126px;
				}
				
/*QUIZ RESULTS*/

.scripted #results {

	background: #007fa9;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 20px;

	}
	
	.scripted #results {
	
		display: none;
	
		}
	
	#results h3 {
	
		display: inline;
		float: left;
		width: 330px;
		text-align: center;
		text-transform: uppercase;
		margin: 0 20px 0 0;
		background: #fff;
		color: #007fa9;
		font-weight: bold;
		padding: 10px 0;
		font-size: 1.3em;
	
		}
		
		#results h3 span {
		
			font-weight: normal;
			text-decoration: none;
			display: block;
			font-size: 4em;
			line-height: 1em;
			margin: 5px 0 0 0;
		
			}
			
			#results h3 .outtaHere {
			
				display: block;
				position: absolute;
				left: -9999px;
			
				}
				
		#results p {
		
			display: inline;
			float: left;
			width: 565px;
			font-size: 1.2em;
		
			}
			
			#results a {
			
				color: yellow;
			
				}
			
			#results p span {
				
				font-size: 2.3em;
				line-height: 1.2em;
				display: block;
				margin: 0 0 .2em 0;
			
				}
				
		#quiz ol span.correct {
		
			width: 370px;
			padding: 0;
			height: 70px;
			text-indent: -9999px;
			margin: 0 0 20px 0;
			background: url("images/quiz-correct.png") no-repeat left center #fff;
		
			}
			
		#quiz ol span.incorrect {
		
			width: 370px;
			padding: 0;
			height: 70px;
			margin: 0 0 20px 0;
			text-indent: -9999px;
			background: url("images/quiz-wrong.png") no-repeat left center #fff;
		
			}
