/*
    SafetyZone by Hark 2 Ltd
    VERSION 1.0
    
    CONTENTS ----------
	    
		1.  BODY
        2.  DEFAULT STYLES
        3.  HEADINGS
        4.  LINKS
        5.  LAYOUT
        6.  HEADER
        7.  NAVIGATION
        8.  FOOTER
        9.  GLOBAL STYLES
		10. FORMS
    
    -------------------
    
*/

@import url(reset.css);


/* @group 1.BODY
---------------------------------------------------------------------- */

body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #fff;
}


/* @end */



/* @group 2.DEFAULT STYLES
---------------------------------------------------------------------- */

p {
	line-height: 18px;
	margin: 0 0 15px 0;	
}

/* @end */



/* @group 3.HEADINGS
---------------------------------------------------------------------- */

#header-box h1 {
    font-weight: normal;
	font-size: 32px;
	line-height: 36px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

#header-box h1.home {
	margin: 7px 0 0 0;	
}

#header-box h1.extra {
	margin: 25px 0 0 0;
}

#page-container header h1, #login-container header h1 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

	#page-container header h1 span, #login-container header h1 span {
		color: #999;	
	}

.page-title h2 {
	font-weight: normal;
	font-size: 20px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	color: #999;
	line-height: 20px;
}
	
.page-title h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#question-container h5 {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin: 0px 0 15px 0;	
	display: block;
}

#lesson-results h2.pass {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0 0 0 50px;
	line-height: 37px;	
}

#lesson-results h2.yes {
	background-image: url('../img/icon-pass.png');
	background-repeat: no-repeat;
	background-position: 0 -37px;
}

#lesson-results h2.no {
	background-image: url('../img/icon-pass.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#lesson-results h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	line-height: 18px;	
	margin: 0 0 5px 0;
}

/* @end */



/* @group 4.LINKS
---------------------------------------------------------------------- */

a {
   text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: underline;
}


/* @end */



/* @group 5.LAYOUT

---------------------------------------------------------------------- */

#bg {
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: 0 0;	
}

.column-960 {
	width: 960px;
	margin: 0 auto;
}

.column-290 {
	float: left;
	width: 275px;
	margin: 0 15px 0 0;
}

.column-245 {
	width: 245px;
}

.column-230 {
	width: 230px;
	padding: 0 0 0 15px;
}

.column-380 {
	width: 380px;
	margin: 0 auto;
}

.column-640 {
	width: 640px;
	padding: 0 15px;
}

.column-670 {
	float: right;
	width: 670px;
}

#top-bar {
	height: 5px;
}

#plan {
	margin: 30px 0 0 0;	
}

.page-title {
	margin: 30px 0 20px 15px;	
}

#page-container, #login-container, .course-description {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 1px 0px #c9c9c9;
	margin: 0 0 40px 0;	
}

#page-container, .course-description {
	padding: 10px 15px 10px 15px;
}

#login-container {
	padding: 10px 15px 0px 15px;
	text-align: center;
}

#login-container img {
	margin: 5px auto 0 auto;
	display: block;
	max-width: 350px;
}

#login-container footer {
	margin-bottom: 10px;
}

#login-container header, #login-container footer, #login-container #login-form {
	text-align: left;
}

#login-container, .course-description {
	margin: 0px;	
}

.completed-courses, .active-courses, .remaining-courses {
	padding: 0 0 15px 0;
	margin: 0;
}

.completed-courses ul li, .active-courses ul li, .remaining-courses ul li {
	padding: 0 0 15px 0;
	margin: 0;
}

.completed-courses {
	padding: 0 0 30px 0;
	margin: 0;
}

.active-courses, .remaining-courses {
	background: transparent url('../img/line-light.png') repeat-x bottom;
}

	#page-container header, #login-container header {
		padding: 0px 0 10px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #d7d6d6;
		line-height: 18px;
	}
	

	#page-container footer, #login-container footer {
		margin: 20px 0 0 0;
		padding: 10px 0;
		border-top: 1px solid #d7d6d6;
		line-height: 18px;
	}
	
	#page-container header .left, #page-container footer .left {
		float: left;
		width: 550px;
	}
	
	#page-container header .right, #page-container footer .right, #login-container header .right, #login-container footer .right {
		float: right;
		width: 90px;
	}
	
	#login-container header .left, #login-container footer .left {
		float: left;
		width: 250px;
	}
	
	.global-sign {
		float: right;
		padding: 15px 0 30px 0;
	}


