@charset "utf-8";
/* CSS Document */
html, body, form, fieldset, ul{
	margin:0;
	padding:0;
	}
ul {
	list-style:none;
	}
body {
	margin: 0;
	padding: 0;
	background:#2f2f2f url(bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
* html body {
	behavior:url("css/csshover.htc");
	}
/* Normal link */
a:link, body_alink
{
	color: #f0eeec;
	text-decoration: none;
}
a:visited, body_avisited
{
	color: #f0eeec;
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.pagecurrent
{
	background-color: #FCB222;
	color:white;
	border: #e5e5e5 1px solid;
	width: 20px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 12px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.pagelink, .pagelink:hover
{
	font-size: 12px;
	background-color: #555555;
	color: #FCB222;
	border: #e5e5e5 1px solid;
	width: 20px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight:normal;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.pagelink:hover
{
	background-color: #FCB222;
	color: white;
}
.button {
	padding: 3px 8px;
	border-top: 0px solid #464646;
	border-right: 0px solid #1F1F1F;
	border-bottom: 0px solid #1F1F1F;
	border-left: 0px solid #464646;
	color: #FFFFFF;
	background: url(grad.gif) repeat-x center #F26522;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border-top: 1px solid #464646;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #464646;
	background: url(input-bg.gif) repeat-x top #FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
select{
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

#wrapper,
.footer_content {
	width:980px;
	margin:0 auto;
	}
#hdr_wrapper {
	position:relative;
	height:125px;
	}
/* --- SIGN IN WRAPPER --- */
#signin_wrapper {
	position:absolute;
	top:5px;
	right:0px;
	}
#signin_wrapper #signin_left,
#signin_wrapper #signin_right {
	float:left;
	width:5px;
	height:30px;
	background-repeat:no-repeat;
	background-position:left top;
	}
#signin_wrapper #signin_left {
	background-image:url(signin_left.png);
	}
#signin_wrapper #signin_right {
	background-image:url(signin_right.png);
	}
#signin_wrapper #signin_center {
	float:left;
	height:14px;
	padding:8px 10px;
	background:#191919;
	}
#signin_wrapper #signin_center a {
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #535252;
	font-size:11px;
	text-decoration:none;
	}
#signin_wrapper #signin_center a:hover {
	text-decoration:underline
	}
/* --- LOGO WRAPPER --- */
#logo {
	position:absolute;
	left:20px;
	top:50px;
	width:161px;
	height:76px;
	}
#logo a {
	float:left;
	width: 161px;
	height:76px;
	display: block;
	background: url(logo.png) no-repeat;
	text-indent: -5000px;
	outline: none;
	cursor:pointer;
	}
/* --- SEARCH WRAPPER --- */
#search_wrapper {
	position:absolute;
	right:0px;
	top:45px;
	}
#search_wrapper #search_select {
	margin:5px 0px;
	margin-left:10px;
	}
#search_wrapper #search_select ul li {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #3a3a3a
	}
#search_wrapper #search_select ul li.active a,
.song a:hover,
.cat_list ul li:hover a {
	color:#de7e0c
	}
#search_wrapper #search_select ul li.last,
.tab_list ul li.last,
#signin_wrapper #signin_center a.last,
#footer_main .footer_content .last,
.highlights_content .last {
	margin-right:0;
	padding-right:0;
	border-right:none;
	}
#search_wrapper #search_select ul li a,
.tab_list ul li a,
.song a,
.cat_list ul li a {
	font-size:11px;
	color:#ccc;
	}
#search_wrapper #search_select ul li a:hover,
.tab_list ul li a:hover {
	color:#fff;
	text-decoration: none;
	}
#search_wrapper #search_main {
	width:497px;
	height:29px;
	padding-top:1px;
	padding:1px 5px;
	padding-bottom:5px;
	background:url(bg_search.gif) no-repeat;
	}
.testdropdown
{
    color:#949494;
    border:0;
    border-bottom-style:none;
    scrollbar-face-color: #FFCCCC;
    scrollbar-highlight-color: #4B4B4B;
    scrollbar-3dlight-color: #646464;
    scrollbar-darkshadow-color: #969696;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-arrow-color: #090925;
    scrollbar-track-color: #051011;

}
/* --- NAVIGATION WRAPPER --- */
#nav_wrapper {
	padding:2px 10px;
	}
