/* CSS Document */

/*--------------
		 Global
---------------*/
html {
}

body {
	background:#f6ffe7 url(../img/bg_main.gif) no-repeat top center;
	color: #2a4055;
	font-size:12px;
	font-family:"Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;	
}
	
a {
	text-decoration:underline;
	color:#184e67;
}

a:hover {	
	text-decoration:none;
}

a:visited{
	color:#184e67;
}

h1, h2, h3{
	color:#2a4055;
}

h1{	
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2{
	font-weight:bold;
	font-size:16px;

}

h3{
	font-size:15px;
	font-weight:bold;	
}

h4{
	font-size:14px;
	font-weight:bold;	
	color:red;
}


p{
	padding-bottom:10px;
	line-height:17px;
}
#contentMain .wrap p{
	text-align:justify;	
}
/*--------------
		 Global EOF
---------------*/

/*--------------
		 Container
---------------*/
#mainWrap{
	width:960px;
	margin:0 auto;
}
#headerWrap{
	width:960px;
	margin:0 auto;
}
#contentWrap{
	clear:both;
	background:url(../img/bg_cntr.gif) no-repeat 50% 106px;
	height:635px;
}
#contentWrapSm{
	clear:both;
	background:url(../img/bg_cntr.gif) no-repeat 50% 106px;
	height:577px;
}
#contentWrapFloat{
	background:url(../img/bg_cntr.gif) no-repeat 50% 106px;
	clear:both;
	height:577px;
	overflow:visible;
}
/*--------------
		 Container EOF
---------------*/

/*--------------
		 header 
---------------*/
#header{
	float:left;
	width:960px;
	height:161px;
	margin:19px 0 0 0;
	background:url(../img/header_cntr.jpg) no-repeat 318px 0;
}
#logo{
	width:318px;
	height:161px;
	float:left;
	background:url(../img/logo.jpg) no-repeat;
}
#logo a{
	width:272px;
	height:76px;	
	float:left;
	display:block;
	text-indent:-9999px;
	margin:40px 0 0 20px;
}
#loginForm, #myAccount{
	float:right;
	height:161px;
	width:262px;
	background:url(../img/header_r.jpg) no-repeat;
}
#loginForm form{
	float:left;
	width:203px;
	padding:53px 0 0 30px;
}
#loginForm .inputC{
	border:1px solid #c7c6c6;
}
#loginForm .inputC{
	color:#9e9e9d;
	font-size:12px;
	background:none;
	width:100%;
}
#loginMess{
	color:#FFFFFF;
	position:absolute;
	margin:20px 0 0 32px;
	font-weight:bold;
}
#message{
	margin:152px 0 0 205px;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}
#messageAct{
	margin:12px 0 0 125px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	color:#f00;
}
#profile #message{	
	margin:220px 0 0 170px;
	font-size:16px;
	font-weight:bold;
	color:#2a4055;
}
#messageForgot{
	position:absolute;
	margin:40px 0 0 42px;	
	font-size:16px;
	font-weight:bold;
}
#forgot #messageF{
	position:absolute;
	margin:40px 0 0 162px;	
	font-size:16px;
	font-weight:bold;
	color:#2a4055;
}
#messageSignup{
	position:absolute;
	margin:5px 0 0 182px;	
	font-size:12px;
	font-weight:bold;
	color:#f00;
}

/*
#signup #messageSignup{
	margin:60px 0 0 142px;
	color:#2a4055;
	font-size:16px;
}*/

.successCreation #messageSignup{
	margin:30px 0 0 92px;
	color:#2a4055;
	font-size:16px;
}

#myAccount ul{
	padding:52px 0 0 50px;
}
#myAccount li{
	padding:0 0 10px 0;
}
#myAccount li a{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
#myAccount li.dif a{
	color:#ffd906;
}
.forgot{
	float:left;
}
.enter{
	float:right;
}
.signup{
	clear:both;
	padding:2px 0 0 7px;
}


