/*--- Default Style CSS : HomePage---*/
/*--- Copyright : MBOX ---*/
/*--- Author : Kevin Yan ---*/


/*--home stuffs --*/
.homeBlock1 {
  position:relative;
  top:-20px;
  left:0;
  height:257px;
  background:transparent url(../images/homeimg_shadow.gif) right top no-repeat;
}
#player {
  position:absolute;
  top:2px;
  left:0;
  width:180px;
  height:248px;
  overflow:hidden;
}
#homeBox {
  position:absolute;
  top:3px;
  right:6px;
  display:block;
  width:439px;
  height:247px;
  overflow:hidden;
  background-color:#000;
}

/*--MUSIC BROADCAST --*/
#musicBroadcast {
  position:relative;
  top:-19px;
  left:0;
  width:637px;
  height:20px;
}

#homepage_timer {
  display:block;
  padding-top:4px;
  height:14px;
  padding-left:27px;
  background-image:url("../images/timer.gif");
  background-repeat:no-repeat;
  position:absolute;
  top:-2px;
  left:2px;
  z-index:20;
  cursor:default;
  color:#222;
}
.timer1 {
  background-position:0 -64px;
}
.timer2 {
  background-position:0 -44px;
}
.timer3 {
  background-position:0 -24px;
}
.timer4 {
  background-position:0 -4px;
}
#arrows {
  position:absolute;
  top:2px;
  left:2px;
  width:60px;
  z-index:20;
}
#arrow2 {
  position:absolute;
  top:2px;
  left:2px;
  width:16px;
  height:16px;
  z-index:20;
  cursor:pointer;
  background:transparent url("../images/close_icon.gif") 0 0 no-repeat;
  display:none;
}
#singleCast, #multiCast {
  position:absolute;
  top:0;
  left:0;
  width:637px;

}
#singleCast {
  display:block;
  height:18px;
  z-index:18;
}
#multiCast {
  background-color:#444;
  color:#fff;
  opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=80);
  padding-bottom:10px;
  z-index:19;
}
#singleCast ul, #multiCast ul {
  margin:0;
  padding:0;
}
#singleCast ul {
	display:block;
  height:18px;
  overflow:hidden;
}
#singleCast ul li, #multiCast ul li {
  list-style:none;
  text-align:right;
  padding:0;
  display:block;
  height:18px;
  line-height:18px;
  cursor:default;
}
#multiCast ul li {
  border-bottom:1px dotted #666;
}

#hotAlbums {
  width:643px;
  height:103px;
  overflow:hidden;
  margin-top:-16px;
  background:transparent url(../images/hot_album_bg.gif) 0 0 no-repeat;
}
#k {
  width:643px;
  height:103px;
  overflow:hidden;
  margin-top:8px;
  background:transparent url(../images/k_bg.gif) 0 0 no-repeat;
}

/*--For Home page Slider show--*/
.sliderContainer {
  display:block;
  width:549px;
  height:88px;
  overflow:hidden;
  position:absolute;
  top:4px;
  left:56px;
  z-index:10;
}
#hotAlbums_content, #k_content {
  position:absolute;
  top:0;
}
.sliderItems {
  width:180px;
  height:80px;
  padding:5px 0;
  overflow:hidden;
  float:left;
  margin:0 3px 0 0;
  display:inline-block;
}
.sliderItems img {
  float:left;
  width:64px;
  height:64px;
  overflow:hidden;
  background-color:#e0e0e0;
  padding:6px;
  margin:0 2px;
}
.sliderItems .itemDes {
  padding-left:4px;
  padding-top:10px;
  width:94px;
  float:left;
  display:block;
  overflow:hidden;
}
.sliderItems .itemDes h2 {
  padding:0;
  margin:0 0 8px 0;
  color:#333;
  font-size:12px;
  white-space:nowrap;
}
.subDes a {
 float:left;
  margin-right:8px;
  line-height:16px;
  font-size:12px;
  color:#888;
  text-decoration:none;
}
.subDes a:hover {
  color:#fe8b04;
  text-decoration:underline;
}
.sliderItems .itemDes .renqi {
  color:#888;
  clear:both;
  padding-top:8px;
  *padding-top:0;
}
.sliderItems .itemDes .renqi span {
  color:#ff8400;
}


