@charset "utf-8";

* { 
	margin: 0;
	padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont {
	height: 100%;
  width: 100%;
}

html {
	overflow: scroll;
	overflow-x: hidden;
}

body {
	font: 13px 'Trebuchet MS';
	color: #000;
	line-height: 1.8;
	background-color: #26100b;
}

h1 {
	font: bold 13px 'Trebuchet MS';
	color: #fff;
	padding: 0;
	margin: 0;
}

h1 span {
	color: #000;
}

h2 {
	font: normal 56px 'Trebuchet MS';
	color: #fff;
	padding-left: 36px;
	margin: 0;
	letter-spacing: -1.5px;
}

a {
	color: #666600;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0;
}

a.soldout {
	color: #666600;
	text-decoration: line-through;
}

a.soldout:hover {
	color: #000;
	text-decoration: line-through;
}

input, select, textarea {
	font: normal 13px 'Trebuchet MS';
}

div#container {
	position: absolute;
	width: 942px;
	left: 50%;
	margin-left: -471px;
}

div#intro {
	text-align: center;
	padding: 40px;
}

div#intro a, div#intro a:hover {
	text-decoration: none;
	color: #fff;
}

div#header {
	width: 942px;
	height: 140px;
	background: url('/img/bg-header.jpg');
}

div.payoff {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-weight: bold;
}

div#menu {
	width: 942px;
	height: 38px;
	background: url('/img/bg-menu.jpg');
}

#menu li {
	list-style: none;
	float: left;
	padding-left: 36px;
}

#menu a {
	font: 27px 'Trebuchet MS';
	color: #666;
	text-decoration: none;
	letter-spacing: -1.5px;
}

#menu a:hover, #menu a.active {
	color: #000;
}

div#title {
	width: 942px;
	height: 70px;
	background: url('/img/bg-title.jpg');
}

div#content {
	width: 942px;
	background-image: url('/img/bg-content.jpg');
	background-color: #dfd3c9;
	background-repeat: no-repeat;

}

#content div {
	padding: 20px 30px 25px 36px;
}

#content div.intro {
	padding: 20px 30px 5px 36px;
}

div#footer {
	width: 942px;
	height: 70px;
	background-image: url('/img/bg-footer.png');
	background-color: none;
	background-repeat: no-repeat;
	background-position: center top;
}

h3 {
	font: bold 18px Arial;
}

h3 span {
	font: normal 13px Arial;
	padding: 0 3px 0 3px;
}

h3 a {
	font: bold 18px Arial;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

h3.intro {
	font: normal 13px 'Trebuchet MS';
	color: #fff;
	line-height: 1.8;
}

h3.intro a {
	font: normal 13px 'Trebuchet MS';
	color: #fff;
	text-decoration: underline;
}

h3.intro a:hover {
	font: normal 13px 'Trebuchet MS';
	color: #000;
	text-decoration: underline;
}

h4 {
	font: normal 40px 'Trebuchet MS';
	color: #000;
	margin: 0;
	padding-bottom: 10px;
	letter-spacing: -0.7px;
	text-transform: uppercase;
}

span.small {
	font-size: 11px;
	color: #666;
}

table#releases {
	padding-top: 20px;
}

td.cover {
	vertical-align: top;
	padding: 5px 20px 5px 0;
}

td.cover img, div#bleft img {
	border: 1px solid #000; 
}

td.cover span, td.info span {
	padding: 0 7px 0 7px;
	font-size: 15px;
}

td.info {
	vertical-align: top;
}

div.left {
	float: left;
	width: 550px;
}

div.left p.date, div.left p.archive {
	padding-top: 25px;
}

div.right {
	float: right;
	width: 250px;
	text-align: right;
}

div#bleft {
	float: left;
	width: 430px;
	padding: 33px 0 30px 36px;
}

div#bright {
	float: left;
	width: 390px;
	text-align: left;
	padding: 55px 0 30px 0;
}

ul.releases li, ul.bands li {
	list-style: none;
	float: left;
	padding: 20px 30px 0 0;
}

ul.releases li img {
	border: 1px solid #000;
	width: 180px;
	height: 180px;
}

ul.bands li img {
	border: 1px solid #000;
	width: 180px;
	height: 130px;
}

ul.releases li a img, ul.bands li a img {
	border: 1px solid #000;
}

ul.releases li a:hover img, ul.bands li a:hover img {
	border: 1px solid #ffff00;
}

br.clear {
	clear: both;
}

address {
	font-style: normal;
}

table#shows {
	width: 100%;
}

table#shows td {
  padding: 7px 15px 10px 0;
  vertical-align: top;
  border-top: 1px solid #fff;
}

table#shows td.last {
  border-top: 1px solid #fff;
}

table#outnow {
  width: 100%;
}

table#outnow td {
	vertical-align: top;
	padding-bottom: 15px;
	line-height: 1.4;
}

table#outnow td.img {
	width: 120px;
}

table#outnow td.img img {
	width: 110px;
}

table#outnow td.img a img {
	border: 1px solid #000;
}

table#outnow td.img a:hover img {
	border: 1px solid #ffff00;
}

div.shop-topmenu li {
	list-style: none;
	float: left;
	padding-right: 15px;
}

p.player {
	margin: 5px 0 7px 0;
	padding: 0;
}

div.addthis {
	text-align: right;
}

div#bg { 
  position: fixed; 
  z-index: -100;
}

div#bg div {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

div#bg td {
  text-align: center;
  vertical-align: middle;
}

div#bg img {
  margin: 0 auto;
  min-height: 50%;
  min-width: 50%;
}

#focus-stealer { 
	position: absolute;
	left: -9999px;
}

ul.shopmenu {
	padding: 30px 0 0 36px;
}