/* @end */



/* @group 6.HEADER
---------------------------------------------------------------------- */

#logo {
		padding: 40px 0 0 15px;
		height:115px; 
	}
	
#logo-login {
		padding: 15px 0 15px 0; 
	}
	
#logo img {
	display: block;
}
	


#header-box {
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: 0 0;
	height: 85px;
	padding: 15px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;	
}



/* @end */


/* @group 7.NAVIGATION
---------------------------------------------------------------------- */

nav#main-navigation {
	height: 40px;
	line-height: 40px;
}

.nav-left {
	width: 10%;
	float: left;
}

.nav-right {
	width: 89%;
	float: right;
	text-align: right;
}

nav#main-navigation a.home {
	background: transparent url('../img/icon-home.png') no-repeat 0 0;
	padding: 0 0 0 21px;
}

nav#main-navigation a.help, .left a.help {
	background: transparent url('../img/icon-help.png') no-repeat 0 0;
	padding: 0 0 0 20px;
}

/* @end */



/* @group 8.FOOTER
---------------------------------------------------------------------- */

.footer-line {
	background: transparent url('../img/line-light.png') repeat-x top;
	height: 2px;
}

.footer-container {
	background-color: #fff;
	padding: 15px 0 0 0;
}

.footer-left {
	float: left;
	width: 30%;
}

.footer-right {
	float: right;
	width: 60%;
	height: 90px;
	background: transparent url('../img/pis-logo-grey.gif') no-repeat bottom right;
	text-align: right;
}

/* @end */



/* @group 9.GLOBAL ELEMENTS
---------------------------------------------------------------------- */

#lesson-indicator {
 height: 40px;
 position: absolute;
 top: 90px;
 left: 15px;
 width: 640px;
}

.circle-number {
	height: 39px;
	position: absolute;
	top: 4px;
	left: 2px;
	width: 640px;
	z-index: 2;
}

.circle-number table {
	height: 39px;
	border-collapse: collapse;
	width: 100%;
}

.circle-number table td {
	text-align: center;
	background: transparent url('../img/bg-circles.png') no-repeat center 0;
	color: #acb3bf;
}

.circle-number table td.on {
	text-align: center;
	background: transparent url('../img/bg-circles.png') no-repeat center -40px;
}

.circle-number table td .number {
	height: 39px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	overflow:hidden;  /* Stops text from protruding if  H1 text is larger than logo */
	position:relative; /*must be relative or absolute */
}

	
		.circle-number table td .number span.tick {
			display:block;
			height:100%;
			width:100%;
			position:absolute;
			top:0;
			left:0;
			background: transparent url('../img/icon-tick.png') no-repeat center center;	
		}


.progress-line {
	height: 12px;
	position: absolute;
	top: 19px;
	left: 0px;
	width: 640px;
	z-index: 1;
}

.progress-line table {
	height: 12px;
	border-collapse: collapse;
	width: 100%;
}

