<!--

/* ************************************************************** */
/* **** NO TABS Stylesheet file for http://www.acclaim-music.com  */
/* ************************************************************** */

/* main elements */
body {
    margin-top:   0px;
    margin-left:  0px;
    margin-right: 0px;
    margin-bottom:0px;
    font-family: switzerland, sans-serif;
}
table,td {
        font: 9pt switzerland, sans-serif;
        vertical-align: top;
}
/* table cell elements */
td.nav1 {
        background: url(../images/menu.gif) repeat-x top left;
}
td.nav2 {
        background-color:#CFCFCF;
}
td.top1 {
        background: url(../images/testheader.jpg) repeat-x top left;
}
/* text, links etc. elements */

a.storelink {
        color: #ffffff;
        font-weight:bold;
        text-decoration:none;
}

a.rightpane {
        font-size: 8pt;
        color:#000000;
}

a.rightpane:hover { color:#FF0000; }

p { text-indent: 7pt; }

.navtext { color:#ffffff; }

/* some "default" text layouts */
.smallfont {  font-size: 9pt;  }
.normalfont { font-size: 10pt;  }
.largefont {  font-size: 14pt; }

/* sorting row distinction for search results */
.sort {
        background: #f2f2f2;
}
#printheader { display:none; }
-->