#hotAlbums_prev, #hotAlbums_next, #k_prev, #k_next {
  height:21px;
  width:21px;
  overflow:hidden;
  position:absolute;
  cursor:pointer;
  z-index:11;
}
#hotAlbums_prev, #k_prev {
  top:36px;
  left:32px;
  background:transparent url("../images/slider_left_arrow.gif") 0 0 no-repeat;
}
#hotAlbums_next, #k_next {
  top:36px;
  left:609px;
  background:transparent url("../images/slider_right_arrow.gif") 0 0 no-repeat;
}


/*--Index Topics --*/
#indexTopics {
  margin-top:8px;
  padding:0 6px 4px 2px;
}
#mediaPost {
  width:47.5%;
  float:left;
}
#mediaReports ul {
  margin:0;
  padding:4px 0;
}
#mediaReports ul li {
  list-style:none;
  clear:both;
  line-height:32px;
  margin-top:3px;
  white-space:nowrap;
  height:32px;
  overflow:hidden;
}
#mediaReports ul li img {
  float:left;
  border:1px solid #ccc;
  background-color:#f1f1f1;
  padding:2px;
  margin-right:5px;
  margin-top:2px;
}
#mediaReports ul li a {
  display:block;
  float:left;
  width:210px;
  overflow:hidden;
}
#mediaReports ul li a:link {
  color:#5d5d5d;
  text-decoration:underline;
}
#mediaReports ul li a:visited {
  color:#999;
  text-decoration:none;
}
#mediaReports ul li a:hover {
  color:#44a3c8;
  text-decoration:underline;
}
#news {
  width:47.5%;
  float:right;
}
ul#newsList {
  margin:0;
  padding:4px 0;
}
ul#newsList li {
  list-style:none;
  clear:both;
  line-height:16px;
  height:16px;
  white-space:nowrap;
  overflow:hidden;
  padding:3px 0;
}
ul#newsList li a {
  float:left;
  width:85%;
  background:transparent url(../images/bullet.gif) -2px 1px no-repeat;
  padding-left:8px;
  white-space:nowrap;
  overflow:hidden;
}
ul#newsList li a:link {
  color:#5d5d5d;
  text-decoration:underline;
}

ul#newsList li a:visited {
  color:#999;
  text-decoration:none;
}
ul#newsList li a:hover {
  color:#44a3c8;
  text-decoration:underline;
}

ul#newsList li span {
  display:block;
  width:12%;
  float:right;
  text-align:right;
}

/*--Hot Tags --*/
.titleBar {
  height:22px;
  border-bottom:1px solid #44a3c8;
}
.titleBar h2 {
  color:#44a3c8;
  font-weight:bold;
  font-size:12px;
  line-height:24px;
  margin:0;
  padding:0;
  float:left;
}
.titleBar h2.withLaba {
  padding:0 24px 0 0;
  background:transparent url("../images/laba.jpg") right 0px no-repeat;
}
.titleBar a.withLaba {
  color:#44a3c8;
  font-weight:bold;
  font-size:12px;
  line-height:24px;
  margin:0;
  padding:0 24px 0 0;
  float:left;
  background:transparent url("../images/laba.jpg") right 0px no-repeat;
  text-decoration:none;
}
.titleBar a.withLaba:hover {
  text-decoration:underline;
  color:#ff8400;
}
.countNum {
  color:#888;
  text-align:right;
  padding-top:4px;
}
.countNum strong {
  color:#222;
  font-size:12px;
  font-family:Arial,sans-serif;
}

