body {
	margin: 0px;
	text-align: center;
	background: #EAEAEA url(../images/bgBodyTile.png) top center repeat-y;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/* COMMON ELEMENTS */
DIV.more {
	margin: 5px 0px 0px 0px;
}
DIV.blueNote {
	padding: 10px;
	margin: 0px;
	background-color: #E5F9FB;
	border: 1px solid #E5E5E5;
}
DIV.blueNote ul,DIV.blueNote li {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
DIV.blueNote li {
	list-style-image: url(../images/linkArrow.png);
}
DIV.yellowNote {
	padding: 10px;
	margin: 0px;
	background-color: #FBFBE5;
	border: 1px solid #E5E5E5;
}
DIV.yellowNote h1 {
	margin: 0px 0px 10px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
}
DIV.yellowNote ol,DIV.yellowNote li {
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
DIV.yellowNote li {
	margin: 5px 0px 5px 10px;
}
DIV.clearNote {
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
DIV.clearNote ul,DIV.clearNote li {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
DIV.clearNote li {
	list-style-image: url(../images/linkArrow.png);
}
h1 {
	margin: 0px 0px 10px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
}

/* FORM ELEMENTS */
form {
	margin: 0px;
	padding: 0px;
}
input {
	margin-left: 0px;
	vertical-align: middle;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #FAFAFA;
	border: solid 1px #808080;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 2px;
}
.textSm {
	width: 50px;
}
.textMed {
	width: 150px;
}
.textLg {
	width: 200px;
}
.select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #FAFAFA;
	border: inset 1px #808080;
	height: 18px;
	margin: 5px 0px 0px 0px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	border: outset 1px #808080;
	background-color: #fafafa;
	padding: 2px;
}
.singleline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	background-color: #FFF;
	border: none;
	width: 234px;
	height: 33px;
	margin: 5px 0px 0px 0px;
	padding: 4px;
}
.field1 {
	background-image: url(../images/formBG1.png);
}
.field2 {
	background-image: url(../images/formBG2.png);
}
.field3 {
	background-image: url(../images/formBG3.png);
}


/* NAVIGATION */
#navContainer {
	z-index: 2;
	padding: 30px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	display: block;
}
#nav {
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	width: 730px;
	height: 88px;
}
#nav a:link,#nav a:active,#nav a:visited {
	color: #5A5A5A;
	text-decoration: none;
	outline: none;
}
#nav a:hover {
	text-decoration: underline;
	outline: none;
}
#nav td.colOne {
	padding: 0px;
	width: 183px;
	text-align: left;
	vertical-align: bottom;
}
#nav td.colTwo {
	padding: 0px 0px 0px 5px;
	width: 374px;
	text-align: left;
	vertical-align: bottom;
}
#nav td.colThree {
	padding: 0px;
	width: 150px;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #5A5A5A;
	text-align: right;
	vertical-align: bottom;
}

/* MAIN HEADER BAR */
#headerContainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #000;
	background: url("../images/hdrBG.png");
	display: block;
}
#header {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px 30px 0px;
	width: 700px;
	text-align: left;
}
div.t {
	z-index: 1;
	height: 10px;
	background: url("../images/borderTop.png") top center repeat-x;
	margin: 0px;
	padding: 0px;
}
div.b {
	height: 10px;
	background: url("../images/borderBot.png") bottom left repeat-x;
	margin: 0px;
	padding: 0px;
}

/* MAIN CONTENT */
#contentContainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	display: block;
}
#content {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 15px;
	width: 720px;
	text-align: left;
	background: #FFF;
}
#contentTable {
	width: 100%;
}

/* INDEX MAIN CONTENT */
#contentLeft {
	padding: 20px 20px 20px 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #3C3C3C;
}
#contentLeft a:link,#contentLeft a:active,#contentLeft a:visited {
	color: #B98B01;
	text-decoration: none;
	outline: none;
}
#contentLeft a:hover {
	text-decoration: underline;
	outline: none;
}

#contentLeft p {
	margin: 10px 0px 10px 0px;
}
h1.newsHeaderDate {
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}
h1.newsHeaderTitle {
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}

/* INDEX SIDEBAR */
#indexSidebar {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 250px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #3C3C3C;
	background: url("../images/sidebarBorderLeft.png") left top repeat-y;
}
#indexSidebar table {
	width: 100%;
}
#indexSidebar .entry {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #3C3C3C;
	background: url("../images/sidebarBorderBottom.png") bottom center no-repeat;
}
#indexSidebar .links {
	padding: 15px;
	text-align: center;
	vertical-align: top;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #3C3C3C;
}
#indexSidebar a:link,#indexSidebar a:active,#indexSidebar a:visited {
	color: #FF3300;
	text-decoration: none;
	outline: none;
}
#indexSidebar a:hover {
	text-decoration: underline;
	outline: none;
}
.albumSmall {
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
	float: left;
}
.previewHdrBand {
	font-weight: bold;
}
.previewHdrTitle {
	color: #E43604;
	font-weight: bold;
}
p.description {
	margin: 5px 0px 5px 0px;
}

