html {
	background-color:#e4dec7;
	background-position:center;
	background-repeat:repeat;
	background-image:url(../images/wood.jpg);
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:top center;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	width:960px;
/*	height:120px;*/
	background-image:url(/images/hdr-bg.jpg);
	height:117px;
	background-repeat:no-repeat;
	margin:0px auto 10px auto;
}
#pagetitle {
	width: 635px;
	padding:5px;
	margin: 0;
	background-color:#000000;
	color:#ffcd00;
	font-size:18px;
}
#sidebar {
	float: right;
	width: 260px;
	padding: 10px;
	background-color:#fff;
	background-repeat:repeat-x;
}
#content-full {
	padding: 0px;
	margin:0 auto;
	width: 960px;
}
#content {
	padding: 0;
	width: 644px;
	float: left;
}
#content ul, #content ol {
	padding: 0 15px 15px 40px;
}
#footer {
	border-top:1px solid #fc0;
	margin:70px auto 0 auto;
	padding: 10px 0;
	position: relative;
	clear: both;
	height:150px;
	text-align:center;
	color:black;
	width:950px;
}
#footer a {
	color:#00659B;
}

#searchBar{
	margin:25px 20px 0 0; 
	background-image:url(/images/search.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right; 
	width:115px; 
	height:25px;
}
#searchBar:hover{
	background-image:url(/images/search.png);
	background-position:0 -25px;
}

.topbox{
	background-color:#fc0;
}

/* ########## BEGIN NAV ############ */

#homelink{
	width:100%; 
	height:60px; 
	cursor:pointer;
}

#nav {
	margin:0 auto;
	width:680px;
	float:right;
}
#nav ul {
	padding:0;
	list-style:none;
}
#nav li {
	margin:32px 15px 0 15px;
	list-style:none;
	font-weight:bold;
	color:white;
	font-size:13px;
	float:left;
}
#nav li a {
	color:#ffffff;
	text-decoration:none;
}
#nav li a:hover {
	color:#FC0;
	text-decoration:none;
}
/* ########## END NAV ############ */

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bad {
	color:red;
	font-weight:bold;
}
.good {
	color:green;
	font-weight:bold;
}
/* ####################################### */

#newsletterBox {
	width:240px;
	margin:0 auto;
	padding:0 0 10px 0;
}
#newsletterBox .box {
	border:1px solid #666;
	font-size:13px;
	height:19px;
	color:#000000;
}
#newsletterBox .submit {
	padding:3px;
	border:1px solid #666;
	font-size:13px;
	border:1px solid #ccc;
	background-color:#D4DFE4;
	cursor:pointer;
}
#newsletterBox .submit:hover {
	background-color: #000;
	color: #fff;
}
/* ####################################### */

.highlight {
	background-color:yellow;
}
#submitBtn {
	border:1px solid #ccc;
	background-color:#D4DFE4;
	cursor:pointer;
	width:75px;
	text-align:center;
	padding:3px;
}
#submitBtn:hover {
	background-color:black;
	color:white;
}
#contactForm input {
	border:1px solid #ccc;
	font-size:13px;
	height:15px;
}
.storeTable input {
	border:1px solid #ccc;
	font-size:13px;
	height:25px;
}
.errorDisplay {
	z-index:150;
	position:absolute;
}
/* ############  BOX  ########################### */

#mainContentBox {
	padding:20px;
	background-color:#ffffff;
	width:604px;
	margin: 0 0 0 0;
}
/* ############ FORM BOX for contact page ########################### */
#contactBox {
	padding:20px;
	background-color:#ffffff;
	width:604px;
	margin: 0 0 0 0;
}
#contactBox .leftCol {
	float:left;
	width:150px;
	margin:5px;
}
#contactBox .rtCol {
	float:left;
	width:350px;
	clear:right;
	margin:5px;
}
hr {
	height:1px;
	background-color:#000000;
	border:0;
}
/* ####################################### */

/* ####################################### */
#albumBox {
	background-color:#ffffff;
	padding:5px;
	text-align:left;
}
#albumBox .cat {
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 20px 0;
}
#albumBox .img {
	float:left;
	margin:0 10px 10px 0;
}
#albumBox .num {
	float:left;
	height:150;
	width:15px;
	font-size:18px;
	margin:0 10px 10px 0;
}

#albumBox .detailCol {
	float:left;
	width:470px;
}

#albumBox .title {
	font-size:20px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