#login{
	margin:0 0 5px 0;
}
#pass{
	margin:0 0 5px 0;
}
#loginForm .forgot a{
	color:#c0bebd;
	padding:0 0 0 7px;
}
#loginForm .enter a{
	color:#95eaff;
	font-size:14px;
	font-weight:bold;
}
#loginForm .signup a{
	color:#ffc201;
	font-weight:bold;
	font-size:14px;
	padding:0 18px 0 0;
	background:url(../img/ico_signup.gif) no-repeat 100% 3px;
}
/*--------------
		 header EOF
---------------*/

/*--------------
 az
---------------*/
#azWrap{
	width:960px;
	background:url(../img/bg_az_top.jpg) no-repeat top left;
	float:left;
}
#az, #azDowload{
	width:960px;
	height:60px;
	background:url(../img/bg_az.gif) no-repeat;
	float:left;
	margin:20px 0 0 0;
}
#azDowload{
	background:url(../img/bg_az_download.gif) no-repeat;
}
#az .menu, #azDowload .menu{
	background:url(../img/bg_az.gif) no-repeat;
	padding:17px 0 0 18px;
	width:617px;
	float:left;
}
#az .menu li, #azDowload .menu li{
	float:left;
	padding:0 13px 0 0;
	font-size:14px;	
}
#az .menu li, #az .menu li a, #azDowload .menu li, #azDowload .menu li a{
	color:#ffffff;
}
#search{
	float:left;
	padding:15px 0 0 0;
}
#search input{
	border:1px solid #bdc79a;
	border-bottom:none;
	border-right:none;
	font-size:14px;
	height:18px;
	float:left;
	width:242px;
}
#search .findBtn{
	float:left;
	padding:2px 0 0 10px;
}
#search .findBtn a{
	font-size:18px;
	color:#5a7403;
}
/*--------------
	az EOF
---------------*/


/*--------------
 randomRingrones
---------------*/
#randomRingrones{
	float:left;
	width:268px;
	height:635px;
	background:url(../img/bg_random_ring.jpg) no-repeat top left;
}
#randomRingrones ul{
	padding:73px 0 0 22px;
}
#randomRingrones li{
	line-height:14px;
	width:228px;
	height:80px;
	color:#7f6f0c;
}
#randomRingrones li a{
	color:#d21919;
	font-weight:bold;
}
/*--------------
	randomRingrones EOF
---------------*/

/*--------------
 topRing
---------------*/
#topRing{
	background:url(../img/bg_top_ring.jpg) no-repeat top left;
	width:268px;
	height:635px;
	float:left;
}

#topRingSm{
	background:url(../img/bg_top_ring_1.jpg) no-repeat top left;
	width:268px;
	height:577px;
	float:left;
}

#topRingFloat{
	background:url(../img/bg_top_ring_float.jpg) no-repeat top left;
	width:268px;
	height:577px;
	float:left;
}

#topRing ul, #topRingSm ul, #topRingFloat ul{
	padding:73px 18px 0 33px;
}
#topRing li a, #topRingSm li a, #topRingFloat li a{
	color:#d21919;
	font-size:14px;
	font-weight:bold;
}
#topRing li, #topRingSm li, #topRingFloat li{
	color:#7f6f0c;
	font-size:11px;
	line-height:14px;
	height:47px;
	display:block;
}

li .ring{
	float:left;
}
li .opt{
	float:right;
}
li .opt a{
	display:block;
	width:22px;
	height:22px;
	float:left;
	position:relative;
	cursor:pointer;
}
li .opt a.play{
	background:url(../img/ico_play.png) no-repeat left center;
}

li .opt a.play .act{
	/*border:1px solid #f00;*/
	width:8px;
	height:8px;
	background:url(../img/play_sm_act.gif) no-repeat;
	margin:6px 0 0 6px;
}
li .opt a.downl{
	margin-left:1px;
	background:url(../img/ico_download.png) no-repeat left center;
}
li .opt a.stop{
	margin-left:1px;
	background:url(../img/ico_stop.png) no-repeat left center;
}
li .opt a.remoove{
	background:url(../img/ico_remove.png) no-repeat left center;
	width:69px;
	margin-left:10px;
}
/*--------------
	topRing EOF
---------------*/