/* FOOTER */
#footer {
	padding: 20px 30px 20px 20px;
	margin: 0px;
	background-color: #000;
	text-align: center;
	vertical-align: top;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #FFF;
	background: url("../images/ftrBG.png") top left no-repeat;
}
#footer a:link,#footer a:active,#footer a:visited {
	color: #9ECACB;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	text-decoration: underline;
	outline: none;
}
#footer .info {
	color: #A0A0A0;
}
img {
	border: 0px;
}

/* ABOUT SECTION */
h1.staff {
	margin: 0px 0px 5px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #E43604;
	font-weight: bold;
}
DIV.staffStats {
	padding: 5px;
	margin: 10px 0px -5px 0px;
	font-size: 9px;
	line-height: 14px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
}
p.staffDesc {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 5px;
}

/* MERCHANDISE SECTION */
DIV.howTo {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #E5F9FB;
	border: 1px solid #E5E5E5;
}
DIV.howTo ol {
	margin: 10px;
	padding: 0px 0px 0px 10px;
}
DIV.howTo li {
	margin: 10px 0px 0px 0px;
}
table.merch {
	width: 100%;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #E5E5E5;
}
h1.merchType {
	margin: 0px 0px 5px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}
td.merchImage {
	width: 70px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
td.merchInfo {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
}
td.details {
	padding: 0px 0px 3px 10px;
	font-size: 9px;
	color: #999;
	line-height: 18px;
	vertical-align: bottom;
}
td.details .price {
	color: #B98B01;
	font-family: Verdana;
	font-size: 14px;
}
td.details div.buttons {
	float: right;
	margin: 0px;
	padding: 0px;
}
div.buttons a:link,
div.buttons a:active,
div.buttons a:visited,
div.buttons a:hover {
	color: #e43604 !important;
	font-size: 12px;
/*	font-weight: bold;*/
	text-decoration: underline !important;
	outline: none;
}
td.merchBandList {
	width: 50%;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #3C3C3C;
	text-align: left;
	vertical-align: top;
}
td.merchBandList ul,td.merchBandList li{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
td.merchBandList ul,td.merchBandList li{
	list-style-image: url(../images/linkArrow.png);
}
td.left {
	padding: 0px 10px 10px 0px;
}
td.right {
	padding: 0px 0px 10px 0px;
}

/* LINKS SECTION */
h1.linksHeader {
	margin: 15px 0px 10px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}
ul.linksList,li.linksList {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
li.linksList {
	list-style-image: url(../images/linkArrow.png);
}
table.linksList {
	width: 100%;
}
td.linksList {
	width: 50%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
	text-align: left;
	vertical-align: top;
}
td.linksListLeft {
	padding: 0px 10px 0px 0px;
}
td.linksListRight {
	padding: 0px 0px 0px 0px;
}

/* ARTISTS SECTION */
h1.artistHeader {
	margin: 15px 0px 10px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}
ul.artistList,li.artistList {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
li.artistList {
	list-style-image: url(../images/linkArrow.png);
}
table.artistList {
	width: 100%;
}
td.artistList {
	width: 33%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
	text-align: left;
	vertical-align: top;
}
td.artistListLeft {
	padding: 0px 10px 0px 0px;
}
td.artistListCenter {
	padding: 0px 10px 0px 0px;
}
td.artistListRight {
	padding: 0px;
}
h1.featured {
	margin: 0px 0px 5px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #E43604;
	font-weight: bold;
}

/* ARTIST PAGES */
h1.title {
	margin: 0px 0px 5px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}
table.items {
	width: 100%;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #E5E5E5;
}
td.itemImage {
	width: 130px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
td.itemInfo {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
}
table.trackList {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
td.trackList {
	padding: 5px 10px 5px 0px;
	width: 50%;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	color: #777;
	text-align: left;
	vertical-align: top;
}
td.trackList a:link,td.trackList a:active,td.trackList a:visited {
	color: #FF3300;
	text-decoration: none;
	outline: none;
}
td.trackList a:hover {
	text-decoration: underline;
	outline: none;
}
td.trackList ul,td.trackList li {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding-left: 0em;
	padding-right: 0em;
	text-indent: -1em;
}
table.artistsSmall {
	width: 100%;
	margin: 0px;
}
td.artistsSmall {
	width: 50%;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
}
td.artistsSmall ul,td.artistsSmall li {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding-left: 0em;
	text-indent: -1em;
}
td.artistsSmallLeft {
	padding: 0px 10px 5px 0px;
}
td.artistsSmallRight {
	padding: 0px 0px 5px 0px;
}

/* LICENSING & PUBLISHING */
ul.lp, li.lp {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding-left: 0em;
	text-indent: -1em;
}
table.represented {
	width: 100%;
	margin: 0px;
}
td.represented {
	width: 50%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	color: #3C3C3C;
}
td.representedLeft {
	padding: 0px 10px 0px 0px;
}
td.representedRight {
	padding: 0px;
}
DIV.pubNote {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

/* BUGHOUSE */
table.bugArtists {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
td.bugArtists {
	width: 50%;
	font-family: Verdana;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	color: #3C3C3C;
}
td.bugArtistsLeft {
	padding: 5px 10px 5px 0px;
}
td.bugArtistsRight {
	padding: 5px 0px 5px 0px;
}
DIV.bugInfo {
	text-align: center;
	color: #999;
}
DIV.eMusicLink {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	background-color: #E5F9FB;
	border: 1px solid #E5E5E5;
}
DIV.eMusicLink ul,DIV.eMusicLink li {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
DIV.eMusicLink li {
	list-style-image: url(../images/linkArrow.png);
}
DIV.artistLinks {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	background-color: #E5F9FB;
	border: 1px solid #E5E5E5;
}
DIV.artistLinks p {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	line-height: 13px;
	color: #808080;
}
DIV.artistLinks h1 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 9px;
}
DIV.artistLinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
DIV.artistLinks li {
	background-image: url(../images/linkArrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.5em;
}

/* MAIL ORDER AND FAX FORM PAGE */
table.orderItems {
	width: 100%;
	margin: 10px 0px 20px 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
}
table.orderItems td {
	vertical-align: top;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #E5E5E5;
}
table.orderItems td.itemDetails {
	width: 180px;
	font-family: Verdana;
	font-size: 9px;
	color: #999;
}
table.orderItems td.itemArtist {
	width: 200px;
}
table.orderItems td h1 {
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #E43604;
	font-weight: bold;
}
table.orderItems tr.greyOne {
	background-color: #F7F7F7;
}
table.orderItems tr.greyTwo {
	background-color: #FCFCFC;
}
table.orderDetails {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;
}
table.orderDetails td {
	width: 33%;
	padding: 0px 10px 10px 0px;
}
DIV.artistNote {
	margin-top: 5px;
	font-size: 9px;
	line-height: 14px;
	color: #999;
}
DIV.shippingNote {
	padding: 10px;
	margin: 10px 0px 20px 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
DIV.shippingNote h1 {
	margin: 0px 0px 10px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
}
DIV.shippingNote ol,DIV.shippingNote li {
	margin: 0px 0px 0px 10px;
	padding-left: 0em;
	text-indent: 0em;
}
DIV.shippingNote li {
	margin: 5px 0px 5px 10px;
}
DIV.reminder {
	margin: 20px 0px 20px 0px;
	padding: 0px 40px 0px 40px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #E43604;
	font-weight: bold;
	text-align: center;
}
.unchecked {
	color: #999;
}
.checked {
	margin: 0px;
	padding: 0px;
	color: #FF3300;
	font-weight: bold;
	padding-right: 15px;
	background: url("../images/mailOrderCheck.png") top right no-repeat;
}
img.newsImage {
	float: right;
	margin: 0px 0px 10px 10px;
}



div#nav div.badges {
	color: #BBB;
	display: none;
	font: 11px Helvetica, Arial, sans-serif;
	margin: -20px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
/*	width: 160px;*/
}
div#nav div.badges img {
	margin-left: 5px;
	vertical-align: middle;
}
div#nav div.badges a {
/*	display: block;*/
/*	margin-top: 10px;*/
	opacity: .7;
}
div#nav div.badges a:hover {
	opacity: 1;
}

div#content {
	position: relative;
}
div#content div.badges {
	color: #AAA;
	font: 11px Helvetica, Arial, sans-serif;
/*	margin:  20px 0 0 -190px;*/
	position: absolute;
/*	text-align: right;*/
	width: 160px;

	right: -180px;
	margin:  20px 0 0 0;
}
div#content div.badges a {
	display: block;
	margin-top: 10px;
	opacity: .8;
}
div#content div.badges a:hover {
	opacity: 1;
}


