body{
	margin: 0;
	padding: 0;
	background:#43dbd9;
	font-family:Arial, Helvetica, sans-serif;
	color: #303030;
}

.clear{
	clear: both;
}
.toUpper{
	text-transform:uppercase;
}
object{
	outline: none;
}
a{
	outline:none;
}
#Content{
	background:none !important;
	background:none;
}
#WrapperBG{
	margin: 0 auto;
	background:url(../images/background-nologo.jpg) top center no-repeat;
	padding: 0 !important;
	padding: 0 0 0 68px;	
}

#Container{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	position: relative;
}

/* LEADERBOARD ----------------------------------------------------------------*/
div#Leaderboard{
	margin: 0;
	padding: 0;
	width: 728px;
	text-align:center;
	position: absolute;
	/*top:16px;*/
	top:27px;
	/*left: 247px;*/
	left:255px;
	z-index:200;
}

div#Leaderboard #Banner{
	margin: 0;
	padding: 0;
	width: 728px;
	height:90px;
}

div#Leaderboard h5{
	display:none;
	/*margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 9px;
	font-weight:normal;*/
}

/* HEADER ----------------------------------------------------------------------*/
#Header{
	margin: 0;
	padding: 0;
}
#Header h1{
	margin: 0;
	/*padding: 0;*/
	padding: 27px 0 15px 0;
}
#Header h1 a{
	display: block;
	/*height: 134px;
	width: 198px;*/
	text-indent: -9999px;
	outline:none;
	margin:0 0 0 16px;
	height:90px;
	width:229px;
	background:url("../images/muchlogo.gif") no-repeat top center;
}
#NavigationBar{
	background:url(../images/NavBG.gif) top no-repeat !important;
	background:url(../images/NavBG.gif) top no-repeat;
	margin: 0 0 0 -2px;
	padding: 0;
	width:1000px;
	height:74px;
	position: relative;
	z-index:800;
}

#NavigationBar ul{
	margin: 0;
	padding: 23px 0 0 20px;
	list-style:none;
}
#NavigationBar li{
	margin: 0;
	padding: 0;
	float: left;
}

#NavigationBar li a.NavItem{
	display: block;
	text-indent:-9999px;
	height: 40px;
	background:url(../images/NavSprite.jpg) no-repeat 0 0;
}
#NavigationBar li a.NavItem{
	outline:none;
}

#NavigationBar li#Videos a.NavItem{
	width: 90px;
}
#NavigationBar li#Videos a:hover, #NavigationBar li#Videos a.Selected{
	background-position:-0 -40px;
}
#NavigationBar li#Music a.NavItem{
	width: 78px;
	background-position:-90px 0;
}
#NavigationBar li#Music a:hover, #NavigationBar li#Music a.Selected{
	background-position:-90px -40px;
}
#NavigationBar li#Shows a.NavItem{
	width: 88px;
	background-position:-168px 0;
}
#NavigationBar li#Shows a:hover, #NavigationBar li#Shows a.Selected{
	background-position:-168px -40px;
}
#NavigationBar li#News a.NavItem{
	width: 80px;
	background-position:-254px 0;
}
#NavigationBar li#News a:hover, #NavigationBar li#News a.Selected{
	background-position:-254px -40px;
}
#NavigationBar li#Concerts a.NavItem{
	width: 114px;
	background-position:-334px 0;
}
#NavigationBar li#Concerts a:hover, #NavigationBar li#Concerts a.Selected{
	background-position:-334px -40px;
}
#NavigationBar li#Contests a.NavItem{
	width: 114px;
	background-position:-448px 0;
}
#NavigationBar li#Contests a:hover, #NavigationBar li#Contests a.Selected{
	background-position:-448px -40px;
}
#NavigationBar li#Shop a.NavItem{
	width: 72px;
	background-position:-562px 0;
}
#NavigationBar li#Shop a:hover, #NavigationBar li#Shop a.Selected{
	background-position:-562px -40px;
}