/*--------------
 center Content
---------------*/
#mainWrap legend{
	font-size:18px;
	padding:0 0 10px 0;
	color:#54674b;
}
#mainWrap input{
	border:1px solid #bdc79a;
	border-bottom:none;
	border-right:none;
	font-size:14px;
	height:18px;
}
#mainWrap  label{
	font-size:14px;
	font-weight:bold;
	color:#54674b;
}

#center, #centerSm{
	float:left;
	width:478px;
	height:635px;
	background:url(../img/bg_center_b.jpg) no-repeat left bottom;
}
#centerSm{
	height:577px;
	background:url(../img/bg_center_b_sm.jpg) no-repeat left bottom;
}

#centerFloat{
	float:left;
	width:478px;
	background:url(../img/bg_center_b_float.jpg) no-repeat 456px 338px;	
}

#popular{
	width:478px;
	height:242px;
	background:url(../img/bg_popular.jpg) no-repeat top left;
}
#popular ul, #popularMid ul, #popularMidDownl ul{
	padding:74px 0 0 20px;
	float:left;
}
#popularMid ul, #popularMidDownl ul{
	padding-top:70px;
}
#popular li a, #popularMid li a, #popularMidDownl li a{
 color:#d21919;
 font-size:14px;
 font-weight:bold;
}
#popular li, #popularMid li, #popularMidDownl li{
	color:#737a7f;
	font-size:11px;
	line-height:14px;
	width:182px;
	float:left;
	height:46px;
	padding:0 0 0 25px;
}

#popularMid{
	width:478px;
	height:254px;
	background:url(../img/bg_popular_mid.jpg) no-repeat 0 0;
}
#popularMidDownl{
	width:478px;
	height:235px;
	background:url(../img/bg_popular_downl.jpg) no-repeat 0 0;
}

#bunnerCntr{
	width:466px;
	height:118px;
	background:#FFFFFF;
	border:1px solid #cccccc;
	margin:0 0 0 5px;
	overflow:hidden;
}
#category{
	padding:19px 0 0 47px;
}
#category li{
	color:#8baa00;
	font-size:12px;
	font-weight:bold;
	width:204px;
	float:left;
	height:28px;
}
#category li a{
	color:#2a4055;
	font-size:14px;
	font-weight:bold;
}

#topMp3Chart{
	width:478px;
	height:582px;
	background:url(../img/bg_top_mp3_chart.jpg) no-repeat left top;
}
#topMp3Chart ul{
	padding:73px 0 0 55px;
}
#topMp3Chart li{
	line-height:14px;
	width:378px;
	height:47px;	
	color:#7f6f0c;
}
#topMp3Chart li a{
	font-size:14px;
	font-weight:bold;
	color:#d21919;
}

#forgot{
	background:url(../img/bg_forgot.jpg) no-repeat top left;
	height:113px;
	width:456px;
}
#forgot input{
	float:left;
	width:284px;
}
#forgotForm{
	padding:25px 0 0 47px;	
}
#forgotForm, #forgotForm a{
	color:#233722;
}
#forgotForm label{
	float:left;
	padding:5px 8px 0 0;
}
#forgotForm .forgBtn{
	float:left;
	padding:3px 0 0 10px;
}
#forgotForm .forgBtn a, #signupForm .signupBtn a, #profileForm .profileBtn a{
	font-weight:bold;
	font-size:14px;
	color:#5a7403;	
}

#download{
	width:478px;
	height:91px;
	background:url(../img/bd_download.jpg) no-repeat top left;
}

#download .info{
	padding:22px 0 0 40px;
	line-height:16px;
	float:left;
}

#download .info, #download .info a{
	color:#d3deee;
}

#download .options{
	float:right;
	padding:22px 40px 0 0;
}
#download .options a{
	width:29px;
	height:29px;
	/*border:1px solid #f00;*/
	display:block;
	float:left;
	margin-right:1px;
	cursor:pointer;	
}
#download .options a.play{
	background:url(../img/ico_play_big.png);
}
#download .options a.stop{
	background:url(../img/ico_stop_big.png);
}
#download .options a.downl{
	background:url(../img/ico_download_big.png);
}
#download .options a.playAct{
	background:url(../img/play_big_act.gif) no-repeat 3px 3px;
}
#dounloadNotice{
	position:absolute;
	margin:55px 0 0 232px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
