

/* product pages: music */


	/* see intro pages text in includes */


	
	#intro_text{
		position:absolute;
		top:300px;
		left:150px; 
		width:120px;
		z-index:30;
		color:#6090a0;
		font-family:arial,sans-serif;
		font-size:10pt;
		text-align:right;
	}
	
	#intro_pic{
		position:absolute;
		top:125px;
		left:280px; 


		border-style:solid;
		border-width:1px;
		border-top-color:#ccffff;
		border-left-color:#ccffff;
		border-right-color:#000033;
		border-bottom-color:#000033;
	}
	
	#lang{
		font-family:arial,sans-serif;
		font-size:10pt;
		padding-top:5px;
		padding-bottom:5px;
	}
	#langlink{
		font-family:arial,sans-serif;
		font-size:10pt;
		padding-left:5px;
	}
	
	
	#cd_text{
		position:absolute;
		top:320px;
		left:70px; 
		z-index:30;
		color:#6090a0;
		font-family:short hand;
		font-size:14pt;
		text-align:right;
		width:200px;
	}
	
	#cd_pic{
		position:absolute;
		top:125px;
		left:280px; 


		border-style:solid;
		border-width:1px;
		border-top-color:#ccffff;
		border-left-color:#ccffff;
		border-right-color:#000033;
		border-bottom-color:#000033;
	}
	
	#show_cart{
		position:absolute;
		top:600px;
		left:300px;
		z-index:200; 
		background-color:#fff;
		padding:10px;
		border:double 3px #78a;
	}

	#chx_box{
		position:absolute;
		top:250px;
		left:250px;
		z-index:200;
		
	}

/* see product.php & music.php in includes */

	.clickSelections{
		font-family:arial;
		font-size:10pt;
		color:#ccffff;
		text-align:center;
		padding-bottom:10px;
	}
	
	#desc{
		padding:10px;
		padding-right:20px;
		
	}
	
	
	#pic{
		position:absolute;
		top:290px;
		left:160px;
		z-index:40;
		border-style:solid;
		border-width:3px;
		border-top-color:#ccffff;
		border-left-color:#ccffff;
		border-right-color:#000033;
		border-bottom-color:#000033;
		
	}
	
	.intro_msg{
		width:200px;
		height:300px;
		
		overflow:auto;
		z-index:30;
		color:#6090a0;
		font-family:scribe,cursive,serif;
		font-size:10pt;
		text-align:justify; 
		padding:10px;
	}

	
	/* see music.php in includes */
	
	.detail{
		padding:5px;
		padding-left:10px;
		font-weight:bold;
		color:#205060;
		padding-right:10px;
		font-family:lynda;
		font-size:12pt;
	}
	
	.id{
		width:25px;
		font-weight:bold;
		color:#6699aa;
		font-family:arial;
		font-size:8pt;
		padding-top:3px;
	}
	
	.title{
		font-weight:bold;		
		color:#690053;
		font-family:arial,sans-serif;
		font-size:10pt;
	}
	#subtitle{
		color:#007DA5;
		font-family:arial,sans-serif;
		font-size:10pt;
	}
	.description{
		color:#999966;
		font-family:arial,sans-serif;
		font-size:8pt;
	}
	.artist{
		color:#B59D33;
		font-family:arial,sans-serif;
		font-size:10pt;
		font-weight:bold;
	}
 
	
	.listmsg{
		position:absolute;
		top:350px;left:450px;
		width:300px;
		z-index:40;
		color:#6699a9;
		font-family:lynda;
		font-size:12pt;
	}
	
	
	.cdpic{
		border:solid;
		border-width:1px;
		border-color:navy;
		border-top-color:#ffffff;
		border-left-color:#ffffff;
	}
	
	#catalogue{
		position:absolute;
		top:120px;
		left:400px; 
		width:350px;
		height:475px;
		overflow:auto;
		z-index:40;
	}
	
	
	.list_items{
		line-height:14pt;
		padding:2px;
		cursor:hand;
	}
	
	
	#backbtn{
		position:absolute;
		top:105px;
		left:600px; 
		z-index:60;
		font-weight:bold;
		font-family:arial;
	}
	
	#backbtn a{color:#ccffff;}
	#backbtn a:hover{font-style:italic}
	
	#intro_text a:hover{font-style:italic}
	
	#topnavtable a:hover{font-style:italic}
	
	#langlink a:hover{font-style:italic}
	
	
	.chart_nav{
		padding:5px;
		font-family:arial;
		font-size:10pt;
		background-color:#ffffcc;
		border-width:1px;
		border-style:solid;
		border-color:$ffffff;
	}

	#chart_table{
		font-family:arial;
		font-size:10pt;
	}
	#chart_hd{
		font-family:serif;
		font-size:14pt;
		color:#B59D33;
		text-align:center;
	}
	#selected{
		background-color:#cccc99;
	}
	.chart_nav a:hover{		font-style:italic;font-weight:bold;	}