#NavigationBar li .DropdownBody{
	/*z-index:2;*/
	display: none;
	position: absolute;
	overflow:hidden;
	top:63px;
	left:20px;
	margin: 0;
	padding: 0;
}
#NavigationBar li#Music .DropdownBody{
	left:33px;
}
#NavigationBar li#Shows .DropdownBody{
	left:40px;
}
#NavigationBar li#News .DropdownBody{
	left:153px;
}
#NavigationBar li#Concerts .DropdownBody{
	left:267px;
}
#NavigationBar li#Contests .DropdownBody{
	left:381px;
}
#NavigationBar li#Shop .DropdownBody{
	left:453px;
}
#NavigationBar .DropdownInnerBody{
	width:618px;
	overflow:auto;
	background-color: #FFFFFF;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	margin: 0;
	padding: 0 0 10px 0;
}
#NavigationBar .DropdownInnerBodyThin{
	width:202px;
	overflow:hidden;
	background-color: #FFFFFF;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	margin: 0;
	padding: 0 0 10px 0;
}
#NavigationBar li dl{
	float:left;
	margin: 0;
	padding: 5px 0 0 14px;
	width:185px;
	font-size:12px;
	color:#000000;
}

#NavigationBar li dt{
	margin:5px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#000000;

}
#NavigationBar li dd{
	margin: 0;
	padding: 0;
}
#NavigationBar li dl a{
	padding:3px;
	text-decoration: none;
	color:#000000;
	display:block;
	width: 185px;
}
#NavigationBar li .DropdownInnerBodyThin dl a{
	width: 165px;
}
#NavigationBar li dl a:hover{
	background-color: #2dcad0;
}

#NavigationBar .threecolbottom{
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	width:620px;
	height: 3px;
	background:url(/images/home30/NavDropdown.gif) bottom center no-repeat;
}
#NavigationBar .onecolbottom{
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	width:204px;
	height: 3px;
	background:url(/images/home30/NavDropdownOneCol.gif) bottom center no-repeat;
}

#NavigationBar #Search{
	float:left;
	margin: 7px 0 0 7px;
	padding: 0;
}
#NavigationBar #Search #searchKeyword{
	margin: 0;
	width: 200px;
	height: 20px;
	background:url(/images/home30/SearchBG.jpg) top right no-repeat;
	outline:none;
	border:none;
	padding: 4px 3px 0 3px;
}


#NavigationBar #Search #searchPulldown{
	margin: 0 0 0 5px;
}

/* CONTENT -------------------------------------------------------------------------*/

#Content{
	clear:both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width:1000px;
	z-index:200;
	position:relative;
}

#MainContent{
	float:left;
	margin: 0 0 0 11px;
	padding: 0 0 0 0;
	width:640px;
	
	/* fixes ie6 double margin bug*/
	display:inline;
}

#SecondaryContent{
	float:right;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	width: 337px;
	overflow:hidden;
	/* fixes ie6 double margin bug*/
	display:inline;
}

#Rotator{
	margin: 5px 0 0 23px;
}
#Subnav{
	width:614px;
	height:103px;
	background:url(../images/SubnavSprite.png) top left no-repeat;
	margin: 13px 0 0 23px;
	padding: 0;
	position:relative;
	z-index:799;
}
#SubnavTop{
	margin-top:-5px;
}
#SubSections{
	margin: 0;
	padding: 0;
	list-style:none;
	background:url(../images/SubnavSprite.png) top left no-repeat;
	width:614px;
	height:30px;
	position:relative;
}
ul#SubSections.ArtistsLanding{
	background:url(../images/SubnavSprite.png) 0 -134px no-repeat;
}
ul#SubSections.PlaylistsLanding{
	background:url(../images/SubnavSprite.png) 0 -165px no-repeat;
		
}
ul#SubSections.GenresLanding{
	background:url(../images/SubnavSprite.png) 0 -196px no-repeat;	
}
ul#SubSections.ImagesLanding{
	background:url(../images/SubnavSprite.png) 0 -227px no-repeat;
}
#SubSections li{
	float:left;
}
#SubSections li a{
	display:block;
	text-indent:-9999px;
	height:29px;
}
#SubSections li.SubnavMain a{
	margin: 0 0 0 19px;
	top:1px;
	width:48px;
}
#SubSections li.SubnavArtists a{
	margin:0 0 0 12px;
	width:108px;
}
#SubSections li.SubnavPlaylists a{
	margin:0 0 0 13px;
	top:1px;
	width:125px;
}
#SubSections li.SubnavGenres a{
	margin:0;
	top:1px;
	width:114px;
}
#SubSections li.SubnavImages a{
	margin:0;
	top:1px;
	width:99px;
}
#SubSections li.SubnavInfo a{
	margin:0;
	top:1px;
	width:70px;
}
#BrowseArtists{
	margin: 0;
	padding: 0;
	list-style:none;
	background:url(../images/SubnavSprite.png) 0 -30px no-repeat;
	width:614px;
	height:26px;
	position:relative;
	overflow:hidden;
}
#BrowseArtists li a{
	position:absolute;
	display:block;
	text-indent:-9999px;
	height:26px;
	background:url(../images/SubnavSprite.png) 0 -30px no-repeat;
}
#BrowseArtists li#BrowseNum a{
	width:20px;
	background-position:-12px -30px;	
	left:11px;
	top:0;
}
#BrowseArtists li#BrowseNum a:hover{
	background-position:-12px -321px;
}
#BrowseArtists li#BrowseNum a.Selected{
	background-position:-12px -321px;
}
#BrowseArtists li#BrowseA a{
	width:20px;
	background-position:-32px -30px;	
	left:32px;
	top:0;
}
#BrowseArtists li#BrowseA a:hover{
	background-position:-32px -321px;	
}
#BrowseArtists li#BrowseA a.Selected{
	background-position:-32px -321px;	
}

