html, body {
	margin:0;
	padding: 0;
	font-size: 10pt;
	font-family: arial, helvetica, helv, sans-serif;
	color:#C03;
}
body {
	min-width:640px;
	background-color:#FFC;
}

body#juke {
	min-width:0;
	background-color:#9CC;
}

div#menu {
	position:absolute;
	z-index: 2;
	width:100%;
	top:0;
	left:0;
	height:40px;
	margin:0 auto;
	text-align:center;
	background-color:#FFC;
/*	color: #C03; */
	font-size:180%;
	font-weight:bolder;
}
/* position:fixed for modern browsers - header does not scroll */
body>div#menu {
	position:fixed;
}

#middlewrap {
	z-index: 1;
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	height:100%;
	overflow:auto;
}

div#middle {
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align:center;
	height:100%;
	width: 640px;
	background-image:url(images/back_middle.gif);
	background-repeat: repeat-y; 
}
body>div#middlewrap>div#middle {
	padding: 0;
}

div#footer {
	width: 100%;
	margin:0;
	padding:0;
	height: 1px;
	clear:both;
}

div#sidebar {
	margin: 0;
	padding: 0px;
	float:right;
	background-color:#9CF; 
	width: 125px;
	color: #C03;
	font-size: 85%;

}
div#content {
	margin: 0;
	padding:0;
	float:left;
	background-color:#9CC; 
	width: 512px;
	text-align:justify;
}

div#sidebar p,
div#content p,
div.sideitem,
div#content div,
div#content div#headline {
	margin: 0;
	padding: 7px 10px;
}

div.sideitem_cart {
	margin:  0 5px;
	padding: 7px 10px;
	text-align:left;

}
div.google_ad {
	margin: 0 0 0 0;
	padding: 7px 0;
}
div#middle div#content div.google_ad_footer {
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

div#content div#headline {
	font-weight:bold;
}

h1,
.h1 {
	font-size: 180%;
}

h2,
.h2 {
	font-size: 140%;
}

h3,
.h3,
div#content div#headline {
	font-size: 120%;
}

h4,
.h4 {
	font-size: 110%;
}

.sub1 {
	font-size: 80%;
}

.upper {
	text-transform:uppercase;
	font-weight:bold;
}

li {
	padding: .25em 0;
}

img {
	border:none;
}

div.line,
div.shortline,
div.lineblack,
div#content div#merchwrap div#cart_full div.cart_line,
div#content div.lineIS1000 {
	height: 1px;
	line-height:1px;
	border-width: 1px 0 0 0; 
	border-style: solid; 
	border-color:#C03;
	padding: 0;
	margin: 0 5px;
}

div.lineblack {
	border-width: 3px 0 0 0; 
	border-style: groove; 
	border-color:#333;
}

div#content div#merchwrap div.shortline {
	margin:20px 5% 0 5%;
}

div#content div#merchwrap div#cart_full div.cart_line {
	width:100%;
	margin:0 auto;
}

div#content div.lineIS1000 {
	border-color:#000;
	width:300px;
	margin: 0 auto;
}

div.sidecat {
	text-align: left;
	font-weight: bold;
	border-width: 0; 
	border-style: none; 
	padding: 2px 5px 0px 5px;
	margin: 3px 0 0 0;
}

div#contentHead {
	text-align:center;
}

a:link {text-decoration: none; color: #903}
a:visited {text-decoration: none; color: #C60}
a:hover {text-decoration: underline; color: #F90}
a:active {text-decoration: none; color: #FC9}

div#poster-MTL,
div#poster-MS,
div#poster-WCL,
div#poster-HH2,
div#poster-CON
{
	padding:40px 0 10px 0;
	margin:0 auto;
	width:400px;
	height:100%;
	text-align:center;
	border-color:#C03;
	border-style:double;
	border-width:0 3px 3px 3px;
}
body>div#middlewrap>div#poster-MTL,
body>div#middlewrap>div#poster-MS,
body>div#middlewrap>div#poster-WCL,
body>div#middlewrap>div#poster-HH2,
body>div#middlewrap>div#poster-CON {
	padding: 0;
}

#postertext-MTL,
#postertext-MS,
#postertext-WCL,
#postertext-HH2,
#postertext-CON {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	text-align:justify;
}

#posterhead-MTL,
#posterhead-MS,
#posterhead-WCL,
#posterhead-HH2,
#posterhead-CON {
	margin: 0;
	padding: 0;
	font-size: 140%;
	text-align:center;
}

#postertext-MTL,
#postertext-MS,
#postertext-WCL,
#postertext-HH2,
#postertext-CON,
#posterhead-MTL,
#posterhead-MS,
#posterhead-WCL,
#posterhead-HH2,
#posterhead-CON {
	font-family: arial, helvetica, helv, sans-serif;
	font-weight: bold;
}

