/* ================================================= */  
 .mp3_legend {
    width: 100%;
    height: 30px;
    border: 1px solid #234;
    padding: 10px 0 0 0;
    -moz-border-radius:5px; 
    }
 .mp3_legend .item {
    padding: 10px 15px;
    }
 .mp3_legend img {
    vertical-align: middle;
    }
 .mp3_tabs {
    width: 100%;
    height: 23px;
/*    overflow: hidden; */
    cursor: pointer;
    margin: 15px 0 0 0;
    background: url('../graph/mp3tabs.png') repeat-x;
    border-left: 1px solid #234;
    border-right: 1px solid #234;
    border-top: 1px solid #234;
    -moz-border-radius-topright: 5px; 
    -moz-border-radius-topleft: 5px; 
    }
 .mp3_tabs a {
    font-weight: normal;
    color: #9797a2;
    }
 .mp3_tabs img {
    border: none;
    }
 .tab {
    float: left;
    padding: 4px 7px;
    border-bottom: 1px solid #234;
    }
 .tabselected {
    float: left;
    padding: 2px 10px;  
    height: 17px;  
    background: url('../graph/mp3tabson.png');
    cursor: default;
    border-left: 1px solid #234;
    border-right: 1px solid #345;
    border-top: 1px solid #345;
    -moz-border-radius-topright: 5px; 
    -moz-border-radius-topleft: 5px; 
    }
 .tabselected a {
    color: #b7b7c2;
    }
 .tabnext {
    float: left;
    padding: 0 0 0 5px;
    height: 21px;
    border-bottom: 1px solid #234;
    background: url('../graph/iconset/nextoff.png') center no-repeat;
    }
 .tabnext:hover {
    background: url('../graph/iconset/nexton.png') center no-repeat;
    }
 .tabprev {
    float: left;
    padding: 0 5px 0 0;
    height: 21px;
    border-bottom: 1px solid #234;
    background: url('../graph/iconset/prevoff.png') center no-repeat;
/*    display: none; */
    }
 .tabprev:hover {
    background: url('../graph/iconset/prevon.png') center no-repeat;
    }
 .taball {
    float: right;
    padding: 0 5px 0 0;
    height: 21px;
    border-bottom: 1px solid #234;
    background: url('../graph/iconset/downloadoff.png') center no-repeat;
    }
 .taball:hover {
    background: url('../graph/iconset/downloadon.png') center no-repeat;
    }
/* ================================================= */  
 #mp3_album {
    width: 100%;
    position: relative;
    height: 345px;
    padding: 10px 0 0 0;
    border-left: 1px solid #234;
    border-right: 1px solid #234;
    border-bottom: 1px solid #234;
    -moz-border-radius-bottomright: 5px; 
    -moz-border-radius-bottomleft: 5px; 
    }
 .mp3_album_title {
    position: absolute;
    font-size:12px;
    right: 10px;
    bottom: 45px; 
    font-weight: bold;
    text-align: right;
    text-shadow: #000 0px 0px 5px; 
    }
 .mp3_line {
    clear: both;
    float: left;
    margin: 2px 0 0 5px;
    }
 .mp3_line .title {
    position: absolute;
    width: 190px;
    height: 24px;
    text-align: left;
    line-height: 24px;
    margin: 0 0 0 67px;
    background: #000;
    z-index: 24;
    }
 .mp3_line .title a {
    color: #9797a2;
    }
 .mp3_line .player {
    position: absolute;
    left: 35px;
    z-index: 25;
    }
 .mp3_icon_set {
    float: left;
    vertical-align: middle;
    margin: 2px 0 0 288px;
    cursor: pointer;
    }
 #mp3_album .mp3_icon_set .download {
    float: left;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/downloadoff13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .download:hover {
    color: #678;
    background: url('../graph/iconset/downloadon13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .addcomm {
    float: left;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/addcommoff13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .addcomm:hover {
    color: #678;
    background: url('../graph/iconset/addcommon13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .viewcomm_off {
    float: left;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/viewcommoff13.png') no-repeat center;
    cursor: default; 
    }
 #mp3_album .mp3_icon_set .viewcomm {
    float: left;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/viewcommoff13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .viewcomm:hover {
    color: #678;
    background: url('../graph/iconset/viewcommon13.png') no-repeat center;
    }
 #mp3_album .mp3_icon_set .puzzle {
    position: absolute;
    left: 10px;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/puzzle.png') no-repeat center;
    z-index: 27;
    }
 #mp3_album .mp3_icon_set .padlock {
    position: absolute;
    left: 10px;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/padlock.png') no-repeat center;
    z-index: 27;
    }
 #mp3_album .mp3_icon_set .padunlock {
    position: absolute;
    left: 10px;
    min-height: 24px;
    min-width: 24px;
    background: url('../graph/iconset/padunlock.png') no-repeat center;
    z-index: 27;
    }
 #mp3_window_album_list {
    overflow: hidden;
    width: 200px;
    font: normal 11px Verdana, sans-serif; 
    background: #000 url('../graph/newbkgwindow.png') center;
    border: 1px solid #234;
    z-index: 20;
    }
 #mp3_window_album_list .belka {
    float: left;
    width: 100%;
    height: 20px;
    background: url('../graph/belkagora3.png') repeat-x; 
    }
 #mp3_window_album_list .belka .title {
    float: left;
    padding: 2px 0; margin-left: 5px;
    }
 #mp3_window_album_list .content {
    width: 180px;
    text-align: left;
    margin: 0 auto;
    }
 #mp3_window_album_list .content a {
    font-weight: normal;
    color: #777785;
    line-height: 25px;
    }
 #mp3_window_album_list .content a:hover {
    color: #aaa;
    background: #1A2B38;
    }
 #mp3_window_close {
    float: right;
    padding: 2px 0; margin-right: 5px;
    cursor: pointer;
    }
 #mp3addacc {
    color: #bbc;
    background-color: #234;
    cursor: pointer;
    }
 .mp3link {
    color: #bbc;
    font-weight: normal;
    background-color: #123;
    }