#BrowseArtists li#BrowseB a{
	width:20px;
	background-position:-55px -30px;
	left:55px;
	top:0;
}
#BrowseArtists li#BrowseB a:hover{
	background-position:-55px -321px;
}
#BrowseArtists li#BrowseB a.Selected{
	background-position:-55px -321px;
}
#BrowseArtists li#BrowseC a{
	width:20px;
	background-position:-76px -30px;
	left:76px;
	top:0;
}
#BrowseArtists li#BrowseC a:hover{
	background-position:-76px -321px;
}
#BrowseArtists li#BrowseC a.Selected{
	background-position:-76px -321px;
}
#BrowseArtists li#BrowseD a{
	width:20px;
	background-position:-99px -30px;
	left:99px;
	top:0;
}
#BrowseArtists li#BrowseD a:hover{
	background-position:-99px -321px;
}
#BrowseArtists li#BrowseD a.Selected{
	background-position:-99px -321px;
}
#BrowseArtists li#BrowseE a{
	width:20px;
	background-position:-120px -30px;
	left:120px;
	top:0;
}
#BrowseArtists li#BrowseE a:hover{
	background-position:-120px -321px;
}
#BrowseArtists li#BrowseE a.Selected{
	background-position:-120px -321px;
}
#BrowseArtists li#BrowseF a{
	width:20px;
	background-position:-141px -30px;	
	left:141px;
	top:0;
}
#BrowseArtists li#BrowseF a:hover{
	background-position:-141px -321px;	
}
#BrowseArtists li#BrowseF a.Selected{
	background-position:-141px -321px;	
}
#BrowseArtists li#BrowseG a{
	width:20px;
	background-position:-163px -30px;	
	left:163px;
	top:0;
}
#BrowseArtists li#BrowseG a:hover{
	background-position:-163px -321px;	
}
#BrowseArtists li#BrowseG a.Selected{
	background-position:-163px -321px;	
}
#BrowseArtists li#BrowseH a{
	width:20px;
	background-position:-184px -30px;
	left:184px;
	top:0;
}
#BrowseArtists li#BrowseH a:hover{
	background-position:-184px -321px;
}
#BrowseArtists li#BrowseH a.Selected{
	background-position:-184px -321px;
}
#BrowseArtists li#BrowseI a{
	width:18px;
	background-position:-205px -30px;	
	left:205px;
	top:0;
}
#BrowseArtists li#BrowseI a:hover{
	background-position:-205px -321px;	
}
#BrowseArtists li#BrowseI a.Selected{
	background-position:-205px -321px;	
}
#BrowseArtists li#BrowseJ a{
	width:20px;
	background-position:-223px -30px;
	left:223px;
	top:0;
}
#BrowseArtists li#BrowseJ a:hover{
	background-position:-223px -321px;
}
#BrowseArtists li#BrowseJ a.Selected{
	background-position:-223px -321px;
}
#BrowseArtists li#BrowseK a{
	width:20px;
	background-position:-244px -30px;	
	left:244px;
	top:0;
}
#BrowseArtists li#BrowseK a:hover{
	background-position:-244px -321px;	
}
#BrowseArtists li#BrowseK a.Selected{
	background-position:-244px -321px;	
}
#BrowseArtists li#BrowseL a{
	width:20px;
	background-position:-265px -30px;
	left:265px;
	top:0;
}
#BrowseArtists li#BrowseL a:hover{
	background-position:-265px -321px;
}
#BrowseArtists li#BrowseL a.Selected{
	background-position:-265px -321px;
}
#BrowseArtists li#BrowseM a{
	width:20px;
	background-position:-287px -30px;
	left:287px;
	top:0;
}
#BrowseArtists li#BrowseM a:hover{
	background-position:-287px -321px;
}
#BrowseArtists li#BrowseM a.Selected{
	background-position:-287px -321px;
}
#BrowseArtists li#BrowseN a{
	width:20px;
	background-position:-309px -30px;	
	left:309px;
	top:0;
}
#BrowseArtists li#BrowseN a:hover{
	background-position:-309px -321px;	
}
#BrowseArtists li#BrowseN a.Selected{
	background-position:-309px -321px;	
}
#BrowseArtists li#BrowseO a{
	width:20px;
	background-position:-331px -30px;	
	left:331px;
	top:0;
}
#BrowseArtists li#BrowseO a:hover{
	background-position:-331px -321px;	
}
#BrowseArtists li#BrowseO a.Selected{
	background-position:-331px -321px;	
}
#BrowseArtists li#BrowseP a{
	width:20px;
	background-position:-356px -30px;
	left:356px;
	top:0;
}
#BrowseArtists li#BrowseP a:hover{
	background-position:-356px -321px;
}
#BrowseArtists li#BrowseP a.Selected{
	background-position:-356px -321px;
}
#BrowseArtists li#BrowseQ a{
	width:20px;
	background-position:-378px -30px;
	left:378px;
	top:0;
}
#BrowseArtists li#BrowseQ a:hover{
	background-position:-378px -321px;
}
#BrowseArtists li#BrowseQ a.Selected{
	background-position:-378px -321px;
}
#BrowseArtists li#BrowseR a{
	width:20px;
	background-position:-403px -30px;
	left:403px;
	top:0;
}
#BrowseArtists li#BrowseR a:hover{
	background-position:-403px -321px;
}
#BrowseArtists li#BrowseR a.Selected{
	background-position:-403px -321px;
}
#BrowseArtists li#BrowseS a{
	width:20px;
	background-position:-425px -30px;	
	left:425px;
	top:0;
}
#BrowseArtists li#BrowseS a:hover{
	background-position:-425px -321px;	
}
#BrowseArtists li#BrowseS a.Selected{
	background-position:-425px -321px;	
}
#BrowseArtists li#BrowseT a{
	width:20px;
	background-position:-447px -30px;	
	left:447px;
	top:0;
}
#BrowseArtists li#BrowseT a:hover{
	background-position:-447px -321px;	
}
#BrowseArtists li#BrowseT a.Selected{
	background-position:-447px -321px;	
}
#BrowseArtists li#BrowseU a{
	width:20px;
	background-position:-469px -30px;
	left:469px;
	top:0;
}
#BrowseArtists li#BrowseU a:hover{
	background-position:-469px -321px;
}
#BrowseArtists li#BrowseU a.Selected{
	background-position:-469px -321px;
}
#BrowseArtists li#BrowseV a{
	width:20px;
	background-position:-490px -30px;	
	left:490px;
	top:0;
}
#BrowseArtists li#BrowseV a:hover{
	background-position:-490px -321px;	
}
#BrowseArtists li#BrowseV a.Selected{
	background-position:-490px -321px;	
}
#BrowseArtists li#BrowseW a{
	width:20px;
	background-position:-515px -30px;	
	left:515px;
	top:0;
}
#BrowseArtists li#BrowseW a:hover{
	background-position:-515px -321px;	
}
#BrowseArtists li#BrowseW a.Selected{
	background-position:-515px -321px;	
}
#BrowseArtists li#BrowseX a{
	width:20px;
	background-position:-538px -30px;
	left:538px;
	top:0;
}
#BrowseArtists li#BrowseX a:hover{
	background-position:-538px -321px;
}
#BrowseArtists li#BrowseX a.Selected{
	background-position:-538px -321px;
}
#BrowseArtists li#BrowseY a{
	width:20px;
	background-position:-561px -30px;
	left:561px;
	top:0;
}
#BrowseArtists li#BrowseY a:hover{
	background-position:-561px -321px;
}
#BrowseArtists li#BrowseY a.Selected{
	background-position:-561px -321px;
}
#BrowseArtists li#BrowseZ a{
	width:20px;
	background-position:-582px -30px;
	left:582px;
	top:0;
}
#BrowseArtists li#BrowseZ a:hover{
	background-position:-582px -321px;
}
#BrowseArtists li#BrowseZ a.Selected{
	background-position:-582px -321px;
}
#RingtoneSearch{
	width:614px;
	height:40px;
	position:relative;
}
#RingtoneSearchButton{
	display:block;
	width:109px;
	height:36px;
	text-indent:-9999px;
	position:absolute;
	left:14px;
	top:5px;
}
#RingtoneSearchBox{
	position:absolute;
	left:130px;
	top:10px;
	width:464px;
	height:23px;
	font-size:20px;	
	border:none;
	outline:none;
	background:#FFFFFF;
}
#ArtistsDropdown{
	top:29px;
	left:68px;
	display:none;
	
}
#PlaylistsDropdown{
	top:29px;
	left:186px;
	display:none;
}
#GenresDropdown{
	top:29px;
	left:309px;
	display:none;
}
.SubDropdownBody{
	width:141px;
	background:url(../images/dropdownBody.png) top left repeat-y !important;
	background:url(../images/dropdownBody.gif) top left repeat-y;
	position:absolute;
	z-index:799;
}
.SubDropdownInner dl dd a{
	display:block;
	position:inherit;
	text-indent:inherit;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	width:113px;
	height:inherit;
	padding: 0 0 0 10px;
}
.SubDropdownInner dl dd a:hover{
	background:#FFFFFF;
}
.SubDropdownInner dl{
	margin: 1px 0 10px 10px;
	padding: 10px 0 5px 0;
	background:#67dedd;
	width:123px;
}
.SubDropdownInner dd{
	margin: 0 0 5px 0;
	padding: 0;
}
.SubDropdownBot{
	background:url(../images/dropdownBot.png) top left no-repeat !important;
	background:url(../images/dropdownBot.gif) top left no-repeat;
	width:141px;
	height:13px;
	font-size:0px;
	position:absolute;
}
#FeaturedRingtones{
	margin: 15px 0 0 23px;
	padding: 0 0 10px 0;
	width:612px;
	background:#d7f5f5;
	border:1px solid #FFFFFF;
	overflow:hidden;
}
#TopFeatured, #BotFeatured{
	margin: 0;
	padding: 0;
	list-style:none;
	overflow:hidden;
}
#BotFeatured{
	margin: 0 0 0 1px;
}
#TopFeatured li{
	margin: 10px 0 0 14px;
	padding: 0;
	float:left;
	display:inline;
	background:#67dedd;
}
#BotFeatured li{
	margin: 10px 0 0 13px;
	padding: 0;
	float:left;
	display:inline;
	background:#67dedd;
}
#TopFeatured img{
	width:186px;
	height:105px;
	border:none;
}
#BotFeatured img{
	width:136px;
	height:77px;
	border:none;
}
#TopFeatured p{
	font-size:15px;
	color:#000000;
	margin: 0;
	padding:5px 0 10px 5px;
	width:181px;
	text-transform:uppercase;
	font-weight:bold;
}
#TopFeatured a, #BotFeatured a{
	color:#000000;
	text-decoration:none;
}
#BotFeatured p{
	font-size:11px;
	color:#000000;
	margin: 0;
	padding:2px 0 5px 5px;
	width:132px;
	text-transform:uppercase;
	font-weight:bold;
}
#TopTonesHeader{
	display:block;
	width:614px;
	height:21px;
	background:url(../images/TopTones.png) top left no-repeat;
	margin: 15px 0 0 23px;
	padding: 0;
	text-indent:-9999px;
}
#TopTones{
	margin: 2px 0 0 23px;
	width:612px;
	background:#d7f5f5;
	border:1px solid #FFFFFF;
	overflow:hidden;
	position:relative;
}
.GenresUpperTones{
	margin: 0 0 15px 20px;
	padding: 15px 0 0 0;
	overflow:hidden;	
}
.GenresLowerTones{
	margin: 0 0 15px 20px;
	padding: 0;
	overflow:hidden;
}
.WallpapersUpperTones{
	margin: 0 0 15px 20px;
	padding: 15px 0 0 0;
	overflow:hidden;	
}
.WallpapersLowerTones{
	margin: 0 0 15px 20px;
	padding: 0;
	overflow:hidden;
}
.UpperTones{
	margin: 0 0 15px 20px;
	padding: 15px 0 0 0;
	overflow:hidden;
}
.LowerTones{
	margin: 0 0 15px 20px;
	padding: 15px 0 0 0;
	display:none;
	
}
.ArtistTones{
	margin: 0 0 15px 20px;
}