div#poster-MTL {
	background-color:#EEF0EC;
	color: #000000;
}
div#posterhead-MTL a {
	color: #CC3333;
}

div#poster-MS {
	background-color:#003366;
	color: #FFFFFF;
}
div#posterhead-MS a {
	color: #FFFF00;
}

div#poster-WCL {
	background-color:#39C;
	background-image:  url(images/poster_WCL_bg.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
div#posterhead-WCL a {
	color: #603;
}

div#poster-HH2 {
	background-color:#FFFFFF;
	color: #000000;
}
div#posterhead-HH2 a {
	color: #009900;
}

div#poster-CON {
	background-image: url(images/poster_CON_bg.jpg);
	color: #000000;
}
div#posterhead-CON a {
	color: #000000;
}

form#mailinglist_form {
  margin: 0 auto;
  padding: 0px;
  width: 400px;
}

form#mailinglist_form label {
width: 7em;
float: left;
text-align: left;
margin-right: 0.5em;
display: inline
}

/*.submit input, */
/*form#mailinglist_form input#formsubmit {
margin-left: 8.5em;
}
*/
input.phplist,
#formsubmit,
input.defaultButton,
div.defaultButton,
input.addtocart_Button,
input#adj_qnty_Button,
input#submitorder_Button,
input.digital_Button {
  background-color: #FFC;
  color: #C03;
/*  width: auto; */
  padding: 0px 3px;
  margin: 0px;
  font-size:90%;
  font-weight: bold;
  border:1px solid;
  border-top-color:#F69;
  border-left-color:#F69;
  border-right-color:#900;
  border-bottom-color:#900;
  filter:progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffffaa');
}

form.shoppingcart_form {
  margin: 0 auto;
  padding: 0px;
  width: 450px;
}

form.addtocart {
	width: 160px;
	text-align:left;
}

input.addtocart_Button {
	width: 6.5em;
}

input#adj_qnty_Button {
	width: 9.5em;
}

input#submitorder_Button {
	width: 7em;
}

form.digital_form {
	width: 120px;
	text-align:right;
}

input.digital_Button {
	width: 7.5em;
}

div#content div#presswrap,
div#content div#merchwrap,
div#content div#tuneswrap,
div#content div#faqwrap {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:center;
}

div#content div#BB1197 {
	margin: 0 auto;
	padding: 15px;
	width: 450px;
	border: 0;
	background-image:url(images/press_BB1197_bg.gif);
	background-repeat: repeat;
	color: #000;
	text-align:justify;
}

div#content div#BB1200,
div#content div#BP0298,
div#content div#CD0401,
div#content div#SFW0900,
div#content div#SJ0998,
div#content div#WD0905 {
	margin: 0 auto;
	padding: 15px;
	width: 450px;
	border: 0;
	background: #FFF;
	color: #000;
	text-align: justify;
}

div#content div#BB1200_top {
	margin: 0;
	padding: 0;
	width: 450px;
	border: 0;
	color: #999;
	font-size: 140%;
	text-align:right;
}

div#content div#BRUT0700 {
	margin: 0 auto;
	padding: 15px;
	width: 400px;
	border: 0;
	background-image:url(images/press_BRUT0700_bg.gif);
	background-repeat: repeat;
	color: #000;
	text-align:justify;
}

div#content div#presswrap div#FJ0101 {
	margin: 0 auto;
	padding: 0;
	width: 450px;
	border: 0;
	background-image:url(images/press_FJ0101_bg.jpg);
	background-repeat:repeat-y;
	color: #000;
	text-align: justify;
}

div#content div#presswrap div#FJ0101 a {text-decoration: none; }

