/*Model CSS*/
body {
	font:12px/18px ËÎÌå, arial, sans-serif;
	color:#505051;
	background-color: transparent;
}
.in_cont .fav_info h3{
	color:#333;
}
.wrapper input,.wrapper textarea{
	color:#666;
}

.wrapper .orange {
color:#ff4700;
}
.wrapper .orange2 {
	color:#ff8400;
}
.orange3{
	color:#ff4700;
}
.wrapper .gray {
color:#ababab;
}

.wrapper .gray2 {
color:#868686;
}
.wrapper .red {
	color:#e44400;
}
.wrapper .red2 {
	color:#ff1800;
}
.wrapper .bg_gray {
background:#e5e5e5;
}

.wrapper .f14{
	font-size:14px;
}
.wrapper .f18{
	font-size:18px;
}

.wrapper a {
color:#2176cb;
text-decoration:none;
}

.wrapper a:hover {
text-decoration:underline;
}

.player {
background:url(player_bg.png) no-repeat 0 0;
}

/*
* html .player {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/player_bg.png");
background:none;
}
*/
.player .info {
color:#666;
}
.player pl info ul li{color:#333}
.player .info ul li span{
	float:left;
}


.player .info a.album {
background:url(player_album_bg.gif) no-repeat 0 0;
}

.player .info li.ins {
background:url(icon_info.gif) no-repeat 2px 2px;
padding-left:12px;
}

.player .contrl a.pre {
background:url(button_pre.png) no-repeat 0 0;
}

.player .contrl a.pre:hover {
background:url(button_pre_hover.png) no-repeat 0 0;
}

.player .contrl a.next {
background:url(button_next.png) no-repeat 0 0;
}

.player .contrl a.next:hover {
background:url(button_next_hover.png) no-repeat 0 0;
}

.player .contrl a.play {
background:url(button_play.gif) no-repeat 0 -52px;
}

.player .contrl a.play:hover {
background:url(button_play.gif) no-repeat 0 0;
}

.player .contrl a.pause {
background:url(button_play.gif) no-repeat -52px -52px;
}

.player .contrl a.pause:hover {
background:url(button_play.gif) no-repeat -52px 0;
}

.player .contrl a.link {
	background:url(player_contrl_button_bg.gif) no-repeat 0 0;
	color:#999;
	text-decoration: none;
}

.player .contrl a.link:hover {
background:url(player_contrl_button_bg_hover.gif) no-repeat 0 0;
color:#fff;
text-decoration:none;
}

.player .contrl p.volume span.volume_s {
background:url(player_volume_s.gif) no-repeat 0 0;
}

.player .contrl p.volume span.volume_l {
background:url(player_volume_l.gif) no-repeat 0 0;
}

.player .contrl p.volume span.volume_c {
background:url(player_volume_bg.gif) no-repeat 0 2px;
}

.player .contrl p.volume span.volume_p {
background:url(player_volume_up.gif) no-repeat 0 0;
}

.player .contrl a.windows {
background:url(button_windows.png) no-repeat 0 0;
}

.player .contrl a.windows:hover {
background:url(button_windows_hover.png) no-repeat 0 0;
}

.player .contrl a.list {
background:url(button_list.png) no-repeat 0 0;
}

.player .contrl a.list2 {
background:url(button_list2.png) no-repeat 0 0;
}

.player .contrl a.list:hover {
background:url(button_list_hover.png) no-repeat 0 0;
}

.player .contrl a.list2:hover {
background:url(button_list2_hover.png) no-repeat 0 0;
}

.player .contrl_bottom p.bar {
background:url(player_bar_bg.gif) repeat-x 0 2px;
}
.player .contrl_bottom p.bar span.bar_down{
	background:url(down_per.gif) repeat-x 0 0;
}
.player .contrl_bottom p.bar span.bar_p {
background:url(player_bar_up.gif) repeat-x 0 0;
}

.player .contrl_bottom p.time {
color:#666;
}

.player .contrl_bottom a.list_re {
background:url(button_listp.gif) no-repeat 0 -15px;
}

.player .contrl_bottom a.list_re:hover,.player .contrl_bottom a.list_re_active {
background:url(button_listp.gif) no-repeat 0 0;
}

.player .contrl_bottom a.list_res {
background:url(button_listp.gif) no-repeat -16px -15px;
}

.player .contrl_bottom a.list_res:hover,.player .contrl_bottom a.list_res_active {
background:url(button_listp.gif) no-repeat -16px 0;
}

.player .contrl_bottom a.list_ra {
background:url(button_listp.gif) no-repeat -30px 0;
}

.player .contrl_bottom a.list_ra:hover,.player .contrl_bottom a.list_ra_active {
background:url(button_listp.gif) no-repeat -30px -15px;
}
/*
* html .player .contrl a.pre {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_pre.png");
background:none;
}

* html .player .contrl a.pre:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_pre_hover.png");
background:none;
}

* html .player .contrl a.next {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_next.png");
background:none;
}

* html .player .contrl a.next:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_next_hover.png");
background:none;
}

* html .player .contrl a.play {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_play.png");
background:none;
}

* html .player .contrl a.play:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_play_hover.png");
background:none;
}

* html .player .contrl a.pause {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_pause.png");
background:none;
}

* html .player .contrl a.pause:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_pause_hover.png");
background:none;
}

* html .player .contrl a.windows {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_windows.png");
background:none;
}

* html .player .contrl a.windows:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_windows_hover.png");
background:none;
}

* html .player .contrl a.list {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_list.png");
background:none;
}

* html .player .contrl a.list:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_list_hover.png");
background:none;
}

* html .player .contrl a.list2 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_list2.png");
background:none;
}

* html .player .contrl a.list2:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_list2_hover.png");
background:none;
}

* html .player .contrl_bottom a.list_re {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_re.png");
background:none;
}

* html .player .contrl_bottom a.list_re:hover,* html .player .contrl_bottom a.list_re_active {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_re_active.png");
background:none;
}

* html .player .contrl_bottom a.list_res {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_res.png");
background:none;
}

* html .player .contrl_bottom a.list_res:hover,* html .player .contrl_bottom a.list_res_active {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_res_active.png");
background:none;
}

* html .player .contrl_bottom a.list_ra {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_ra.png");
background:none;
}

* html .player .contrl_bottom a.list_ra:hover,* html .player .contrl_bottom a.list_ra_active {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/button_ra_active.png");
background:none;
}

*/
.navigation {
background:url(navigation_bg.gif) no-repeat 0 0;
}
.navigation p{
	color: #FFFFFF;
}
.navigation ul li a {
color:#FFF;
background:url(navigation_bg.gif) no-repeat -148px -60px;
}

.navigation ul li a:hover,.navigation ul li a.active {
background:url(navigation_bg.gif) no-repeat -148px -30px;
text-decoration:none;
}

.navigation ul li.homepage a {
background:url(navigation_bg.gif) no-repeat 0 -60px;
}

.navigation ul li.homepage a:hover,.navigation ul li.homepage a.active {
background:url(navigation_bg.gif) no-repeat 0 -30px;
text-decoration:none;
}

.tab .select {
background:url(tab_select_bg.gif) no-repeat 0 0;
}

.tab .select ul li a {
background:url(tab_select_abg.png) no-repeat 0 0;
color:#999;
}


* html .tab .select ul li a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.9eye.cn/my/themes/default/tab_select_abg.png");
background:none;
cursor:pointer;
}

