body {
	background: url(/images/gradientbg.jpg) repeat-x #000312;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
p, blockquote, li {
	line-height: 17px;
}
input, select, option, textarea {
	font-family: Arial, sans-serif;
}

a {
	color: #900;
}
a:hover {
	background: #900;
	color: #fff;
}
a img {
	border: none;
}
hr {
	border: none;
	height: 1px;
	background: #000;
	margin: 10px;
	padding: 0;
}

#header {
	height: 124px;
	position: relative;
}

h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 10px;
	width: 205px;
	height: 124px;
	background: url('/images/logo2.gif');
}
h1 a {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 205px;
	height: 100px;
}
h1 a:hover {
	background: transparent;
}
h1 span {
	display: none;
}

#about {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	height: 124px;
	background: url('/images/about.gif');
}
#about span {
	display: none;
}
#about a {
	display: block;
	position: absolute;
	width: 35px;
	height: 12px;
	top: 79px;
	left: 130px;
}
#about a:hover {
	background: transparent;
	border-bottom: 1px solid #900;
}

.viewCartLink {
	position: absolute;
	right: 0;
	top: 10px;
}
.viewCartLink a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#whole {
	position: relative;
	padding: 0;
	margin: 0px auto;
	width: 750px;
}

#content {
	background: #ffffff;
	clear: both;
}

#leftColumn {
	float: left;
	width: 200px;
	margin-right: 19px;
	border-right: 1px solid #bfbec4;
}
#leftColumn div {
	margin-bottom: 20px;
}

#rightColumn {
	float: left;
	width: 530px;
}
#rightColumn p {
	margin: 10px;
}

#footer {
	color: #999;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 36px;
}
#creditLink {
	display: block;
	float: right;
	line-height: auto;
	padding: 0;
	margin: 0;
}

.box {
	color: #444;
	padding-bottom: 10px;
}
.box h2 {
	background: #bfbec4;
	color: #000;
	font-size: 13px;
	line-height: 23px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.box h2 a {
	color: #000;
	text-decoration: none;
}
.box h2 a:hover {
	color: #fff;
}
.box h3 {
	color: #000;
	font-size: 12px;
	padding: 5px 0 5px 12px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.box h3 a {
	color: #000;
	display: block;
	text-decoration: none;
}
.box h3 a:hover {
	text-decoration: underline;
}
.box h3 span {
	font-size: 11px;
	font-weight: normal;
}
.box h4 {
	color: #000;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
}
.box p {
	margin: 0 10px 10px 10px;
	padding: 0;
}

.leftNav {
	font-size: 13px;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.leftNav li {
	padding: 0;
	margin: 0 0 5px 0;
}
.leftNav a {
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.leftNav a:hover {
}
.leftNav span {
	background: #900;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
}

.cartLink img {
	vertical-align: middle;
}

.iTunesLink img {
	vertical-align: middle;
}

.date {
	color: #999;
}

#front_page_releases {
	float: left;
	border-right: 1px solid #bfbec4;
	width: 700px;
}
#front_page_releases ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}
#front_page_releases li {
	float: left;
	padding: 0;
	margin: 0 20px 40px 0;
	width: 120px;
}
#front_page_releases li.first_in_row {
	clear: left;
}
#front_page_releases li.last_in_row {
	margin-right: 0;
}
#front_page_releases a {
	text-decoration: none;
}
#front_page_artists {
	padding: 0;
	margin: 0;
	list-style: none;
}
#front_page_artists {
	padding: 0;
	margin: 0 0 0 10px;
}
#front_page_artists a {
	text-decoration: none;
}


table.purchases {
	border-collapse: collapse;
	margin: 0 10px 15px;
}
table.purchases th {
	font-weight: bold;
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: middle;
}
table.purchases td {
	padding: 5px 10px 5px 0;
	vertical-align: middle;
}
table.purchases form {
	margin: 0;
	padding: 0;
}
table.purchases td input {
	background: #ddd;
	padding: 1px 5px;
	font-size: 11px;
}