div#content div#presswrap div#FJ0101_top {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 77px;
	background-image: url(images/press_FJ0101_topbg.gif);
	background-repeat:repeat-x;
	color: #FFF;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#000;
}
div#content>div#presswrap>div#FJ0101>div#FJ0101_top {
height: 80px
}
	
div#content div#presswrap div#FJ0101_topleft {
	margin: 0;
	padding: 0;
	border:0;
	background-color:#FFFFFF;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#000;
	width: 80px;
	height: 77px;
	float: left;
}
div#content>div#presswrap>div#FJ0101>div#FJ0101_top>div#FJ0101_topleft {
height: 80px
}

div#content div#presswrap div#FJ0101_topright {
	margin: 0;
	padding: 0;
	border: 0;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#000;
	width: 120px;
	height: 80px;
	background: #007F00;
	color: #FFF;
	text-align: center;
	float: right;
}

div#content div#presswrap div#FJ0101 div#FJ0101_left {
	margin: 0;
	padding: 0;
	border: 0;
	width: 80px;
	float: left;
}

div#content div#presswrap div#FJ0101 div#FJ0101_right {
	margin: 0;
	padding: 0;
	border: 0;
	width: 370px;
	float: right;
}

div#content div#presswrap div#FJ0101 div#FJ0101_right div#FJ0101_sig {
	margin: 0;
	padding: 0 10px 10px 0;
	border: 0;
	float: right;
}

div#content div#presswrap div#FJ0101_sig a:link {color: #007F00; }
div#content div#presswrap div#FJ0101_sig a:visited {color: #00007F; }
div#content div#presswrap div#FJ0101_sig a:hover {color: #FF7F00; }
div#content div#presswrap div#FJ0101_sig a:active {color: #FFFFFF; }

div#content div#presswrap div#FJ0101_footer {
	margin: 0 0 0 2px;
	padding: 5px 10px;
	border: 0;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#000;
	width: 348px;
	background: #007F00;
	color: #FFF;
}

div#content div#presswrap div#FJ0101_footer a {color: #FFFFFF; }

div#content div#FREQ0800 {
	margin: 0 auto;
	padding: 15px;
	width: 400px;
	border: 0;
	background-image:url(images/press_FREQ0800_bg.jpg);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align:justify;
}

div#content div#IS1000 {
	margin: 0 auto;
	padding: 15px;
	width: 380px;
	border: 5px;
	border-color: #CCC;
	border-style:solid;
	background: #FFF;
	color: #000;
	text-align:justify;
}

div#content div#IS1000 div#linewrap {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	text-align:center;
}

div#content div#IS1000 a {color:#f93;}
div#content div#IS1000 a:link {color:#f93;}
div#content div#IS1000 a:hover {color:#ffc;}

div#content div#IS1000_foot {
	margin: 0 auto;
	padding: 15px; 
	width: 380px;
	border: 5px;
	border-color: #666;
	border-style:solid;
	background: #666;
	color: #FFF;
	text-align:left;
	font-size: 80%;
}

div#content div#MM1100 {
	margin: 0 auto;
	padding: 15px;
	width: 450px;
	border: 0;
	background: #003;
	color: #CCC;
	text-align:justify;
}

div#content div#MM1100_top {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	background: #CE3100;
	text-align:left;
}

div#content div#presswrap div#PB0503 {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 440px;
	background-image:url(images/press_PB0503_bg.jpg);
	background-repeat:repeat-y;
}

div#content div#presswrap div#PB0503 div#PB0503_head {
	margin: 0;
	padding: 0;
	border: 0;
	width: 440px;
	height:60px;
}

div#content div#presswrap div#PB0503 div#PB0503_subhead {
	margin: 0;
	padding: 0;
	border: 0;
	width: 440px;
	height:25px; 
	text-align:left;
	background-image: url(images/press_PB0503_subhead_bg.jpg);
	background-repeat:repeat-x;
}

div#content div#presswrap div#PB0503 div#PB0503_reviewshead {
	margin: 0;
	padding: 0;
	border: 0;
	width: 440px;
	height:40px;
	text-align:left;
/*	background:#E5E5E5; */
}