dl.RingtoneList {
	position:relative;
	width:96px;
	margin: 0 0 0 15px;
	padding: 0;
	font-size:10px;
	color:#000000;
	float:left;	
	display:inline;
}
dt.RingtoneTitle{
	margin: 21px 0 0 0;
	padding: 96px 0 0 0;
	font-weight:bold;
	
}

dd.RingtoneThumbnail{
	margin: 0;
	padding: 0;
	position:absolute;
	top:0px;
	left:0px;
}
dd.RingtoneThumbnail img{
	border:none;
}
.PlayStop{
	width:22px;
	height:16px;
	position:absolute;
	top:100px;
	left:74px;
}

dd.RingtoneThumbnail a.GetButton{
	display:block;
	height:16px;
	width:72px;
	background:url(../images/getitnow.jpg) 0 0 no-repeat;
	position:absolute;
	top:100px;
	left:0;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
dd.RingtoneThumbnail a.GetButton:hover{
background-position:0 100%;
}
dd.RingtoneArtist{
	margin: 0;
	padding: 0;
}
dd.RingtoneArtist a{
	color:#000000;
	text-decoration:none;
}
a.DoubleNavLeft{
	position:absolute;
	top:136px;
	left:13px;
	width:12px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../images/arrows.gif) 0 -30px no-repeat;
}
a.DoubleNavLeft:hover{
	background-position:0 0;
}
a.DoubleNavRight{
	position:absolute;
	top:136px;
	right:13px;
	width:12px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../images/arrows.gif) -13px -30px no-repeat;
}
a.DoubleNavRight:hover{
	background-position:-13px 0;
}
a.SingleNavLeft, a.GenresNavLeft{
	position:absolute;
	top:50px;
	left:13px;
	width:12px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../images/arrows.gif) 0 -30px no-repeat;
}
a.SingleNavLeft:hover, a.GenresNavLeft:hover{
	background-position:0 0;
}
a.SingleNavRight, a.GenresNavRight{
	position:absolute;
	top:50px;
	right:13px;
	width:12px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../images/arrows.gif) -13px -30px no-repeat;
}
a.SingleNavRight:hover, a.GenresNavRight:hover{
	background-position:-13px 0;
}
#NewAndHot10Header{
	display:block;
	width:614px;
	height:21px;
	background:url(../images/NewAndHot10.gif) top left no-repeat;
	margin: 15px 0 0 23px;
	padding: 0;
	text-indent:-9999px;
}
.PlaylistsBlock, .GenresBlock, .ArtistBlock, .SearchBlock{
	margin: 2px 0 0 23px;
	width:612px;
	min-height:166px;
	background:#d7f5f5;
	border:1px solid #FFFFFF;
	overflow:hidden;
	position:relative;
}
#Wow10Header{
	display:block;
	width:614px;
	height:21px;
	background:url(../images/Wow10.gif) top left no-repeat;
	margin: 15px 0 0 23px;
	padding: 0;
	text-indent:-9999px;
}
h3.PlaylistHeader, h3.GenresHeader, h3.SearchHeader{
	display:none;
	width:591px;
	height:20px;
	background:url(../images/GenericHeader.png) top left no-repeat;
	margin: 15px 0 0 23px;
	padding: 1px 0 0 23px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}