* html .tab .select ul li a.active {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="");
background:none;
}

.tab .select ul li a.active,.tab .select ul li.remake a.active,.tab .select ul li.get_c a.active,.tab .select ul li.mytags a.active {
background:url(tab_select_bg.gif) no-repeat -120px -100px;
}

.tab .select ul li.myfav a.active {
background:url(tab_select_bg.gif) no-repeat -120px 0;
}

.tab .select ul li.lasted a.active {
background:url(tab_select_bg.gif) no-repeat -120px -200px;
}

.tab .cont {
border-top:1px solid #565656;
border-bottom:1px solid #565656;
background:#FFF url(tab_cont_bg.gif) repeat-x 0 0;
}

.tab .rco {
background:url(tab_rco.gif) no-repeat 0 0;
}

.myfav .top_nav {
background:url(tab_cont_bg2.gif) no-repeat 0 0;
}

.myfav .top_nav ul li {
background:url(tab_cont_bg2.gif) no-repeat -500px 0;
}

.myfav .top_nav ul li.tn_admin {
background:url(tab_cont_bg2.gif) no-repeat -410px -26px;
}

.myalbum .top_nav ul li.tn_myalbum,.album .top_nav ul li.tn_album,.singer .top_nav ul li.tn_singer,.song .top_nav ul li.tn_song {
background:url(tab_cont_bg2.gif) no-repeat -410px 0;
}

.myfav .bot_pages {
background:url(tab_cont_bg2.gif) no-repeat 0 -27px;
}

.myalbum .list ul li a.img {
background:url(myalbum_bg.png) no-repeat 0 0;
}
/*
* html .myalbum .list ul li a.img {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/myalbum_bg.png");
background:none;
}
*/
.album .list ul li a.img {
background:url(album_bg.png) no-repeat 0 0;
}
/*
* html .album .list ul li a.img {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/album_bg.png");
background:none;
}
*/

.myalbum .list ul li strong a,.album .list ul li strong a,.singer .list ul li strong a {
color:#919191;
}

.main .user .user_top {
background:url(main_user_bg.gif) no-repeat 0 0;
}

.main .user .user_bottom {
background:url(main_user_bg.gif) no-repeat 0 -3px;
}

.main .user .cont {
background:#FFF url(tab_cont_bg.gif) repeat-x 0 0;
border-left:1px solid #565656;
border-right:1px solid #565656;
}

.main .user .info {
border-bottom:2px solid #e2e2e2;
}

.main .user .info a.img{
	border:1px solid #666666;
}

.main .user h2 {
	color:#444444;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.main .user .info .user_i ul li a {
	color:#2176cb;
}

.main .user .info .txt p{
	background:#f1f8ff;
	width:245px;
	height:22px;
	color:#5a77ae;
	border: 1px solid #c6d8f0;
}