#albumBox .artist {
	font-style:italic;
}
#albumBox .desc {
	font-style:italic;
	margin:0 0 10px 0;
}
#albumBox .price {
	font-weight:bold;
}
#trackBox {
	width:650px;
	padding:2px;
	margin:20px 0 10px 0;
}
#trackBox .total {
	font-weight:bold;
	margin:0 0 10px 0;
	text-align:center;
	padding:3px 5px;
	color:white;
	background-color:black;
	width:195px;
}
#trackBox .trackRow1 {
	border:1px dotted #999;
	background-color:#FFFFE2;
	width:630px;
	height:40px;
	margin:0 0 2px 0;
	padding:4px;
}
#trackBox .trackRow2 {
	border:1px dotted #999;
	background-color:#fff;
	width:630px;
	height:40px;
	margin:0 0 2px 0;
	padding:4px;
}
#trackBox .trackRow3 {
	border:1px dotted #999;
	background-color:#9CF;
	width:630px;
	height:40px;
	margin:0 0 2px 0;
	padding:4px;
}
#trackBox .title {
	float:left;
	width:250px;
	height:inherit;
}
#trackBox .playa {
	float:left;
	width:170px;
}
#trackBox .buy, .filesize, .duration {
	float:left;
	text-align:center;
	width:50px;
	border-left:1px solid #CCC;
	height:inherit;
}
/* ####################################### */
#categoryBox {
	background-color:#ffffff;
	padding:5px;
	text-align:left;
}
.albumListTable dl {
	text-align:left;
	clear:both;
	height:85px;
}
.albumListTable dt {
	text-align:left;
	float:left;
	width:125px;
	margin:0 0 0 20px;
}
.albumListTable dd {
	text-align:left;
	float:right;
	width:450px;
	padding:0;
	margin:0 0 0 10px;
}
.albumListTable .cat {
	margin:0 10px 0 0;
}
.albumListTable .img {
	float:left;
	margin:0 10px 10px 0;
}
.albumListTable .title {
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
}
.albumListTable .artist {
	font-style:italic;
}
.albumListTable .desc {
	font-style:italic;
	margin:0 0 10px 0;
}
.albumListTable .price {
	font-weight:bold;
}
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 2px 2px;
	margin:0 auto 30px auto;
	list-style:none;
	line-height:1em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}
#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:2px 5px 2px 5px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}
#globalnav A:hover, #globalnav A:active, #globalnav A.here:link, #globalnav A.here:visited {
	background-color: #F90;
}
#globalnav A.here:link, #globalnav A.here:visited {
	position:relative;
	z-index:102;
}
/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}
#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}
#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}
#globalnav UL A:hover, #globalnav UL A:active, #globalnav UL A.here:link, #globalnav UL A.here:visited {
	color:#444;
}
/* ####################################### */

.proceedBtn {
	background-color:yellow;
}
.proceedBtn:hover {
	background-color:#fc0;
}
/* ####################################### */
#cartBox {
	width:623px;
	border:1px solid gray;
	text-algin:left;
	margin:0 0 15px 0;
	padding:10px;
	background-color:white;
}
#mainCartTitle {
	font-size:16px;
	color:white;
	width:200px;
	text-align:center;
	background-color:blue;
	padding:5px;
}
#cartBox .title {
	font-size:16px;
	font-weight:bold;
	background-color:#666;
	padding:5px 5px 5px 15px;
	color:white;
	height:25px;
}
#cartBox .rowTitle {
	height:20px;
	background-color:#ccc;
}
#cartBox .row1 {
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:1px dashed gray;
	background-color:#e5e5e5;
}
#cartBox .row2 {
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:1px dashed gray;
	background-color:white;
}
#cartBox .num {
	color:gray;
	width:10px;
	float:left;
	text-align:center;
	padding:3px;
}
#cartBox .col1 {
	width:60px;
	float:left;
	text-align:center;
	padding:3px;
}
#cartBox .col2 {
	width:375px;
	float:left;
	padding:3px;
}
#cartBox .col2 img {
	float:left;
	margin-right:5px;
}
#cartBox .col3 {
	width:70px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding:3px;
}
#cartBox .remove {
	width:60px;
	float:right;
	text-align:right;
	margin-right:10px;
	padding:3px;
}
#cartBox .topTit {
	font-weight:bold;
}
#totalBar {
	float:right;
	color:white;
	font-size:16px;
}
#discountBar {
	float:right;
	color:white;
	font-size:16px;
}
#checkOutBtn {
	float:right;
	border:1px solid black;
	background-color:#fc0;
	font-weight:bold;
	color:black;
	padding:5px;
	text-decoration:none;
	margin-top:10px;
}
#checkOutBtn a {
	text-decoration:none;
	color:black;
}
#checkOutBtn:hover {
	background-color:#F60;
}
/* ####################################### */