#hotTags {
  margin:0;
  padding:6px 0;
  clear:both;
}
#hotTags span,#hotTags a {
  margin:2px 0;
  *margin:0px 0;
  display:block;
  line-height:16px;
  padding:2px 3px;
  float:left;
  cursor:pointer;
  white-space:nowrap;
}
#hotTags span.blue, #hotTags span.blue2, #hotTags a.blue2, #hotTags a.blue {
  color:#44a3c8;
}
#hotTags span.blue:hover, #hotTags span.blue2:hover, #hotTags a.blue2:hover, #hotTags a.blue:hover{
  color:#fff;
  background-color:#44a3c8;
}
#hotTags span.blue, #hotTags a.blue {
  font-weight:normal;
}
#hotTags span.blue2, #hotTags a.blue2 {
  font-weight:bold;
}
#hotTags span.green, #hotTags span.green2, #hotTags a.green2, #hotTags a.green {
  color:#1eac02;
}
#hotTags span.green:hover, #hotTags span.green2:hover, #hotTags a.green:hover, #hotTags a.green2:hover {
  color:#fff;
  background-color:#1eac02;
}
#hotTags span.green, #hotTags a.green{
  font-weight:normal;
}
#hotTags span.green2, #hotTags a.green2 {
  font-weight:bold;
}
#hotTags span.orange, #hotTags span.orange2,#hotTags a.orange, #hotTags a.orange2 {
  color:#fe8b04;
}
#hotTags span.orange:hover, #hotTags span.orange2:hover,#hotTags a.orange:hover, #hotTags a.orange2:hover {
  color:#fff;
  background-color:#fe8b04;
}
#hotTags span.orange, #hotTags a.orange {
  font-weight:normal;
}
#hotTags span.orange2, #hotTags a.orange2 {
  font-weight:bold;
}


.hotSingers {
  clear:both;
  line-height:16px;
  padding:2px 0;
}
.hotSingers .title {
  color:#44a3c8;
  font-weight:bold;
  font-size:12px;
}
.hotSingers a {
  color:#777;
  margin-left:4px;
  font-weight:bold;
}
.hotSingers a:hover {
  color:#ff8400;
}


/*--TEMP everyone is very busy....--*/
#busyBoxer {
  clear:both;
  margin-top:8px;
  width:300px;
  height:90px;
  background:transparent url("../images/boxer_bg.jpg") 0 0 no-repeat;
}
img.boxer {
  position:absolute;
  top:16px;
  left:10px;
}
#busyBoxer .container {
  position:absolute;
  top:35px;
  left:105px;
  width:184px;
  height:42px;
  overflow:hidden;
}
#busyBoxer .container ul {
	margin:0;
	padding:0;
}
#busyBoxer .container ul li {
	display:block;
	list-style:none;
	width:184px;
	height:42px;
	padding:0;
	margin:0;
}
#busyBoxer .container div {
  white-space:nowrap;
  display:block;
  height:22px;
  color:#222;
}
#busyBoxer span.user {
  font-weight:bold;
  color:#ff8400;
  display:block;
  float:left;
  margin-right:18px;
  line-height:20px;
}
#busyBoxer span.time {
  color:#222;
  font-weight:bold;
  line-height:20px;
}

#postBoard {
  margin:12px 0 4px;
  width:300px;
  padding:1px 0 0;
  background:transparent url("../images/board_top.gif") 0 0 no-repeat;
}
#postBoard .titleBar {
  border:none;
  padding:2px 0;
}
#postBoard h2 {
  color:#fff;
  padding-left:8px;
}
#postsList {
  background:transparent url(../images/board_bg.gif) 0 0 repeat-y;
  color:#333;
}
#postsList .detail {
  background:transparent url(../images/icon_speaker.gif) no-repeat 0 2px;
  padding-left:20px;
  line-height:16px;
  margin:6px 12px 0 10px;
}
#postsList .detail .detail1 {
  white-space:nowrap;
  overflow:hidden;
}
#postsList .detail .detail2 {
  display:none;
}
/*--
#postsList ul {
  margin:0;
  padding:4px 16px 0;
}
#postsList ul li {
  list-style:none;
  line-height:16px;
  margin:6px 0 0;
  padding-left:20px;
  background:transparent url("../images/dlg_icon.gif") 0 0 no-repeat;
}
#postsList ul li span {
  font-weight:bold;
}
---*/
.postBoardBottom {
  height:66px;
  overflow:hidden;
  background:transparent url("../images/board_bottom.gif") 0 0 no-repeat;
  margin:0;
  text-align:right;
  padding-top:5px;
}
.postBoardBottom a {
  margin:0 16px;
  color:#fe8b04;
}

