div.purpose {
	background: url("/theme/ellak_elearn/pix/why.png") no-repeat 15px top;
	padding: 15px 5px 15px 75px;
}

div.target {
	background: url("/theme/ellak_elearn/pix/target.png") no-repeat 15px top;
	padding: 15px 5px 15px 75px;
}

div.deliverable {
	background: url("/theme/ellak_elearn/pix/deliverable.png") no-repeat 8px top;
	padding: 15px 10px 15px 75px;
}

div.instructions {
	background: url("/theme/ellak_elearn/pix/instructions.png") no-repeat 8px top;
	padding: 15px 10px 15px 75px;
}

div.video {
	background: url("/theme/ellak_elearn/pix/video.png") no-repeat 8px top;
	padding: 15px 10px 15px 75px;
}

div.teacher{
	background: url("/theme/ellak_elearn/pix/teacher.png") no-repeat 8px top;
	padding: 15px 10px 15px 75px;
}

div.reference {
	background: url("/theme/ellak_elearn/pix/reference.png") no-repeat 8px top;
	padding: 15px 10px 15px 75px;
}
p.heading {
     font-family: 'Fira Sans', sans-serif;
   font-size : 16px;
	background-color: #EAE7E7;
	line-height: 50px;
	margin-top: -15px;
	font-weight: bold;
	padding-left: 10px;
}

h5.subheader {
    background-color: rgb(255, 255, 255); 
    color: rgb(125, 159, 211);
}
ul.deliverable li {
    background: url("/theme/ellak_elearn/pix/unchecked.png") no-repeat 8px 9px;
    line-height: 40px;
    padding-left: 40px;
}

ul.deliverable  {
list-style : none;
}

ul.deliverable  li.checked{
/*    list-style-image: url("/theme/ellak_elearn/pix/checked.png");*/
    background: url("/theme/ellak_elearn/pix/checked.png") no-repeat 8px 9px;
    line-height: 40px;
    padding-left: 40px;
}

.unorderedlist {
   list-style-type: none;
}

.unorderedlist  li {
   line-height: 175%;
   margin: 0 0 5px 0;
   padding-left: 9px;
   overflow-x: visible;
   overflow-y: hidden;
}

.unorderedlist  li:before {
     margin-left: -9px;
     content: url('/theme/ellak_elearn/pix/postbullets.png');
     margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
   line-height: 0;
}