.progress-line table td {
	height: 12px;
	background: transparent url('../img/bg-progress-line.gif') repeat-x top;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

.progress-line table td.on {
	height: 12px;
	background: transparent url('../img/progress-line.png') repeat-x top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#plan header {
	background: transparent url('../img/lines-title.png') repeat-x top;
	height: 33px;
	line-height: 33px;
	color: #999;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

#plan-list ul li {
	padding-top: 8px;
	padding-bottom: 10px;
	background: transparent url('../img/line-light.png') repeat-x bottom;
	position: relative;	
}

.plan-number, .plan-number-on {
	padding: 3px;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	z-index: 4;
	position: relative;
}

.plan-name, .plan-name-on {
	font-size: 18px;
}

.lesson-plan-name {
	font-size: 14px;
}

.plan-name, .plan-name-on, .lesson-plan-name, .lesson-plan-name-on {
	clear: both;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	z-index: 4;
	position: relative;
}

.plan-selected {
	height: 61px;
	width: 245px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: 0 0;
}

.plan-selected-arrow {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: -1px;
	right: -30px;
	z-index: 8;
}

.bg-arrow {
	position: absolute;
	top: 0px;
	right: -30px;
	z-index: 9;
	width: 30px;
	height: 60px;
	background: transparent url('../img/bg-selected-arrow.png') no-repeat center center;
}

.link-selected {
	height: 32px;
	width: 245px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: 0 0;
}

.link-selected-arrow {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: -1px;
	right: -30px;
	z-index: 8;
}

.link-bg-arrow {
	position: absolute;
	top: 0px;
	right: -30px;
	z-index: 9;
	width: 30px;
	height: 30px;
	background: transparent url('../img/bg-selected-arrow.png') no-repeat center center;
}


.completed {
	opacity: 0.4;
	padding-right: 25px;
}

.completed-number {
	opacity: 0.4;
}

.completed-tick {
	width: 20px;
	height: 18px;
	display: block;
	position:absolute;
	top:19px;
	right:0;
	background: transparent url('../img/icon-tick-t.png') no-repeat center center;	
}

.audio-player {
	height: 24px;
	width: 640px;
	background: transparent url('../img/audio-player.png') no-repeat 0 0;
	margin: -16px 0 15px 0;	
}

.audio-player-small {
	height: 24px;
	width: 550px;
	background: transparent url('../img/audio-player-small.png') no-repeat 0 0;
	margin: 0;	
}

.video-player {
	height: 360px;
	width: 640px;
	background: transparent url('../img/video-player.jpg') no-repeat 0 0;
	margin: 0;	
}

.overview-photo {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

	.overview-photo img {
		display: block;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
.course-photo {
	float: left;
	width: 90px;
	margin: 0 15px 0 0px;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

	.course-photo img {
		display: block;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
.course-description {
	float: right;
	width: 525px;
	min-height: 79px;
}

.course-description header {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d7d6d6;
	line-height: 18px;
}

.course-description .course-progress {
	float: left;
	width: 400px;
}

.course-description .course-button {
	float: right;
	width: 85px;
	padding: 8px 0 0 0;
}

.clear {
	clear: both;	
}

.completed-courses h3 {
	background: transparent url('../img/icon-tick-t.png') no-repeat 0 2px;
	margin-left: -15px;
	padding-left: 25px;
}

.active-courses h3 {
	background: transparent url('../img/icon-active.png') no-repeat 0 2px;
	margin-left: -15px;
	margin-top: 0px;
	padding-left: 25px;
}

.remaining-courses h3 {
	background: transparent url('../img/icon-remaining.png') no-repeat 0 5px;
	margin-left: -15px;
	margin-top: 0px;
	padding-left: 25px;
}

.remaining-courses .page-title, .completed-courses .page-title {
	margin-top: 15px;	
}

.remaining-courses .course-progress {
	padding: 10px 0 0 0;
}

.course-progress span {
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: red;
	margin: 0 3px 0 0;
}

.course-progress p {
	margin: 0px;	
}

.course-progress .date {
	color: #999;
	margin: 5px 0 0 0;	
}

.course-progress .lessons-completed {
	font-weight: bold;
}

.completed-courses .lessons-completed {
	margin-top: 4px;	
}

.completed-courses .date {
	margin-top: 9px;
}

.course-progress a.certificate {
	padding: 0 0 0 24px;
	background: transparent url('../img/icon-pdf.png') no-repeat 0 0;	
}

ul.extra-info li {
	border-bottom: 1px dashed #d7d6d6;
	padding: 0 0 13px 0;
	margin: 0 0 15px 0;
}

ul.extra-info li p {
	margin: 0 0 2px 0;
}


/* @end */


/* @group 10.FORMS
---------------------------------------------------------------------- */

.start-button {
	float: left;	
}

.start-button a, start-button a:visited {
	background-image: url('../img/bg-button-grey.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 34px;
	padding: 0 35px 0 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	position: absolute;
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	top: 5px;
	left: 0px;
	color: #40a53b;
	text-shadow: 0px -1px 0px #fff;
}

.start-button a:hover, .start-button a:active {
	text-decoration: none;
	background-position: 0 -34px;
}

	.start-button a .arrow {
		top: 10px;
		right: 10px;
		position: absolute;
		width: 16px;
		height: 15px;
		background: transparent url('../img/icon-arrow-dark.png') no-repeat 0 0;
		display: block;
	}

.site-button {
	float: right;	
}

.site-button a, site-button a:visited {
	background-image: url('../img/bg-button.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 24px;
	padding: 0 27px 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	display: block;
}

.site-button a:hover, .site-button a:active {
	text-decoration: none;
}

.site-button a .border-left {
	top: 0;
	left: 0;
	position: absolute;
	width: 3px;
	height: 24px;
	background: transparent url('../img/button-border.png') no-repeat 0 0;
	display: block;
}

.site-button a .border-right {
	top: 0;
	right: 0;
	position: absolute;
	width: 3px;
	height: 24px;
	background: transparent url('../img/button-border.png') no-repeat -3px 0;
	display: block;
}

.site-button a .arrow {
	top: 6px;
	right: 7px;
	position: absolute;
	width: 16px;
	height: 15px;
	background: transparent url('../img/icon-arrow.png') no-repeat 0 0;
	display: block;
}

.site-button a .arrow-left {
	top: 6px;
	left: 7px;
	position: absolute;
	width: 16px;
	height: 15px;
	background: transparent url('../img/icon-arrow-left.png') no-repeat 0 0;
	display: block;
}

#page-container ul {
	list-style: disc;	
}

	#page-container ul li, #page-container ol li  {
		margin: 0 0 15px 25px;
	}
#page-container ol li  {
	list-style:decimal;
}
#question-container .question-no, #dse-container .question-no {
	padding: 5px;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#question-container .question-indicator {
	float: right;	
}

#dse-container .question-indicator {
	margin: 10px 0 0 0;
	float: right;	
}

#question-container .question-indicator ul li, #dse-container .question-indicator ul li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		width: 11px;
		height: 11px;
		float: left;
		display: block;
		background-color: #ccc;
		margin: 0 0 0 3px;
		background-image:url('../img/bg-question-indicator.png');
		background-repeat: repeat-x;
		background-position: top;
}

#question-container ul.options, #dse-container ul.options {
	list-style: none;
}

