div.playerOk {
    height: 31px;
    width: 323px;
    background: url("images/player-bg.png") left top no-repeat transparent;
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
}
div.playerOk span.time {
    color: #ffffff;
    position: absolute;
    left: 35px; top: 0; bottom: 5px; width: 83px;
    text-align: center;
    line-height: 26px;
    font-size: 11px;
    cursor: default;
    white-space: nowrap;
}
div.playerOk.active span.time {
    color: #111111;
}
div.playerOk .lines {
    position: absolute;
    left: 4px; top: 0; right: 7px; bottom: 0;
    display: none;
}
div.playerOk.active .lines {
    display: block;
}
div.playerOk .lines span {
    display: block;
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 7px;
    cursor: pointer;
}
div.playerOk .loading {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    background: url("images/player-bg.png") -4px -62px no-repeat transparent;
    display: none;
    width: 0;
}
div.playerOk .playing {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    background: url("images/player-bg.png") -4px -93px no-repeat transparent;
    display: none;
    width: 0;
}
div.playerOk.active {
    background-position: left -31px;
}
div.playerOk.active .loading,
div.playerOk.active .playing {
    display: block;
}
div.playerOk a {}
div.playerOk a.btn {
    display: block;
    height: 18px;
    width: 15px;
    background: url("images/play_stop_vol.png") center -4px no-repeat transparent;
    position: absolute;
    top: 4px;
    padding: 0;
    margin: 0;
}
div.playerOk a.btn.play {
    left: 15px;
}
div.playerOk a.btn.play:hover {
    background-position: center -35px;
}
div.playerOk.active a.btn.play {
    background-position: center -66px;
}
div.playerOk.active a.btn.play:hover {
    background-position: center -97px;
}
div.playerOk.pause a.btn.play {
    background-position: center -4px;
}
div.playerOk.pause a.btn.play:hover {
    background-position: center -35px;
}
div.playerOk .volume {
    position: absolute;
    width: 65px;
    height: 24px;
    right: 13px;
    top: 0;
    bottom: 0;
    background: url("images/vol-bg.png") left top no-repeat transparent;
}
div.playerOk .volume .slider {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    background: url("images/vol-bg.png") left -31px no-repeat transparent;
    width: 0;
}
div.playerOk.active .volume .slider {
    background-position: left -62px;
}
div.playerOk .volume .handle {
    bottom: 0;
    top: 0;
    right: 0;
    left: -2px;
    background: url("images/player_ru_new_scroll.png") right top no-repeat transparent;
    position: absolute;
    width: 13px;
}
div.playerOk.active .volume .handle {
    background-position: left top;
}

div.playerOk.playerOk-ext {
    background: url("images/player-ext-bg.png") left top no-repeat transparent;
}
div.playerOk.playerOk-ext.active {
    background-position: left -31px;
}
div.playerOk.playerOk-ext .playerOk-download {
    position: absolute;
    background: url("images/btn-download.png") left top no-repeat transparent;
    left: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    text-align: center;
    padding-top: 5px;
}
div.playerOk.playerOk-ext.active .playerOk-download {
    background-position: left bottom;
}
div.playerOk.playerOk-ext .playerOk-download a {
    text-decoration: none;
    font-size: 11px;
    line-height: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #3a3a3a;
    text-shadow: 0 1px 2px #ffffff;
}
div.playerOk.playerOk-ext .playerOk-download a:hover {
    color: #FFFFFF;
    text-shadow: 0 1px 2px #000000;
}
div.playerOk.playerOk-ext .playerOk-order {
    position: absolute;
    background: url("images/btn-order.png") right center no-repeat transparent;
    right: 0;
    top: 0;
    bottom: 0;
    width: 73px;
    text-align: center;
    padding-top: 5px;
}
div.playerOk.playerOk-ext .playerOk-order a {
    text-decoration: none;
    color: #473e09;
    font-size: 11px;
    line-height: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
div.playerOk.playerOk-ext .playerOk-order a:hover {
    color: #000000;
}
div.playerOk.playerOk-ext a.btn.play {
    left: 77px;
}
div.playerOk.playerOk-ext span.time {
    left: 95px;
}
div.playerOk.playerOk-ext .lines {
    left: 72px;
    right: 72px;
}
div.playerOk.playerOk-ext .volume {
    right: 75px;
}
