/* CSS Document */

html {height: 100%;}

body {
	margin: 0px 0px 30px 0px;
	background:top repeat-x url(../images/bg-grad.gif) #CFCCC6;
	}

.cdThumb {
	padding-top: 20px;
	margin: 0px;
	}

.rightFooter {
	margin: 17px 0px 0px 0px;
	}
	
.subtitle {
	margin: 0px 0px -5px 0px;
	padding: 0px;
	}

/* Style to remove all formatting for older web
   browsers that don't support styles at all */

.oldbrowsers {
	DISPLAY: none;
	}

/* Page Layout Styles */

#headerArea {
	width: 731px;
	height: 176px;
	padding-bottom: 18px;
	}

#headerArea2 {
	width: 731px;
	height: 176px;
	padding-bottom: 15px;
	}

#adArea {
	width: 728px;
	height: 90px;
	padding-bottom: 22px;
	background: none;
}

#contentArea {
	width: 731px;
	height: 100%;
	}

#leftColumn {
	text-align: left;
	width: 435px;
	margin: 0px 0px 0px 5px;
	float: left;
	}
	
#rightColumn {
	width: 237px;
	margin: 0px 8px 0px 0px;
	float: right;
	background-color: #363636;
	}

#footerArea {
	clear: both;
	width: 725px;
	margin: 5px 0px 8px 0px;
	padding: 15px 0px 17px 0px;
	background-color: #C1BFBB;
	border: 1px solid #AFADA8;
	}

#returnLink {
	margin: 0px;
	padding: 10px 0px 12px 20px;
	width: 705px;
	list-style: none;
	text-align: left;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 80%;
	color: #666;
	border: 1px solid #A09F9C;
	background-color: #f5f1b8;
	}

#returnLink a {
	font-size: 100%;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}

#returnLink a:hover {
	font-sze: 100%;
	color: #222222;
	text-decoration: underline;
	}
	
#musicArea {
	width: 727px;
	margin: 15px 0px 20px 0px;
	background-color: #363636;
	}

#albumArea {
	margin: 0px 40px 30px 20px;
	padding: 20px 0px 25px 0px;
	text-align: left;
	}

TABLE.albumTable {
	width: 100%;
	border: 0;
	}

TD.albumTableLeft {
	width: 267px;
	}

TD.albumTableRight {
	padding-left: 25px;
	vertical-align: top;
	}

TABLE.albumTracks {
	border: 0;
	}

TD.albumTrackLeft {
	padding-right: 15px;
	height: 18px;
	}

.buyButton {
	margin: 0px;
	padding: 0px;
	}


/* Form Classes */

.formBoxes {
	border: #7C7264 1px;
	height: 19px;
	}
	
.formComments {
	border: #7C7264 1px;
	}
	
.formButton {
	font-weight: bold;
	height: 30px;
}

	
/* Text Classes */

.bodyText {
	font-family: Trebuchet MS, Times, Serif;
	font-size: 90%;
	color: #2C2927;
	line-height: 130%;
	}

.bodyText strong {
	color: #2665AB;
	font-weight: bold;
	}

a.bodyText {
	font-size: 100%;
	font-weight: bold;
	color: #2665AB;
	text-decoration: underline;
	}

a.bodyText:hover {
	color: #299F00;
	text-decoration: underline;
	}
	
	
.columnText {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 70%;
	color:#C4C0B2;
	margin: 0px;
	}

a.columnText {
	font-size: 100%;
	color: #E0E0E0;
	font-weight: bold;
	}
	
a.columnText:hover {
	font-size: 100%;
	color:#FFFFFF;
	font-weight: bold;
	}
	
.footerText {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 70%;
	color: #525252;
	margin: 0px;
	}
	
a.footerText {
	font-size: 100%;
	color: #525252;
	text-decoration: none;
	}
	
a.footerText:hover {
	font-size: 100%;
	color:#000000;
	text-decoration: underline;
	}	

.albumDesc {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 70%;
	color: #E0E0E0;
	margin: 25px 0px 5px 0px;
	line-height: 130%;
	}
	
.trackText {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 80%;
	color: #E0E0E0;
	}

a.trackText {
	font-size: 100%;
	font-weight: bold;
	padding-left: 7px;
	color: #0097CF;
	text-decoration: none;
	}
	
a.trackText:hover {
	font-weight: bold;
	color: #299F00;
	text-decoration: underline;
	}

.priceText {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 90%;
	color: #FFB46B;
	margin: 2px 0px 2px 0px;
	}

a.priceText {
	font-size: 100%;
	color: #2665AB;
	text-decoration: underline;
	}

a.priceText:hover {
	color: #299F00;
	text-decoration: underline;
	}

.listenButton {
	margin: 20px 0px -5px 0px;
	}
	