/*ver. 2.70 22.09.2006 */
BODY	    
	{
	FONT-FAMILY:Tahoma,Verdana,Sans-Serif;
	COLOR:#000000;
	margin-top: 15;
	margin-bottom: 15;
	font-size: 9pt;
	text-align: center;
	}
/*Name artists, albums, caps in context*/
H1
	{
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #868686;
	margin-top: 40px;	
	}
/*text bettwen tables*/	
H4	
	{
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #868686;
	margin-bottom: 5px;	
	margin-top: 30px;
	}
/*text in dowload and about pages*/
p
	{
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 650px;
	text-align: justify;
	}
A:link	    {COLOR:#5576BE; TEXT-DECORATION:none;}
A:active    {COLOR:#5576BE; TEXT-DECORATION:none;}
A:visited   {COLOR:#2C5985; TEXT-DECORATION:none;}
A:hover	    {COLOR:#F56A1C; TEXT-DECORATION:none;}

/*All tables with border, but main table*/
table	 
	{
	font-size:8pt;
	BORDER:#BEBEBE 1px Solid;
	margin-top: 0px;

	}	
/*main table*/	
.mtbl, .hidetb
	{
  BORDER: none;

	}
/*Select tr(change color) when hover, but image table and captions of all table; img table in statistics*/
.mtbl table tr:hover
	{
	background-image: url(img0/sel2.jpg);

	}	
.mtbl .imgtable	tr:hover, .mtbl .albinf	tr:hover, .mtbl .statsimg	tr:hover
	{
	background-image: none;
	}		
/*.track - list of tracks in albums pages*/
/*.album - list of albums in artists pages*/
/*.Stats - statictic info in main page*/
/*.imgtable - tables with arts*/

/*albinf table - album information panel in albums pages*/	
.albinf
	{
	float: left;
	width: 260px;
	margin-right: 30px;
	
	}
/*.cont-art, .cont-alb - content table of artist and albums*/	
.cont-art, .cont-alb
	{
	width: 342;
	margin-bottom: 20px;
	}
.cont-art
	{
	margin-right: 10px;
	}
.cont-alb
	{
	margin-left: 10px;
	}
img
	{
	border: none;
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 1px;
	opacity:0.8;
	}
a:hover img, .albinf img
 {
  opacity:1;
  }
.imgtable
	{
	margin-bottom: 10px;
	}
.imgtable td
	{
	width: 707px;
	border: none;
	margin: 0px;
	padding; 0px;
	}	
.Stats	
 {
 margin-right: 30px;
 width: 470px;
 }
/* image table in statistic page*/	
.statsimg
 {
 float: right;
 }
.statsimg td
{
width: 202px;
}	
.bigimg
{}	
/*album table - list of albums in artists pages*/
.album
	{
	width: 715px;
	}		
/*titles all tables*/		
.tbl-capt, .mtbl table tr.tbl-capt:hover td	
	{
	background-color: #DAE1EF;
	background-image: url(img0/sel0.jpg);
	COLOR:#fff;
	font-weight: bold;
	}	
.imgtable tr.tbl-capt, .albinf tr.tbl-capt, .statsimg tr.tbl-capt
 {
 text-align: center;
 }
/*search string edit*/				
.edtsearch 
	{
	font-face: Arial;
	font-size: 9px;
	COLOR:#2C5985;
	width: 300px;
	height: 18px;
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	}
/*search button*/				
.buttsearch
	{
	font-face: Arial;
	font-size: 9px;
	COLOR:#fff;
	font-weight: bold;
	height: 18px;
	background-color: #ebeff7;
	background-image: url(img0/sel0.jpg);
	BORDER:#BEBEBE 1px Solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
	}
.buttsearch:hover
	{
	color:#fff;
	background: #2C5985;
	background-image: url(img0/sel1.jpg);
	}	
	

/* menu, idea from http://www.cssplay.co.uk/index.html*/
.menu {height:25px;width: 703px;position:relative; padding:1;margin: 0px;BORDER:#BEBEBE 1px Solid;}
.menu ul {padding:0;margin:0px;list-style-type: none;	}
.menu ul li {float:left; border-left:1px solid #fff;border-top:1px solid #fff; text-align:center;}
.menu ul li a, .menu ul li a:visited {padding:0;margin:0px;float:left;width: 139; line-height: 23px;font-weight: bold; display:block;  color:#fff; background: #DAE1EF;background-image: url(img0/sel0.jpg);}
.menu ul li a:hover {color:#fff; background: #2C5985;background-image: url(img0/sel1.jpg);}
.menu ul li ul {display: none;}

/*styles above for non IE browsers*/
/*second level:*/
.menu ul li:hover ul {display:block; position:absolute; top:27px;margin-left: 0px;margin-right: 0px;}
.menu ul li:hover ul li {display:block; background: #ebeff7;}
/*letters menu*/
.menu ul li.abc:hover ul {width: 700px;top:26px;left:1px;}
.menu ul li.abc:hover ul li a {width:19;line-height:19px;float:left;}

/*search string*/
.menu ul li.ser:hover ul {left:100px;}
.menu ul li.ser:hover ul li{width: 500px;BORDER:#BEBEBE 1px Solid;background: #fff;BORDER-top:none;} 

/*about*/
.menu ul li.abo:hover ul {right:-1px;}
.menu ul li.abo:hover ul li{width: 695;BORDER:#BEBEBE 1px Solid;background: #fff; padding: 5px;BORDER-top:none;}
.menu ul li.abo:hover ul li a {width: 685;background: #fff;COLOR:#5576BE;}
