
    /* stuff from display album page */

    .currentrating { 
        text-align: right; 
        margin-top: 4px;
    } 
    
    .artisttitle, .albumtitle {
        margin-top: 0px;
        margin-bottom: 12px;
        text-align: center; 
        text-transform: uppercase;
        font-size: 14pt;
    }
    .albumtitle { 
    font-size: 12pt; 
        margin-bottom: 25px;
        font-style: italic;
    }
    
    .reviews_title { margin-bottom: 4px; }
    .buy_title { margin-bottom: 15px; }
    
    #flashcontent, .music_top, .reviews, .morereviews { margin-bottom: 20px; }
    .artistinfo { margin-top: 10px; }
    
    .buyalbum { margin-bottom: 15px; }
    .buyalbum td { font-weight: bold; }
    .buyhead {
        font-weight: bold; 
        font-size: 8pt;
    }
    
    .buttons {  
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .buttons form { margin: 0px; }
    .buttons input {
        height: 30px;
        font-weight: bold; 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
    }
    
    .reviewdate {
        border: 1px solid #444444;
        background: #222222;
        text-align: right;
        font-size: 9pt;
        padding: 4px;
        margin-bottom: 5px;
    }
    
    .commenttop {
        border-style: none;
        background: #222222;
        font-size: 9pt;
        padding: 4px;
        margin-bottom: 5px;
    }
        
    .ratinggiven {
        font-size: 9pt;
        font-weight: bold;
        margin-top: 10px;
        text-align: right;
    }
    
    .reviews { border: 1px solid #333333; }    
    
    /* end album page stuff */