.storeTable{
	background-color:#CCC;
	width:100%;
	padding:10px;
}
.storeTable td {
	background-color:#ededed;
	padding:4px;
}
.storeTable .info {
	background-color: #ededed;
}
.storeTable .label {
	background-color: #ffffcc;
	font-weight:bold;
	text-transform:uppercase;
}
/* ####################################### */
/*
.storeTable {
	font-size: 12px;
	border:1px solid #222222;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.storeTable td {
	padding:5px;
	border-bottom:1px solid gray;
}
.storeTable .label {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
}
.storeTable .content {
	font-size: 12px;
	color: #000000;
	background-color: #C8C8C8;
	padding: 5px;
}
.storeTable .info {
	font-size: 12px;
	color: #000000;
	background-color: #CCC;
}
*/
/* ####################################### */

  #topTen {
	width:320px;
	height:245px;
	float:right;
	background-color:#cccccc;
	margin:0 0 0 0;
	/*border-bottom:1px solid #999;*/
	  padding:10px;
	background-image:url('/images/box-bg-grad.gif');
	background-repeat:repeat-x;
	-moz-box-shadow: 3px 3px 4px #372a1d;
	-webkit-box-shadow: 3px 3px 4px #372a1d;
	box-shadow: 3px 3px 4px #372a1d;
	/* For IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d')";
	  /* For IE 5.5 - 7 */
	  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d');
}
#new {
	width:940px;
	height:100px;
	background-color:#ccc;
	margin:0 auto;
	/*border-bottom:1px solid #999;*/
	  padding:10px;
	background-image:url('/images/box-bg-grad.gif');
	background-repeat:repeat-x;
	-moz-box-shadow: 3px 3px 4px #372a1d;
	-webkit-box-shadow: 3px 3px 4px #372a1d;
	box-shadow: 3px 3px 4px #372a1d;
	/* For IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d')";
	  /* For IE 5.5 - 7 */
	  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d');
}
#featured {
	width:940px;
	height:100px;
	background-color:#ccc;
	margin:0 auto;
	/*border-bottom:1px solid #999;*/
	  padding:10px;
	background-image:url('/images/box-bg-grad.gif');
	background-repeat:repeat-x;
	-moz-box-shadow: 3px 3px 4px #372a1d;
	-webkit-box-shadow: 3px 3px 4px #372a1d;
	box-shadow: 3px 3px 4px #372a1d;
	/* For IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d')";
	  /* For IE 5.5 - 7 */
	  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d');
}
#newalbums {
	width:120px;
	margin:0 0 0 10px;
	background-color:#ccc;
	/*border-bottom:1px solid #999;*/
	  padding:7px;
	background-image:url('/images/box-bg-grad-tabs.gif');
	background-repeat:repeat-x;
}
#featuredalbums {
	width:165px;
	margin:0 0 0 10px;
	background-color:#ccc;
	/*border-bottom:1px solid #999;*/
	  padding:7px;
	background-image:url('/images/box-bg-grad-tabs.gif');
	background-repeat:repeat-x;
}
#albumsHeader {
	text-align:center;
	color:#000000;
	width:165px;
	font-size:14px;
	margin:0 0 0 10px;
	background-color:#ccc;
	/*border-bottom:1px solid #999;*/
	  padding:5px;
	background-image:url('/images/box-bg-grad-tabs.gif');
	background-repeat:repeat-x;
}
#albumsHeader2 {
	text-align:center;
	color:#000000;
	width:165px;
	font-size:14px;
	margin:0 0 0 10px;
	background-color:#ccc;
	/*border-bottom:1px solid #999;*/
	  padding:5px;
	background-image:url('/images/box-bg-grad-tabs.gif');
	background-repeat:repeat-x;
}
#albumsHeader3 {
	text-align:center;
	color:#000000;
	width:165px;
	font-size:14px;
	margin:0 0 0 10px;
	background-color:#ccc;
	/*border-bottom:1px solid #999;*/
	  padding:5px;
	background-image:url('/images/box-bg-grad-tabs.gif');
	background-repeat:repeat-x;
}
#grabbag {
	width:450px;
	height:130px;
	float:left;
	margin:0 10px 0 0;
}
#character {
	background-image:url(/images/searchby-splash472x152.png);
	background-repeat:no-repeat;
	width:472px;
	height:152px;
	float:left;
	margin:0 0 0 25px;
	padding:5px 0 0 0;
}
#character .col1 {
	margin:0 20px 0 40px;
	float:left;
	width:100px;
}
#character .col1 li {
	list-style-type:none;
}
#character .col2 {
	margin:0 10px 0 0;
	float:left;
	width:150px;
}
#character .col2 li {
	list-style-type:none;
}
#character .col3 {
	margin:0 30px 0 0;
	float:left;
	width:100px;
}
#character .col3 li {
	list-style-type:none;
}
#character a {
	color:#ffffff;
}
#character a:hover {
	text-decoration:none;
}
#favoritebits {
	width:450px;
	height:130px;
	float:right;
	background-color:#ccc;
	margin:0 0 0 0;
	/*border-bottom:1px solid #999;*/
	  padding:10px;
	background-image:url('/images/box-bg-grad.gif');
	background-repeat:repeat-x;
	-moz-box-shadow: 3px 3px 4px #372a1d;
	-webkit-box-shadow: 3px 3px 4px #372a1d;
	box-shadow: 3px 3px 4px #372a1d;
	/* For IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d')";
	  /* For IE 5.5 - 7 */
	  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#372a1d');
}
.dividerBox {
	height:15px;
	width:940px;
	margin:0 auto;
	clear:both;
}
.boxTitle {
	color:#161616;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	width:90%;
}

