﻿@charset "utf-8";
/* CSS Document */
.rentalbumbox{ width:100%; position:relative; margin-bottom:10px; display:none}
.rentalbumbox1{ width:49%; float:left;}
.rentalbumbox2{ width:49%; float:right;}
.rentalbumbox2 .conbox{overflow:hidden;}
/*模版C*/
/*最新專輯主體*/
.album_iamge { border:1px solid #ccc; width:110px; height:110px; margin:0 auto;}
.new_ch_clip a{display:block;
width:7em;
white-space:nowrap;overflow:hidden;
-o-text-overflow: ellipsis;    /**//* for Opera */
text-overflow:ellipsis;        /**//* for IE */}
/*專輯資訊頁*/
.detail_t{}
.detail_t .album_imgs{ padding:4px; border:1px solid #ccc; float:left; margin-right:10px;}

.detail_t p{ padding:4px 5px; border-bottom:1px dashed #ddd; float:left; width:260px; color:#999}
.detail_t p.album_name{ color:#90c31f; font-size:16px; font-weight:bold;}
.detail_t p.public_date{ font-size:11px;}
.detail_t p.singer_nane{ color:#000}
.detail_t span.AlbumDesc{color:#666; line-height:1.5em;}
.detail_b{ margin:10px 0 0 0; line-height:20px;}
.album_detail .detail_bar{ height:30px; padding:0 10px; line-height:30px; font-weight:bold; background:url(/rent/images/bar_bg4.png) repeat-x; border:1px solid #ccc; margin-top:10px;}
.detail_more{  color:#90c31f; cursor:pointer; text-align:right; }
/*專輯列表*/
.albumdetail_content td{ border:1px solid #ddd;}
.albumdetail_content td,.albumdetail_content th{ height:30px; line-height:30px; padding:0 5px;}
.albumdetail_content td span{ }
.albumdetail_content th{ background:url(/rent/images/bar_bg2.png) #90c31f repeat-x; text-align:center; color:#fff;border:1px solid #ddd }
.album_musiclist{ margin-top:10px;}
.album_musiclist table{ width:100%;}
.list_player{background:url(/rent/images/albumTB_08.gif) no-repeat; height:26px; padding:7px 10px 7px 10px; margin-top:10px;}
.list_player .list_title{ float:left; width:140px;line-height:26px; color:#fff; font-weight:bold; letter-spacing:1px;}
.list_player .btn{ float:left; width:180px;}
.list_player .songnametext{ float:left; line-height:26px;}
.updownNumn{ width:15px;}
.listenbtn{ text-align:right;}