.main .user .info .user_i li.pr {
	background-image: url(icon_pr.gif);
	background-repeat: no-repeat;
}

.main .user .info .user_i li.message {
background:url(icon_message.gif) no-repeat;
}

.myfav .list ul li:hover p span.bg,.fav_r .album ul li p span.bg {
	_background: url(icon_play.gif) no-repeat;
	background: url(icon_play3.png) no-repeat;
}

/*
* html .myfav .list ul li.hover p span.bg,* html .fav_r .album ul li p span.bg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_play3.png");
background:none;
}


* html .myfav .list ul li.hover p span.bg,* html .fav_r .album ul li p span.bg {
background:#000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
*/



.sort .title {
background:url(sort_title_bg.gif) no-repeat 0 0;
}

.sort .title2 {
background:url(sort_title_bg.gif) no-repeat 0 -30px;
}

.sort .cont {
background:#FFF;
border-left:1px solid #565656;
border-right:1px solid #565656;
}

.sort .sort_bottom {
background:url(sort_bottom.gif) no-repeat 0 0;
}

.remake-w p.contrl a.play {
background:url(icon_play.gif) no-repeat 0 0;
}

.remake-w p.contrl a.add {
background:url(icon_add.gif) no-repeat 0 0;
}

.remake-w p.contrl a.share {
background:url(icon_share.gif) no-repeat 0 0;
}

.remake-w p.contrl a.down {
background:url(icon_down2.gif) no-repeat 0 -2px;
}

.remake-w p.contrl a.delete {
background:url(icon_delete.gif) no-repeat 0 2px;
padding-left:22px;
}
.remake-w p.contrl a.fav {
background:url(icon_fav.gif) no-repeat 0 2px;
}
ul.mygb li:hover,ul.mygb li.hover {
background:#e1e1e1;
}

.write p strong input.button {
background:url(button_bg.gif) no-repeat 0 0;
font-weight:700;
color:#FFF;
border:0;
}

.wrapper .black,.tab .select ul li a.active em,.tab .select ul li a.active:hover em,.main .user .info ul.manager,.main .user .list h3,ul.user_group li strong a {
color:#000;
}

.wrapper .bold,.navigation ul li a.active {
font-weight:700;
}

.player .info a,.player .contrl_bottom p.time strong,.tab .select ul li a:hover,.myfav .top_nav ul li a,.myfav .bot_pages a,.sort h3 {
	color:#FFF;
	text-decoration: none;
}

.player .contrl p.volume span.volume_b,.player .contrl_bottom p.bar span.bar_b {
background:url(player_button.gif) no-repeat 0 0;
cursor:pointer;
}

.tab .select ul li a.active strong,.tab .select ul li a.active:hover strong,.myalbum .list ul li strong em,.album .list ul li strong em,.singer .list ul li strong a em {
color:#ff4800;
}

ul.active li,ul.mygroup li {
border-bottom:1px dashed #b2b2b2;
}

.singer .list ul li a.img{
	border:1px solid #707070;
}
.singer .list ul li a.img:hover{
	border-color:#000;
}
/**/
.song .list .title{
	border-bottom:2px solid #686868;
}	
.song .list .title h4{
	color:#000;
}
.song .list .title p strong{
	color:#ff4e00;
}

.list p.contrl a,
.s_list p.contrl a,
.remake_l .remake_gb a.ire{
	color:#FFF;
	background:url(song_button_bg.gif) no-repeat 0 0;
}
.list p.contrl a.a1,
.s_list p.contrl a.a1{
	background-position:-34px 0;
}
.list p.contrl a.a2,
.s_list p.contrl a.a2,
.remake_l .remake_gb a.ire{
	background-position:-120px 0;
}
.song .list ul li{
	border-bottom:1px solid #d9d9d8;
}
.song .list ul li:hover,
.song .list ul li.hover{
	background:#eaeaea;
}
.song .list ul li a{
	color:#4c4c4c;
}
.song .list ul li.delete{
	border-bottom:1px solid #d9d9d8;
	background-color:#eaeaea;
	text-decoration:line-through;
}
.remake_l .list ul li p,.get_c .list ul li p{
	color:#767676;
}
.remake_l .list ul li p a,
.get_c .list ul li p a.a1{
	color:#2176cb;
}
.remake_l .list ul li p a.a1,.get_c .list ul li p a.a2{
	color:#000;
}
/**/
.mytags ul{
	background:url(mytags_bg.gif) repeat;
}
.mytags ul li a{
	color:#7b7b7b;
}
.mytags ul li a em strong{
	color:#ff4200;
}

