*		{ 
margin: 0px; padding: 0px; border: 0px; font-size: 1em; line-height: 1.2em; 
font-weight: normal;
}
	
html, body, ol, li, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
line-height: 1.25em;
font-weight: normal;
font-size: 12pt;
}

ul {
	clear: left;
	font-size: small;
	margin-left: 10px;
	
}


p {
margin: 5px;
font-size: 85%;
}

table {	
margin-left: auto;
margin-right: auto;

}

table td {	
vertical-align: top;
}


table p{
font-size: 80%;
line-height: 1.25em;
padding-left: 10px;
text-transform: capitalize;
text-align: right;
}	

table.cart {	
margin-top: 10px;
margin-bottom: 10px;
empty-cells: hide;
background-color: whitesmoke;
border: 1px solid black;
}

table.cart th {	
background-color: #ccc;
text-align: center;
font-size: 80%;
padding: 10px;
}


table.cart p{
font-size: 80%;
line-height: 1.25em;
padding-left: 10px;
text-transform: capitalize;
text-align: right;
}	

table.cart td{
	vertical-align: middle;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
}	

table.tracklist {	
font-size: 80%;
empty-cells: hide;
float: left;
}

table.tracklist th {	
	background-color: grey;

text-align: left;
padding: 5px;
}

table.tracklist td{
background-color: #ccc;
padding: 3px;	
}	

table.releaseinfo{	
font-size: 80%;
float: left;
text-align: left;
vertical-align: bottom;
padding: 0px;
margin: 0px;
}

table.releaseinfo td {
text-align: left;
vertical-align: bottom;
padding: 0px;
padding-right: 5px;
margin: 0px;
}



a {
text-decoration: none;	
}


a:link { 
color: darkblue;
text-decoration: none;
	text-indent: 9px;
}

a:visited {
color: darkblue;
text-decoration: none;
}
a:hover	{ 
color: #C00; 
text-decoration: underline;
}

a:active{ 
color: #F00; 
}

body {
font-family: Geneva, Arial, Helvetica, sans-serif;;
font-size: 100.01%;
background-color: grey;
color: #000000;
text-align: center;
}





#wrapper {
width: 850px;
background-color: whitesmoke;
margin: 10px auto;
border: 10px solid #000000;
text-align:left;
}

#centrecolumnwrapper {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}

#banner {
	height: 90px;
	background-repeat: no-repeat;
	background-image: url(../images/banner.png);
}

/*
#minicart
{
	height: 90px;
	width: 100px;
	float: right;
	clear: none;
	overflow: hidden;
	background-color: white;
	font-size: 50%;
}
*/

/*
#headercart
{
	height: 90px;
	width: 60px;
	float: right;
	background-color: black;
	text-align: center;
}


#headercart p,
#headercart a
{
	font-size: 80%;
	color: white;
}

#headercart h1
{
	font-size: 80%;
	color: white;
	font-weight: bold;
	}
*/

#nav {
border: 3px solid;
border-color: black;
text-align: center;
}

#nav p {
font-family: Geneva, Arial, Helvetica, sans-serif;;
}

#nav ul {
padding: 0px;
margin: 0px;
background-color: black;
}

#nav ul li {
display: inline;
padding: 0px;
margin: 0px;

}

#nav ul li a {
	font-size: 200%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
}

#nav ul li a:hover, 
#nav ul li a:focus {
background-color: red;
	width: 50px	;
}



#centrecolumn {
background-color: white;
width: 585px;
margin:  0px 130px 0px 130px;
}

#centrecolumnwide {
background-color: white;
width: 700px;
margin-left: 130px;
margin-top: 0px;
margin-bottom:auto;
border: 0px solid #FFFFFF;

}

#centrecolumn p,
#centrecolumnwide p {
font-size: 80%;
font-style: normal;
padding: 5px;

}


#
#centrecolumn a,
#centrecolumnwide a {
font-size: 100%;
font-style: normal;
color: darkblue;
}

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

#centrecolumn h3, 
#centrecolumnwide h3 {
font-size: 75%;
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
font-style: normal;
}


#centrecolumn h1, 
#centrecolumnwide h1{
text-align: left;
color: black;
padding: 5px;
background-color: #ccc;
letter-spacing: normal;
margin-bottom: 5px	;
	font-weight: normal;
	font-size: 11pt;
}