#ParticipatingCarriersHeader{
	display:block;
	width:614px;
	height:21px;
	background:url(../images/ParticipatingCarriers.png) top left no-repeat;
	margin: 15px 0 0 23px;
	padding: 0;
	text-indent:-9999px;
}
#ParticipatingCarriers{
	list-style:none;
	margin: 5px 0 0 20px;
	padding: 0;
	background:#43dbd9;
	height:37px;
}
#ParticipatingCarriers li{
	margin: 0 0 0 13px;
	padding: 0;
	float:left;
	display:inline;
}

#Browse{
	list-style:none;
	margin: 15px 0 0 40px;
	padding: 0;
}
#Browse a{
	color:#000000;
	text-decoration:none;
}
#Browse a:hover{
	background:#FFFFFF;
}

#ListOutput{
	background:#D7F5F5;
	border: 1px solid #FFFFFF;
	width:612px;
	margin: 15px 0 0 23px;
	overflow:hidden;
}
#ListOutput ul{
	list-style:none;
	margin: 10px;
	padding: 0 !important;
	padding: 0 0 10px 0;
	overflow:hidden;
}
#ListOutput li{
	float:left;
	width:185px;
}
#ListOutput li a{
	color:#000000;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
}
#ListOutput li a:hover{
	background:#FFFFFF;	
}
/*Side bar*/
/*#Mobile10{
	width:322px;
	height:199px;
	display:block;
	background:url(../images/MuchMobile10.png) top left no-repeat;
	margin:0 0 0 12px;
	padding: 0;
	text-indent:-9999px;
}*/
#Mobile10{
	width:300px;
	height:180px;
	display:block;
	background:url(../images/10tones10bones.png) top left no-repeat;
	margin:0 0 10px 12px;
	padding: 0;
	text-indent:-9999px;
}
#Get10{
	width:314px;
	height:68px;
	display:block;
	background:url(../images/get10ringtones.png) top left no-repeat;
	margin:-5px 0 0 6px;
	padding: 0;
	text-indent:-9999px;
}
#SupportHome{
	margin:-5px 0 0 0;
}

