@charset "utf-8";
/* CSS Document */
.frdi
{
	float:right;
	display:inline;
}

.fd-top-bar
{
	height:20px;
	width:950px;
	margin:0px 20px 0px 20px;
	padding:0px;
	/*border:1px solid #ccc;
	background-image:url(../images/fd-top-bar-bg-passive.gif);*/
	background-repeat:repeat-x;
	
}

.title-bold
{
	font-family:arial;
	color:#333;
}
	.fd-hcol
	{
		height:20px;
		margin:0px;
		padding:0px;
		text-align:left;
	}
	.hcol-text
	{
		margin:2px 0px 0px 10px;
		padding:0px;
		text-decoration:none;
		
	}
		.fd-hcol-album
		{
			width:267px;
			/*background-image:url(../images/fd-top-bar-bg.gif);*/
		}
		.fd-hcol-track 
		{
			width:205px;
		}
		.fd-hcol-time
		{
			width:74px;
			text-align:right;
		}
		.fd-hcol-play
		{
			width:45px;
			text-align:center;
		}
		.fd-hcol-sample
		{
			width:68px;
			text-align:center;
		}
		.fd-hcol-zenre
		{
			width:111px;
		}
		.fd-hcol-artist
		{
			width:176px;
		}
	.sorting-arrow
	{
		width:7px;
		height:8px;
		margin:4px 0px 0px 3px;
		padding:0px;
		
	}


.fd-topbar-underline
{
	width:950px;
	height:1px;
	margin:5px 20px 0px 20px;
	padding:0px;
	border:none;
}




.fd-page-content
{
	height: 484px;
	margin: 5px 0px 15px 0px;
	padding: 0;
	width: 950px;
}

.single-album-section
{
	width:930px;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #ddd;
	position:relative;
	overflow:visible;
}

	.fd-inner-holder
	{
		width:930px;
		height:auto;
		margin:0px;
		padding:0px;
	}
	.fd-single-album-border
	{
		width:89px;
		height:93px;
		background-image:url(../images/small-image-border.png);
		background-repeat:no-repeat;
		margin:0px 5px 0px 0px;
		padding:0px;
	}
	.fd-album-info-box 
	{
		width:165px;
		height:auto;
		margin:0px 5px 0px 5px;
		padding:0px;
		line-height:11px;
		
	}
		.fd-album-info
		{
			width:170px;
			height:20px;
			margin:0px 0px 0px 0px;
			padding:0px;
		}
	.fd-track-row-holder
	{
		width:660px;
		height:auto;
		margin:0px;
		padding:0px;
		line-height:11px;
	}
		.fd-track-row
		{
			width:660px;
			height:auto;
			margin:0px;
			padding:0px;
			line-height:11px;
		}
	
			.fd-track-name
			{
				width:197px;
				height:20px;
				margin:0px 5px 0px 7px;
				padding:0px;
			}
			.fd-duration
			{
				width:57px;
				height:20px;
				margin:0px 10px 0px 0px;
				padding:0px;
				text-align:right;
			}
			.fd-play-img
			{
				width:35px;
				height:20px;
				margin:0px 5px 0px 7px;
				padding:0px;
			}
			.fd-play-button
			{
				margin: 2px 0px 0px 10px;
				height: 14px;
				width: 14px;
				padding: 0px;
			}
			
			.download-track
			{
				width:40px;
				height:20px;
				margin:0px 5px 0px 0px;
				padding:0px;
			}
				.fd-download-button
				{
					width: 20px;
					height: 15px;
					margin: 2px 0px 0px 28px;
					padding: 0px;
					
				}
			.fd-zenre
			{
				width:100px;
				height:20px;
				margin:0px 0px 0px 10px;
				padding:0px;
			}
			.fd-artist
			{
				width:168px;
				height:20px;
				margin:0px 0px 0px 10px;
				padding:0px;
			}