#nav_wrapper ul li {
	float:left;
	padding:10px 20px;
	}
#nav_wrapper ul li:hover,
#nav_wrapper ul li.active {
	background:#484848;
	}
#nav_wrapper ul li a {
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	}
#nav_wrapper ul li span {
	font-size:11px;
	display:block;
	color:#ccc;
	}
/* --- CONTENT --- */
#main_wrapper {
	margin-top:20px;
	color:#f1f1f1
	}
/* --- LEFT CONTENT --- */
.left_wrapper {
	float:left;
	width:660px;
	margin-right:20px;
	}
#featured_album {
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border:5px solid #444
	}
#featured_album .albumdesctext { 
	text-align:center;
	padding:10px;
	}
/* --- RIGHT CONTENT --- */
.right_wrapper {
	float:left;
	width:300px;
	}
.recent_wrapper {
	}
.tab_list ul {
	margin-left:10px;
	}
.tab_list ul li {
	float:left;
	margin-right:10px;
	}
.tab_list ul li a div {
	padding-bottom:5px;
	padding:5px;
	}
.tab_list ul li.active {
	background:#3c3c3c url(corner_lt.png) no-repeat left top;
	}
.tab_list ul li.active a div {
	color:#fff;
	padding:5px 10px;
	background:url(corner_rt.png) no-repeat right top;
	}
.content_left,
.content_right {
	float:left;
	width:310px;
	}
.content_left {
	margin-right:20px;
	}
.player_wrapper {
	height:1%;
	height: auto !important;
	}
.cat_left,
.cat_right {
	float:left;
	width:135px;
	}
.cat_left {
	margin-right:10px;
	}
.cat_list ul li {
	padding:3px;
	padding-left:5px;
	border-bottom:1px dotted #666;
	}
.cat_list ul li:hover {
	background:#484848
	}
.cat_view_all {
	margin-top:1px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	background:#ea7e00;
	border:1px solid #555
	}
.cat_view_all:hover {
	background:#5c5c5c
	}
.singer_view {
	margin-top:1px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	background:#474747;
	border:1px solid #555
	}
.singer_view:hover {
	background:#5c5c5c;
	}
.highlights_content {
	margin-top:15px;
	}
.highlights_content .first {
	margin-left:8px;
	}
.highlights_part_wrapper {
	float:left;
	width:80px;
	margin-right:10px;
	}
.highlights_part_img {
	width:70px;
	height:70px;
	border:5px solid #555;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	}
.highlights_part_img:hover,
.news_img:hover {
	border-color:#ea7e00;
	}
.highlights_part_desc {
	margin-bottom:3px;
	padding:3px;
	font-size:11px;
	text-align:center
	}
#comment_content {
	padding:5px;
	font-size:11px;
	border:0px solid #555;
	}
#comment_content div {
	padding:2px;
	border-bottom:1px dotted #666;
	margin-bottom:3px;
	}
#comment_content b {
	color:#de7e0c;
	}
.news_content {
	}
.news_content a {
	display:block;
	color:#de7e0c;
	font-weight:bold;
	margin-bottom:5px;
	}
.news_content a:hover {
	color:#f1f1f1;
	}
.news_img {
	float:left;
	width:120px;
	height:90px;
	margin-right:10px;
	border:5px solid #555;
	background-repeat:no-repeat;
	}
	
	
.phainghe_content {
	}
.phainghe_content a {
	display:block;
	color:#de7e0c;
	font-weight:bold;
	margin-bottom:5px;
	}
.phainghe_content a:hover {
	color:#f1f1f1;
	}
.phainghe_img {
	float:left;
	width:270px;
	height:238px;
	margin-right:10px;
	border:5px solid #555;
	background-repeat:no-repeat;
	}

gallery{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #555555;
}

gallery .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: center;
padding: 2px 5px;
}

.playlist_content {
	padding:2px;
	border-bottom:1px dotted #666;
	margin-bottom:3px;
	}
/* --- FOOTER --- */
#footer_wrapper {
	color:#f1f1f1
	}
