
/* Audio Info Block Styles */

.AudioInfo { 
	border-top: 2pt double #c00040; 
	border-bottom: 2pt double #c00040; 
	background: transparent; color: #cfc7af;
	font-weight: normal; font-style: italic; 
	width: 2.375in;
	margin: 0.25in auto;
	padding: 6pt 0pt;
}
.AudioInfo span, .AudioInfo li, 
.AudioInfo td, .AudioInfo th { 
	background: transparent;
	color: #cfc7af;
	font-style: italic;
	vertical-align: baseline; 
}

.Label { 
	font-size: x-small; 
	font-weight: normal; 
	text-align: right; 
	width: 0.5in;
}
.Track { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
	width: 0.5in;
}
.Title { 
	font-size: medium; 
	font-weight: bold; 
	width: 1.875in;
}
.Author, .Narrator, .Artist { 
	font-size: medium; 
	font-weight: normal; 
	width: 1.875in;
}
.Author { 
	font-size: medium; 
	font-weight: bold; 
	width: 1.875in;
}
.Disc, .Kind, .Type, { 
	font-size: small; 
	font-weight: normal; 
	width: 1.0in;
}
.Date, .Time, .Size, { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
	width: 1.0in;
}