#centrecolumn h2,
#centrecolumnwide h2{
letter-spacing: normal;
padding: 5px;
margin-bottom: 5px	;
/*text-transform: capitalize;*/
background-color: whitesmoke;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

#centrecolumn h3 {
text-decoration: underline;
}


#centrecolumn h4 {
text-align: center;
text-transform: uppercase;
color: silver;
letter-spacing: .02em;
font: normal normal 65% sans-serif;
}

#centercolumn ul {
list-style: inside;
}

#centrecolumn li {
margin-left: 50px;
padding-bottom: 10px	;
font-size: 10pt;
}



/*
#centrecolumn ul {
padding: 0px;
margin: 0px;
background-color: black;
}

#centrecolumn ul li {
display: inline;
padding: 0px;
margin: 0px;

}

#centrecolumn ul li a {
	font-size: 200%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
}

#centrecolumn ul li a:hover, 
#centrecolumn ul li a:focus {
background-color: red;
	width: 50px	;
}

*/

 .innerwrapper {
padding: 10px;
height: auto; 
}
.innerwrapper p
{
	padding: 0px;
}

 .innerwrapperbody {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}


.centrecolumnimageright {
float: right;
border: 1px solid #000000;
width: 130px;
padding: 5px;
margin: 10px;
}

.centrecolumnimageleft {
float: left;
border: 1px solid #000000;
width: 130px;
padding: 5px;
margin: 0px;
margin-right: 10px;
margin-bottom: 10px;

}

.centrecolumnimageleftbig {
float: left;
margin: 10px;
border: 1px solid #000000;
width: 300px;
padding: 10px;
}

.centrecolumnimageleftbigger {
float: left;
margin: 10px 10px 10px 10px;
border: 1px solid #000000;
width: 600px;
}


.eventheader {
border: 0px solid #000000;
text-align: left;
padding: 0px;
margin: 0px;
background-color: #eaeaea;

}

.eventheader ul {
	display: inline;
	text-decoration: none;
	font-size: 90%;
	color: #000000;
	padding: 0px 10px 0px 0px;
	border: 0px;
	font-weight: bold;
}

#tracklist {
border: 1px solid #000000;
text-align: left;
padding: 10px;
margin: 0px;
background-color: #eaeaea; 
}



#tracklist ol {
	color: #000000;
	border: 0px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
}

#tracklist ol li {
margin-left: 0px;
padding-bottom: 0px	;
font-size: 10pt;	
	font-size: 75%;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#tracklist ol li a
{
	padding-right: 5px;
	padding-left: 5px;
}



.clearit{
clear: both;
}

#footer{
border-top: 1px solid #000000;
background-color: #000000;
color: #FFFFFF;
padding-bottom: 5px;
}

#footer p {
font-size: 70%;
padding: 3px;
text-align: center;
font-stretch:ultra-condensed;
}


#leftcolumn{
margin-left: -850px;
margin-top: 0px;
margin-bottom: 0px;
float: left;
width: 130px;

}

#leftcolumn p{
font-size: 75%;
color:#000000;
padding-bottom: 15px;
padding: 0px;

}

#leftcolumn h1 {
text-transform: capitalize;
font-size: 80%;
padding: 3px;
background-color: #eaeaea;
margin: 0px;;

}

.columneventwrapper{
	float: left;
	width: 110px;
	border: 1px dotted grey;
	display: block;
	margin-bottom: 10px;
	background-color: white;
	font-size: small;
}

.radiolist{
	float: left;
	border: 1px dotted grey;
	display: block;
	background-color: whitesmoke;
	font-size: small;
}

.leftcolumnimage{
/*margin-left: 10px;
margin-top: 10px;*/
float: left;
width: 130px;
margin-bottom: 10px;
}

.logo{
	width: 100px;
	margin: 0px;
}

.rss{
	padding-left: 10px;
}
.columnimage{
	border: 1px solid;
	margin-left: 10px;
}


.rightcolumnimage{
/*margin-left: 10px;
margin-top: 10px;*/
float: left;
width: 75px;
margin-bottom: 10px;
padding-left: 15px;
}

