body {
	background-color: black;	
	color: #dddddd;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a:link {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a:visited {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a:hover {
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	text-decoration: underline;
}

a:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	color: #eeeeee;
}



.albumpage_title { 
	color: #cccccc;
	font-family: Arial, helvetica, san-serif;
	font-size: 24px;
}

.albumpage_artist { 
	color: #cccccc;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

.albumpage_description { 
	color: #cccccc;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

.linernotes { 
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	font-style: italic;
}

.sectionheader { 
	color: #333333;
	font-family: Arial, helvetica, san-serif;
	font-size: 18px;
	font-style: italic;
}

.purchasetext { 
	color: #cccccc;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
}

.purchasetypes { 
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}



div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 100px;
  width: 750px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}

.sc_menu img {
  border: 2px #ccc solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}


.lightheader { 
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.whiteheader { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.bigwhiteheader { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 20px;
}

.darkheader { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
}

.bigblackheader { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 18px;
}

.mediaheader { 
	color: #ff0000;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.whitetext { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
}

.mediumtext { 
	color: #000000;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
}

.boldtext { 
	color: #900;
	font-family: Arial, helvetica, san-serif;
	font-style: oblique;
	font-size: 16px;
}

.boldthumb { 
	color: #db7b2c;
	font-family: Arial, helvetica, san-serif;
	font-style: oblique;
	font-size: 20px;
}


.boldblackmedium { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
}

.mediumgreytext { 
	color: #eeeeee;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
}

.italictext { 
	color: #333333;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	font-style: italic;
}

.whiteitalictext { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	font-style: italic;
}
.smalltext { 
	color: #ffffff;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 10px;
}

a.suspicious:link {
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a.suspicious:visited {
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
}

a.suspicious:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

a.suspicious:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

a.small:link {
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
}

a.small:visited {
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
}

a.small:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: underline;
}

a.small:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
	color: #ffffff;
}

a:link {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
		text-decoration: none;
}

a:visited {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
		text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	text-decoration: underline;
}

a:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	color: #ffffff;
		text-decoration: underline;
}


a.banner:link {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 20px;
}

a.banner:visited {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 20px;
}

a.banner:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 20px;
	text-decoration: underline;
	
}

a.banner:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
}

a.titles:link {
	color: #ffcc00;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a.titles:visited {
	color: #ffcc00;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a.titles:hover {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	text-decoration: underline;
}

a.titles:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	color: #666666;
}