.tabTitle {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:7px 3px;
	width:150px;
	height:17px;
	background-color:#FFC;
	width:150px;
	float:left;
	cursor:pointer;
}
.tabTitle:hover {
	background-color:#FF6;
	color:black;
}
#topTen .active {
	background-color:#FC0;
	color:black;
}
#topTen .inactive {
	color:#999;
}



.album-list-box {
	width:170px;
	height:75px;
	border:1px solid white;
	margin:10px 5px 3px 5px;
	float:left;
	padding:3px;
	background-color:#e5e5e5;
	overflow:hidden;
}
.album-list-box a {
	text-decoration:none;
}
.album-list-box a:hover {
	color:#666;
}
.album-list-box .img {
	float:left;
	margin-right:5px;
	width:72px;
	overflow:hidden;
}
.album-list-box .title {
	color:#333;
	font-size:13px;
	font-weight:normal;
}
.album-list-box .artist {
	color:#666;
	font-size:11px;
}
.album-list-box .price {
	color:#666;
	font-size:11px;
}
#topTen .top10list {
	width:157px;
	margin:0;
	padding:2px 2px 0 0px;
	height:40px;
	cursor:pointer;
	background-color:#fc0;
	border-bottom:1px solid #FF3;
}
#topTen .top10list:hover {
	background-color:#e5e5e5;
}
#topTen .top10ct {
	width:18px;
	float:left;
	padding:2px;
	height:28px;
	text-align:center;
	margin-right:3px;
	font-size:16px;
	font-weight:bold;
	color:black;
	word-wrap:break-word;
}
#topTen .top10title a {
	font-size:11px;
	text-decoration:none;
	word-wrap:break-word;
}


/* ########## SIDE CART ############################# */
#sideCart{
	width:220px;
	border:1px solid gray;
	text-algin:left;
	margin:0 auto 0px auto;
	padding:10px;
	background-color:white;
}
#maintitle{
	font-size:16px;
	color:#ffde00;
	width:232px;
	text-align:center;
	background-color:#000000;
	padding:5px;
	margin:0 auto;
}
#sideCart .title{
	font-size:16px;
	font-weight:bold;
	color:#999;
}

#sideCart .row1{
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:1px dashed gray;
	background-color:#e5e5e5;
}

#sideCart .row2{
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:1px dashed gray;
	background-color:white;
}

#sideCart .col1{
	width:30px;
	float:left;
	text-align:center;
}

#sideCart .col2{
	width:135px;
	float:left;
}

#sideCart .col3{
	width:40px;
	float:right;
	text-align:right;
}

#sideCart .topTit{
	font-weight:bold;
}

.viewCartButton{
	float:right;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#FF9;
	padding:5px;
	text-decoration:none;
	margin:5px 2px;
}
.viewCartButton:hover{
	background-color:#F90;
}
.viewCartButton a{
	text-decoration:none;
	color:black;
}


.checkOutButton{
	float:right;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#fc0;
	padding:5px;
	text-decoration:none;
	margin-top:5px;
}
.checkOutButton:hover{
	background-color:#F90;
}
.checkOutButton a{
	text-decoration:none;
	color:black;
}


/* ####################################### */
#popularBox {
	background-color:#ffffff;
	padding:5px;
	text-align:left;
}
#popularBox .cat {
	color:#666;
	margin:0 10px 20px 0;
}
#popularBox .img {
	float:left;
	margin:0 10px 10px 0;
}
#popularBox .num {
	float:left;
	height:150;
	width:80px;
	text-align:center;
	color:#CCC;
	font-weight:bold;
	margin:0 10px 10px 0;
}

#popularBox .detailCol {
	float:left;
	width:400px;
}

#popularBox .title {
	font-size:20px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
#popularBox .artist {
	font-style:italic;
}
#popularBox .desc {
	font-style:italic;
	margin:0 0 10px 0;
}
#popularBox .price {
	font-weight:bold;
}

/* ####################################### */
.albumCover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom:5px;
}
/* ####################################### */

#sideCartBox{
	position:absolute;
	z-index:100;
	margin:0 0 0 9px;
}


/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