#rightcolumn{
display: inline-block;
margin-left: -130px;
/* margin-top: 0px;
margin-bottom: 0px; */
float: left;
width: 130px;
padding-left: 0px;


}

#rightcolumn p{
font-size: 75%;
text-align: center;
color: #000000;
/*margin-left: 0px */;
padding-bottom: 5px;
padding-top: 4px;
}

#rightcolumn h1{
font-weight: bold;
font-size: 80%;
color: #000000;
padding: 10px;
text-align: center;
}

#rightcolumn h2{
font-weight: bold;
font-size: 75%;
color: black;
padding: 5px;
margin: 10px 0px 0px 38px;
}


/*
table.release{
	width: 100px;

}
*/

.releases{
	border: 1px solid #000000;
	width: 50px;
	float: left;
}
.minireleases{
	border: 1px solid #000000;
	width: 30px;
	margin: 3px 3px 3px 3px;
	float: left;
	clear: none;
}
.cartreleases{
	
	border: 1px solid #000000;
	width: 40px;
	margin: 3px 3px 3px 3px;
	clear: none;
	float: left;
}
.cartreleasewrapper
{

	width: 200px;
	border: 1px dotted #ccc;
	margin-bottom:  5px;
	float: right;
	font-size: 90%;
}
	
	
.cartreleasewrapper p
{
	margin: 2px 0px 0px 3px;
	line-height: 1.0em;
	text-transform: capitalize;
	text-align: left;
	padding: 5px;
}



.releasewrapper
{
	width: 145px;
	padding: 5px;
	border: 1px dotted #ccc;
	margin-left: 23px;
	margin-bottom:  10px;
	display: inline;
	float: left;
	font-size: 11pt;
	
	}
	
	
.releasewrapper p{
	width: 75px;	
	margin: 0px 0px 0px 5px;
	line-height: 1.1em;
	text-transform: capitalize;
	text-align: left;
	float: left;
	background-color: #eaeaea;
	padding: 5px;

}


.minireleasewrapper
{
	width: 100px;
	padding: 3px;
	border: 1px dotted #ccc;
	margin-left:0px;
	margin-bottom:  5px;
	display: inline;
	float: left;
	background-color: white;
	font-size: 95%;
}
	
	
.minireleasewrapper p
{
	width: 85px;	
	margin: 2px 0px 0px 3px;
	line-height: 1.0em;
	text-transform: capitalize;
	text-align: left;
	float: left;
	background-color: #eaeaea;
	padding: 5px;
		
}



.newreleasewrapper{
	float: left;
	width: 101px;
	border: 1px dotted grey;
	display: block;
	margin-bottom:  10px;
	background-color: white;
	font-size: 11pt;
}

.newreleases{
	display: block;
	border: 1px solid black;
	width: 100px;
}


.bag{
margin: 10px 20px 20px 10px;
float: right;
clear: none;
}

input {
 border: 1px solid #ccc;
}
input:focus {
 border: 1px solid #000;
} 

.form
{
	margin-left: auto;
	margin-right: auto;

	padding: 10px;
}

.form select
{

	border: 1px solid grey;
}


.shippingform
{
	background-color: whitesmoke;
	padding: 20px;
}
.shippingform label{
}
.shippingform input{
border: 1px solid grey;
}

.shippingform select{
border: 1px solid grey;


}

.shippingform input:focus {
 border: 1px solid #000;
} 
/*


.form label{
font-weight: bold;
float: left;
margin-left: -155px; 
width: 150px; 
}

.form input[type="text"]{ 
width: 180px;
}

.form textarea{
width: 250px;
height: 150px;
}


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color: black;
font-size: 80%;
text-transform: capitalize;
font-family: sans-serif;
padding: 1px 2px;
/*background:url(./images/buttonbackround.gif) repeat-x left top;*/
}
*/

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
border-color: #000;
}

.submit input
{
/*margin-left: 4.5em;*/
}
input
{
background: whitesmoke;

border-color: #000;
}

.submit input
{
color: #000;
background: whitesmoke;
border: 2px outset #d7b9c9;
}
fieldset
{
border: 1px dotted black;
width: 20em;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 




/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.error 
{
	color: #ff0000;
	text-decoration:none;
	padding-left: 13px;
}

