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

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

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

/* Top banners in different units */
.unit01 #heading{
    background-image: url(../images/banners/soccer.png);
    width: 300px;
    padding-right: 450px;
}

.unit02 #heading{
    background-image: url(../images/banners/telephoning.png);
}
.unit03 #heading{
    background-image: url(../images/banners/ball_sports.png);
}
.unit04 #heading{
    background-image: url(../images/banners/wrestling_weightlifting.png);
}
.unit05 #heading{
    background-image: url(../images/banners/martial_arts.png);
}
.unit06 #heading{
    background-image: url(../images/banners/hotel.png);
}
.unit07 #heading{
    width: 300px;
    padding-right: 450px;
    background-image: url(../images/banners/athletics.png);
}
.unit08 #heading{
    background-image: url(../images/banners/gymnastics.png);
}
.unit09 #heading{
    background-image: url(../images/banners/winter_sports.png);
}
.unit10 #heading{
    background-image: url(../images/banners/at_the_stadium.png);
}
.unit11 #heading{
    background-image: url(../images/banners/water_sports.png);
}
.unit12 #heading{
    background-image: url(../images/banners/darts_and_chess.png);
}
.unit13 #heading{
    width: 535px;
    padding-right: 215px;
    background-image: url(../images/banners/motosport.png);
}
.unit14 #heading{
    width: 485px;
    padding-right: 230px;
    background-image: url(../images/banners/EU.png);
}

/* 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;
}

