   
    /* stuff for store header */  
    
    .navs { /* both lots of navs- above and below banner */
        margin-top: 5px;
        margin-bottom: 4px;
        font-weight: bold;
        text-align: right;
    }
    
    .navs, .navs a { font-size: 8pt; }
    
    .navs1 { /* navs in banner (top right) */
        margin-top: 15px;
        margin-right: 4px;
    }
    
    .banner {
        height: 58px;
        background: #010101 url('http://e.vampirefreaks.com/images/downloadstore/vfmusicbanner_rpt.png') repeat-x bottom left;
        border-right: 1px solid #bb55dd;
        position: relative; /* relative position to contain banner img */
    }
    
    .bannerleft { /* graphic part of banner */ 
        position: absolute; 
        top: -26px;
        border: none;
    }    
    
    /* end header styles */
    
    
    
    /* styles that appear on multiple pages */
    
    h1, h2 {
        margin: 0px;
        font-size: 14pt;
    }
    h2 { font-size: 12pt; }
    
    .title { /* purple striped header bars */
        background: #010101 url('http://e.vampirefreaks.com/images/downloadstore/vfmusictitle_rpt.png') repeat-x top left;
        padding: 5px;
        border: 1px solid #8e1ca6;
        font-weight: bold;
        font-size: 8pt;
        margin-bottom: 8px;
    }
    
    .typedtitle { /* type face used for band / genre titles */
        color: #ffffff;
        text-transform: uppercase;
        font-family:"Courier New", Courier, monospace;
        font-size: 10pt;
        font-style: italic;
        margin-bottom: 3px;
    }
    
    .mainmiddle_title { /* underlined spaced headings */
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #333333;
        letter-spacing: 2px;
    }

    a.cartbut, a.wishlistbut { /* add to cart / wishlist buttons */
        display: block;
        width: 94px;
        height: 40px;
    }
    
    a.cartbut { background: url('http://e.vampirefreaks.com/images/downloadstore/cart.jpg') no-repeat; }
    a.cartbut:hover { background: url('http://e.vampirefreaks.com/images/downloadstore/cart_on.jpg') no-repeat; }
    a.wishlistbut { background: url('http://e.vampirefreaks.com/images/downloadstore/wishlist.jpg') no-repeat; }
    a.wishlistbut:hover { background: url('http://e.vampirefreaks.com/images/downloadstore/wishlist_on.jpg') no-repeat; }
    
    /* end multiple pages */



