	body {
		margin:0px;
		padding:0px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		overflow-x:hidden;
		/* background:url(http://www.efishdesign.com/blue_bg.png); */
		background:#3d536c url(images/bgtop.png) repeat-x top left;
		/* background:#386aa2 url(images/bgtop.png) repeat-x top left; */
	}
	
	p.news {
		color:#777;
		font-size:11px;
		text-align:center;
		margin-top:28px;
	}
	
		p.news a {
			color:#444;
		}
	
	.topbox {
		background:url(images/topbox.png) no-repeat;
		width:937px;
		height:13px;
		margin:30px auto 0px;
	}
	
	.middlebox {
		background:url(images/middlebox.png) repeat-y top left;
		width:927px;
		padding:0 5px;
	}
	
	.bottombox {
		background:url(images/bottombox.png) no-repeat bottom;
		height:34px;
		width:936px;
		margin-bottom:20px;
	}
	
	center a { 
		color:white !important; 
		text-shadow:black 0px 1px 1px;
	}
	
	#searchdown {
		padding:5px;
		background:yellow url(images/searchdown.png);
		font-weight:bold;
		border-bottom:1px solid #333;
	}
		
		#searchdown div {
			width:890px;
			margin:0 auto;
			text-align:center;
		}
	
	a { 
		text-decoration:none;
		outline:none;
	}
	
	p.alert {
		font-size:14px;
		background:#ffdee4 url(http://www.macwebos.com/icons/error.png) left center no-repeat;
		padding:10px;
	}
	
		p.alert a {
			color:#990000;
		}
	
	#account_info {
		background:url(images/green_bg_tall.png) repeat-x top left;
		font-size:11px;
		padding:5px;
		border-bottom:1px solid #6FAB47;
	}
	
		#account_info form {
			margin:0 auto;
			width:915px;
		}
	
		#account_info input {
			font-size:11px;
			padding:2px;
			margin-right:5px;
		}
		
			#account_info input.inputtext {
				background:white;
				border:1px solid #6FAB47;
				padding:2px;
			}
	
	center h1 {
		font-weight:normal;
		font-size:20px;
		text-shadow:#537192 0px 1px 0px;
	}
	
	center h1 a {
		color:#990000;
	}
	
	div.error {
		color:#990000;
		margin-bottom:10px;
	}
	
	#topbar {
		width:100%;
		background:url(images/topbar_bg.png) repeat-x bottom left;
		height:28px;
	}
	
	#topbar div {
		min-width:875px;
		width:97%;
		margin:0 auto;
	}
	
	#topbar a {
		color:#222;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		text-decoration:none;
		padding:7px 0 7px 0;
		text-shadow: white 0px 1px 0px;
	}
	
	#topbar a:hover {
		color:#286ea0;
	}
	
	#topbar ul#leftnav {
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	#topbar ul#midnav {
		margin:0px auto;
		padding:0px;
		width:240px;
		height:24px;
		border-top:0px;
	}
	
	#topbar ul#leftnav li, #topbar ul#midnav li {
		text-align:center;	
		float:left;
		display:block;
		width:80px;
	}
	
	#topbar ul#leftnav li a, #topbar ul#midnav li a {
		display:block;
		padding:7px 0 6px 0;
	}
	
	#topbar li:hover {
		background:url(http://www.fruitunes.com/images/nav_bg.png) no-repeat 0px 0px;
	}
	
	#topbar li:active {
		background:url(http://www.fruitunes.com/images/nav_bg_push.png) no-repeat;
	}
	
	#topbar ul#rightnav {
		list-style-type:none;
		margin:0px;
		margin-right:5px;
		padding:0px;
	}
	
	#topbar ul#rightnav li {
		float:right;
		color:#ac0000;
		display:block;
		width:80px;
		text-align:center;
	}
	
	#topbar ul#rightnav li a {
		display:block;
		padding:7px 0 6px 0;
	}
	
	#topbar ul#rightnav input {
		font-size:11px;
	}
	
	#topbar ul#rightnav input[type=text], #topbar ul#rightnav input[type=password] {
		width:100px;
		padding:0px;
		border:1px solid #999;
		margin-top:-3px;
	}
	
	#introbox ul#tabnav {
		text-align: center;
		list-style-type: none;
		padding: 3px 5px 3px 5px;
		margin:0 auto;
		width:224px;
		margin-top:21px;
	}
	
	#introbox ul#tabnav li {
		display:block;
		float:left;
	}

#introbox ul#tabnav li a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	background:#eee;
	font-size:11px;
	width:100px;
	display:block;
	padding:3px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}

	#introbox ul#tabnav li a.active {
		background:#ddd;
		top:0px;
		padding:3px;
	}
		
	#introbox ul#tabnav a:hover {
		background: #fff;
	}
	
