/* music blocks */

	.music
	{
		padding: 10px;
		background: #120e12;
		margin-bottom: 2px;
		position: relative;
		height: 80px;
	}
	.music.even
	{
		background: #0c090b;
	}
	.music .music-image
	{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 80px;
		height: 80px;
		text-align: center;
	}
	.music .music-title,
	.music .music-artist,
	.music .music-info,
	.music .music-admin
	{
		position: absolute;
		left: 110px;
		width: 270px;
		overflow: hidden;
		white-space: nowrap;
	}
	.music .music-title
	{
		font-size: 140%;
		color: #fff;
		top: 10px;
		margin:0;
	}
	.music .music-artist
	{
		top: 35px;
		color: #c4c4c4;
	}
	.music .music-info
	{
		top: 72px;
		font-size: 90%;		
	}
	.music .music-info .length,
	.music .music-info .uploaded
	{
		color: #4d444b;
	}
	.music .music-info span span
	{
		color: #c4c4c4;
	}
	
	.music .music-description
	{
		position: absolute;
		top: 10px;
		left: 515px;	
		width: 415px;
		color: #4d444b;
		height: 80px;
		overflow: auto;
		line-height: 125%;
	}
	
	
	/* preview player */
	.music .music-preview
	{
		position: absolute;
		top: 70px;
		left: 300px;
	}
	.music .music-preview .noplayer
	{
		font-size: 85%;
		color: #4d444b;
		display: block;
		line-height: 100%;
		text-align: center;
		width: 75px;		
	}

	/* buy now */
	
	.music .music-purchase
	{
		position: absolute;
		top: 10px;
		left: 390px;
		height: 80px;
		width: 110px;
	}
	.music .music-purchase .label,
	.music .music-purchase .price,
	.music .music-purchase .buynow
	{
		position: absolute;
	}
	.music .music-purchase .label
	{
		top: 5px;
		left: 5px;
		font-size: 85%;
		line-height: 115%;
		color: #696168;
	}
	.music .music-purchase .price
	{
		top: 10px;
		left: 38px;
		font-size: 200%;
		color: #c4c4c4;
	}
	.music .music-purchase .dollar
	{
		font-size: 50%;
		position: relative;
		top: -.75em;
	}
	.music .music-purchase .buynow
	{
		top: 42px;
		left: 0px;
		width: 108px;
		height: 36px;
	}