#MotimeLogin{
	width:300px;
	height:50px;
	margin: 5px 0 0 14px;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

#MotimeLogin p{
	width:125px;
	text-align:right;
	font-size:14px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
	color:#000000;
}

#MotimeLogin a{
	display:block;
	width:163px;
	height:40px;
	background:url(../images/ringtones-login.png) top left no-repeat !important;
	background:url(../images/ringtones-login2.png) top left no-repeat;
	text-indent:-9999px;
	float:right;
	position:relative;
	right:5px;
}

#MotimeLogin a:hover{
	background:url(../images/ringtones-login.png) 0 -41px no-repeat !important;
	background:url(../images/ringtones-login2.png) top left no-repeat;
}

#NeedHelpHeader{
	width:300px;
	height:20px;
	display:block;
	background:url(../images/NeedHelp.png) top left no-repeat;
	margin:5px 0 0 14px;
	padding: 0;
	text-indent:-9999px;
}
#NeedHelp{
	width:290px;
	margin: 10px 0 0 14px;
	padding: 0 0 0 10px;
	color:#000000;
	font-size:13px;
}
#NeedHelp a{
	text-decoration:none;
	color:#000000;
}
#SubscriptionHeader{
	width:300px;
	height:20px;
	display:block;
	background:url(../images/subscription.png) top left no-repeat;
	margin:15px 0 0 14px;
	padding: 0;
	text-indent:-9999px;
}
#Subscription{
	width:290px;
	margin: 10px 0 0 14px;
	padding: 0 0 0 10px;
	color:#000000;
	font-size:10px;
}
#Subscription a{
	color:#303030;
	text-decoration:none;
}
#ArtistsHeader{
	width:300px;
	height:20px;
	display:block;
	background:url(../images/Artists.png) top left no-repeat;
	margin:15px 0 0 14px;
	padding: 0;
	text-indent:-9999px;
}
#Artists, #Genres, #Playlists{
	width:290px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 14px;
	list-style:none;
	color:#303030;
	font-size:13px;
}
#Artists li, #Genres li, #Playlists li{
	margin: 0;
	padding: 0;
}
#Artists a, #Genres a, #Playlists a{
	text-decoration:none;
	color:#303030;
}
#Artists a:hover, #Genres a:hover, #Playlists a:hover{
	background-color:#FFFFFF;
}
#GenresHeader{
	width:300px;
	height:20px;
	display:block;
	background:url(../images/Genres.png) top left no-repeat;
	margin:15px 0 0 14px;
	padding: 0;
	text-indent:-9999px;
}
#PlaylistsHeader{
	width:300px;
	height:20px;
	display:block;
	background:url(../images/playlists.png) top left no-repeat;
	margin:15px 0 0 14px;
	padding: 0;
	text-indent:-9999px;
}
#BigBox{
	margin: 15px 0 0 14px;
}
#BigBoxTop{
	margin: 10px 0 0 14px;
}
#BigBox h5, #BigBoxTop h5{
	width:300px;
	height:11px;
	display:block;
	background:url(../images/advertisement.png) top left no-repeat;
	margin:0 0 5px 0;
	padding: 0;
	text-indent:-9999px;
	font-size:1px;
}
.loading{
	margin: 40px 0 0 273px;
	display:none;
}
/* ARTIST PAGE --------------------------------------------------------------------*/
#ArtistImage{
	width:614px;
	height:347px;
	background:url(../images/artistBG.png) top left no-repeat;
	margin: 3px 0 0 23px;
}
#ArtistImage img{
	margin: 13px 0 0 0;
}
/* RotatorBG------------------------------------------------------------------------*/
#Rotator{
	width:614px;
	height:390px;
	background:url(../images/rotatorBG.png) top left no-repeat;
	margin: -3px 0 0 23px;
}
#RotatorInner{
	padding:13px 0 0 0;
	position:relative;
}
/* FOOTER -------------------------------------------------------------------------*/

