
#music {
	width: 800px;
	position: relative;
	color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#music #title {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 28px;
	font-style: italic;
}

#music #cd_picker .instructions {
	text-align: center;
	margin: 10px;
}

#music .cd_selection {
	cursor: pointer;
	position: relative;
	width: 32%;
	text-align: center;
	float: left;
	border: 1px solid #000000;
	margin: 0 0.5%;
}

#music .cd_selection_hover {
	background-color: #111111;
	border: 1px solid #666666;
}
		
#music .cd_selection_inner {
	padding: 5px;
}

#music .cd_selection img {
	margin: 0 auto;
	margin-bottom: 5px;
}

#music .cd_selection div {
	text-align: center;
}

#music #cd_popouts {
	border-top: 1px solid #A88140;
	margin: 15px 0;
}

#cd_popouts {
/*	background: transparent url('../images/cd4troops.jpg') no-repeat left top;	*/
}

.buyme {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;	
}

#music a:link, 
#music a:visited,
#music a:active {
	color: #ffffff;	
}

#music a:hover {
	color:#BB0000;
	text-decoration:underline;
}
.clear {
	line-height: 0;
	clear: both;	
}

.hide {
	display: none;	
}

/*
* Buy This CD panel formatting
*/
.buyme {
	float: right;
	width: 180px;
	text-align: center;
}

.buyme .title {
	
}

.buyme .division {
	border-top: 1px solid #666666;
	padding: 5px 0;
}

.tracks {
	float: left;
	width: 587px;
}

.tracks, .buyme {

border: 1px solid #666666;

background: transparent url('../images/panel_background.png') repeat left top;
/*
background-color: #111111;
*/	padding: 5px;
}

.cd_popout {

}

#music .description {
	margin-bottom: 15px;
}

#music .title {
	padding: 5px;
	font-weight: bold;
	height: 1%;
}

.tracks .track-line .head {
	padding: 2px 10px;
	border-top: 1px solid #666666;
	margin: 0 1px;
	height: 1%;
}

.tracks .track-line .head-hover {
	padding: 2px 10px;
	border: 1px solid #666688;
	background-color: #222244;
	border-bottom: none;
	margin: 0;
}

.tracks .track-line-last {
	
}

.tracks .track-line-last .head {
	margin-bottom: 1px;	
}


div.songlyrics {
	border-top: 1px solid #666666;
	padding: 5px 15px;
}

.tracks .track-line-last .head-last-hover {
	margin-bottom: 0px;
	border-bottom: 1px solid #666688;
}

.track-line div.tracknumber, .track-line div.trackname {
	float: left;
	line-height: 28px;
}

.track-line span.tracklength {
	float: left;
	line-height: 28px;
}

.icon-width {
	width: 130px;	
}

div.tracknumber {
	width: 30px;
	text-align: center;
}

div.trackname {
}


ul.spacer, ul.icons {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.spacer {
	height: 24px;
	width: 58px;
}

ul.icons li {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

.icons .play {
	background: transparent url('../images/icons/play_0.png') no-repeat center center;
}

.icons .print {
	background: transparent url('../images/icons/print_0.png') no-repeat center center;
}

.icons .close {
	background: transparent url('../images/icons/close_0.png') no-repeat center center;
}

.icons .lyrics {
	background: transparent url('../images/icons/lyrics_0.png') no-repeat center center;
}

#itunes_message {
	text-align: center;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 2px 10px;
	line-height: 20px;
	font-size: 20px;
}

div.wwasff {
	background: transparent url('../images/wwasff_background.jpg') no-repeat top center;
	padding-top: 100px;
}

div.cd4thetroops {
	background: transparent url('../images/cd4thetroops_background.jpg') no-repeat top center;
	padding-top: 210px;
}

div.cd4thetroops .description {
	margin-left: 275px;	
}

.minicd {
	background: transparent url('../images/minicd_background.jpg') no-repeat top center;
	padding-top: 315px;
}

#music .cd_popout span.wwasff,
#music .cd_popout span.wwasff a:visited,
#music .cd_popout span.wwasff a:active,
#music .cd_popout span.wwasff a:link {
	color: #00ffff;
}

#music .cd_popout span.angelsleep, 
#music .cd_popout span.angelsleep a:visited,
#music .cd_popout span.angelsleep a:active,
#music .cd_popout span.angelsleep a:link {
	color: #bb0000;
}

.bold {
	font-weight: bold;	
}