#dounloadNotice a{
	font-weight:bold;
	color:#ffc201;
}

#popularDownload{
	padding:0 0 0 46px;
}
#popularDownload .title{
	font-size:14px;
	color:#2a4055;
	font-weight:bold;
}
#popularDownload .title a{
	color:#0082ff;
	font-weight:bold;
}
#popularDownload li{
	width:388px;
	height:34px;
	padding:8px 0 0 0;
	background:url(../img/bg_separator.gif) repeat-x left bottom;
	color:#2a4055;
	display:block;
	line-height:14px;
}
#popularDownload li a{
	color:#0082ff;
	font-weight:bold;
}

#download .info span{
	color:#ffffff;
	font-size:18px;
	text-decoration:underline;
}
#signup{
	background:url(../img/bg_sign_up.jpg) no-repeat 0 0;
	width:456px;
	height:208px;
	margin-bottom:21px;
}
#signupForm{
	padding:25px 0 0 46px;
}
#signupForm .inputC{
	width:251px;
	margin:0 0 6px 0;
}
#signupForm legend, #profileForm legend{
	padding:0 0 15px 0;
}
#signupForm label{
	width:132px;
	float:left;
	padding:3px 0 0 0;
}
.signupBtn{
	padding:10px 0 0 130px;
}

#profile{
	background:url(../img/bg_profile.jpg) no-repeat 0 0;
	width:456px;
	height:336px;
	margin-bottom:21px
}
#profileForm{
	padding:150px 0 0 46px;
}
#profileForm .inputC{
	width:232px;
	margin:0 0 6px 0;
}
#profileForm label{
	width:156px;
	float:left;
	padding:3px 0 0 0;
}
.profileBtn{
	padding:10px 0 0 158px;
}


#artistCategory{
	padding:0 0 0 46px;
}
#artistCategory li {
	color:#8bab00;
	font-weight:bold;
	padding:0 0 10px 0;
}
#artistCategory li a{
	color:#2a4055;
	font-size:14px;
	font-weight:bold;
}

#artistCategory .byArtist li span{
	font-size:11px;
	font-weight:normal;
	padding-right:20px;
}
#artistCategory .byArtist li a{	
	font-size:12px;
}
#artistCategory .byArtist li {	
	padding:0 0 9px 0;
}

.artistText{
	font-size:12px;
	color:#8BAB00;
}


#myDownloads{
	background:url(../img/bg_mydownloads.jpg) no-repeat left top;
	width:456px;
	height:533px;
}
#myDownloads .notfound{
	padding:100px 0 0 80px;
	font-size:18px;
}
#myDownloads ul.list{
	padding:70px 0 0 46px;
	height:445px;
}
#myDownloads ul.list li{
	width:358px;
	height:46px;
	line-height:14px;
	color:#737a7f;
	background:url(../img/bg_separator.gif) repeat-x 0 30px;
}
#myDownloads ul.list li a{
	color:#d21919;
	font-size:14px;
	font-weight:bold;
}
#myDownloads ul.list li.cleaAll{
	text-align:right;
	height:22px;
}
#myDownloads ul.list li.cleaAll a{
	background:url(../img/ico_clear.png) no-repeat 0 0;
	height:22px;
	width:69px;
	display:block;
	float:right;
}

#news{
	padding:0 0 0 46px;
}
#news .newsItem{
	padding-bottom:20px;
}

#news .wrap{	
}
#news .title{
	color:#e7610e;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 8px 0;
}
#news .content{
	width:386px;
	z-index:100;
	position:relative;
	display:block;
}

#contentMain{
	padding:0 0 0 46px;
}
#contentMain .content{
	padding-bottom:20px;
	width:390px;
	z-index:100;
	position:relative;
	display:block;
}

.fullText{
	background:url(../img/bg_full_text.jpg) no-repeat;
	/*border:1px solid #f00;*/
	float:left;
}
.fullText .wrap{
	margin-top:60px;
}