#popup ul#popup_tabnav {
	text-align: center;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding: 3px 5px 3px 5px;
	max-width:550px;
}
	
	#popup ul#popup_tabnav li {
		display: inline !important;
		float:none;
	}
	
	#popup ul#popup_tabnav li a.active { 
		background-color: #fff;
		color: #000;
		position: relative;
		top: 1px;
		padding-top: 4px;
	}
	
	#popup ul#popup_tabnav li a { 
		padding: 3px 14px;
		width:100px;
		border: 1px solid #ccc;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		color: #666;
		margin-right: 2px;
		text-decoration: none;
		border-bottom: none;
	}
	
	#popup ul#popup_tabnav a:hover {
		background: #fff;
	}
	
	#history {
		font-size:10px;
		color:#666;
	}
	
		#history a {
			text-decoration:underline;
			font-size:10px;
			color:#999;
		}
		
		#history a:hover { color:#666; }
	
	#noresults {
		color:#999;
		border-top:0px;
		padding:30px 10px 50px 10px;
		background:#faece6 url(http://www.fruitunes.com/images/sadfruit.png) no-repeat 100px 10px;
		margin:0px auto;
		height:130px;
		padding-left:350px;
	}
	
		#noresults h1 { color:#666; }
	
		#noresults p {
			font-size:16px;
		}
	
	#login_box {
		position:absolute;
		right:25px;
		top:25px;
		width:200px;
		padding:5px;
		z-index:1000;
		border:1px solid #aaa;
		border-top:0px;
		background:#cacaca;
	}
	
	#login_error {
		color:#990000;
		font-size:11px;
		font-weight:bold;
		padding:5px 5px 5px 25px;
		margin-top:5px;
		background:white url(http://www.macwebos.com/icons/exclamation.png) no-repeat 3px 3px;
	}
	
	#login_box label {
		float:left;
		width:80px;
		padding-top:9px;
	}
	
	#login_box a {
		font-size:11px;
		color:#990000;
	}
	
	#login_box input[type=text],#login_box input[type=password] {
		width:105px;
		border:1px solid #999;
		margin:2px 0;
		padding:2px;
	}
	
	#wrapper {
		width:937px;
		margin:0 auto;
		padding:0px;
		position:relative;
	}
	
	div.news {
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		padding:5px 0;
		width:300px;
		font-size:15px;
		margin-bottom:25px;
		color:white;
		background:url(http://www.macwebos.com/icons/exclamation.png) no-repeat left center;
		padding-left:15px;
	}
	
		div.news a {
			background:url(images/white_more.png) no-repeat right center;
			padding-right:15px;
		}
	
	#profile_info {
		background:#aaa url(images/blue_gradient.png) repeat-x top left;
		height:50px;
		border-bottom:0px;
		padding:10px;
		position:relative;
		color:#fff;
	}
	
		#profile_info p {
			margin:0px;
			color:#fff;
		}
	
		#profile_info a.close_btn {
			position:absolute;
			top:10px;
			right:10px;
			font-size:11px;
		}
	
		#profile_info div.block {
			width:170px;
			float:left;
		}
		
			#profile_info div.block.long { width:370px; }
			
			#profile_info div.block.right { 
				width:70px;
				margin:3px 20px 0 20px;
				padding:3px;
				background:#a8aeb8;
				-moz-border-radius:8px;
				-webkit-border-radius:8px;
				position:absolute;
				right:40px;
			}
			
			#profile_info div.block.right h1 {
				text-align:center;
				color:#111;
				margin:0px;
				font-size:20px;
			}
			
				#profile_info div.block.right h1 span {
					font-size:11px;
				}
	
		#profile_info p.favs {
			line-height:12px;
		}
	
		#profile_info p.favs a {
			font-size:10px;
			color:#ddd;
		}
	
		#profile_info img {
			padding:5px;
			border:1px solid #ccc;
			margin-bottom:10px;
		}
	
		#profile_info h1 {
			margin:0;
			padding:0;
			font-size:18px;
			color:#fff;
			text-shadow:#313943 0px 1px 0px;
		}
		
		#profile_info h2 {
			margin:0 0 5px 0;
			padding:0;
			font-size:13px;
			color:#eee;
			font-weight:normal;
			text-shadow:#313943 0px 1px 0px;
		}
		
		#profile_info h2.dark { 
			color:#222;
			font-weight:bold;
			padding:0px;
			font-size:12px;
			height:20px;
			margin:0 0 5px 0;
		}
		
			#profile_info h2.dark a {
				color:#444 !important;
				margin-right:4px;
				float:left;
				padding:2px 8px;
				text-decoration:none;
			}
			
			#profile_info h2.dark a.select {
				color:#222 !important;
				background:#eee;
				-moz-border-radius:8px;
				-webkit-border-radius:8px;
			}
		
		#profile_info h3 {
			font-weight:normal;
			font-size:11px;
			color:#ddd;
			margin:0px;
			padding:0px;
		}
		
		#profile_info a { color:#eee;text-shadow:#313943 0px 1px 0px; }
		#profile_info a:hover { text-decoration:underline; }
	
	#profile_info div.sidebar {
		position:absolute;
		right:0px;
		top:0px;
		width:538px;
		padding:10px 10px;
		background:url(images/blue_edge.png) repeat-x;
		border-left:1px solid #333;
		height:50px;
	}
	
		#profile_info div.sidebar h1, #profile_info div.sidebar h2, #profile_info div.sidebar a {
			text-shadow:none;
		}
	
		#profile_info div.sidebar p {
			color:#333;
		}
	
		#profile_info div.sidebar a {
			color:#333;
		}
	
	#content {
		width:600px;
		margin:30px auto;
		text-align:center;
	}
	
	#content a#whatsthis {
		font-size:9px;
		color:#ac0000;
	}
	
	#content img {
		display:block;
	}
	
	input[type=text], input[type=password], #popupcontent input[type=text], #popupcontent input[type=password],#popupcontent input[type=file] {
		width:482px;
		padding:3px;
		border-color:#777 #ccc #ddd #999;
		border-width:1px;
		border-style:solid;
		background:#fff url(http://www.fruitunes.com/images/fieldbg.gif) repeat-x top;
	}
	
	#search input[type=text], #discover input[type=text] { 
		margin-bottom:5px;
	}
	
	input[type=text].placehold {
		color:#999;
		text-align:center;
	}
	
	span.songsearch input.placehold {
		text-align:left;
	}
	
	input {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:15px;
	}
	
	#form {
		border-top:1px solid #999;
		padding-top:15px;
		font-size:12px;
	}
	
	#form label {
		width:200px;
		margin:5px 0;
	}
	
	#form input[type=text], #form input[type=password] {
		width:250px;
		padding:3px;
		font-size:18px;
		margin-top:5px;
	}
	
	span.red {
		color:#ac0000;
		font-size:15px;
	}
	
	span.green {
		color:#b4ff82;
		font-size:15px;
	}
	
	div#player {
		width:200px;
		float:left;
	}
	
	#play {
		padding:10px;
	}
	
	#play p a {
		text-decoration:none;
		color:#286ea0;
		font-size:20px;
		display:block;
		margin:5px 0;
	}
	
	#search_bar {
		padding:0 0 10px 0;
	}
	
	#search_bar a img { border:0px; }
	
	#search_bar input[type=text] {
		width:590px;
		padding:3px;
		font-size:13px;
		margin-right:10px;
	}
	
	#search_bar input {
		font-size:12px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
	}
	
	#lists {
		width:630px;
		margin:40px auto;
		text-align:justify;
		color:#999;
	}
	
	#lists h1 {
		font-size:13px;
		padding:3px;
		font-weight:normal;
		border-bottom:1px solid #ddd;
		text-align:center;
		color:#666;
	}
	
	#lists span {
		padding:1px 3px;
		margin-left:3px;
		color:#aaa;
		font-size:12px;
	}
	
	#lists h1 a {
		color:#333;
		text-decoration:none;
		background:url(http://www.efishdesign.com/more_arrow_black.png) no-repeat right center;
		padding-right:8px;
	}
	
	#lists h1 a:hover {
		text-decoration:none;
		color:black;
	}
	
	#lists a {
		color:#666;
		text-decoration:none;
	}
	
	#lists a:hover { 
		color:#990000;
		text-decoration:underline; 
	}
	
	div.alert {
		color:red;
		padding:10px 0;
	}
	
	#resultbar {
		background: #b4ff82 url(http://www.fruitunes.com/images/green_bg.png) repeat-x;
		text-align:right;
		padding:3px 10px;
		font-weight:bold;
		margin:0 auto;
		border:1px solid #6fab47;
		border-top:1px solid #6d9f00;
	}
	
	a.share {
		background:url(http://www.macwebos.com/icons/email.png) no-repeat left center;
		padding-left:23px;
		color:#111;
		font-size:12px;
		font-weight:normal;
		position:absolute;
		bottom:5px;
	}
	
	a.favlist {
		background:url(http://www.macwebos.com/icons/heart.png) no-repeat left center;
		padding-left:23px;
		color:#111;
		font-size:12px;
		font-weight:normal;
		position:absolute;
		bottom:5px;
		left:75px;
	}
	
	a.unfavlist {
		background:url(http://www.macwebos.com/icons/heart_delete.png) no-repeat left center;
		padding-left:23px;
		color:#111;
		font-size:12px;
		font-weight:normal;
		position:absolute;
		bottom:5px;
		left:75px;
	}
	
	a.fullscreen {
		background:url(http://www.macwebos.com/icons/application.png) no-repeat left center;
		padding-left:23px;
		margin-left:5px;
		color:#111;
		cursor:pointer;
		font-size:12px;
		font-weight:normal;
	}
	
	#instructions {
		background:#fafafa;
		border:1px solid #aaa;
		border-bottom:0px;
		padding:5px 10px;
	}
	
		#instructions a.hide {
			float:right;
			font-size:10px;
			color:#555;
		}
	
		#instructions h3 {
			margin:0px;
			padding:0px;
		}
		
		p.note {
			width:700px;
			color:#666;
			font-size:13px;
			padding-left:25px;
			background:url(http://www.macwebos.com/icons/exclamation.png) no-repeat left center;
		}
	
	ul#playlists {
	}
	
	#songslists_div {
		overflow-y:scroll;
		position:relative;
		background:#F1F5FA;
	}
	
	#results h2 {
		font-size:18px;
		color:#666;
		font-weight:normal;
		margin:0px;
		padding:5px 0 50px 0;
	}
	
	#results {
		margin:0px auto;
		background:#f0f0f0;
		border-top:1px solid #999;
	}
	
		#results div.text {
			padding:10px;
		}
		
	#playercontainer {
		visibility: hidden;
		text-indent: -9999px;
	}
	
	#play_area {
		height:70px;
		background:#ececec url(images/lg_gradient.png) repeat-x;
		border-top:1px solid #aaa;
		padding:15px 10px 15px 10px;
		position:relative;
		margin:0 auto;
		text-shadow: white 0px 1px 0px;
	}
	
	#play_area a#play_button {
			width:82px;
			height:70px;
			background:url(images/playpause.png) no-repeat top left;
		}
		
			#play_area a#play_button {
				background-position:0 -70px;
			}
	
		#play_area div.nowplaying {
			position:absolute;
			left:200px;
		}
		
			#play_area div.nowplaying h1 {
				font-size:25px;
				width:490px;
				margin:0px;
				padding:0px;
				letter-spacing:-.5px;
				font-family:"Trebuchet MS","Helvetica",Arial,sans-serif;
			}
			
			#curTitle a { display:none; }
			
			#play_area #curAlbum {
				position:absolute;
				left:180px;
				width:70px;
			}
			
				#play_area #curAlbum img {
					padding:3px;
					border:1px solid #ccc;
					background:white;
					margin-top:-5px;
					width:75px;
					cursor:pointer;
				}
			
			#play_area div.nowplaying h2 {
				font-size:17px;
				font-weight:normal;
				padding:0px;
				color:#666;
				margin:0px;
				height:21px;
				letter-spacing:-.5px;
				font-family:"Trebuchet MS","Helvetica",Arial,sans-serif;
				margin-top:-3px;
			}
			
			#play_area div.nowplaying h3 {
				font-weight:normal;
				color:#666;
				font-size:11px;
				margin:0px;
				padding:0px;
				width:500px;
				overflow:hidden;
			}
			
			#curLocation, #curFile { display:none; }
			
			#play_area #controls {
				position:absolute;
				left:10px;
				top:7px;
			}
			
			#play_area #controls img {
				cursor:pointer;
			}
			
			#play_area #counter {
				float:right;
				text-align:center;
				padding-right:10px;
				font-size:47px;
				width:115px;
				text-shadow: white 0px 1px 0px;
			}
			
			#play_area #add {
				float:right;
				z-index:1000;
				text-align:center;
				margin:-5px 0px 0 0;
			}
			
				#play_area #counter img {
					margin-bottom:5px;
				}
			
				#play_area #counter span {
					font-size:12px;
				}
				
		#playlist_tabs {
			background:url(images/tabs_bg.png) repeat-x top left;
			border-top:1px solid #666;
			padding:4px 5px 0 5px;
			height:23px;
		}
		
			#playlist_tabs ul {
				list-style-type:none;
				margin:0 0 0 5px;
				padding:0px;
				font-size:11px;
			}
			
			#playlist_tabs ul li {
				width:102px;
				float:left;
				display:block;
				margin:0 3px;
				position:relative;
				text-align:center;
			}
			
				#playlist_tabs ul li span a {
					display:block;
					color:black;
					font-weight:bold;
					padding:3px 5px;
					background:#acf67b;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
				}
				
				#playlist_tabs ul li a.delete {
					position:absolute;
					right:3px;
					top:3px;
					padding:7px;
					cursor:pointer;
					background:url(images/delete.png) no-repeat;
				}
				
				#playlist_tabs ul li span a#add_tab {
					background:#ccc;
				}
				
					#playlist_tabs ul li span a#add_tab:hover {
						background:#eee;
					}
				
				#playlist_tabs ul li span a:hover {
					background:#8dcf61;
				}
				
				#playlist_tabs ul li span a.active {
					background:white;
				}
			
		#results div.text {
			font-size:13px;
			width:700px;
		}
		
		#results ul {
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		
		#results div.text h1 {
			font-size:16px;
			margin:10px 0 0 0;
			padding:0 0 2px 0;
			border-bottom:1px solid #ddd;
			width:100%;
			background:url(http://www.macwebos.com/icons/music.png) no-repeat left center;
			padding-left:25px;
		}
	
		#results li {
			height:22px;
			font-size:11px;
			background:white;
			position:relative;
		}
		
		#results li.title {
			background:url(m/iui/listGroup.png) repeat-x scroll 0 0;
			border-bottom:1px solid #999;
			border-top:1px solid #7d7d7d;
			height:13px;
			padding:2px;
			color:white;
			font-weight:bold;
		}
		
		#results li.title:hover {
			background:url(m/iui/listGroup.png) repeat-x scroll 0 0;
			border-bottom:1px solid #999;
			border-top:1px solid #7d7d7d;
			color:white;
		}
		
		#results li.alt {
			background-color: #dce0e6;
		}
		
		#results li:hover {
			background:#ddd;
		}
		
		#results li.selected {
			background:#ccc;
		}
		
		#results li.playing {
			color:white;
			background:#65adea;
		}
		
			#results li.playing span.right span.move {
				background-position:0px -21px;
			}
		
			#results li.playing span.zero {
				background:url(http://www.macwebos.com/icon/sound_low.png) no-repeat right 3px;
				color:white;
			}
		
		#results li.playing a {
			color:white;
		}
		
		#results li.dead {
			color:#bbb;
			background:#eee;
		}
		
			#results li.dead span.right span.icon {
				display:none;
			}
			
			#results li span.right span.icon {
				float:left;
			}
		
		#results li.not_playing {
			color:white;
			background:#65adea;
		}
		
			#results li.not_playing span.zero {
				background:url(http://www.macwebos.com/icon/sound_none.png) no-repeat right 3px;
				color:white;
			}
		
		#results div.loading {
			width:300px;
			text-align:center;
			margin:0 auto;
		}
		
		#results div#header {
			font-weight:bold;
			font-size:14px;
			border-bottom:1px solid #999;
			background:#eee url(http://www.fruitunes.com/images/bar.png);
			color:#333;
			position:relative;
			height:23px;
		}
		
			#results div#header span {
				padding-bottom:2px !important;
				cursor:pointer;
			}
			
			#results div#header span.zero, #results li span.zero {
				position:absolute;
				left:0px;
				width:30px;
				padding:4px;
				color:#999;
				cursor:pointer;
			}
			
			#results div#header span.select {
				background:url(images/header_highlight.png);
			}
			
			#results div#header span.select.up div {
				background:url(images/up_arrow.png) no-repeat right center;
			}
			
			#results div#header span.select.down div {
				background:url(images/down_arrow.png) no-repeat right center;
			}
		
		#results div#header input {
			padding:3px 2px 2px 20px;
			font-size:11px;
			font-weight:normal;
			background:url(http://www.fruitunes.com/images/search.png) no-repeat;
			border:0px;
			height:15px;
			width:195px;
		}
		
		input[type=submit].login {
			background:url(http://www.fruitunes.com/images/login_btn.png) no-repeat;
			border:0px;
			width:108px;
			height:26px;
			text-indent:-250px;
			cursor:pointer;
		}

		input[type=submit].search {
			background:url(http://www.fruitunes.com/images/search_btn.png) no-repeat;
			border:0px;
			width:108px;
			height:26px;
			text-indent:-250px;
			cursor:pointer;
		}
		
		input[type=submit].search_gray { 
			background:url(http://www.fruitunes.com/images/search_gray.png) no-repeat;
			border:0px;
			width:108px;
			height:26px;
			text-indent:-250px;
			cursor:pointer;
		}
		
		input[type=submit].search_btn {
			background:url(http://www.fruitunes.com/images/button.png) no-repeat top left;
			width:95px;
			cursor:pointer;
			padding:5px 0;
			text-indent:-250px;
			border:0px;
		}
		
		input[type=submit].discover {
			background:url(http://www.fruitunes.com/images/discover_btn.png) no-repeat;
			border:0px;
			width:108px;
			height:26px;
			text-indent:-250px;
			cursor:pointer;
		}
		
		#results li a {
			color:black;
			font-weight:bold;
		}
		
		#results li span.one, #results div#header span.one {
			width:292px;
			position:absolute;
			left:38px;
			padding:4px;
			display:block;
			font-weight:bold;
			border-right:1px solid #ccc;
			border-left:1px solid #ccc;
			cursor:pointer;
		}
		
		#results li span.one a {
			margin-left:3px;
		}
		
		#results li span.two, #results div#header span.two {
			position:absolute;
			display:block;
			padding:4px;
			width:180px;
			border-right:1px solid #ccc;
			left:340px;
			cursor:pointer;
		}
		
		#results div#header span {
			padding:4px 4px 3px 4px !important;
		}
		
		#results li span.playcount, #results div#header span.playcount {
			position:absolute;
			display:block;
			padding:4px;
			width:37px;
			text-align:right;
			border-right:1px solid #ccc;
			left:540px;
		}
		
		#results li a.showmore {
			display:none;
		}
		
		#results li:hover a.showmore, #results li.playing a.showmore, #results li.not_playing a.showmore {
			display:inline;
		}
		
		#results li a.showmore {
			width:16px;
			height:16px;
			margin-top:-1px;
			background:url(http://www.fruitunes.com/images/showmore.png) no-repeat;
			float:right;
		}
		
		#results li.playing a.showmore, #results li.not_playing a.showmore {
			width:16px;
			background:url(http://www.fruitunes.com/images/showmore_white.png) no-repeat;
		}
		
		#results li span.three, #results div#header span.three {
			position:absolute;
			display:block;
			padding:4px;
			width:37px;
			text-align:right;
			border-right:1px solid #ccc;
			left:530px;
		}
		
		#results li span.three.long, #results div#header span.three.long {
			width:100px;
			text-align:left;
		}
		
		#results div#header span.songsearch {
			float:right;
			padding-bottom:0px !important;
		}
		
			#results div#header span.songsearch input {
				margin:-2px 3px 0px 0;
			}
		
		#results li span.right, #results div#header span.right {
			display:block;
			float:right;
			margin-top:2px;
			margin-right:3px;
			padding-left:15px;	
		}
		
			#results li span.right span.move {
				background:url(images/move.png) no-repeat 0px -1px;
				cursor:move;
				width:15px;
				display:block;
				float:left;
				height:20px;
			}
		
			#results li span.right a.favorite {
				width:46px;
				display:block;
				height:19px;
				margin-right:5px;
				background:url(images/addsong2.png) no-repeat 0px 0px;
				cursor:pointer;
			}
			
			#results li img.inlist {
				margin-right:5px !important;
			}
			
			#results li span.right a.fix {
				width:16px;
				height:19px;
				background:url(http://www.macwebos.com/icons/wrench.png) no-repeat 0px 0px;
				cursor:pointer;
				margin-right:5px;
				display:block;
			}
			
			#results li.dead span.right a.fix { display:block; }
			
			#results li span.right a.lyrics {
				width:46px;
				display:block;
				height:19px;
				margin-right:5px;
				background:url(images/lyrics.png) no-repeat 0px 0px;
				cursor:pointer;
			}
			
			#results li span.right a.more_info {
				width:52px;
				display:block;
				height:19px;
				background:url(images/more_button.png) no-repeat 0px 0px;
				cursor:pointer;
			}
			
			#results li span.right a.favorite:active, #results li span.right a.more_info:active, #results li span.right a.lyrics:active {
					background-position:0px -20px;
				}
		
			#results li span.right img {
				margin-right:3px;
				margin-left:6px;
				float:left;
			}
		
		#results li div#player {
			margin-top:-2px;
		}
		
		#results li span.swf {
			position:absolute;
			display:block;
			font-size:9px;
			left:650px;
			padding:7px 5px 5px 5px;
		}
		
		#results li span.swf p {
			float:left;
			display:block;
			margin:4px 0 0 4px;
		}
	
	#results a.reg { font-weight:normal; }
	
	#search_nav {
		padding:5px 0;
		position:relative;
		margin-top:10px;
	}
	
	#search_nav span.prev {
		position:absolute;
		left:0px;
		width:80px;
	}
	
	#search_nav span.number {
		position:absolute;
		left:80px;
		margin-top:2px;
		width:200px;
		text-align:center;
	}
	
	#search_nav span.next {
		position:absolute;
		left:280px;
		width:80px;
	}
	
	#search_nav a {
		border:1px solid #999;
		padding:1px 5px;
		color:black;
		display:block;
		width:100%;
		text-align:center;
		background:#eee;
	}
	
	div#bottombar {
		padding:2px 10px;
		height:21px;
		position:relative;
		-moz-border-radius-bottomleft:8px;
		-moz-border-radius-bottomright:8px;
		-webkit-border-bottom-left-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		border-top:1px solid #999 !important;
	}
	
	#bottombar a#fullbtn {
		background:transparent url(images/fullscreen.png) no-repeat scroll left top;
		cursor:pointer;
		display:block;
		float:right;
		height:19px;
		width:40px;
	}
	
	div#bottombar a#repeat {
		width:40px;
		height:19px;
		display:block;
		float:left;
		cursor:pointer;
		background:url(images/repeat_btn.png) no-repeat top left;
	}
	
	div#bottombar a#shuffle {
		width:39px;
		height:19px;
		display:block;
		float:left;
		cursor:pointer;
		background:url(images/shuffle.png) no-repeat top right;
	}
		
		div#bottombar p.drag {
			font-size:10px;
			position:absolute;
			left:3px;
			top:-7px;
		}
		
		div#bottombar div.detail {
			text-align:center;
			margin:4px auto;
			font-size:11px;
			width:600px;
		}
		
		div#bottombar p.detail a {
			color:#444;
		}
		
	div#shadow {
		background:white url(http://www.fruitunes.com/images/middle_shadow.png) no-repeat center;
		margin-top:-1px;
		height:20px;
		width:100%;
	}
	
	#resultbar a.rss {
		background:url(http://www.macwebos.com/icons/feed.png) no-repeat left center;
		padding:3px 0;
		padding-left:20px;
		font-size:10px;
		color:#222;
		text-decoration:none;
		margin-left:10px;
		font-weight:normal;
	}
	
	#footer {
		color:#ccc;
		text-align:center;
		font-size:11px;
		padding:0px 0 10px 0;
		margin:0px auto;
		text-shadow:#1f2227 0px 1px 1px;
	}
	
	#footer a.copyright {
		background:url(http://www.efishdesign.com/elogo_10.png) no-repeat left center;
		padding-left:15px;
	}
	
	#footer a {
		color:#ccc;
	}
	
	#footer a:hover {
		color:#eee;
	}
	
	input.edit {
		font-size:11px;
		padding:3px;
		margin-top:-4px;
		margin-left:-4px;
		width:87%;
		border:none;
	}
	
	div.success {
		font-size:15px;
		padding:10px 0 30px 0;
		color:green;
		font-family:Georgia,Times New Roman,serif;
	}
	
	div#share {
		margin-top:20px;
		font-size:17px;
		text-align:center;
	}
	
	div#progress {
		width:420px;
		height:7px;
		margin-top:5px;
		border:1px solid #999;
		cursor:pointer;
		background:#dfdfdf url(http://www.fruitunes.com/images/bg_gray.png) no-repeat -420px 0;
	}
	
