/* CSS Document */

#contentDiv {
	background-image:url(../images/jukebox/background.gif);
	background-repeat:repeat-y;
	background-position:bottom;
}

#navDiv {
	background-color:#5E5B76;
}
#maincontenttable {
	background-image:url(../images/jukebox/contentbackground.gif);
}
#rightSidebarFill {
	background-color:#5E5B76;
}
#jukeboxcontentwrapper {
	width:650px;
	margin-left:23px;
	margin-bottom:50px;
	height:500px;
}
#underconstruction {
	height:500px;
	text-align:center;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding:50px 20px 20px 20px;
}
.padded {
	padding-top:10px;
}




#sidebar {
	float:left;
	width:165px;
	padding-top:0px;
	padding-left:15px;
	line-height:100%;
}
#sidebar #title {
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
#sidebar img {
	border:0;
	padding-bottom:10px;
}
p.CDtitle {
	color: #abdd81;
	font-size: 14px;
	font-weight:bold;
}
p.CDtext {
	color:#FFFFFF;
	font-size:12px;
	line-height:100%;
}
p.listenandbuy,  span.listenandbuy{
	color:#b1c1f2;
	font-size:12px;
	line-height:110%;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:20px;
}
p.listenandbuy a:link, p.listenandbuy a:visited, span.listenandbuy a:link, span.listenandbuy a:visited  {
	color:#b1c1f2;
	text-decoration:none;
}
p.listenandbuy a:hover, span.listenandbuy a:hover {
	text-decoration:underline;
}
#mainContent {
	margin-left:190px;
	left:190px;
	border-left:2px solid white;
	padding-top:0px;
	padding-left:0px;
	width:460px;
	color: #ffffff;
	font-weight: lighter;
	font-size: 14px;
	padding-bottom: 10px;
}



#jukeboxholder {
	background-image:url(../images/jukebox/jukebox.jpg);
	background-repeat:no-repeat;
	width:488px;
	height:491px;
}
#jukeboxcontentwrapper {
	left:0;
	margin-left:0;
}
#jukeboxtable {
	border-collapse:collapse;
	width:390px;
	margin-left:50px;
/*	margin-top:117px;
*/
}
#jukeboxtable tr {
	height:66px;
}

#jukeboxtable tr#toppadTR {
	height:117px;
}

#jukeboxtable td {
	width:195px;
	text-align:center;
	color:#2e394f;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:100%;
}
#jukeboxtable td a:link, #jukeboxtable td a:visited {
	color:#2e394f;
	text-decoration:none;
}


#featured {
	margin-left:20px;
	width:460px;
}

.mainhead {
	color:#fa702c;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.mainsubhead {
	font-size:16px;
	color:#fa702c;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}


#featured td {
	padding-top: 10px;
}
#featuredCDTable td {
	vertical-align:top;
}
.featuredCDText {
	color: #abdd81;
	font-weight:bold;
}
#featuredtracks {
	border-top: 2px solid #fa702c;
	margin-top:30px;
}
#featuredtracks td {
	vertical-align: top;
}
.featuredtrackimage {
	width:135px;
}
td.featuredtracktext {
	line-height:120%;
}
td.featuredtracktext p.title {
	padding-top:0;
	margin-top:0;
	color: #abdd81;
	font-size: 18px;
	font-weight: bold;
}