#lesson-results ul {
	list-style: none;	
}


#question-container ul.options li, #dse-container ul.options li {
	background: #f6f6f6 url('../img/bg.png') repeat-x bottom;
	display: block;
	margin: 0;
	cursor:pointer;
}

#question-container ul.options li .row {
	background: transparent url('../img/line-light.png') repeat-x bottom;
	padding: 10px 10px 10px 40px;
	position: relative;
}

#dse-container ul.options li .row {
	background: transparent url('../img/line-light.png') repeat-x bottom;
	padding: 10px 10px 10px 10px;
	position: relative;
}

#dse-container ul.options li .row .text {
	width: 520px;
	float: left;	
}

#dse-container ul.options li .row .yes, #dse-container ul.options li .row .no {
	width: 50px;
	float: left;
	font-weight: bold;	
}

#dse-container .question-title {
	float: left;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin: 4px 0 15px 10px;	
	display: block;
}

#question-container ul.options li .fade {
	opacity: 0.4;	
}

#question-container ul.options li .row .option-letter {
	top: 3px;
	left: 5px;
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 22px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#question-container ul.options li .row .correct {
		background-image:url('../img/icon-correct.png');
		background-repeat: no-repeat;
		background-position: center center;	
}

#question-container ul.options li .row .incorrect {
		background-image:url('../img/icon-incorrect.png');
		background-repeat: no-repeat;
		background-position: center center;	
}

#lesson-results ul li {
	border-top: 1px dashed #d7d6d6;
	margin: 0 0 0 50px;
	padding: 15px 0 15px 0px;	
}

#lesson-results p {
	padding: 0 0 0 50px;
}

#lesson-results ul li p {
	padding: 0;
	margin: 0 0 2px 0;
}

#lesson-results ul li .pass, #lesson-results ul li .fail {
	padding: 5px;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;	
	margin: 0 0 3px 0;
}

#lesson-results ul li .pass {
	color: #fff;
	background-color: #40a53b;
}

#lesson-results ul li .fail {
	color: #fff;
	background-color: #ff0505;
}

#login-form fieldset {
	border-bottom: 1px solid #d7d6d6;
	padding: 10px 0 10px 0;	
}

#login-form fieldset.last {
	border-bottom: 0px solid #d7d6d6;	
}

#login-form fieldset label {
	width: 80px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 5px 5px 0;
	display: inline-block;
	text-align: right;
}

#login-form fieldset input {
	width: 245px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image:url('../img/bg-form.png');
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #d7d6d6;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 5px;
}



#page-container fieldset {
	border-bottom: 1px solid #d7d6d6;
	padding: 0px 0 10px 0;
	margin: 0 0 10px 0;
}

#page-container fieldset.last {
	border-bottom: 0px solid #d7d6d6;	
}

#page-container fieldset label {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 5px 5px 0;
	display: block;
	text-align: left;
}

#page-container fieldset input {
	width: 97%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image:url('../img/bg-form.png');
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #d7d6d6;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 5px;
}

#page-container fieldset textarea {
	width: 97%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image:url('../img/bg-form.png');
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #d7d6d6;
	font-size: 13px;
	padding: 3px 5px;
	height: 200px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}



