.lessonPage {border: 1px dashed #000; width:750px; padding:20px; }

.lessonSection
{
	margin: 0 0 0 30px;
}

.myrow td
{

border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;

} 


span.sectionNumber 
{
	background: #333;
	color: white;
	padding: 5pt;
	margin-right: 5pt;
}


h2.sectionHeader
{
	margin:30px 0 30px  -30px;
}


span.lessonSubsectionPart
{
	border: 1px solid black;
	padding: 5pt;
	margin-right: 5pt;   
}


#printOptions {border: 1px solid #000; width: 800px; padding: 2px;  top:0}
#printOptions a {	color: #E60000;	background: inherit; text-decoration: none; }
#printOptions a:hover { color: #AA0001; background: inherit; text-decoration: underline; }
#printOptions {padding: 2px 0; }

#backToLessonsLink {float:left; margin-left:5px;}

#instructions { 
	margin: 0 0px 20px 0;   
	text-align: justify; 
	font: .75em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.6em;
	 /*background: #999;*/
	color: #363636;

}


#steps { margin: 0 20px 30px 0; }
#instructionsStepsList li {list-style:none; border-bottom: 1px solid #eee; }

#instructionsStepsList li.instructionStep {
	float:none; 
	clear:left; 
	color: #2C2C2C; 
	list-style: none; 
	border-bottom: 1px solid #eee; 
	padding: 2px 2px 2px 2px; 
	margin: 0; 
	background: url(/html/images/arrow.gif) no-repeat center left;}

#instructionsStepsList li.instructionStep  strong {}

.currentStep {color: #333; font-weight:bold; }
#steps img {  border: none; margin: 0 ; }


.additionalLessonComponentList {margin:0px; padding:0px; float:left;}
.additionalLessonComponentList li {float: left; color: #808080; list-style: none;  padding: 4px 4px 4px 20px; margin: 0;}