div#content div#PB0503 div#PB0503_left {
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
	background-image: url(images/press_PB0503_left_bg.jpg);
	background-repeat:repeat-y;
	float: left;
}

div#content div#PB0503 div#PB0503_left div#PB0503_band {
	margin: 12px 0 0 0;
	padding: 1px 0 0 0;
	border: 0;
	border-top:1px;
	border-bottom:2px;
	border-right:1px;
	border-top-color:#000;
	border-bottom-color:#000;
	border-right-color:#000;
	border-top-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	width: 98px;
	height:14px;
	background: #369;
	float: right;
	text-align:center;
	color:#FFF;
	font-size: 70%;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight: bold;
}

div#content div#PB0503 div#PB0503_right {
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	width: 290px;
	background:#e5e5e5;
	float: right;
	color:#000;
	font-size: 75%;
	text-align:justify;
	font-family: verdana,arial,helvetica,sans-serif; 
}

div#content div#PB0503 div#PB0503_right div#PB0503_titlebox {
	margin: 0;
	padding: 0;
	border: 0;
	width: 181px;
	height: 75px;
	background:#FFFFFF;
}

div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title1,
div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title2,
div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title3,
div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title4 {
	margin: 0;
	padding: 4px 0 0 0;
	border: 0;
	border-top: 1px;
	border-top-color:#000;
	border-top-style:solid;	
	border-left:1px;
	border-right:1px;
	border-left-color:#000;
	border-right-color:#000;
	border-left-style:solid;
	border-right-style:solid;
	width: 179px;
	height: 20px;
	background:#fff;
	color:#000;
	font-size: 120%;
	font-family: verdana,geneva,arial,sans-serif;
	font-weight: bold;
	text-align: left;
}

div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title1 {
	background:#9cf;
}

div#content div#PB0503 div#PB0503_right div#PB0503_titlebox div#PB0503_title4 {
	padding: 0;
	border: 0;
	width: 181px;
	height: 3px;
}

div#content div#PB0503 div#PB0503_footer {
	width: 440px;
	margin:0;
	padding:5px 0;
	background:#000;
	color: #CCC;
	font-size: 75%;
	clear:both;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight: bold;
}

div#content div#PT {
	margin: 0 auto;
	padding: 15px;
	width: 400px;
	border: 0;
	background: #FF9;
	color: #006;
	text-align:justify;
	font-family: "goudy old style", goudy, goudi, Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

div#content div#REQ0299 {
	margin: 0 auto;
	padding: 15px;
	width: 380px;
	border: 0;
	background: #FFF;
	color: #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
}

div#content div#REQ0299_top {
	margin: 0;
	padding: 0;
	border: 0;
	color: #F00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

div#content div#SFW0900_top,
div#content div#SFW0900_top a {
	margin:0;
	border:0;
	padding:0;
	width:100%;
	color: #000080;
}

div#content div#SJ0998_top {
	margin: 0 15px 0 0;
	padding: 0;
	width: 232px;
	border: 0;
	float:left;
}

div#content div#TONY0298 {
	margin: 0 auto;
	padding: 15px;
	width: 440px;
	border: 0;
	text-align:justify;
}

div#content div#tunesdefault,
div#content div#pressdefault,
div#content div#gigdefault, 
div#content div#faqdefault, 
div#content div#newsletter {
	margin: 0 auto;
	padding: 15px;
	width: 400px;
	border: 0;
	text-align:justify;
}

p,
h1,
h2,
h3,
h4,
div#gigdefault div,
div#pressdefault div,
div#content div#headline {
	margin:0;
	padding:0.4em 0;
	text-align: center;
}

p {
	text-align:justify;
}

.just,
div#gigdefault div,
div#pressdefault div,
div#content div#headline {
	text-align: justify;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

h2#SFW0900_tt {
	text-align:left;
	color:#000080;
	font-family: monospace;
	padding:5px 10px;
}

div#content div#tuneswrap div.bandcamp {
	padding:0;
	margin:0 auto;
	width:304px;
}

div#tuneswrap form.shoppingcart_form div.jukerow {
	margin:0 5px;
	padding:0;
	width:440px;
	font-size: 90%;
}

