@charset "utf-8";
/* CSS Document */

body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul
{
	list-style-type: none;
}

li
{
	margin: .5em 0;
}


#albumgallery
{
	width: 870px;
	height: 300px;
	background-color: #000000;
}

#albumcontent
{
	width: 850px;
	padding: 10px;
	background-color: #666666;
}

/* --- End Main Album page --- */

/* --- Start Individual Album page --- */

#albumplayer
{
	width: 310px;
	height: 260px;
	padding: 10px 0 10px 0;
	float: left;
/*	border-right: #d00000 solid; */
}

#albuminfo
{
	width: 539px;
	height: 250px;
	padding: 10px;
	float: left;
}

#albumtitle
{
	width: 459px;
	height: 28px;
	float: left;
}

#albumnav
{
	width: 80px;
	height: 28px;
	float: left;
}

/* #albumcover
{
	width: 220px;
	height: 220px;
	float: left;
	border-left: #d00000 solid;
	padding: 30px 0 0 30px;
	background-color: #FFCC00;
}
*/

#albumpurchase
{
	width: 530px;
	height: 50px;
	padding-left: 10px;
/*	background-color: #F1F1F1; */
}

#lyricslink
{
	width: 150px;
	height: 25px;
	padding: 0 0 0 40px;
}

#singleslink
{
	width: 150px;
	height: 25px;
	padding: 0 0 0 40px;
}


#albumdetail
{
	width: 850px;
	height: auto;
	padding: 10px;
	float: left;
/*	background-color: #CCCCCC; */
	font-size: 12px;
	border-top: #d00000 solid;
}

#albumdetail_column1
{
	width: 435px;
	background-color: #006633;

}

#albumdetail_column2
{
	width: 435px;
	background-color: #006633;
	border-top: #d00000 solid;
}