ul.shopmenu li {
	list-style: none;
	float: left;
	padding-right: 40px;
}

ul.shopmenu li a {
	color: #000;
}

ul.shopmenu li a:hover, ul.shopmenu li.topmenu_selected a {
	color: #fff;
}

div.cart-topright {
	position: absolute;
	top: 270px;
	right: 4px; 
	text-align: right;
	margin: 16px 30px 0 0;
	padding: 0;
	border: 1px solid #5e5550; 
	background: url('/img/bg-cart.gif') repeat-x top #101010;
}

div.cart-topright img {
	border: 1px solid #5e5550; 
	margin: 8px 0 8px 0;
}

div.cart-topright input {
	text-align: right;
	background: none;
	border: none;
	color: #fff;
}

div.cart-topright a:hover {
	color: #fff;
}

p.catlist {
	padding: 35px 0 5px 35px;	
}

ul#categorylist li {
	float: left;
	padding: 0 0 0 35px;	
	list-style: none;
}

ul#categorylist li a {
	font: 27px 'Trebuchet MS';
	color: #666;
	text-decoration: none;
}

ul#categorylist li a:hover, ul#categorylist li.selected {
	font: 27px 'Trebuchet MS';
	color: #666600;
}

td.startshop {
  padding: 3px 0 25px 33px;
}

td.startshop ul li {
	float: left;
	list-style: none;
	padding-right: 55px;
	text-align: center;
}

td.startshop ul li a {
	font: 13px 'Trebuchet MS';
}

td.startshop ul li a img, table.products img {
	border: 1px solid #000;
}

td.startshop ul li a:hover img, img.sel {
	border: 1px solid #ffff00;
}

div.introshop {
	color: #000;
	width: 600px;
	height: 70px;
}

img.records {
	border: 1px solid #000;
}

table.products {
	padding-top: 15px;
}

table.products h3 {
	font: 27px 'Trebuchet MS';
	color: #000;
	text-decoration: none;
	float: left;
}

table.products h4 {
	font: bold 13px 'Trebuchet MS';
	color: #000;
	text-transform: none;
	letter-spacing: 0.5px;
	padding: 2px 0 0 0;
	margin: 0;
}

table.products td.info {
	padding-left: 15px;
	padding-right: 20px;
	text-align:left; 
	vertical-align: top;
}

p.price {
	font: 27px 'Trebuchet MS';
	color: #666;
	text-decoration: none;
	float: left;
	padding-left: 17px;	
}

ul.listing {
	padding: 30px 0 45px 35px;
}

ul.listing li {
	list-style: none;
}

li.listing {
	padding-bottom: 45px;
}

table.pricelist {
	padding: 17px 0 30px 35px;
	font: normal 13px 'Trebuchet MS';
	line-height: 2.2;
}

table.pricelist td.th, div.ship h3, div.checkoutform h3, div.thanks h3 {
	font: bold 18px Arial;
	color: #000;
	text-decoration: none;
	padding: 25px 0 7px 0;
}

table.pricelist td span {
	font-weight: bold;
	padding-right: 10px;
}

table.pricelist td.th span {
	padding: 0;
}

table.pricelist td.row {
	padding-left: 25px;
	font-weight: normal;
	text-align: right;
}

div.ship, div.checkoutform, div.thanks {
	padding: 0 0 30px 38px;
	width: 600px;
	text-align: left;
}

div.thanks span {
	font: normal 27px 'Trebuchet MS';
	padding-left: 10px;
}

div.checkoutform input.textfield, div.checkoutform textarea {
	width: 400px;
	height: 26px;
	font-size: 19px;
}

div.checkoutform input.textsmallfield {
	width: 130px;
	height: 26px;
	font-size: 19px;
}

div.checkoutform textarea.textareafield {
	height: 160px;
}

input.quantity {
	width: 50px;
}

table.cart {
	border-spacing: 9px;
	width: 666px;
}

div.checkoutform table {
	border-spacing: 0;
}

div.checkoutform table td {
	padding: 0 0 7px 5px;
	text-align: right;
}

div.checkoutform table td.formleft {
	padding: 0 0 7px 5px;
	text-align: left;
}

div.checkoutform table td.submit{
	text-align: left;
}

table.cart td.total1 {
	font-weight: normal;
	text-align: right;
	padding: 4px 0 0 0;
}

table.cart td.total2 {
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	padding: 4px 0 0 2px;
	border-top: solid 1px #000;
}

td.item {
	white-space: nowrap;
}

td.clear {
	text-align: left;
	width: 80px;
	padding-top: 4px;
}

td.clear a, td.clear a:hover {
	text-decoration: none;
	color: #000;
}

div.checkout {
	margin: 20px 0 0 410px;
}

ul.footershopnav {
	padding-left: 30px;
	height: 70px;
}

ul.footershopnav li {
	list-style: none;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #000; 
}

ul.footershopnav li a {
	text-transform: uppercase;
	text-decoration: none;
}

body.fuckie6 {
	padding: 0;
	margin: 0;
	font: normal 13px 'Trebuchet MS';
	color: #fff;
	background: #26100b;
}	

#no-ie6 {
	display: inline-block;
	background: #feefda;
	height: 90px;
	border-bottom: 1px solid #f7941d;
}

.warning-ie6 {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.2;
	font-size: 12px;
	color: #000;
}

.warning-ie6 ul li {
	float: left;
	list-style: none;
	padding: 8px 0 0 30px;
}	

.content-ie6 {
	padding-left: 30px; 
	font: normal 13px 'Trebuchet MS';
}

.content-ie6 a:hover {
	color: #fff;
}

.content-ie6 h1 {
	font: normal 40px 'Trebuchet MS';
	color: #fff;
	padding: 20px 0 20px 0;
}