#Footer{
	clear:both;
	margin:0;
	padding:30px 0 0 0;
	background:url(../images/FooterBG.gif) top no-repeat !important;
	background:url(../images/FooterBG.gif) top no-repeat;
	width:1000px;
	height:280px;
	position: relative;
	color:#000000;
}

#Footer a#MuchLinkFooter{
	position: absolute;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:150px;
	top: 30px;
	left: 90px;
	background:url(../images/FooterSprite.jpg) no-repeat 0 0;
}
#Footer a#MuchLinkFooter:hover{
	background-position: 0 -56px;
}
#Footer ul{
	margin: 0;
	padding: 0;
	width: 668px;
	list-style:none;
	overflow:hidden;
}
#Footer li{
	margin: 0;
	padding: 0;
	float:left;
}
#Footer li a{
	display:block;
	text-indent:-9999px;
	height: 20px;
	background:url(../images/FooterSprite.jpg) no-repeat 0 0;
	outline:none;
}

#Footer ul#Sections{
	padding: 0 0 0 242px;
	overflow:hidden;
	width: 829px;
}
#Footer ul#Brands{
	clear:both;
	padding: 17px 0 0 242px;
}

#Footer li#VideosFooter a{
	width:65px;
	background-position: -151px 0;
}
#Footer li#VideosFooter a:hover{
	background-position: -151px -56px;
}

