

/* Topic images and such specific for this particular textbook */

/* Universal top banner */
#heading {
    background: #fff url(../images/banners/studies.png) no-repeat 0px 10px;
}

.unit #heading {
    width: 605px;
    padding-right: 345px;
}

/* Images for section headings in a unit */
.unit #section-sec1 h2 {
    background: white url(../images/icons/icon_aims_objectives.png) no-repeat scroll left top;
}
.unit #section-sec2 h2 {
    background: white url(../images/icons/icon_vocabulary.png) no-repeat scroll left top;
}
.unit #section-sec3 h2 {
    background: white url(../images/icons/icon_exercises.png) no-repeat scroll left top;
}
.unit #section-sec4 h2 {
    background: white url(../images/icons/icon_comprehension.png) no-repeat scroll left top;
}
.unit #section-sec5 h2 {
    background: white url(../images/icons/icon_exercises.png) no-repeat scroll left top;
}
.unit #section-sec6 h2 {
    background: white url(../images/icons/icon_dictation.png) no-repeat scroll left top;
}
.unit #section-sec7 h2 {
    background: white url(../images/icons/icon_checklist.png) no-repeat scroll left top;
}