/**/
.main .user .info .user_i li.li1 a{
	color:#ff4200;
}
.main .user .info .user_i li.li2 a{
	color:#1582f9;
}
.main .user .what_hi{
	background:url(icon_state.gif) no-repeat 0 -50px;
}
.main .user .what_sms{
	background:url(icon_state.gif) no-repeat 0 -145px;
}
.main .user .what_add{
	background:url(icon_state.gif) no-repeat 0 -122px;
}
.main .user .what_online{
	background:url(icon_state.gif) no-repeat 0 -75px;
}
.main .user .what_offline{
	background:url(icon_state.gif) no-repeat 0 -5px;
}
.main .user .what_listen{
	background:url(what_listen_icon.gif) no-repeat 0 -3px;
}
.main .user .info ul.what li span{
    color:#006ad6;
}
.main .user .info ul.what li a{
   color:#000000;
}
.main .user .info ul.what li span.grey{
   color:#333333;
}
/**/
/**/
.play_list{
	border:1px solid #000;
	border-top:0;
	background:#2b2b2b;
}
.play_list-w{
	border:1px solid #333;
	border-top:0;
	background:#1f1f1f;
}
.play_list_s{
	SCROLLBAR-FACE-COLOR:#cdcdcd; 
	SCROLLBAR-HIGHLIGHT-COLOR:#fff; 
	SCROLLBAR-SHADOW-COLOR:#999; 
	SCROLLBAR-3DLIGHT-COLOR:#999; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#fff; 
	SCROLLBAR-DARKSHADOW-COLOR:#fff;  
}
.play_list_c{
	border:1px solid #000;
	background:url(play_list_bg.gif) repeat 0 0;
	color:#999;
}
.play_list a{
	color:#999;
	text-decoration:none;
}
.play_list a:hover{
	text-decoration:underline;
}
.play_list .title{
	background:#141414;
	color:#FFF;
}
.play_list span.p_contrl a.a1{
	background:url(icon_play2.gif) no-repeat 0 1px;
}
.play_list span.p_contrl a.a2{
	background:url(icon_fav.gif) no-repeat 0 2px;
}
.play_list span.p_contrl a.a3{
	background:url(icon_down.gif) no-repeat 0 2px;
}
.play_list ul li:hover span.p_contrl a,
.play_list ul li.hover span.p_contrl a{
	display:inline;
}
.play_list ul li:hover,
.play_list ul li.hover{
	background:#1b1b1b;
	color:#FFF;
}
.play_list ul li:hover a,
.play_list ul li.hover a,
.play_list ul li.active a{
	color:#FFF;
}
.play_list ul li.active{
	background:#1f1f1f!important;
	color:#FFF;
}
/**/
.in-wrapper .in_top{
	background:url(in_top.gif) no-repeat 0 0;
}
.in-wrapper .in_bottom{
	background:url(in_top.gif) no-repeat 0 -3px;
}
.in-wrapper .in_cont{
	border-left:1px solid #565656;
	border-right:1px solid #565656;
	background:#FFF;
}
/**/
.fav_r{
	border-left:1px solid #dadada;
}
.fav_myalbum .title{
	border-bottom:3px solid #dadada;
}
.fav_myalbum .title h3{
	color:#000;
}
.fav_myalbum .title a{
	background:url(fav_button_bg.gif) no-repeat 0 0;
	color:#FFF;
}
.fav_r .sort h3{
	color:#000;
	border-bottom:3px solid #dadada;
}
.fav_r .mytags ul{
	background:transparent;
}
.fav_r .singer ul li a.img{
	border:1px solid #676767;
}
.fav_r .singer ul li a.img:hover{
	border-color:#000;
}
.fav_r .singer ul li em{
	color:#ff4700;
}
.fav_r .singer ul li strong a{
	color:#3a3a3a;
}
.fav_r .album ul li a.img{
	background:url(album_bg.gif) no-repeat 0 0;
}
.fav_r .album ul li strong a{
	color:#3a3a3a;
}
.fav_r .album ul li em{
	color:#ff4700;
}
.fav_myalbum .list ul li span.unedit a{
	color:#000;
}
.fav_title h1{
	color:#000;
}
.fav_title h3{
	color:#000;
}
.fav_title a.back{
	background:url(back_bg.gif) no-repeat 0 0;
}
.s_list .s_title h3{
	color:#000;
}
.s_list .l_title{
	clear:both;
	border-top:2px solid #c3c3c3;
	color:#000;
}
.s_list .l_title span.s_t1{
	background:#e5e5e5;
}
.s_list .l_title span.s_t2{
	background:#e5e5e5;
}
.s_list .l_title span.s_t3{
	background:#e5e5e5;
}
.s_list ul li{
	border-bottom:1px solid #e3e3e3;
}
.s_list ul li ul li.s_2 strong{
	color:#000;
}
.s_list ul li ul li.s_2 strong a{
	color:#000;
}
.s_list ul li ul li.s_2 em{
	color:#bababa;
}
.pop .pop_c a.delete,
.s_list ul li ul li.s_2 em span.atag a{
	color:#bababa;
}
.pop .pop_c a.delete:hover,
.s_list ul li ul li.s_2 em span.atag a.delete:hover{
	color:#FFF;
	background:#F00;
	text-decoration:none;
}
.s_list ul li ul li.s_3 a,.s_list ul li ul li.s_4 a{
	color:#000;
}
.s_list ul li ul li.s_6{
	color:#bababa;
}
.s_list ul li:hover,
.s_list ul li.hover{
	background:#eaeaea;
}
.s_list ul.unfav li ul li a,.s_list ul.unfav li ul li strong a,.s_list ul.unfav li ul li strong{
	color:#bababa;
}
.s_list ul.unfav li ul li.s_6 a{
	color:#000;
}
.s_list ul.unfav li ul li.s_6 a.a1{
	background:url(icon_play.gif) no-repeat 0 0;
}
.s_list ul.unfav li ul li.s_6 a.a2{
	background:url(icon_fav.gif) no-repeat 0 2px;
}
.fav_title2{
	border-bottom:3px solid #dadada;
}
.fav_singer{
	background:#f1f1f1 url(fav_singer_bg.gif) repeat-x 0 0;
	border:1px solid #e3e3e3;
}
.fav_singer a.img{
	border:1px solid #6e6e6e;
}
.fav_singer a.img:hover{
	border-color:#000;
}
.fav_album a.img{
	background:url(album_bg.png) no-repeat 0 0;
	border:0;
}
.fav_album .fav_st h2 a{
	color:#000;
}
.wrapper .pages a{
	background:url(pages_bg.gif) repeat-x 0 0;
	border:1px solid #f0eeef;
	color:#999;
}
.wrapper .pages a:hover{border-color:#CCC;color:#3c3c3c;}
.wrapper .pages a.active{background:#ff9934;color:#FFF!important;border-color:#f0eeef;}
.wrapper .pages span.active{
	background:#ff9934;
	color:#FFF;
	border:1px solid #f0eeef;
}
.myalbum_l .s_list ul li a{
	color:#767676;
}
.myalbum_c .img a.cover{
	background:url(myalbum_bg_big.gif) no-repeat 0 0;
}
.myalbum_c .img p a.pre{
	background:url(pre_bg.gif) no-repeat 0 0;
}
.myalbum_c .img p a.next{
	background:url(next_bg.gif) no-repeat 0 0;
}
.myalbum_c .img p span{
	color:#90bae5;
}
.myalbum_c .cont p.contrl a.a1{
	background:url(icon_play.gif) no-repeat 0 0;
}
.myalbum_c .cont p.contrl a.a2{
	background:url(icon_edit.gif) no-repeat 0 2px;
}
.myalbum_c .cont p.contrl a.a3{
	background:url(icon_fav.gif) no-repeat 0 2px;
}
.myalbum_c .cont p.contrl a.a4{
	background:url(icon_share.gif) no-repeat 0 0;
}
.myalbum_c .cont p.contrl a.a5{
	background:url(icon_delete.gif) no-repeat 0 2px;
}
.myalbum_c .cont .txt{
	color:#949494;
}
.myalbum_c .cont h2{
	color:#000;
}
/**/
.myalbum_r{
	border-left:1px solid #daebfe;
}

.myalbum_diss .title{
	border-bottom:3px solid #dadada;
}
.myalbum_diss .title h3{
	color:#000;
}
.myalbum_diss .title a{
	background:url(button_bg1.gif) no-repeat 0 0;
	color:#FFF;
}
.myalbum_diss ul li{
	border-bottom:1px dashed #b2b2b2;
}
.myalbum_diss ul li p.auther{
	color:#ababaa;
}
.myalbum_diss .write p span.code input{
	border:1px solid #CCC;
	background:#FFF;
}
.myalbum_diss .write p input.button{
	background:url(button_bg.gif) no-repeat 0 0;
	color:#FFF;
}
/**/
.myalbum_crt{
	border-bottom:1px dashed #b2b2b2;
}
.myalbum_crt h3,.myalbum_d h3{
	color:#000;
}
.myalbum_d h3{
	background:url(title_bg.gif) no-repeat 0 -52px;
}
.myalbum_crt_m h3{
	background:url(title_bg.gif) no-repeat 0 0;
}
.myalbum_crt_c h3{
	background:url(title_bg.gif) no-repeat 0 -26px;
}
.myalbum_crt_m ul li input{
	border:1px solid #CCC;
}
.myalbum_crt_m ul li textarea{
	border:1px solid #CCC;
	color:#858585;
}
.myalbum_crt_c span.big_cover{
	background:url(myalbum_bg_big.gif) no-repeat 0 0;
}
.myalbum_crt_c ul li img{
	border:1px solid #CCC;
}
.myalbum_dl h4{
	color:#000;
	border:1px solid #c3c3c3;
	border-bottom:0;
}
.list-w{
	border:1px solid #b1b1b1;
	border-top-width:2px;
	border-bottom:0;
	color:#000;
}
.list-w ul li a{
	color:#000;
}
.list-w .list_t{
	background:#e5e5e5;
	border-top:1px solid #FFF;
}
.list-w ul{
	background:url(list_bg.gif) repeat;
}
.list-w ul li a.delete{
	background:url(icon_delete2.gif) no-repeat 0 0;
}
.myalbum_dr .cho{
	background:url(cho_bg.gif) repeat-x 0 bottom;
}
.myalbum_diss ul li p span.contrl a.a2,
.remake_r ul li p span.contrl a.a2,
.remake_gb ul li p.auther span.contrl a.a2{
	background:url(icon_delete.gif) no-repeat 0 0;
}
.myalbum_diss ul li:hover,.myalbum_diss ul li.hover,
.remake_r ul li:hover,.remake_r ul li.hover,
.remake_gb ul li:hover,.remake_gb ul li.hover{
	background:#ebebeb;
}
.myalbum_dr .cho a{
	color:#6e6e6e;
	background:#f0f0f0;
	border:1px solid #b1b1b1;
}
.myalbum_dr .cho a.active{
	background:#FFF;
	border-bottom:0;
}
.myalbum_dr .select{
	border-bottom:2px solid #c3c3c3;
}
.myalbum_dr .select select{
	background:#bababa;
	color:#FFF;
}
.list-w ul li a.add{
	background:url(icon_add3.gif) no-repeat 0 0;
}
.list-w ul li.un{
	background:#f3f3f3;
	border-bottom:1px solid #e3e3e2;
}
.list-w ul li.un a.add{
	background:url(icon_add4.gif) no-repeat 0 0;
	cursor:default;
}
.myalbum_dr .list_t{
	border-top:1px solid #FFF;
}
.myalbum_dr .list-w{
	color:#767676;
}
.myalbum_dr .list-w ul li a{
	color:#767676;
}
.myalbum_dr .l_search{
	border-bottom:2px solid #c3c3c3;
}

.myalbum_dr .l_search p.txt input.text{
	border:2px solid #BBB;
}
.myalbum_dr .l_search p.txt input.button{
	background:url(button_bg2.gif) repeat-x 0 0;
	border-top: 2px solid #BBB;
	border-right: 2px solid #BBB;
	border-bottom: 2px solid #BBB;
}	
.myalbum_dr .l_search p.res{
	color:#000;
}
/**/
.group_r,.friend_r,.guestb_r,.remake_r{
	border-left:1px solid #dadada;
}
.group_l .title,
.group_r .title,
.friend_l .title,
.friend_r .title,
.guestb_l .title,
.guestb_r .title,
.remake_l .title,
.remake_r .title{
	border-bottom:3px solid #dadada;
}
.group_l .title h3,
.group_r .title h3,
.friend_l .title h3,
.friend_r .title h3,
.guestb_l .title h3,
.guestb_r .title h3,
.remake_l .title h3,
.remake_r .title h3{
	color:#000;
}
.group_l .title a{
	border:1px solid #dadada;
}
.group_l .title a.active{
	background:#dadada;
}
.group_r .title a.creat,.remake_l .title a.upload{
	background:url(song_button_bg.gif) -34px 0;
	color:#FFF;
}
.group_l ul li{
	border-bottom:1px dashed #b2b2b2;
}
.group_r ul li strong a{
	color:#000;
}
.friend_l ul li{
	border-bottom:1px dashed #b2b2b2;
}
.guestb_l ul li p.txt{
	color:#000;
}
.guestb_l ul li p.auther span.contrl a.a1{
	background:url(icon_re.gif) no-repeat 0 0;
}
.guestb_l ul li p.auther span.contrl a.a2{
	background:url(icon_delete.gif) no-repeat 0 0;
}
.guestb_l ul li:hover,.guestb_l ul li.hover{
	background:#ebebeb;
}
.guestb_l ul li ul.reply{
	border-top:1px dashed #b2b2b2;
}
.guestb_l ul li ul.reply li{
	border-bottom:1px dashed #b2b2b2;
}
.remake_r ul.rgt li{
	border-bottom:1px dashed #b2b2b2;
}
.remake_r ul.rgt li p.txt{
	color:#000;
}
.remake_l .remake{
	border-bottom:1px dashed #b2b2b2;
}
.remake_gb{
	border-bottom:1px dashed #b2b2b2;
}
.remake_r .remake-w{
	border-bottom:1px dashed #b2b2b2;
}
.remake_l ul.upload li strong{
	color:#000;
}
.remake_l ul.upload li input.text{
	border:1px solid #CCC;
}
.remake_l ul.upload li textarea{
	border:1px solid #CCC;
	color:#858585;
}
.remake_r h4{
	color:#ff8400;
}
.remake_r p.ins{
	color:#7b7b7b;
}
.set_l{
	border-right:1px solid #dadada;
}
.set_l dl dt{
	background:url(set_lbg.gif) repeat-x 0 bottom;
}
.set_l dl dt.nod1{
	background:none;
	border-bottom:1px solid #dadada;
}
.set_l dl dt.nod2{
	background:none;
}
.set_l dl dt span{
	background:url(set_lbg2.gif) no-repeat 3px 1px;
	color:#000;
}
.set_l dl dt a{
	background:url(set_lbg3.gif) no-repeat 3px 1px;
}
.set_l dl dd{
	border-bottom:1px solid #dadada;
}
.set_l dl dd a:hover,
.set_l dl dd a.active{
	background:#eee;
}
.set_r h3{
	color:#000;
	border-bottom:3px solid #dadada;
}
.set_l dl dt.nod1 a{
	background: url(set_lbg3.gif) no-repeat 4px 4px;
}
.set_l dl dt a.active{
	background:url(set_lbg3.gif) no-repeat 4px 4px;
	border-bottom:1px solid #FFF;
}
.avs2 strong.big_avs{
	background:#eaeaea;
	border:1px solid #cacaca;
}
.avs2 strong.big_avs img{
	border:4px solid #FFF;
}
.profile .input ul li span.no{
	background:url(set_r_no.gif) no-repeat 8px 0;
	color:#E00;
}
.profile .input ul li span.yes{
	background:url(set_r_yes.gif) no-repeat 8px 0;
	color:#38920e;
}
.smail .sent p input.text{
	border:1px solid #7f9db9;
	background:#aac5df;
	color:#FFF;
}
.smail .sent p input{
	color:#000;
}
.smail .select .title{
	background:url(select_bg.gif) no-repeat 0 bottom;
}
.smail .select .title span{
	color:#000;
	background:url(select_bg2.gif) no-repeat 0 0;
}
.smail .select .list{
	border:1px solid #9b9b9b;
	border-top:0;
}
.smail .select .list-w2{
	border:1px solid #f1f1f1;
	border-top:0;
}
.smail .select .list h5 a{
	color:#000;
	background:url(mail_l.gif) no-repeat 7px 7px;
}
.smail .select .list ul{
	color:#979797;
}
.smail .select .list ul li{
	border-bottom:1px solid #DDD;
}
.mbox .title{
	color:#000;
	background:#eee;
}
.mbox ul li{
	border-bottom:1px dashed #b2b2b2;
}
.mbox ul li ul li p.contrl a.a1{
	background:url(icon_rer.gif) no-repeat 0 0;
}
.mbox ul li ul li p.contrl a.a2{
	background:url(icon_readed.gif) no-repeat 0 0;
}
.mbox ul li ul li p.contrl a.a3{
	background:url(icon_delete.gif) no-repeat 0 0;
}
.mbox ul li:hover,
.mbox ul li.hover{
	background:#f0f0f0;
}
.safe ul{
	color:#000;
}
.safe p input{
	color:#000;
}
.grade .title{
	background:url(line.gif) repeat-x 0 23px;
}
.grade .title a{
	border:1px solid #b1b1b1;
	background:#f0f0f0;
	color:#8f8f8f;
}
.grade .title a.active{
	background:#FFF;
	border-bottom:1px solid #FFF;
	color:#000;
}
.grade .list{
	border:1px solid #b1b1b1;
	border-top:0;
}
.inter_l .i_title{
	background:#a6a6a6;
	color:#FFF;
}
.inter_l .i_title span.it_1,
.inter_l ul li strong{
	border-right:1px solid #FFF;
}
.inter_l .i_title span.it_2,
.inter_l ul li em{
	border-right:1px solid #FFF;
}
.inter_l ul li{
	background:#f5f5f5;
	border-bottom:1px solid #FFF;
}
.inter_l ul li.bg{
	background:#ececec;
}
.index_l ul li{
	background:url(index_lbg.gif) no-repeat 0 0;
	color:#000;
}
.index_l p.bg_img{
	border:6px solid #CCC;
}
.index_l p.bg_img img{
	border:1px solid #FFF;
}
.index_l p.submit input{
	color:#000;
}
.grade .view .view_c h4{
	color:#000;
}

.index_l span.notes{
    background-image:url(notes_bg.gif);
}

/**/
.pop{
	color:#000;
}
.pop_t{
	background:url(pop_bg1.gif) no-repeat 0 0;
}
.pop2 .pop_t{
	background:url(pop_bg3.gif) no-repeat 0 0;
}
.pop_b{
	background:url(pop_bg1.gif) no-repeat 0 -11px;
}
.pop2 .pop_b{
	background:url(pop_bg3.gif) no-repeat 0 -11px;
}
.pop_c{
	background:url(pop_bg2.gif) repeat-y 0 0;
}
.pop2 .pop_c{
	background:url(pop_bg4.gif) repeat-y 0 0;
}
.pop a.close{
	background:url(pop_close.gif) no-repeat 0 0;
}
.pop p.input input{
	border:1px solid #CCC;
}
.pop p.input textarea{
	border:1px solid #CCC;
}
.pop p.tags em{
	color:#949494;
}
.pop p.button input{
	color:#000;
}
.pop_list{
	border-top:2px solid #c3c3c3;
}
.pop_list .pop_tit{
	background:#e5e5e5;
	border-top:1px solid #FFF;
}
.pop_list ul li{
	border-bottom:1px solid #e3e3e3;
}
.pop_list ul li,
.pop_list ul li a{
	color:#767676;
}
.pop .user{
	border-bottom:1px dashed #b2b2b2;
}
.pop .hi textarea{
	border:1px solid #CCC;
}
/**/
.user_pop{
	background:transpaent;
}
.user_pop .user_pop_i{
	border:1px solid #dcdcdc;
	border-right-color:#8a8a8a;
	border-bottom-color:#8a8a8a;
}
.user_pop .user_pop_i-w{
	border:2px solid #FFF;
}
.user_pop .user_pop_i a{
	background:#d2d2d2 url(user_pop.gif) no-repeat 0 0;
	border-left:2px solid #FFF;
}
.user_pop .user_pop_i a:hover{
	background:#939393 url(user_pop.gif) no-repeat -11px 0;
}
.user_pop .user_pop_i a.active{
	background:#939393 url(user_pop.gif) no-repeat -22px 0;
}
.user_pop .user_pop_i a.active:hover{
	background:#939393 url(user_pop.gif) no-repeat -33px 0;
}
.user_pop .user_pop_t{
	background:#FFF url(user_pop2.gif) no-repeat 0 0;
	border:1px solid #8a8a8a;
	border-top:0;
	border-left-color:#dcdcdc;
}
.user_pop .user_pop_t p{
	border-bottom:1px solid #d0d0d0;
	color:#000;
}
.user_pop .user_pop_t ul li a{
	color:#545454;
}

.user_pop .user_pop_t p a{
	color: #2176CB;
	text-decoration: none;
}
.user_pop .user_pop_t ul li a:hover{
	background:#747474;
	color:#FFF;
	text-decoration:none;
}
.user_pop .user_pop_t p .red2 {
    color:#ff1800;
}
/**/
/**/
.user_pop2{;
	background:transpaent;
}
.user_pop2 .user_pop_i{
	border:1px solid #282828;
	border-right-color:#818181;
	border-bottom-color:#818181;
}
.user_pop2 .user_pop_i-w{
	border:2px solid #000;
}
.user_pop2 .user_pop_i a{
	background:#939393 url(user_pop.gif) no-repeat -11px center;
	border-left:2px solid #000;
}
.user_pop2 .user_pop_i a:hover{
	background:#d2d2d2 url(user_pop.gif) no-repeat 0 center;
}
.user_pop2 .user_pop_i a.active{
	background:#939393 url(user_pop.gif) no-repeat -33px center;
}
.user_pop2 .user_pop_i a.active:hover{
	background:#d2d2d2 url(user_pop.gif) no-repeat -22px center;
}
.user_pop2 .user_pop_t{
	background:#000 url(user_pop3.gif) no-repeat 0 0;
	border:1px solid #818181;
	border-top:0;
	border-left-color:#282828;
}

.user_pop2 .user_pop_t ul li a{
	color:#FFF;
	background:#333;
	border-bottom:1px solid #4c4c4c;
}
.user_pop2 .user_pop_t ul li a:hover{
	background:#4c4c4c;
	text-decoration:none;
}
.set_r p input{
	color:#000;
}
/**/
.guide_myb p.tips{
	border-top:1px dashed #b2b2b2;
}
.guide_myb p.contrl a.a1{
	background:url(icon_state.gif) no-repeat 0 -50px;
}
.guide_myb p.contrl a.a2{
	background:url(icon_state.gif) no-repeat 0 -145px;
}
.guide_myb p.contrl a.a3{
	background:url(icon_state.gif) no-repeat 0 -122px;
}
.guide_myb p.contrl a.a4{
	background:url(icon_state.gif) no-repeat 0 -97px;
}
.guide_myb .guide_s p input.text{
	border:1px solid #BBB;
	color:#000;
}
.guide_myb .guide_s p input.button{
	background:url(pr_bbg.gif) no-repeat 0 0;
	border:0;
}
.guide_myb .guide_list{
	border-top:1px dashed #b2b2b2;
}
.guide_myb .guide_list ul li strong{
	color:#000;
}
.guide_myb .guide_list ul li strong a{
	color:#000;
}
/**/
.pop_n{
	background:#FFF;
	border:1px solid #82b4e0;
}
.pop_nt{
	background:url(pop_n.gif) no-repeat 0 0;
}
.pop_nt h3{
	color:#FFF;
}
.pop_nt a.close{
	background:url(pop_n.gif) no-repeat 0 -30px;
}
.pop_nt a.close:hover{
	background:url(pop_n.gif) no-repeat -14px -30px;
}
.pop_nc{
	background:#d2e5fb;
}
.pop_nc .txt h5{
	background:url(pop_n.gif) no-repeat 0 -51px;
	color:#F00;
}
.pop_nc .txt p{
	color:#010101;
}
/**/
.tab .select ul li.myfav a.active span.img{
	background:url(icon_tab_1.png) no-repeat 0 0;
}
.tab .select ul li.lasted a.active span.img{
	background:url(icon_tab_2.png) no-repeat 0 0;
}
.tab .select ul li.remake a.active span.img{
	background:url(icon_tab_3.png) no-repeat 0 0;
}
.tab .select ul li.get_c a.active span.img{
	background:url(icon_tab_4.png) no-repeat 0 0;
}
.tab .select ul li.mytags a.active span.img{
	background:url(icon_tab_5.png) no-repeat 0 0;
}

/*
* html .tab .select ul li.myfav a.active span.img{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_tab_1.png");
background:none;
}
* html .tab .select ul li.lasted a.active span.img{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_tab_2.png");
background:none;
}
* html .tab .select ul li.remake a.active span.img{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_tab_3.png");
background:none;
}
* html .tab .select ul li.get_c a.active span.img{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_tab_4.png");
background:none;
}
* html .tab .select ul li.mytags a.active span.img{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/icon_tab_5.png");
background:none;
}




.bbbg{
background:url(myalbum_bg.png) no-repeat 0 0;
}
*html .bbbg{

background-image: none;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/default/myalbum_bg.png"fil"

ename.png", sizingMethod="scale");

}
*/