/* @end */

/* @group 10.FORMS
---------------------------------------------------------------------- */

.activity-overlay {
	background: transparent url('../img/bg-overlay.png') repeat 0 0;	
}

.activity-overlay header.page-title {
	width: 960px;
	margin: 15px auto;
}

.activity-container {
	width: 960px;
	margin: 0 auto;	
}

.option-list {
	width: 200px;
	position: absolute;
	top: 0;
	left:0px;
	z-index: 40;
	height: 420px;
	overflow:auto;
}

 .selection-list {
	width: 200px;
	position: absolute;
	top: 0;
	left:760px;
	z-index: 50;
	height: 420px;
	overflow:auto;
}

 .score {
	width: 400px;
	position: absolute;
	top: 0;
	left:560px;
	z-index: 50;
}

.option-list header, .selection-list header, .score header {
	background-image: url('../img/bg.png');	
	background-repeat: repeat;
	background-position: 0 0;
	padding: 5px 10px;
}

.option-list header h4, .selection-list header h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.score header h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 37px;
	padding: 0 0 0 45px;
	display: block;
}

	.score header h4.pass {
		background-image: url('../img/icon-pass.png');
		background-repeat: no-repeat;
		background-position: 0 -37px;
	}
	
	.score header h4.fail {
		background-image: url('../img/icon-pass.png');
		background-repeat: no-repeat;
		background-position: 0 0px;
	}

.option-list header h5, .selection-list header h5 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

.activity-columns {
	background: #f5f5f5 url('../img/bg.png') repeat 0 0;
	position: relative;
	height: 420px;
}

.activity-columns .site-button {
	position: absolute;
	bottom: 10px;	
	right: 10px;
	z-index: 51;
}

.activity-photo {
	width: 560px;
	position: absolute;
	top: 0;
	left:200px;
	z-index: 60;
}

	.activity-photo img {
		display: block;
		-moz-box-shadow:  0 0 5px #000;
		-webkit-box-shadow:  0 0 5px#000;
		box-shadow: 0 0 5px #000;
	}
	
.activity-photo-left {
	width: 560px;
	position: absolute;
	top: 0;
	left:0px;
	z-index: 60;
}

	.activity-photo-left img {
		display: block;
		-moz-box-shadow:  1px 0px 5px #000;
		-webkit-box-shadow:  1px 0px 5px#000;
		box-shadow: 1px 0px 5px #000;
	}
	
.activity-steps {
	height: 35px;
	background: #333 url('../img/bg.png') repeat 0 0;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;	
}

.activity-steps ul li {
	float: left;
	font-size: 18px;
	padding: 3px 10px;
	margin: 4px 0 0 0;
	color: #fff;	
}

.activity-steps ul li .number {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 0px 0px #fff;
	margin: 0 0 0 -1px;	
	padding: 3px 5px;
	background-color: #fff;
	color: #333;
}

.activity-steps ul li .selected {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 0px 0px #fff;
	margin: 0 0 0 -10px;	
	padding: 0px 5px 0px 0px;
}

.activity-steps ul li.results .selected {
	padding: 3px 5px;
}

.activity-steps ul li.selected {
	margin-left: 10px;
	margin-right: -5px;
}

.activity-steps ul li.results {
	float: right;
	margin: 4px 0 0 0;	
}

.activity-steps ul li.completed {
	color: #ccc;	
}

	.activity-steps ul li.completed .number {
		color: #333;
		background-color: #ccc;	
	}
	


.option-list ul li {
	padding: 2px 0px 6px 10px;
	line-height: 15px;
	color: #666;
	background: transparent url('../img/line-light.png') repeat-x bottom;	
}

	.option-list ul li a {
		padding: 6px 40px 7px 0;
		text-shadow: 0px 1px 0px #fff;
		background: transparent url('../img/circle-arrow.png') no-repeat 150px 5px;
		display: block;	
	}
	
	.option-list ul li a:hover {
		background: transparent url('../img/circle-arrow.png') no-repeat 150px -122px;
		display: block;	
	}
	
	.option-list ul li a.selected, .option-list ul li a:hover.selected {
		padding: 6px 40px 7px 0;
		background-image: none;
		display: block;	
		color: #ccc;
		cursor: default;
		text-decoration: none;
	}
	
.selection-list ul li {
	padding: 7px 0px 10px 10px;
	line-height: 15px;
	color: #666;
	background: transparent url('../img/line-light.png') repeat-x bottom;	
}

