/* --------------------------------------------------
CSS Document Metadeli
-------------------------------------------------- */

/* CONTAINER */

		#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	width: 760px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 20px;
	clear: both;
	background: url(../images/background_november_pix.jpg) no-repeat top left;
	height: 550px;
	padding-right: 20px;
		}

/* LEFT ELEMENTS */

		#left {
	float: left;
	width: 255px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 180px;
	text-align: right;
	color: #000000;
		}
	html>body	#left {
	float: left;
	width: 255px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		}	
/* MILIEU ELEMENTS */

		#milieu {
	margin-left: 290px;
	margin-top: 130px;
	width: 370px;
	margin-right: 0px;
	margin-bottom: 5px;
		}	

/* TOP ABSOLUT ELEMENTS */

#buylistentop {
	position: absolute;
	width: 114px;
	height: 117px;
	top: 0px;
	right: 0px;
	visibility: visible;
}
		
/* GENERAL MOJO AND MULA */
		body {
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	background: #669999 url(../images/background.gif) repeat-x;
	margin: 0px;
		}
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 20px;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 20px;
	}

		h2 {
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

		a {
	color:#0066FF;
	text-decoration: none;
	}

		a:hover {
	color:#000000;
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
		}
		
/* HEADER ELEMENTS */

		#header_logo {
	margin-bottom: 10px;
	position: relative;
	float: left;
	top: 7px;
		}
	html>body	#header_logo {
	margin-bottom: 10px;
	position: relative;
	float: left;
	top: 15px;
		}

/* NAVIGATION ELEMENTS */
	
 #navcontainer 
{
	margin: 0 0 0 20;
	width: 370px;
	padding-bottom: 40px;
}


 #navcontainer ul
{
	list-style-type: none;
	text-align: right;
	font-size: 13px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	color: #fff;
	padding-right: 3px;
	padding-left: 3px;
}

#navcontainer ul li a:hover
{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.navcontainer_on
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

		#cover {
	text-align: right;
	margin-top: 70px;
	top: 170px;
	left: 20px;
	width: 255px;
	}
	
		#cover a, #cover a:link, #cover a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}
	
		#cover a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
		#release {
	text-align: right;
	}
	
		#release a, #release a:link, #release a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}
	
		#release a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
		
	
/* CONTENT ELEMENTS */

	/* IE content hack*/
		#content {
	width: 370px;
	padding-bottom: 35px;
	color: #FFFFFF;
		}
	
	/* Others browsers content*/
	html>body	#content {
	background-repeat: no-repeat;
	width: 370px;
	padding-bottom: 35px;
	color: #FFFFFF;
		}
	
		#content a, #content a:link, #content a:visited {
	text-decoration: underline;
	color: #000;
		}
		
		#content a:hover {
	color: #000;
	text-decoration: none;
	}
	
		#music_tracks {
	padding-bottom: 25px;
	width: 170px;
	float: left;
		}
	
		#music_timing {
	padding-bottom: 25px;
	width: 40px;
	float: left;
	text-align: right;
		}
		
		#music_cover {
	padding-bottom: 25px;
	width: 120px;
	float: right;
	text-align: center;
		}
		
		#music_credits {
	clear: left;
		}

/* REVIEWS ELEMENTS */

	.accordion-click1{
		margin: 3px auto;
		padding: 3px;
		width: auto;
		background: #588585;
		color: #fff;
		border: 1px solid #fff;
	}
	
	.accordion-content1{
	margin: 0px auto;
	width: auto;
	padding-left: 10px;
	}

	.accordion-cd{
	margin: 3px 0px 3px auto;
	padding: 3px;
	width: 72px;
	background: #588585;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	}
		
/* FOOTER ELEMENTS */

		#footer_top {
	background-color:#FFFFFF;
	background-image: url(../images/background_content_footer.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
		}
	html>body	#footer_top {
	background-color:#FFFFFF;
	background-image: url(../images/background_content_footer.gif);
	background-repeat: no-repeat;
	padding: 15px;
		}
		
		#footer_top p {
	text-align: right;
		}
		
		#footer_copyright {
	text-align: center;
	background-color: #388b88;
	padding: 5px;
	color: #000000;
		}
		
		#footer_copyright a, #footer_copyright a:link, #footer_copyright a:visited {
	text-decoration: underline;
	color: #000000;
		}
		
		#footer_copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
		

blockquote {
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 3px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #588585;
	text-decoration: underline;
	border: 1px solid #fff;
	text-align: left;
	margin-bottom: 5px;
}