#footer_main {
	background:#3c3c3c;
	border:1px solid #494949;
	border-right:none;
	border-left:none;
	padding:10px 0px;
	}
#footer_info {
	font-size:11px;
	color:#999;
	padding:15px
	}
.footer_part {
	float:left;
	width:320px;
	margin-right:10px;
	}

.footer_img1,
.footer_img2,
.footer_img3 {
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:center top;
	}
.footer_img1 {
	background-image:url(sendto.png);
	}
.footer_img2 {
	background-image:url(help.png);
	}
.footer_img3 {
	background-image:url(feedback.png);
	}
.footer_desc {
	float:left;
	}
.footer_desc b {
	text-transform:uppercase;
	display:block;
	}
/* --- THE SAME CLASS --- */
.loading {
	height:150px;
	background:url(busy.gif) no-repeat center center;
	}
.belowTitle {
	margin-top:10px;
	}
.song {
	margin-bottom:5px;
	padding:3px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	}
.last {
	margin-bottom:0;
	}
.song .play,
.song a {
	float:left;
}
.song span.add,
.song span.error,
.song span.embed,
.song span.rating_info,
.song span.rating {
	float:right;
	margin-left:10px;
	margin-right:0;
	}
.song span.play,
.song span.add,
.song span.error,
.song span.embed {
	width:16px;
	height:16px;
	cursor:pointer;
	}
.song span.play {
	margin-right:10px;
	background:url(play.png) no-repeat left center;
	}
.song span.add {
	background:url(add.png) no-repeat left center;
	}
.song span.error {
	background:url(error.png) no-repeat left center;
	}
.song span.embed {
	background:url(embed.png) no-repeat left center;
	}

.song a {
	font-size:12px;
	}
.song a:hover {
	text-decoration:none;
	}
.title_each_department {
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px solid #555;
	font-weight:bold;
	color:#ccc;
	}
/* --- THE STARS RATING --- */
.star_rating-wrap {
	white-space:nowrap;
	}
.star_rating, .star_rating a:hover, .star_rating a:active, .star_rating a:focus, .star_rating li.current-rating {
	background:transparent url(star.gif) repeat-x scroll left -1000px;
	}
.star_rating {
	background-position:left top;
	display:block;
	height:18px !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	overflow:hidden !important;
	padding:0 !important;
	position:relative;
	width:100px !important;
	}
.star_rating li {
	background:transparent none repeat scroll 0 0 !important;
	border:0 none !important;
	display:inline;
	}
ul.star_rating a, ul.star_rating li.current-rating {
	border:medium none;
	height:18px !important;
	left:0;
	line-height:18px !important;
	margin:0 !important;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	padding:0 !important;
	position:absolute;
	text-indent:-9999px;
	top:0;
	}
.star_rating a:hover, .star_rating a:active, .star_rating a:focus {
	background-position:left bottom;
	}
.star_rating a.one-star {
	width:20%;
	z-index:6;
	}
.star_rating a.two-stars {
	width:40%;
	z-index:5;
	}
.star_rating a.three-stars {
	width:60%;
	z-index:4;
	}
.star_rating a.four-stars {
	width:80%;
	z-index:3;
	}
.star_rating a.five-stars {
	width:100%;
	z-index:2;
	}
.star_rating li.current-rating {
	background-image:url(star.gif) !important;
	background-position:left center !important;
	z-index:1;
	}
/* --- CORNER CONTENT --- */
.space_top {
	margin-top:20px;
	}
.corner_lt {
	background:#3c3c3c url(corner_lt.png) no-repeat left top;
	}
.corner_rt {
	background:url(corner_rt.png) no-repeat right top;
	}
.corner_lb {
	background: url(corner_lb.png) no-repeat left bottom;
	}
.corner_rb {
	padding:10px;
	background: url(corner_rb.png) no-repeat right bottom;
	}
	
.m_list { background-color: #3c3c3c; }
.m_list_2 { background-color: #464545;}
/* ----------------------------------------------------------- CLEAR FIX LAYOUT ------------------------------------------------------------------  */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
#inghe_button {
	position:fixed;
	left:0;
	height:200px;
	bottom:0px;/* avoid scrollbar in IE when it appears*/
	/*background:red;*/
	overflow:hidden;
	width:100%;
}

