@charset "utf-8";
/* CSS Document */
#webPlayer { width: 620px; height: 250px; background: url(../images/player-assets/bg-player.png) no-repeat; }
#panelsContainer { height: 230px; }
#playerPanels { float: left; width: 600px; margin: 10px; text-align: left; }
#webPlayer button { cursor: pointer; }
#flashPlayer { width: 1px; height: 1px;}
#main-panel { 600px;}
#left-panel { float: left; width: 470px; margin-right: 10px; margin-top: 10px;}
#stationName { line-height: 30px; height: 30px; font-size: 24px; font-weight: bold; color: #85C4C5; padding: 0 20px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); width: 430px; }
#streamStat { color: #9FABA5; font-size: 11px; line-height: 18px; padding: 0 20px; margin-top: 0; width: 430px; }
#coverHolder { float: left; width: 100px; height: 100px; padding: 10px; }
#station { cursor: pointer !important; width: 415px; }
#nowPlaying { height: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 30px; margin-top: 5px; overflow: hidden; padding-left: 20px; padding-right: 10px; width: 570px; }
#npTxt { float: left; width: 80px; color: #9FABA5; }
#currentSong { float: left; width: 460px; color: #fff; font-weight: bold; overflow: hidden;}

/* buttons - links */
#controls { margin-top: 10px; padding-top: 7px; }
#thebuttons { float: left; width: 180px; height: 50px; }
#controls button { float: left; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-bottom: solid 1px #333; border-right: solid 1px #333; border-top: solid 1px #5E6262; border-left: solid 1px #5E6262; }
#controls button:hover { border-bottom: solid 1px #000; border-right: solid 1px #000; border-top: solid 1px #A3A7A7; border-left: solid 1px #A3A7A7; }
#playBtn { background: url(../images/player-assets/bgplay.png) no-repeat; width: 66px; height: 49px; margin: 0 6px; }
#stopBtn { background: url(../images/player-assets/bgstop.png) -1px -1px no-repeat; width: 39px; height: 24px; margin:  13px 0 0 10px; border-bottom: solid 1px #333; border-right: solid 1px #333; border-top: solid 1px #5E6262; border-left: solid 1px #5E6262; }
#historyBtn { background: url(../images/player-assets/bghistory.png) -1px -1px no-repeat; width: 39px; height: 24px; margin: 13px 0 0 0; }
#buyBtn{ width: 20px; height: 20px; float: right; display: block; background: url(../images/player-assets/download-n.png) no-repeat; text-decoration: none; margin-top: 5px; border: none; }
#buyBtn:hover {background: url(../images/player-assets/download-h.png) no-repeat; text-decoration: none;}
#buyBtn a#iphone { width: 85px !important; background: url(../images/player-assets/iphoneapp-n.png) no-repeat !important; }
#buyBtn a:hover#iphone {background: url(../images/player-assets/iphoneapp-h.png) no-repeat !important;}

/* volume */
#volumeControl {width: 173px; height: 40px; margin: 0 0 0 113px; float: left; padding-left: 23px; position: relative; }
#slider { width: 150px; height: 4px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: none; border: none; margin-top: 12px; position:absolute; }
.ui-slider-handle { height: 28px !important; width: 28px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: url(../images/player-assets/vol-slider.png) no-repeat !important; border: none !important; cursor: pointer !important; top: -9px !important; }
.ui-slider-range { background: #333 !important; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 4px; }

#amount, #eqHolder { display: none;}