/* **global** */
.tinytitle {
    height: 40px;
    background-repeat: no-repeat;
}
    .tinytitle h3 {
        display: none;
    }

/* top */
.featuredproduct-title {
    background-image: url("../img/title-featuredproduct.gif");
}

/* top */
.productlist-title {
    background-image: url("../img/title-productlist.gif");
}

/* product */
.systemrequirements-title {
    background-image: url("../img/title-systemrequirements.gif");
}

/* product */
.targetartist-title {
    background-image: url("../img/title-artistprofile.gif");
}

/* product */
.otherproducts-title {
    background-image: url("../img/title-otherproducts.gif");
}

/* news */
.recententries-title {
    background-image: url("../img/title-recententries.gif");
}

/* news */
.archive-title {
    background-image: url("../img/title-archive.gif");
}

/* stat */
.currentprice-title {
    background-image: url("../img/title-currentprice.gif");
}

/* stat */
.weeklyandtotalsales-title {
    background-image: url("../img/title-weeklyandtotalsales.gif");
}

/* stat */
.salesgrowth-title {
    background-image: url("../img/title-salesgrowth.gif");
}

/* product */
.comments-title {
    background-image: url("../img/title-comments.gif");
}

/* stat */
.downloads-title {
    background-image: url("../img/title-downloads.gif");
}

/* stat */
.chart-title {
    background-image: url("../img/title-chart.gif");
}

/* stat */
.salesanddownloads-title {
    background-image: url("../img/title-salesanddownloads.gif");
}



/* **global** */
.headtitle a {
    display: block;
    height: 18px;
    background-repeat: no-repeat;
}

.news-headtitle a {
    width: 60px;
    background-image: url("../img/head-news.gif");
}




.lefttitle {
    height: 18px;
    background-repeat: no-repeat;
}
.productstats-headtitle {
    background-image: url("../img/head-productstats.gif");
}
.login-headtitle {
    background-image: url("../img/head-login.gif");
}
.editaccount-headtitle {
    background-image: url("../img/head-editaccount.gif");
}
.resetpassword-headtitle {
    background-image: url("../img/head-resetpassword.gif");
}
.termsofuse-headtitle {
    background-image: url("../img/head-termsofuse.gif");
}
.privacypolicy-headtitle {
    background-image: url("../img/head-privacypolicy.gif");
}
.aboutscr-headtitle {
    background-image: url("../img/head-aboutscr.gif");
}
.setpassword-headtitle {
    background-image: url("../img/head-setpassword.gif");
}
.thankyou-headtitle {
    background-image: url("../img/head-thankyou.gif");
}