/*--fade show image--*/
#home_img_holder div {
  display:block;
  width:439px;
  height:247px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}
#home_img_holder div img {
  border:none;
}
#home_img_nav {
  position:absolute;
  width:344px;
  height:40px;
  overflow:hidden;
  bottom:0;
  right:0;
  z-index:20;
}
#home_img_nav ul {
  margin:0;
  padding:0;
}
#home_img_nav ul li {
  display:block;
  width:50px;
  height:28px;
  overflow:hidden;
  float:left;
  margin-left:2px;
  background-color:#000;
  cursor:default;
  border:2px solid #999;
  /*opacity:0.8;*/
  /*-moz-opacity:0.8;*/
  /*filter:alpha(opacity=80);*/
}
#home_img_nav ul li.active {
  border:2px solid #fff;
  opacity:1;
  /*-moz-opacity:1;*/
  /*filter:alpha(opacity=100);*/
}

#top_notice {
  padding:0; text-align:left;
  height:24px;
}
#top_notice span {
  display:block;
  width:24%;
  overflow:hidden;
  float:left;
  line-height:24px;
  margin:0;
  padding:0;
}
#top_notice span a {
  color:#444;
  padding-left:6px;
  background:transparent url(../images/bullet.gif) -2px 50% no-repeat;
  white-space:nowrap;
}
#top_notice span a:hover {
  color:#ff8400;
}

#index_list {}
ul.indexTab {
  margin:0 0 4px;
  padding:0;
  height:19px;
  border-bottom:1px solid #5b9e38;
}
ul.indexTab li {
  display:block;
  float:left;
  width:25%;
  height:20px;
  list-style:none;
  text-align:center;
  cursor:default;
  line-height:20px;
}
ul.indexTab li.active {
  background:#5b9e38 url(../images/index_tab.gif) 0 0 no-repeat;
  color:#fff;
  font-weight:bold;
}
table.indexListTb {
  table-layout:fixed;
}
table.indexListTb td {
  text-align:left;
  vertical-align:middle;
  border-bottom:1px solid #ddd;
  padding:2px 0;
}
table.indexListTb td.t {
  text-align:right;
}

table.indexListTb td span {
  float:left;
  display:block;
  width:18px;
  text-align:center;
  overflow:hidden;
  color:#999;
}
table.indexListTb td div {
  white-space:nowrap;
  overflow:hidden;
  line-height:16px;
  width:106px;
  float:left;
}
table.indexListTb a {
  color:#44a3c8;
  white-space:nowrap;
}
table.indexListTb a:hover {
  color:#ff8400;
}
div.tabListAc {
  padding:6px 0 0;
}
div.tabListAc a {
  color:#222;
  margin:0 4px;
  line-height:16px;
}
div.tabListAc a:hover {
  color:#ff8400;
}
a.addToPlayer {
  background:transparent url("../images/ico_play.gif") 0 -1px no-repeat;
  padding-left:17px;
}
a.addToPlayer:hover {
  background:transparent url("../images/ico_play.gif") 0 -17px no-repeat;
}
#list_target {
  width: 180px;
  height: 20px;  
}
.transfer {
  background:#fff url("../images/transfer_bg.gif") 50% 50% no-repeat;
  border:4px #5b9e38 dotted;
}
p.artistInside {
  border-bottom:1px solid #ddd;
  width:100%;
  height:16px;
  line-height:16px;
  overflow:hidden;
  line-height:16px;  
  clear:both;
  margin:0;
  padding:3px 0;
  word-break:break-all;
}

.index_topics {
  /*width:47.5%;*/
  width:306px;
  background:transparent url(../images/indexlistbar.gif) 0 22px no-repeat; 
}
.index_topics h3 {
  margin:0;
  padding:0 0 0 12px;
  height:24px;
  line-height:26px;
  font-size:12px;
  color:#222;
}
.index_topics h3 a {
  color:#222;
}
.index_topics h3 a:hover {
  color:#ff8400;
}
.index_topics .title_link {
  color: #44a3c8;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0 24px 0 10px;
  float: left;
  text-decoration: none;
}
ul.index_list {
  margin:0;
  padding:4px;
}

