/* CSS Document */

html
{
}

body
{
	color:#010101;
	font-family: /* "Trebuchet MS", */ Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px; 
	padding:0px;
	text-align: center;
	
	background-color: #080202;
/* 	background-image0:url(site/2x2greycheckerboard1.gif);   
	background-image:url("site/bgtile4.gif");*/
}



form
{
	margin: 0px;
	padding: 0px;
}



td
{
	/* text-align: left; */
 	vertical-align: top;
}

/**
a 
{
	color:#1C1C1C;
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	background: #1C1C1C;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
**/

#named a 
{
	/* display: none; */
	display: inline;
	visibility: hidden;
}

h1
{
	background: #3d0c09;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-left: -8px;
	margin-bottom: 20px;
	padding: 8px;
}


/* h1, */
h2
{
	color: #3d0c09;
	
	font-weight: bold;
	margin: 0px;
	margin-bottom: 24px;
}


h2
{
	font-size: 16px;
	margin-bottom: 16px;
}



img
{ 
	border: none; /*  1px solid #FFFFFF; */
}


p
{
	margin-top: 0px;
}






#root
{
	background: url("site/root%20background.jpg") no-repeat;	
	border: 1px solid #080202;
	
	margin: 0px auto;
	overflow: auto;
	text-align: left;
	width: 900px;
}


#root a
{
	color: #000000;
	text-decoration: none;
}



#root a:hover
{
	text-decoration: none;
}





#root #masthead
{
	/*
	
	 background-image: url("site/masthead background.png"); */
	height: 133px;
	margin-bottom: 20px;
	position:  relative;
	width: 900px;
}


#root #masthead #home_link a
{
	display: block;
	height: 82px;
	width: 345px;
	position: absolute;
	top: 13px;
	left: 15px;
}




#root #masthead #subscribe 
{
	/*background: #6c3e00;
	border: 1px solid #080202;
	display: block;
	height: 86px;
	padding: 6px;
	width: 178px;*/
	position: absolute;
	top: 0px;
	left: 640px;
}

#root #masthead #subscribe input#name,
#root #masthead #subscribe input#email 
{
	border: 1px solid #666666;
	margin: 4px;
	height: 16px;
	padding: 2px;
	width: 160px;
}


#root #masthead #subscribe input#submit 
{
	float: right;
	font-weight: bold;
	margin: 4px;
}


#root #masthead #search 
{
	position: absolute;
	top: 18px;
	left: 633px;
	width: 156px;
}


#root #masthead #search input
{
	border: 1px solid #7e7f82;
	height: 16px;
	padding: 2px;
	width: 142px;
}













#root #menu
{
	clear: both;
	color: #333333;
	/*display: inline;
	 float: left; */
	height: 40px;
	font-size: 15px;
	margin-left: 120px;

	width: 700px;
}

#root #menu a
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#root #menu #item 
{
	float: left;
	margin-right: 20px;
	text-transform: uppercase;

}


#root #menu #item a.level1, #root #menu #item .directory
{
	/* background: url("site/red%205x5%20square.png") no-repeat 0px 5px;
	 
	padding-left: 10px;*/
}


#menu #item a.level2
{
	/* background: url("site/black 5x6 circle.png") no-repeat 16px 5px;
	 
	padding-left: 26px;*/
}


#menu #item a:hover,
#menu #item a.active
{
	color: #010101;
}



#menu #item a.shop
{
	border-top: 2px solid #b11c17;
	border-bottom: 2px solid #b11c17;
	padding: 2px;
}




/*
#root #vline
{
	border: 1px solid #aaaaaa;
	float: left;
	height: 100%;
}

*/


#root #content
{
	clear: both;
	/* display: inline;
	float: right; */
	font-size: 12px;
	
	line-height: 14px;
	margin-left: 120px;
	padding-bottom: 20px;
	text-align: justify;
	width: 650px;
}

#root #content #Home
{
	line-height: normal;
}




#root #content a
{
	text-decoration: underline;
}

#root #content a:hover
{
	/* background: #3d0c09; */
	color: #802020;
}


#root #content #Reviews ul 
{

	margin-bottom: 20px;
}


#root #content #Reviews ul li
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}


#root #content #Reviews #body
{
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}




#root #content table#tourTable
{ 
	border-collapse: separate; 
	width: 95%; 
	margin: auto; 
	border: 1px solid #000000;
}


#root #content td.tMonth
{
	background-color: #3d0c09; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	line-height: 22px
}

#root #content td.tDate
{
	background-color: #3d0c09; 
	color: #ffffff;
}



#root #content tr.tOdd
{
	background-color: #dddddd; 
	color: #000000;
}


#root #content tr.tEven
{
	background-color: #eeeeee; 
	color: #000000;
}


#root #content tr.tourHead
{
	background-color: #3d0c09; 
	color: #ffffff
}




/*

#root #content img
{
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	
}


#root #content img.nofloat
{
	clear: both;
	float: none;
}

#root #content img.noborder
{
	border: none;
	float:none;
	margin: 0px;
	padding: none;
	
}



#root #content img.floatleft
{
	float: left;
}

*/


#root #content #search_results #link
{
	background: url("site/red%205x5%20square.png") no-repeat 0px 7px;
	color: #333333;	
	padding-left: 10px;
}



#root #content #online_catalogue #padding
{
	height: 400px;
}

#root #content #online_catalogue #search_form
{
	margin-bottom: 20px;
}

#root #content #online_catalogue img
{
	clear: both;
	float: none;
	margin: 0px;
}



#root #content #online_catalogue #search_result
{
	clear: both;
	border-bottom: 1px solid #999999;
	height: 100%;
	line-height: normal;
	margin-bottom: 20px;
	overflow: auto;
	padding-bottom: 20px;
	text-align: left;
}


#root #content #online_catalogue #search_result #cover_etc
{
	display: inline;
	float: left;
	text-align: center;
	width: 160px;
}


#root #content #online_catalogue #search_result #cover_etc img,
#root #content #online_catalogue #search_result #cover_etc #artist,
#root #content #online_catalogue #search_result #cover_etc #title
{
	margin-bottom: 8px;
}

#root #content #online_catalogue #search_result #cover_etc #artist
{
	font-weight: bold;
}



#root #content #online_catalogue #search_result #cover_etc #catno,
#root #content #online_catalogue #search_result #cover_etc #label
{
	font-size: 11px;
}



#root #content #online_catalogue #search_result #tracks
{
	display: inline;
	float: right;
	font-size: 12px;
	overflow: auto;
	width: 360px;
}

#root #content #online_catalogue #search_result table
{
	font-size: 12px;
}


#root #content #online_catalogue #search_result table tr.odd
{
	background-color:#e9e9e9;
}

#root #content #online_catalogue #search_result table td#number
{
	padding-right: 6px;
	text-align: right;
	width: 12px;
}

#root #content #online_catalogue #search_result table td#title_etc
{
	width: 300px;
}


#root #content #online_catalogue #search_result table #title
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	
}



#footer
{
	background: url("site/album covers.png") no-repeat;
	clear: both;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin-top: 20px;
	margin-left: 130px;
	
	padding-top: 70px;
	text-align: center;
	width: 637px;
}


#footer  a
{
	color: #000000;
}


#footer  a:hover
{
	text-decoration: underline;
}
