/*Style Sheet for Version 4 Browsers */
body {
	background-color : #666666;
	background-image : url(assets/navs/bg_si2.gif);
	background-repeat : repeat-x
}


/*Styles for the Main Content Layer */
.maindiv {
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}

.maindiv h1 {
	color : #DCDCDC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv h2 {
	color : #DCDCDC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #C0B8C9;}
.maindiv a:visited { color : #AC9CB6;}
.maindiv a:hover { color : #D9D9EC; }

p.blurb1r {
	text-align: right;
	margin-bottom: 15px;
}

p.cartview, p.cartviewbtm {
	line-height: 90%;
	margin-bottom: 2px;
	margin-top: 5px;
}

/* Lists*/
ul {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color : #666666 }
.icondivL a { color : #666666 }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	color : #C6BBCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	color : #C6BBCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}



/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

p.navButts2 {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a, .navButts2 a { color : #CCCCCC; text-decoration : underline }

.navButts a:hover, .navButts2 a:hover { color : #999999; text-decoration : none }

.navDiv a:link { color : #C0B8C9;
}
.navDiv a:visited { color : #C0B8C9; 
}  /*#AC9CB6;*/
.navDiv a:hover { color : #D9D9EC; }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #CCCCCC; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #C4CAD4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #CCCCCC; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}

/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/
a.nn4imgWhite { color: #FFFFFF}

/*Styles Applied to Form Elements*/
form td {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
.imgfloatleft10 { float : left; padding: 5px 10px 5px 10px;}
.imgfloatright10 { float : right;
padding: 5px 10px 5px 10px; }
.centerimg {
	text-align: center;
}

.clrright {
	clear: right;
}
.clrlft {
	clear: left;
}

/*MY ATTEMPT AT TABLE STYLE ADDITIONS*/



table.catalogmain {
	margin: 0 auto;
	border: 1px solid Lime;
	background-color: #222233;
}

table.catalogmain td {
	padding: 10px;
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 12px;
}

td.tracksinfo {
	vertical-align: top;
	font-size:12px;
} 
td.tracksinfo p{
	font-size:12px;
}


td.tracksinfo strong {
	color : LIME;
	font-weight: normal;
}




table.trax td {
	padding: 5px;
	color : #DEBDE9;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 13px;
	width: 50%;
	vertical-align: top;
}

td.coverbuy {
	width: 150px;
	vertical-align: top;
	text-align: center;
}


td.catheader {
	background-color: #3c3344;
	color: #EFEFEF;	
}

td.catfooter {
	background-color: #3c3344;
	color: #EFEFEF;
}

/*Style Applied buy button in catalog table */
p.buy {
	color : LIME;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	white-space: nowrap;
}

.buy a { color : LIME;  display:block; text-decoration : underline }

.buy a:hover { color : #776587; text-decoration : none }

#sinews {

	width: 300px;
	height: 320px;
	margin: 5px 10px 5px 200px;
	padding: 2px 2px 2px 2px;
	
}
#sinews h1 {
	margin: 0px;
	padding: 4px 2px 2px 2px;
	background-color: #3C3344;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	
}

h1.sinews1 {
	margin: 0px;
	padding: 4px 2px 2px 2px;
	background-color: #3C3344;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	
}


#sinews p {
	margin: 2px 10px 2px 10px;
	line-height: normal;
}
#sinews #wtv p {
	padding: 0 0 0 0;
	margin: 0;
}
#sinews #wtv strong {
	color: #ff9900;
	font-weight: bold;
	font-size: 14px;
}
#sinews #wtv img {
	display: block;
	float: right;
	padding: 3px;
	border: 0;
}
#sinews #wtv a:link, #sinews #wtv a:visited {
	color: #ff9900;
}



div.samples {
/*	background-color: #3C3344;*/
	background-color: #222233;
	width: 356px;
	border: 1px solid #9C96AB;
}
table.mp3 {
	margin: 2px;
	width: 350px;
	border: 1px solid #6E7E5F;
	line-height: normal;
	background-color: #3C3344;
}
td.songtitle {
	padding-left: 5px;
	color: #ffffff;
}
td.listen {
		white-space: nowrap;
		line-height: normal;
}
td.listen a {
	margin: 8px;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
}
td.listen a:hover {
	background-color: Black;
}
td.listen img {
	vertical-align: middle;
}

td.getit {
	text-align: center;
	width: 65px;
}
td.note {
	background-color: #222233;
	font-size: 12px;
}

table.demo {
	border-bottom: 2px dashed #222233;
}
.demotitle {
	color: #F2F2F2;
	font-weight: bold;
}

#demrare {
	width: 570px;
}

#demrare table {
	border: 1px solid #3C3344;
	padding: 5px 5px 5px 5px;
}

#demrare table td {
		padding: 5px 5px 5px 5px;
}

#demrare table td.btm {
	border-bottom: 1px solid #3C3344;
}
