* { margin:0; padding:0; }

body {
    color:white;
    background-color:#7f7280;
}
a {
    text-decoration:none
}
div span {
    font-size:12px;
}

html, body, #main { height:100%; }


#main {
    height:auto;
    min-height:100%;
}

#searchBar {
    margin-right:15px;
    margin-bottom:8px;
    padding-top:8px;
    padding-left:8px;
}

#searchBar input[type="text"]{
    width:180px;
}

input {
    font-size:14px;
}

#music-info {
    margin-bottom:0px;
    padding-top:8px;
}

#img {
    width:80px;
    height:80px;
    border-radius:80px;
    background: url("../images/music.png");
    background-size:80px 80px;
    -webkit-transform:rotate(0deg);
}

#img:hover{
    box-shadow: 0 0 33px #8b0000;
}

.info {
    max-width:250px;
    overflow:hidden;
     white-space:nowrap;
    /*text-overflow:ellipsis;*/
}

#title,#artist {
    
}

#title {
    font-weight:bold;
    margin:0px;
    font-size:18px;
    margin-left:10px;
}

#album_name, #audio {
    display:none;
}

.img-btn {
    margin-top:8px;
    width:21px;
    height:21px;
    border:0px solid #fff
}

#mode {
    margin-left:10px;
    background: url("../images/playmod_all.png");
    background-size:21px 21px;
}
#stop {
    background: url("../images/stop.png");
    background-size:21px 21px;
}
#play_pause {
    background: url("../images/play.png");
    background-size:21px 21px;
}
#next {
    background: url("../images/next.png");
    background-size:21px 21px;
}

#down {
    background: url("../images/down.png");
    background-size:21px 21px;
}

#mode:hover,#stop:hover,#play_pause:hover,#next:hover,#down:hover{ 
    /*background-color:#0099cc;*/
    box-shadow: 0 0 10px #8b0000;
}

#volume-btn {
    width:16px;
    height:16px;
    border-radius:21px;
    text-indent:-9999px;
    margin-top:8px;
    margin-left:15px; 
    background: url("../images/volume-full.png");
    background-size:16px 16px;
}
.volume0 {
    border-top:1px solid #eee;
    color:#eee;
    height:1px;
    width:90px;
    background-color:#eee;
    margin:15px 0px 0px 4px;
}
.volume1 {
    top:-18px;
    left:0px;
    border-top:1px solid #8b0000;
    color:#8b0000;
    height:1px;
    width:45px;
    background-color:#8b0000;
    margin:16px 0px 0px 4px;
}


#lyricWrapper {
    height:0px;
    min-width:350px;
    max-width:600px;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding-top:8px;
}
#lyricContainer {
    position:relative;
    top:0px;
    margin-left:20px;
    white-space:nowrap;
    /*text-overflow:ellipsis;*/
}
#lyricContainer p {
    margin-top:0px;
    margin-bottom:8px;
    padding:0px;
    height:22px
}

.duration{
    padding:0px 8px;
}

hr {
    margin:0px;
    height:1px;
    border:none;
    position:relative;
    left:0px;
}
.time0 {
    top:0px;
    border-top:1px solid #aaa;
    color:#bbb;
    background-color:#bbb;
}
.time1 {
    top:-2px;
    width:0px;
    border-top:1px solid #ddd;
    color:#eee;
    background-color:#eee;
}
.time2 {
    top:-4px;
    width:0px;
    border-top:1px solid #8b0000;
    color:#8b0000;
    background-color:#8b0000;
}
#time {
    width:100px;
    position:relative;
}

#songs {
    height:0px;
    overflow:hidden;
    padding:0px 8px;
}
#songs ul {
    list-style-type:none;
    padding-left:0px;
    margin:0;
    margin-bottom:10px;
    position:relative;
    top:0px;
}
#songs ul li {
    height:22px;
    margin:5px;
    min-width:340px;
    overflow:hidden;
    white-space:nowrap;
}

.list_song_img {
    width:20px;
    height:20px;
    border-radius:10px;
}

.list_song_title {
    font-size:14px;
    margin:5px;
    color:#fff;
       /*max-width:320px;
    overflow:hidden;
    white-space:nowrap;*/
}
.list_song_title:hover {
    color: #bb0000 !important;
}

.list_song_mv {
    width:20px;
    height:20px;
}

.list_song_mv:hover {
    color: #bb0000 !important;
    box-shadow: 0 0 8px #8b0000;
}


.left {
    float:left;
}
.right {
    float:right;
}
.vhr {
    width:1px;
    margin:0px;
    background:#000;
}

#pages{
    padding-left:8px;
}

.footer{
    padding-bottom:36px;
}

footer {position:relative;height:36px;line-height:36px;margin-top:-38px;margin-left:12px;}
footer a {padding:0 2px;font-size:small;color:white}
footer a:hover {
    color: #bb0000 !important;
}