
body {
/*	background: url('../images/static.gif'); */
	background: #000;
	color: #ccc;
	margin: 0;
	padding: 0;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

td {
	vertical-align: top;
}

h1, h2 {
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

a {
	color: #ccc;
}

a:hover {
	color: #a00;
}

a:visited {
	color: #ccc;
}

caption {
	font-size: 20px;
}

thead {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

#container {
	float: left;
	height: 640px;
	width: 950px;
}

#containerOuter {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -488px;
	height: 640px;
}

.alternating-row-table {
	background-color: #666;
	border: 1px solid #fff;
	margin-left: 10px;
	padding: 5px;
	width: 30%;
}

.alternating-row-table td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	white-space: nowrap;
}

.alternating-row-table input {
	padding-left: 5px;
}

.alternating-row-table a {
	color: blue;
}

.row0 {
	color: #000;
	background-color: #eee;
}

.row1 {
	color: #000;
	background-color: #aaa;
}

.centered {
	text-align: center;
}

.cover-image img {
	border-style: none;
}

.cover {
	border: 2px solid transparent;
}

.cover:hover {
	border: 2px solid #4488FF;
}

.gap-saver {
	height: 1px; 
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1px; /* to correct IE */
}

#header {
	border:0;
	margin:0;
	padding:0;
	height:65px;
	_height: 1px; 
	_margin: 0 0 -1px 0;
	_font-size: 1px; /* to correct IE */
}

#nav {
	border:0;
	display: block;
	margin:0;
	padding:0;
	width: 950px;
}

.hand {
	cursor: hand;
}

#nav-tabs li img {
	cursor: hand;
}

#nav-tabs {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	cursor: hand;
}

#nav-tabs:hover {
	cursor: hand;
}

#nav-tabs li {
	border: 0;
	margin: 0;
	padding: 0;
	height: 47px;
	display: block;
	float: left;
	cursor: hand;
}

#nav-tabs li:hover {
	cursor: hand;
}

/* The following modifies the background of the dhtml dropdown */
.dhtmlselect {
	background: url(../images/nav/artists_nm.gif) top left no-repeat;
}

#release-covers {
	width: 580px;
}

#release-covers td {
	width: 33%;
}

.cover-link a:hover {
	border: 1px solid #4488FF;
}


/* ARTIST PAGE STYLES */

#artistLinks {
	display:inline;
	list-style-type: none;
}

.artist-table-mp3-header {
	color: #f00;
	font-weight: bold;
}

.audio-tracks {
	margin: 0;
	padding: 33px 0 0 0;
}

.audio-tracks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.audio-tracks ul {
	margin: 0;
	padding: 0;
}

.coverImageContainer {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
}

.expandee {
    display: none;
}

.expand-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
}

.productStatsContainer {
    padding-left: 10px;
	width: 580px;
}

.catalogNumber {
	font-size: 12px;
	margin-right: 14px;
}

.artist-title {
    padding-left: 10px;
}

.artistName {
	color: #fff;
	font-size: 25px;
	margin-right: 14px;
}

.also-appears-on {
	font-size: 12px;
}

.buy-button {
	background-color: #48f;
	color: #000;
	cursor: hand;
	font-size: 10px;
	font-weight: bold;
	margin: auto;
	padding: 3px;
	text-decoration: none;
}

.productName {
	font-size: 25px;
	margin-right: 14px;
}

.productTypeName {
	font-size: 16px;
	margin-right: 14px;
}

.price {
	font-size: 16px;
	margin-right: 14px;
}

.productDescription {
	font-size: 16px;
	line-height: 135%;
}

#pagination-links {
	position: absolute;
	left: 850px;
	top: 820px;
	font-size: 20px;
}

.bubbleLink{
	z-index: 100;
}

.bubbleLink span, .bubble{
	color: #000;
	width: 200px;
	display:none;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 100;
}

.bubbleLink:hover .bubble{
	display:block;
	position:absolute;
	border:1px solid black;
	padding:2px;
	background-color:#f3efe6;
	margin-top:8px;
	margin-left:40px;
}

.bubbleLink:hover span.arrow{
	display:block;
	background-image:url(../images//arrow.gif);
	width:12px;
	height:12px;
	position:absolute;

	margin-left:50px;
	margin-top:-2px;
}

.cover {
}

.cover td {
    padding-bottom: 22px;
}

.listing-data {
    padding-left: 5px;
}

#slideshow0 {
	position: absolute;
	float: right;
	top: 305px;
	left: 760px;
}

#slideshow1 {
	position: absolute;
	float: right;
	top: 540px;
	left: 760px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