#introbox {
	margin:50px auto;
	width:560px;
	height:260px;
	padding:30px 5px;
	text-align:center;
	background:url(images/altbox.png) no-repeat -5px 0;
}

/* SLIDER */

div.slider {
	width: 130px;
	height: 16px;
	background: #eee;
}
div.slider div.knob {
	background: #000;
	width: 16px;
	height: 16px;
}
div#fontSize {
	height: 50px;
}

div.advanced {
	width: 130px;
	margin: 5px 0;
	background: url(http://www.fruitunes.com/images/volume.png) 0 center repeat-x;
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	background-image: url(http://www.fruitunes.com/images/red.png);
}

span.check {
	text-transform:uppercase;
	font-size:10px;
	color:red;
	padding-bottom:5px;
}

/* POPUP */

#more_menu {
	position:absolute;
	border:1px solid #ccc;
	background:white;
	top:300px;
	left:300px;
	z-index:100;
}
	
	#more_menu a {
		font-size:11px;
		color:#222;
		display:block;
		padding:5px;
	}
	
	#more_menu a.twitter {
		background:url(images/twitter.png) no-repeat left center;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.fix {
		background:url(http://www.macwebos.com/icons/wrench.png) no-repeat left center;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.embed {
		background:url(http://www.macwebos.com/icons/html.png) no-repeat left center;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.lyrics {
		background:url(http://www.macwebos.com/icons/page_white_text.png) no-repeat left center;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.download {
		background:url(images/download.png) no-repeat;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.linkto {
		background:url(http://www.macwebos.com/icons/link.png) no-repeat;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a.shareme {
		background:url(http://www.macwebos.com/icons/email.png) no-repeat;
		padding-left:20px;
		margin-left:3px;
	}
	
	#more_menu a:hover {
		color:black;
		background-color:#eee;
	}

small {
	margin-top:5px;
}

#popup {
     position: fixed;
     top:0px;
     left:0px;
     width:100%;
     height:100%;
     background:url(http://www.fruitunes.com/images/black_fade.png);
     z-index: 1200;
}

div.lyrics {
	font-size:17px !important;
	text-align:center;
	border-top:1px solid #ddd;
	padding-top:15px;
	padding-left:30px;
	margin-top:15px;
}

#fullscreen {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1200;
	background:#111;
}

	#fullscreen img.logo {
		position:absolute;
		top:10px;
		right:10px;
	}
	
	#fullscreen #footer {
		width:850px;
		margin:0 auto;
		text-align:left;
		color:#222;
	}
	
	#fullscreen #footer a {
		color:#444;
	}

	#fullscreen div#fullscreen_div {
		background:#1a1a1a;
		padding:25px 0;
		margin:100px auto 50px;
		color:white;
		height:300px;
		text-shadow: black 0px 1px 0px;
	}
	
	#fullscreen #curAlbum {
		position:absolute;
		top:0px;
		left:0px;
		background:white;
		padding:10px;
	}
	
	#fullscreen #fullscreen_titles {
		position:absolute;
		top:10px;
		left:330px;
	}
	
	#fullscreen #curAlbum img {
		width:280px;
		border:1px solid #333;
		cursor:pointer;
	}
	
	#fullscreen div#fullscreen_info {
		width:850px;
		margin:0px auto;
		position:relative;
	}
	
		#fullscreen h1 {
			font-size:37px;
			margin:30px 0 10px 0;
			padding:0px;
			color:#eee;
			font-weight:normal;
		}
		
		#fullscreen h2 {
			font-size:23px;
			color:#aaa;
			margin:0 0 20px 0;
			padding:0px;
			font-weight:normal;
		}
		
		#fullscreen_div #counter {
			font-size:30px;
			margin-top:15px;
			color:#999;
			text-shadow:none;
		}
		
			#fullscreen_div #counter span {
				font-size:17px;
				color:#666;
			}
		
		#fullscreen div#progress {
			background-image:url(http://www.fruitunes.com/images/bg_gray.gif);
			margin-top:10px;
			height:15px;
			background-color:#1A1A1A;
		}
		
		#fullscreen #close_fullscreen {
			display:block;
			color:white;
			position:absolute;
			top:0px;
			left:25px;
			margin-top:20px;
			font-size:13px;
			cursor:pointer;
			text-align:center;
			background:url(http://www.fishofthebay.com/images/closebox.png) no-repeat;
			width:30px;
			height:30px;
		}