.selection-list ul li .number {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	text-shadow: 0px 0px 0px #fff;
	margin: 0 5px 0 0;
}

.selection-list ul li .text {
	float: left;
	width: 148px;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0px 1px 0px #fff;
}

.selection-list ul li .delete  {
	float: left;
	width: 11px;
	margin: 3px 0 0 0;
}

	.selection-list ul li .delete a {
		float: left;
		width: 11px;
		height: 11px;
		display: block;
		background: transparent url('../img/delete-icon.png') repeat 0 0;
	}
	
	.selection-list ul li .delete a:hover {
		background: transparent url('../img/delete-icon.png') repeat 0 -11px;
	}

.score ul li {
	height: 33px;
	line-height: 15px;
	color: #666;
	background: transparent url('../img/line-light.png') repeat-x bottom;
	position: relative;	
}

.score ul li .percentage {
	position: absolute;	
	left: 15px;
	top: 7px;
	color: #333;
	font-size: 16px;
	text-align: right;	
	font-weight: bold;
}

.score ul li .title {
	position: absolute;	
	left: 65px;
	top: 8px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;	
}

.score ul li .marks {
	position: absolute;	
	right:15px;
	top: 8px;
	font-size: 13px;
	text-align: right;	
}

.score ul li.total {
	height: 42px;
}

.score ul li.total .percentage {
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	top: 9px;
}

.score ul li.total .pass {
	color: #fff;
	background-color: #40a53b;
}

.score ul li.total .fail {
	color: #fff;
	background-color: #ff0505;
}

.score ul li.total .title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	top: 12px;
}


.activity-footer {
	height: 5px;
	background: #333 url('../img/bg.png') repeat 0 0;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;	
}



/* @end */


/* JS additions */
#audio{
	margin: -16px 0 15px 0;	
}
.activity-columns{
		z-index:70;	
}

.ie6-message, .no-js div.no-js-message {
    background: #ffb url(/assets/frontend/img/icon-warning.png) no-repeat scroll 10px 10px;
    border-bottom: 1px solid #F1DD8C;
    display: block;
    font-size: 14px;
    padding: 20px 0 20px 0;
	position: static;
    text-align: left;
    width: 100%;
}
.ie6-message div, div.no-js-message div{
	padding:0 0 0 60px;	
}

/* Mods */
h3.q-section-title{
    color:#333;
    font-size:20px;    
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    padding:10px 0;
    font-weight:normal;
}
.q-image{
    margin:0 0 20px 0;
    display:block;
}
header.q-section-header{
    border-bottom:none !important;
}
#page-container  ul.q-section-list{
    margin:0;
    padding:0;
    list-style:none;
}
#page-container  ul.q-section-list li{
    margin:0;
    padding:4px 4px 4px 25px;
    font-size:14px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color:#999;
    border-bottom:1px dotted #d7d6d6;
    position:relative;
}

#page-container  ul.q-section-list-left{
    width:300px;
    float:left;
}
#page-container  ul.q-section-list-right{
    width:300px;
    float:right;
}
#page-container  ul.q-section-list li:last-child{
    border:none;
}
.q-section-list-container{
    border-bottom:1px solid #ccc;
    padding:0 0 5px 0;
    margin-top: -10px;
}

#page-container  ul.q-section-list li .qnumq{
    position:absolute;
    right:5px;
    
}
#page-container  ul.q-section-list li.current{
    background-color:#f6f6f6;
    font-weight:bold;
    color:#333;
}
.rnum{
    position:absolute;
    left:0px;
    width:20px;
    text-align: right;
}

.tabs{
    margin-top:30px;    
    border-bottom:1px solid #ccc;
}
.tabs li{
    display:inline-block;
}
.tabs li a{
    display:block;
    padding:10px;
    border:1px solid #ccc;
    border-radius:5px 5px 0 0;
    margin-bottom:-1px;
    text-decoration:none;
}
.tabs li a.active{
    border-bottom:1px solid #fff;
    background-color:#fff;
}
.doc-list{
    margin-top:20px;
}
.doc-list li{
    padding:15px 10px 15px 40px;
    border-bottom:1px dotted #ccc;
}
.dc-pdf{
    background:transparent url(/assets/frontend/img/icon-pdf-lg.png) 0 45% no-repeat;
}
.dc-doc{
    background:transparent url(/assets/frontend/img/icon-doc-lg.png) 0 45% no-repeat;
}
.padd-sides{
    padding:10px 20px;
}