#Footer li#MusicFooter a{
	width:65px;
	background-position: -216px 0;
}
#Footer li#MusicFooter a:hover{
	background-position: -216px -56px;
}
#Footer li#ShowsFooter a{
	width:72px;
	background-position: -281px 0;
}
#Footer li#ShowsFooter a:hover{
	background-position: -281px -56px;
}
#Footer li#NewsFooter a{
	width:65px;
	background-position: -353px 0;
}
#Footer li#NewsFooter a:hover{
	background-position: -353px -56px;
}
#Footer li#ConcertsFooter a{
	width:100px;
	background-position: -419px 0;
}
#Footer li#ConcertsFooter a:hover{
	background-position: -419px -56px;
}
#Footer li#ContestsFooter a{
	width:100px;
	background-position: -519px 0;
}
#Footer li#ContestsFooter a:hover{
	width:100px;
	background-position: -519px -56px;
}
#Footer li#ShopFooter a{
	width:58px;
	background-position: -620px 0;
}
#Footer li#ShopFooter a:hover{
	background-position: -620px -56px;
}
#Footer li#AboutFooter a{
	width:70px;
	background-position: -680px 0;
}
#Footer li#AboutFooter a:hover{
	background-position: -680px -56px;
}
#Footer li#Sitemap a{
	width:78px;
	background-position: -751px 0;
}
#Footer li#Sitemap a:hover{
	background-position: -751px -56px;
}
#Footer li#MuchMore a{
	width: 90px;
	background-position: -150px -36px;
}
#Footer li#MuchMore a:hover{
	background-position: -150px -92px;
}
#Footer li#PunchMuch a{
	width: 115px;
	background-position: -238px -36px;
}
#Footer li#PunchMuch a:hover{
	background-position: -238px -92px;
}
#Footer li#MuchVibe a{
	width: 85px;
	background-position: -352px -36px;
}
#Footer li#MuchVibe a:hover{
	background-position: -352px -92px;
}
#Footer li#MuchLoud a{
	width: 90px;
	background-position: -438px -36px;
}
#Footer li#MuchLoud a:hover{
	background-position: -438px -92px;
}
#Footer li#MuchMoreRetro a{
	width: 150px;
	background-position: -530px -36px;
}
#Footer li#MuchMoreRetro a:hover{
	background-position: -530px -92px;
}
#Footer p a{
	text-decoration:none;
	color:#000000;
}
#Footer p a:hover{
	color:#000000;
	text-decoration:underline;
}
#Footer p#UnderRibbon{
	width:800px;
	margin:20px 0 0 0;
	padding:0 97px;
	clear:both;
	font-size:15px;
	text-align:center;
}
#Footer p#ctvinfo{
	margin: 37px 0 0 0;
	padding: 0;
	font-size:13px;
	text-align:center;
}
#Footer p#ctvinfo img{
	vertical-align:middle;
	border:none;
	
}
#Footer p#ctvinfo a{
	outline:none;
}
#Footer p#crosslinks{
	margin: 10px 0 0 20px;
	padding: 0;
	text-align:center;
	font-size:13px;
}
#Footer p#crosslinks a{
	padding: 0 20px 0 0;
}