div#tuneswrap form.shoppingcart_form div.jukerow div.jukerowleft {
	margin:0;
	padding:0;
	width:185px;
	float:left;
	text-align:left;
}
div#tuneswrap form.shoppingcart_form div.jukerow div.jukerowright {
	margin:0;
	padding:0;
	width:255px;
	float:right;
	text-align:right;
}



div#content div#tuneswrap div.youtube {
	width:425px;
	height:350px;
	text-align:center;
	padding:0;
	margin:0 auto;
	border-color:#000;
	border-style: ridge;
	border-width:2px;
}

div#content div#tuneswrap div#juke-docked {
display: inline;
}

div#content div#tuneswrap div#juke-undocked {
display: none;
}

div#content div.merchdeets,
div#content div.merchaffil {
	margin: 17px 10px 5px 5px;
	padding:0;
	border:0;
	border-style:none;
	float:right;
	color: #C03;
	font-size: 80%;
	font-weight:bold;
	text-align:left;
	width:200px;
}

div#content div.merchaffil {
	text-align:center;
}

div#content div.merchaffil iframe{
	margin:0 auto;
}

div#content div.merchdesc {
	float:left;
	width:264px;
}
div#merchwrap>div.merchdesc {
	width: 277px;
}


div#content div.merchdeets div.merchdeetrow {
	margin:0;
	padding:0;
	width:200px;
}

div#content div.merchdeets div.merchdeetrow div.merchdeetnum {
	margin:0;
	padding:0;
	width:20px;
	float:left;
	text-align:right;
}
div#content div.merchdeets div.merchdeetrow div.merchdeetname {
	margin:0 0 0 0;
	padding:0;
	width:175px;
	float:right;
	text-align:left;
}

div#content div#merchwrap div#cart_empty {
	width:321px;
	margin: 20px auto;
	padding:0;
	text-align:left;
	font-weight:bold;
}

 div#content div#merchwrap div.cart_empty_row,
 div#content div#presswrap div.cart_empty_row {
	width:321px;
	height:107px;
	margin:0 auto;
	padding:0;
}

div#content div#merchwrap div#cart_full,
div#content div#merchwrap div#digital {
	width:450px;
	margin: 20px auto;
	text-align:left;
	padding:0;
}

div#content form.shoppingcart_form {
	text-align:center;
}

div#content div#merchwrap div#cart_full table.cart_table,
div#content div#merchwrap div#digital table.digital_table {
	margin:0 auto;
}

input.cart_item_qnty,
input.cart_item_radio {
	text-align:right;
	vertical-align: middle;
	width:1.5em;
}

div#content div.merchdesc div#addtocart_wrap {
margin:0 auto;
padding:0;
text-align:center;
width:100%;
}

div#content div.merchdesc div#addtocart_wrap div.addtocart_row {
	margin:10px 0 15px 15px;;
	padding:0;
	width: 250px;
}

div#content div.merchdesc div#addtocart_wrap div.addtocart_row div.addtocart_desc {
	margin:0;
	padding:0;
	width:147px;
	float:left;
	font-size:90%;
	font-weight: bold;
	text-align:left;

}
div#content div.merchdesc div#addtocart_wrap div.addtocart_row form.addtocart_form {
	margin:0;
	padding:0;
	width:100px;
	float:right;
	text-align:left;
}

body#Popup {
	min-width:0;
	background-color:#9CC;
}

body#Popup div#PopupWrap {
	margin: 0;
	padding:0;
	background-color:#9CC; 
	width: 500px;
	text-align:center;
/*	overflow:auto; */
}

body#Popup div#PopupWrap div#PopupHead {
	text-align:center;
	margin: 10px auto;
}

body#Popup div#PopupWrap div#PopupContent {
	margin: 10px auto;
	text-align:justify;
	width:450px;
}

body#print {
	min-width:0;
	background-color:#FFF;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

body#print div#printWrap {
	margin: 10px auto;
	padding:0;
	border:0;
	background-color:#FFF; 
	width: 600px;
	text-align:center;
}

body#print div#printWrap div#printHead {
	margin:0 auto 20px auto;
	text-align:center;
}

body#print div#printWrap div#printContent {
	margin: 0 auto;
	text-align:center;
	width:600px;
}

/* Additions for phplist overrides */

.error {
	font-size : 80%;
	color : black;
}

.required {
	color : black;
}