.paginator{
	/*text-align:center;*/
	padding:0 0 0 42px;	
}
.paginator ul{
	margin:10px 0 0 0;	
}
#myDownloads .paginator ul{
	margin:15px 0 0 0;	
}
.paginator li{
	float:left;
	font-size:18px;
	color:#8bab00;
	padding:0 7px;
}
.paginator li a{
	color:#2a4055;
	font-size:12px;
	font-weight:bold;
}
.paginator li.dis{
	color:#888888;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0 0;
}

#accountActivationSm{
	/*background:url(../img/accActBg.gif) no-repeat;*/
	background:url(../img/accActBg1.gif) no-repeat;
	height:376px;
	width:456px;
}
#accountActivationSm1{
	background:url(../img/accActBg.gif) no-repeat;	
	height:376px;
	width:456px;
}

#accountActivationSm h1,#accountActivationSm1 h1{
	color:#233722;
	padding:0 0 0 110px;
}

#accActSmCont{
	padding:31px 0 0 46px;
	color:#233722;
	font-size:14px;	
}
#ifrAct{
	/*position:absolute;*/
	margin:5px 0 0 65px;
}
.accActSmContLink a{
	color:#233722;
	font-size:12px;
	padding:0 0 0 40px;
}
.rowsCont{
	height:44px;
}
#icoActAcc{
	background:url(../img/ico_ActAcc.png) no-repeat;
	width:200px;
	height:190px;
	margin:0 0 0 140px;
}


#accountActivation{
	background:url(../img/accActBg2.jpg) no-repeat;
	height:334px;
	width:456px;
}

#accountActivation h1{
	color:#233722;
	padding:72px 0 0 206px;
	font-size:24px;
}

#accountActivation h3{
	font-size:14px;
	color:#233722;
	/*font-weight:normal;*/
}

.hWrap{
	height:157px;
}
.selCo{
	padding:0 0 0 207px;
}
#mainWrap .selCo label{
	color:#233722;
	font-weight:normal;	
	font-size:14px;
	padding:0 0 3px 0;
	float:left;
}
#co{
	clear:both;
	float:left;
}
.accActSmContLink2nd{
	clear:both;
	padding:0 0 0 80px;
}
.accActSmContLink2nd a{	
	color:#233722;
	font-size:12px;	
	padding:0;
}

#actFormWrap{
	background:url(../img/accFormActBg.gif) no-repeat 24px 0;
	height:148px;
	width:433px;
	padding:0 0 0 24px;
}

#actForm{
	float:left;
	clear:both;
	padding:19px 0 0 25px;
}
#actForm h1{
	color:#233722;
	font-size:14px;
	font-weight:bold;
}

#actForm label{
	color:#233722;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	width:115px;
	float:left;
	padding:2px 5px 0 0;
}
#actForm input{
	width:238px;
}

#actForm input#btnAct{
	width:120px;
	float:right;
	height:34px;
	border:none;
	padding:0 50px 0 0;
}

.infoM{
	float:left;
	width:297px;
	padding:25px 0 0 150px;
	}

/*--------------
 center Content EOF
---------------*/


/*--------------
 righ Content
---------------*/
#rightC{
	float:right;
	width:214px;
	margin:11px 0 0 0;
}

#rightC .hot{
	background:url(../img/bg_hot.jpg) no-repeat top left;	
	width:214px;
	height:325px;
	float:left;
	position:relative;
}
.hotContent{
	color:#bd3003;
	font-size:22px;
	text-align:center;
	padding:250px 5px 0 5px;
	text-decoration:none;	
}
a .hotContent{
	text-decoration:none;
}

#rightC .latestNews{
	background:url(../img/bg_latest.jpg) no-repeat;
	width:214px;
	height:300px;
	float:left;
	font-family:"Times New Roman", Times, serif;
}
#rightC .latestNewsAbs{
	position:absolute;
	background:url(../img/bg_latest_abs.jpg) no-repeat top left;
	width:214px;
	height:264px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	z-index:10;
}

#rightC .latestNewsAbsFloatWrap{
	background:url(../img/bg_latest_news.png) no-repeat;
	position:absolute;	
	width:236px;
	height:264px;
	float:left;
	z-index:1;
	margin-left:-22px;
}