#popup span.close_link {
	float:left;
	margin-left:0px;
	margin-top:0px;
	cursor:pointer;
}

#popup div#popup_inner {
	 width:536px;
	 height:316px;
     margin:126px auto;
     color:#222;
     position:relative;
     font-size:11px;
     padding:10px;
	 background:#ccc url(images/lg_gradient.png) repeat-x;
     border:1px solid #666;
     z-index:1500;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


#popup #popupload {
	width:32px;
	height:32px;
	margin:140px auto;
	position:relative;
	z-index:1500;
	background:white;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#popup_inner span.right a {
	color:#444;
	background:url(images/more_arrow_black.png) no-repeat right center;
	padding-right:10px;
}

#rank {
	border:1px solid #ccc;
	background:white;
	padding:5px;
	color:#555;
	margin-top:10px;
}

#popup div.lists {
	width:510px;
	height:226px;
	border:1px solid #ccc;
	border-top:0px;
	padding:5px 10px;
	overflow:auto;
	position:relative;
	margin-top:-11px;
	background:white;
}

#popup div#popup_msg {
	width:239px;
	height:73px;
	margin:120px auto;
	color:white;
	position:relative;
	font-size:14px;
	padding:15px 10px 27px 65px;
	text-align:left;
	background:url(http://www.fruitunes.com/images/message.png) no-repeat;
	z-index:1500;
}

	#popup div#popupcontent {
	   height:235px;
	   background:#fff;
	   overflow:auto;
	   width:510px;
	   margin:20px auto;
	   padding:10px;
	   font-size:13px;
	   line-height:16px;
	   color:#222;
	   border:1px solid #bbb;
	}
	
	#popup div#popupcontent small {
		color:#999;
	}
	
	#popup div#lyrics {
		line-height:20px;
		font-size:17px;
	}
	
	#popup div#popupcontent img.album {
		float:right;
		padding:3px;
		border:1px solid #999;
		margin:0 0 5px 5px;
		width:100px;
	}
	
	#popup div#popupcontent input[type=text], #popup div#popupcontent input[type=password], #popup div#popupcontent input[type=file] {
		font-size:12px;
		width:200px;
	}
	
	#popup_inner h1 {
		padding:7px 0 0 0;
		margin:8px 0 0 0px;
		font-size:22px;
		font-weight:normal;
		width:520px;
		text-align:center;
		color:#222;
		height:25px;
		text-shadow: white 0px 1px 0px;
		background:url(http://www.fruitunes.com/images/fruit.png) no-repeat 97% 50%;
	}

	#popup div h2 {
		font-size:13px;
	}
	
	#popup div h3 {
		font-size:17px;
		margin:0px;
		padding:0px;
	}
	
	#popup div a {
		text-decoration:none;
		color:#286ea0;
	}
	
		#popup div#lists {
			margin-top:10px;
			width:100%;
		}
	
		#popup div#lists a {
			font-size:16px;
		}
		
		#popup div.lists ul {
			margin:0 0 0px 0;
			padding:0 0 0px 0;
			list-style-type:none;
		}
		
			#popup div.lists ul li {
				border-bottom:1px solid #ddd;
				padding:5px;
				font-size:11px;
				height:12px;
				cursor:pointer;
			}
			
			#popup div.lists ul li:hover {
				background:#eee;
			}
			
			#popup div.lists ul li span {
				color:#666;
				font-size:11px;
			}
			
				#popup div.lists ul li span.right {
					float:right;
				}
			
			#popup div.lists ul li a {
				font-size:12px;
				float:left;
				display:block;
				width:95px;
			}
			
			#popup div.lists ul li span.right a {
				width:auto;
			}
			
			#popup #popular.lists ul li a {
				float:none;
				display:inline;
			}
			
	#popup_inner div.rightcol {
		width:300px;
		float:right;
		position:relative;
	}
	
		#popup_inner div.rightcol h1 {
			background:none;
			text-align:left;
			margin:0px;
			padding:0px;
			width:200px;
		}
		
		#popup_inner div.rightcol h2 {
			color:#999;
			font-weight:normal;
			margin:0px;
			padding:0px;
			width:200px;
		}
	
	#popup textarea {
		width:500px;
		height:130px;
		border:1px solid #ccc;
		padding:2px;
	}
	
div.comment {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}

	div.comment a {
		color:#990000;
	}
	
	div.comment small {
		color:#aaa;
	}

	div.comment span {
		float:left;
		width:230px;
	}
	
#sidebar {
	width:149px;
	float:left;
	background:rgb(220, 224, 230);
	border-right:1px solid #666;
	border-top:1px solid #999;
	padding:5px 0;
}

	#sidebar ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#sidebar li {
		display:block;
		padding:4px 0 4px 35px;
		font-size:12px;
		background:url(http://www.macwebos.com/icons/music.png) no-repeat 10px 2px;
		cursor:pointer;
	}
	
	#sidebar li input {
		width:100px;
		padding:2px;
		font-size:11px;
	}
	
	#sidebar li.library {
		background-image:url(http://www.macwebos.com/icons/box.png);
	}
	
	#sidebar li.add {
		background-image:url(http://www.macwebos.com/icons/add.png);
	}
	
	#sidebar li:hover, #sidebar li.active {
		background-color:#8c9dbf;
		color:white;
	}