ul.index_list li {
  list-style:none;
  clear:both;
  line-height:20px;
  height:20px;
  white-space:nowrap;
  overflow:hidden;
  padding:3px 0 3px 10px;
  background: transparent url( "../images/oran_dot.gif" ) -4px 5px no-repeat;
  border-bottom:1px dotted #ddd;
}
ul.index_list li.rh {
  list-style:none;
  clear:both;
  line-height:20px;
  height:20px;
  white-space:nowrap;
  overflow:hidden;
  padding:3px 0 3px 18px;
  background: transparent url( "../images/index_rh.gif" ) 0 50% no-repeat;
  border-bottom:1px dotted #ddd;
}
ul.index_list li.hd {
  list-style:none;
  clear:both;
  line-height:20px;
  height:20px;
  white-space:nowrap;
  overflow:hidden;
  padding:3px 0 3px 18px;
  background: transparent url( "../images/index_hd.gif" ) 0 50% no-repeat;
  border-bottom:1px dotted #ddd;
}
ul.index_list li a {
  float:left;
  width:87%;
  white-space:nowrap;
  overflow:hidden;
}
ul.index_list li a:link {
  color:#5d5d5d;
  text-decoration:underline;
}

ul.index_list li a:visited {
  color:#888;
  text-decoration:none;
}
ul.index_list li a:hover {
  color:#44a3c8;
  text-decoration:underline;
}
ul.index_list li span {
  display:block;
  width:12%;
  float:right;
  text-align:right;
  color:#999;
}

.i_yonghu, .i_gequ {
  padding-left:16px;
  line-height:18px;
}
.i_yonghu {
  background:transparent url("../images/i_yonghu.gif") left 50% no-repeat;
  padding-right:16px;
}
.i_gequ {
  background:transparent url("../images/i_gequ.gif") left 50% no-repeat;
}

#index_login {
  display:block;
  height:235px;
  background:#fff url("../images/home_login_bg.gif") 0 0 no-repeat;
  margin-top:2px;
  padding:0 20px;
}
.i_login_t {
  text-align:center;
  color:#444;
  font-size:14px;
  line-height:30px;
  font-weight:bold;
  height:30px;
  margin-bottom:5px;
}
.i_login {
  clear:both;
  margin:0 0 18px;
}
.i_login_l {
  float:left;
  width:50px;
  text-align:right;
  font-weight:bold;
  color:#333;
  line-height:22px;
  font-size:12px;
}
.i_login_r {
  float:left;
}
input.i_login_txt {
  border:1px solid #fff;
  background:#fff;
  color:#333;
  height:18px;
  width:180px;
}
.it_s {
  display:table;
  border:1px solid #808080;
  background:#fff;
}

input.i_denglu {
  height: 25px;
  color: #fff;
  font-size: 14px;
  background: #5a811e;
  padding: 2px 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  cursor: pointer;
  float:left;
  margin:0;
}

/* amio add */

.l50_s {width:60px; height:60px; overflow:hidden; padding-top:6px; margin:0 5px 5px 0; text-align:center; background:url(http://www.mymbox.cn/templates/default/home/images/l50_bg_s.gif) no-repeat; width:68px; padding-top:3px;}
.f14 { font-size:14px; }
.l {float:left;}
.c { clear:both; }

#statespan { padding: 11px 0 0 0; }
.sy_p_zt { padding-left: 10px; }
.msg_item { width: 140px; margin: 7px 0; text-align:center; }
.msg_item a { text-decoration:none; }
.msg_item a.noline { color: #666; }
.msg_item a.new_count { color: red; }
.msg_item a:hover { color: #FF8400 }
.my_links { text-align:right; margin-top: 8px; padding: 10px 0; border-top: 1px solid #DDD;}
.my_links a { color: #369; margin: 0 4px; padding-left: 6px; background: transparent url(../images/bullet.gif) no-repeat scroll -2px 50%; }
.my_links a:hover { color: #FF8400; text-decoration:none; }