#rightC .latestNewsAbsFloat{
	position:absolute;	
	width:214px;
	height:264px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	z-index:1000;
}


#absNewsWrap{
	float:left;
	width:214px;	
}

#rightC .latestNewsAbs div{
	position:relative;
	width:100px;
	height:100px;
	border:1px solid #f00;
}
#rightC .latestNews ul, #rightC .latestNewsAbs ul, #rightC .latestNewsAbsFloat ul{
	padding:70px 0 0 24px;
	line-height:15px;
}
#rightC  .latestNews ul li a, #rightC  .latestNewsAbs ul li a, #rightC .latestNewsAbsFloat li a{
	color:#e7610e;
	font-weight:bold;
}
#rightC  .latestNews ul li, #rightC  .latestNewsAbs ul li, #rightC .latestNewsAbsFloat ul li{
	padding:0 0 10px 0;
}
#rightC .latestNews ul li.more a, #rightC .latestNewsAbs ul li.more a, #rightC .latestNewsAbsFloat ul li.more a{
	color:#222222;
}
/*--------------
 righ Content EOF
---------------*/


/*--------------
 footer Content
---------------*/
#floatFooterWrap{
	position:relative;
	clear:both;
}
#floatFooter{
	z-index:10;
	position:absolute;
	left:50%;
	width:960px;
	height:114px;
	margin-left:-480px;
	bottom:0px;
}
#floatFooter div{
	background:url(../img/bg_float_left_b.png) no-repeat;
	width:724px;
	height:114px;
	margin:0 0 0px 0px;	
}

#footerWrap{
	height:265px;
	background:url(../img/bg_bottom_r.jpg) repeat-x;
}

#footerWrapFloat{
	clear:both;
	height:265px;
	background:url(../img/bg_bottom_r.jpg) repeat-x;
}


#footer{
	height:265px;
	margin:0 auto;
	background:url(../img/bg_bottom_wrap.gif) no-repeat center top;	
}
#footerContent{
	background:url(../img/bg_bottom_main.jpg) no-repeat center top;
	height:265px;
	width:960px;
	margin:0 auto;
}

#rightBg{
	position:absolute;
	margin:0 50% 0 0;
	overflow:hidden;
	width:50%;
	margin-left:-600px;
	z-index:10;
}
#rightBg div{
	width:1000px;
	height:265px;
	background:url(../img/bg_bottom_l.jpg) repeat-x;
	position:relative;
}

#leftBg{
	position:absolute;
	/*margin:0 0 0 50%;	*/
	width:100%;
	border:1px solid #f00;
	overflow:hidden;
	right::0;
	z-index:5;
}
#leftBg div{
	width:1000px;
	height:265px;
	background:url(../img/bg_bottom_l.jpg) repeat-x;
	position:relative;
	overflow:hidden;
}

#newRing{
	padding:15px 0 0 187px;

}

#newRing .ringItem{
	width:206px;
	height:97px;
	background:url(../img/bg_new_ring.gif) no-repeat;
	float:left;
	margin:0 34px 0 0;
}
#newRing .ringItem ul{
	padding:8px 0 0 12px;
}
#newRing .ringItem li{
	width:183px;
	line-height:14px;
	color:#75517d;
	height:36px;
	padding:6px 0 0 0;
}

#newRing .ringItem li a{
	color:#d21919;
	font-weight:bold;
	font-size:14px;
}

#footerContetn{
	clear:both;
	width:960px;
	float:left;
	margin:70px 0 0 0;
}

#copyright{
	line-height:14px;
	float:left;
	width:210px;
	font-size:11px;
	font-weight:bold;
}
#copyright, #copyright a{
	color:#75517d;
}

#footerNav{
	float:left;
	font-weight:bold;
	/*width:740px;*/
	width:750px;
}

#footerNav li{
	float:left;
	padding:2px 0 0 25px;
}
#footerNav a{
	color:#789300;
}
/*--------------
footer Content EOF
---------------*/

#sm2-container{
 /*border:1px solid #f00; */
}