/* ================================================= JS */  
 #mp3_window {
    float: left;
    width: 100%;
    min-height: 110px;
    margin: 15px 0 0 0;
    text-align: justify;
    font: normal 11px Verdana, Tahoma, sans-serif; 
    background: #000 url('../graph/newbkgwindow.png') center;
    color: #777785;
    border: 1px solid #234;
    opacity: .7;
    filter:alpha(opacity=70); /* IE patch */ 
    -moz-border-radius: 5px; 
    }
 #mp3_window .belka {
    float: left;
    width: 100%;
    height: auto;
    background: url('../graph/belkagora3.png') repeat-x; 
    }
 #mp3_window .belka .title {
    float: left;
    margin-left: 10px;
    padding: 3px 0;
    }
 #mp3_window_close {
    float: right;
    font-weight: bold;
    padding: 3px 0; margin-right: 10px;
    cursor: pointer;
    }
 #mp3_window .content {
    float: left;
    width: 615px;
    min-height: 65px;
/*    padding: 5px 0 20px 0; */
    margin: 0 10px;
    }
 #mp3_window .content #mp3_window_textarea {
    position: relative;
    top: 5px;
    left: 5px;
    width: 600px;
    height: 50px;
    font: normal 11px Tahoma, sans-serif; 
    color: #99a;
    background-color: #111;
    border: 1px solid #345;
    padding: 5px;
    overflow: auto;
    }
 #mp3_window .menu {
    position: absolute;
    bottom: 3px;
    right: 17px;
    width: 525px;
    }
 #mp3_window .menu span {
    display: block;
    width: 45px;
    height: 15px;
    text-align: left;
    font-size: 9px;
    color: #456;
    border-top: 1px solid #123;
    border-bottom: 1px solid #123;
    padding-left: 23px; margin: 0 0 0 20px;
    cursor: pointer;
    z-index: 25; 
    }
 #mp3_window .menu a {
    font-weight: normal;
    color: #456;
    }
 #mp3_window .menu #mp3_window_addcomment {
    background: url('../graph/iconset/addcommoff.png') no-repeat;
    float: right;
    }
 #mp3_window .menu #mp3_window_addcomment:hover{
    color: #678;
    background: url('../graph/iconset/addcommon.png') no-repeat;
    border-top: 1px solid #234;
    border-bottom: 1px solid #234;
    }
 #mp3_window .menu #mp3_window_viewallcomments_off {
    background: url('../graph/iconset/viewcommoff.png') no-repeat;
    float: right;
    cursor: default;
    opacity: .5;
    filter:alpha(opacity=50); /* IE patch */ 
    }
 #mp3_window .menu #mp3_window_viewallcomments {
    background: url('../graph/iconset/viewcommoff.png') no-repeat;
    float: right;
    }
 #mp3_window .menu #mp3_window_viewallcomments:hover {
    color: #678;
    background: url('../graph/iconset/viewcommon.png') no-repeat;
    border-top: 1px solid #234;
    border-bottom: 1px solid #234;
    }
 #mp3_window .menu #mp3_window_save {
    float: right;
    background: url('../graph/iconset/saveoff.png') no-repeat;
    }
 #mp3_window .menu #mp3_window_save:hover {
    color: #678;
    background: url('../graph/iconset/saveon.png') no-repeat;
    border-top: 1px solid #234;
    border-bottom: 1px solid #234;
    }
 #mp3_window .menu #mp3_window_button_close {
    background: url('../graph/iconset/closeoff.png') no-repeat;
    margin: 0 auto;
    }
 #mp3_window .menu #mp3_window_button_close:hover {
    color: #678;
    background: url('../graph/iconset/closeon.png') no-repeat;
    border-top: 1px solid #234;
    border-bottom: 1px solid #234;
    }
 .postframe-author, .postframe-info {
    width: 130px;
    text-align: center;
    vertical-align: middle;
    }
 .postframe-info .nick {
    font: bold 11px Tahoma;
    padding: 2px;
    display: block;
    }
 .postframe-info .status {
    display: block;
    padding: 0 0 5px 0;
    }
 .postframe-info .activity {
    color: #666;
    display: block;
    font: 9px Verdana;
    }
 .postframe-info .activity img {
    display: block; 
    margin: 0 auto;
    }
 .postframe-info .date {
    font: normal 10px Verdana;
    color: #666;
    display: inline;
    margin: 0 0 0 5px;
    }
 .postframe-info .time {
    font: normal 10px Verdana;
    color: #666;
    display: inline;
    margin: 0 0 0 2px;
    }

