/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2020 | 21:10:14 */
.zcontent {
    FONT-WEIGHT: lighter;
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align : center;
}

.zcontent .cs {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}
.zcontent A {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
    height : 11px;
    text-align : center;
    font-style : normal;
}

.zcontent A:hover {
    COLOR: #7788AA;
    TEXT-DECORATION: underline;
}

.zcontent TABLE {
    FONT-WEIGHT: lighter;
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    vertical-align : middle;
    text-align : justify;
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
  
}

.zcontent table td {
  border: 0px;
}

.zcontent .metalman table {
  width: 600px;
}

.zcontent .head1 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 46px;
    FONT-FAMILY:  Garamond, "Times New Roman", Times, serif;
    color : #666666;
    height : 10px;
    TEXT-DECORATION: none;
}

.zcontent .head2 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #333333;
    TEXT-DECORATION: none;
}

.zcontent .album {
    FONT-WEIGHT: normal;
    FONT-SIZE: 46px;
    FONT-FAMILY:  Garamond, "Times New Roman", Times, serif;
    color : #666666;
    height : 10px;
    TEXT-DECORATION: none;
}

.zcontent .album:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}


.zcontent .song {
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    FONT-FAMILY:  "Times New Roman", Times, serif;
    color : #444444;
    cursor: pointer;
    TEXT-DECORATION: none;
}

.zcontent .song:hover {
    COLOR: #888888;
    TEXT-DECORATION: none;
}

.zcontent .audiojs audio { position: absolute; left: -1px; }

.zcontent .audiojs {
    width: 340px; height: 36px; background: #AAAAAA;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    }

.zcontent .audiojs .play-pause {
    width: 40px;
    height: 40px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #FFFFFF;
    }

.zcontent .audiojs p {
    display: none;
    width: 25px;
    height: 40px;
    margin: 0px;
    cursor: pointer;
    }

.zcontent .audiojs .play { display: block; }

.zcontent .audiojs .scrubber {
    position: relative;
    float: left; width: 170px;
    background: #888888;
    height: 14px; margin: 10px;
    border-top: 1px solid #555555;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
    }

.zcontent .audiojs .progress {
    position: absolute;
    top: 0px; left: 0px;
    height: 14px;
    width: 0px;
    background: #EFFFFF;
    z-index: 1;
    }

.zcontent .audiojs .loaded {
    position: absolute;
    top: 0px; left: 0px; height: 14px; width: 0px;
    background: #777777;
    }

.zcontent .audiojs .time {
    float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px;
    padding: 0px 6px 0px 12px; border-left: 1px solid #FFFFFF;
    color: #ddd;
    }

.zcontent .audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }

.zcontent .audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }

.zcontent .audiojs .play { background: url("/res/player_icons.gif") -2px -1px no-repeat; }
.zcontent .audiojs .loading { background: url("/res/player_icons.gif") -2px -31px no-repeat; }
.zcontent .audiojs .error { background: url("/res/player_icons.gif") -2px -61px no-repeat; }
.zcontent .audiojs .pause { background: url("/res/player_icons.gif") -2px -91px no-repeat; }

.zcontent .playing .play, .playing .loading, .playing .error { display: none; }
.zcontent .playing .pause { display: block; }
.zcontent .loading .play, .loading .pause, .loading .error { display: none; }
.zcontent .loading .loading { display: block; }
.zcontent .error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.zcontent .error .error { display: block; }
.zcontent .error .play-pause p { cursor: auto; }
.zcontent .error .error-message { display: block; }

.zcontent ol    { padding: 0px;
    margin: 0px;
    color: #888888;
    width: 540px;
    border-top: 1px solid #BBBBBB;
    font-size: 12px; }

.zcontent ol li { position: relative;
    margin: 0px;
    padding: 7px 2px 6px;
    border-bottom: 1px solid #BBBBBB;
    cursor: pointer; }

.zcontent ol li a { display: block;
    text-indent: -1.3ex;
    padding: 0px 0px 0px 20px; }


.zcontent li.playing {
    color: #113322;
    }

.zcontent li.playing a {
    color: #7799AA;
    }

.zcontent li.playing:before {
    content: "(Playing)"; 
    height: 14px; padding: 3px;
    line-height: 14px; margin: 0px; position: absolute; left: 20px; top: 3px; color: #557799;
    font-size: 11px;
    }

