* {
	padding: 0;
	margin: 0;
	font-size: 100%
}

html, body, table, td { height: 100%; width: 100% }

/* if no javascript */
form, #tiles { display: none }
#no-js {
	display: block;
	margin: 0 auto;
	background: #000;
	color: #fff;
	width: 530px;
	padding: 30px;
}
#no-js a {
	display: inline;
	color: #99f;
}

td { vertical-align: middle }

body {
	color: #fff; 
	background: #000 url('../images/sky.jpg') center center no-repeat;
	font: 14px Arial, sans-serif;
}

form, #now-playing-row, #now-playing-bg, p.might-like { width: 525px; margin: 0 auto }

#controls {
	display: none;
	width: 530px;
	margin: 0 auto;
}

#now-playing-row {
	margin-top: 3px;
	color: #fff;
	position: relative;
}
#now-playing-bg, #now-playing-text {
	overflow: hidden;
	padding: 3px 0 0 5px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
}
#now-playing-text {
	z-index: 1;
}
#now-playing-bg {
	background: #000;
	opacity: 0.3;
	z-index: 0;
}
#now-playing {
	clear: both;
	cursor: pointer;
	font-weight: bold;
	padding-right: 20px;
	background: url(../images/up-down.png) no-repeat right center;
}
#pause {
margin-bottom:2px;
margin-left:5px;
margin-right:5px;
vertical-align:middle;
cursor:pointer;
}
#artist {
	width: 200px;
	margin-right: 10px;
	border: 0;
	padding: 3px 0 0 5px;
	height: 20px;
}
form * {
	vertical-align: middle
}

.artist-tile img {
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/clear-glow.png', sizingMethod='scale');*/
	background: url('../images/clear-glow.png') no-repeat;
	cursor: pointer;
	padding: 11px 18px 19px 12px;
}
#tiles {
	width: 540px;
	height: 540px;
	margin: 10px auto 0;
	position: relative;
}

#loading {
	line-height: 23px;
	padding-left: 15px;
}

a.amazon-link, a.cdbaby-link, a.mailto-link, a.itunes-link {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 27px;
	right: 23px;
	cursor: pointer;
	background: url(../images/amazon-icon.gif) no-repeat;
}

a.cdbaby-link {
	bottom: 46px;
	right: 23px;
	background: url(../images/cdbaby.png) no-repeat;
}

a.mailto-link {
	bottom: 46px;
	right: 42px;
	background: url(../images/env-btn.png) no-repeat;
}

a.itunes-link {
	right: 42px;
	background: url(../images/itunes-icon.gif) no-repeat;
}

#envelope {
	width: 119px;
	height: 128px;
	background: transparent url(../images/large-envelope.png) center no-repeat;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border: 1px solid transparent;
}
#envelope.active {
	border: 1px solid yellow;
}
#envelope.hover {
	border: 1px solid yellow;
}

#now-playing-row a.itunes-link {
	right: -2px;
	top: 3px;
	display: block;
}
#playlist a.itunes-link {
	right: 2px;
	top: 2px;
}
#playlist {
	position: absolute;
	bottom: 0;
	left: 110px;
	color: #fff;
	font-weight: bold;
	width: 420px;
	overflow: hidden;
	z-index: 1;
}

#playlist div {
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 1000px;
	z-index: -1;
}

#playlist li {
	list-style: none;
	display: block;
	padding: 0 5px;
	cursor: pointer;
	overflow: hidden;
	line-height: 21px;
	height: 21px;
	position: relative;
}
#playlist ul li.hover {
	background: #fff;
	color: #000;
}
#playlist li.playing {
	background: #00CC00;
	opacity: 0.8;
}
p.might-like {
	display: none;
	margin-top: 10px;
	font-weight: bold;
}

#slider-wrap {
	width: 530px;
	height: 16px;
	margin-left: 3px;
}
#slider-wrap span {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
}
#sample-slider {
	float: left;
	position: relative;
	height: 16px;
	width: 340px;
	margin: 0 10px;
}
#sample-slider .bg {
	height: 2px;
	background: #000;
	top: 7px;
	width: 340px;
	position: absolute;
	z-index: 0;
}
#sample-slider .handle {
	width: 16px;
	height: 16px;
	background: url(../images/handle-button.png) no-repeat;
	z-index: 1;
}
#plugoo {
	position: absolute;
	display: none;
	overflow: hidden;
	width: 160px;
	height: 300px;
	margin-top: 5px;
	z-index: 1;
}
#plugoo-link {
	cursor: pointer;
}

#tabs {
	width: 525px;
	margin: 10px auto 5px;
	color: #000;
	border-bottom: 2px solid white;
	height: 25px;
	list-style: none;
}
#tabs li {
	height: 15px;
	cursor: pointer;
	float: left;
	padding: 5px;
	background: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-right: 10px;
}
#tabs li.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
}