body {
margin-right: 10px;
padding-right: 10px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font: 100%;
background-color: #fff;
}

/* begin css tabs */

a {
	text-decoration: none;
	color: #630e09;
}

A.download {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

DIV.albumdeets {
	padding-bottom: 10px;
	font-size: 10px;
	font-family: monospace;
}

DIV.albumtitle {
	font-size: 15px;
	font-weight: bold;
}

DIV.bodytext {
	padding: 5px;
	text-align: justify;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

DIV.downloadpagetextcontainer {
	margin-left: 0px;
	padding-left: 410px;
}

DIV.maintitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	font-size: xx-large;
}


DIV.newscontainer {
	border-color: #eeeeee;
	width: 80%;
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	padding: 10px;
}

DIV.release {
	border-style: solid;
	border-width: 1px;
	/* border-color: #eeeeee; */    
	border-color: #b9b9b9;
	margin: 10px;
	width: 80%;
	padding: 10px;
}

IMG.albumcover {
	width: 144px;
	margin-right: 10px;
	border-style: solid;
	border-width: 1px;
	float: left;
}

IMG.titleimage {
	float: right;
}

IMG.kyle {
	border-style: solid;
	border-width: 2px;
	border-color: #eeeeee;
}

IMG.downloadpageart {
	float: left;
}

DIV.download {
	width: 250px;
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #d8d8d8;
}

DIV.footer {
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 3px;
	border-bottom-width: 0px;
	border-right-width: 3px;
	border-top-width: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 4px;
	left: 15px;
	background-color: #f3f3f3;
	width: 80%;
	bottom: 0px;
	position: fixed;
	height: 60px;
	vertical-align: top;
}

DIV.individualtracks {
	text-align: left;
}

IMG.newspic {
	margin: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #eeeeee;
	float: right;
}

ul#tabnav { /* general settings */                       
width: 82.5%;                                              
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-top: 1px solid #eeeeee; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 { /* settings for selected tab */
border-top: 2px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #eeeeee; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ccc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-top: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

ul.tracklisting {
	width: 300px;
	list-style-type: none;
	font-family: monospace;
	font-size: 12px;
}

ul.tracklistingreleases {
	width: 500px;
	list-style-type: none;
	font-family: monospace;
	font-size: 12px;
}

IMG.imgfooter {
	border-style: solid;
	border-width: 1px;
	height: 50px;
}

DIV.donate {
	font-size: 8px;
}

FORM.purchasedownload {
	float: left;
}

FORM.downloadbutton {
	float: right;
}

IMG.downloadbutton {
	float: right;
}

IMG.soldoutbutton {
	float: left;
}

ul.tracklisting li {
	text-align: left;
}

/* end css tabs */

DIV.overlay {
   margin: auto;
   padding: 0;
   z-index=9999;
   position: absolute;
   top: 50px;
   text-align: center;
   width: 500px;
   height: 400px;
}
DIV.overlay DIV.controls {
   height: 20px;
   width: 500px;
}

DIV.overlay DIV.loader {
   width: 500px;
   height: 380px;
   margin: auto;
   padding: 0;
   background-image: url(/images/loader.gif);
   background-repeat: no-repeat;
   background-position: center center;
}

DIV.overlay DIV.overlay_content {
   display: none;
   width: 500px;
   height: 380px;
   margin: auto;
   padding: 0;
}
 
 DIV.overlay_bg {
   margin: 0 auto 0 auto;
   padding: 0;
   background-image: url(/images/overlay_bg.gif);
   text-align: center;
   display: none;
}
 DIV.missiontext {
	font-size: 12px;
}
 DIV.releasesheading {
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;

}

