/*=================================================
// Project : Transcendental Creations
// Copyright 2010-2011 Transcendental Creations.
// All rights reserved.
//=================================================*/

/* ----- HTML Tag Reset and ClearFix ----- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h4,h6,pre,
form,fieldset,input,textarea,
p,blockquote,th,td				{ margin: 0; padding: 0; font-family: "Calibri", "Times New Roman", Times, serif; }
table							{ border-collapse: collapse; border-spacing: 0; }
fieldset,img					{ border: 0; vertical-align: bottom; }
a,h1							{ overflow: hidden; }
ol,ul							{ list-style: none; }
caption,th						{ text-align: left; }
h1,h2,h3,h4,h4,h6				{ font-size: 100%; font-weight: normal; overflow: hidden; }
q:before,q:after			{ content: ''; }
abbr,acronym                       		{ border: 0;}
.clear:after				{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear						{ display: inline-block; }
html[xmlns] .clear			{ display: block; }
* html .clear					{ height: 1%; }

/* ----- General ----- */
body			 	 			{ background: #000; color: #ADADAD;  } 
html, body					{ height: 100%; }
#top_container 	 			{ width: 915px; margin: auto; height: 287px; padding-top: 10px; }
a							{ color: #ADADAD; text-decoration: none; outline: none; }
a:hover						{ text-decoration: none; }

/* ----- Top Banner ----- */
div.top_banner				{ background: url(../images/top_banner.jpg) no-repeat; width: 915px; height: 285px; }
div.top_banner h1				{ display: none; }
div.top_banner ul				{ float: left; margin-top: 226px; }
div.top_banner li				{ float: left; margin-right: 17px; }
div.top_banner li a				{ display: block; height: 15px; text-indent: -9999px; }

/* ----- Navigation ----- */
ul.nav_en					{ margin-left: 67px; }

a.navNewsEN					{ background: url(../images/nav/en/news.gif) no-repeat; width: 35px; }
a.navStatementEN			{ background: url(../images/nav/en/statement.gif) no-repeat; width: 68px; }
a.navReleasesEN				{ background: url(../images/nav/en/releases.gif) no-repeat; width: 57px; }
a.navMailorderEN			{ background: url(../images/nav/en/mailorder.gif) no-repeat; width: 64px; }
a.navMp3EN					{ background: url(../images/nav/en/mp3store.gif) no-repeat; width: 67px; }
a.navBandsEN				{ background: url(../images/nav/en/bands.gif) no-repeat; width: 42px; }
a.navNewsletterEN			{ background: url(../images/nav/en/newsletter.gif) no-repeat; width: 70px; }
a.navContactEN				{ background: url(../images/nav/en/contact.gif) no-repeat; width: 52px; }
a.navLinksEN				{ background: url(../images/nav/en/links.gif) no-repeat; width: 35px; }
a.navCartEN					{ background: url(../images/nav/en/view_cart.gif) no-repeat; width: 62px; }
a.navAMSGEN					{ background: url(../images/nav/en/amsg.gif) no-repeat; width: 55px; }

ul.nav_fr					{ margin-left: 78px; }

a.navNewsFR					{ background: url(../images/nav/fr/news.gif) no-repeat; width: 63px; }
a.navStatementFR			{ background: url(../images/nav/fr/statement.gif) no-repeat; width: 65px; }
a.navReleasesFR				{ background: url(../images/nav/fr/releases.gif) no-repeat; width: 46px; }
a.navMailorderFR			{ background: url(../images/nav/fr/mailorder.gif) no-repeat; width: 79px; }
a.navMp3FR					{ background: url(../images/nav/fr/mp3store.gif) no-repeat; width: 31px; }
a.navBandsFR				{ background: url(../images/nav/fr/bands.gif) no-repeat; width: 56px; }
a.navNewsletterFR			{ background: url(../images/nav/fr/newsletter.gif) no-repeat; width: 61px; }
a.navContactFR				{ background: url(../images/nav/fr/contact.gif) no-repeat; width: 50px; }
a.navLinksFR				{ background: url(../images/nav/fr/links.gif) no-repeat; width: 37px; }
a.navCartFR					{ background: url(../images/nav/fr/view_cart.gif) no-repeat; width: 42px; }
a.navAMSGFR					{ background: url(../images/nav/fr/amsg.gif) no-repeat; width: 56px; }

/* ----- Classes ----- */
select 						{ background: #000000; color: #DDDDDD; border: 1px solid #444444; }
input, textarea, .button	 	{ background: #000000; color: #DDDDDD; border: 1px solid #444444; padding: 2px; font-size: 14px; font-family:"Calibri","Times New Roman", Times, serif; }
.small-border				{ border-bottom: 1px solid #222222; }
.bordureleft 				{ background: url("../images/bordure.jpg") no-repeat #000; width:122px; height:511px; float:left; }
.bordureright 				{ background: url("../images/bordure.jpg") no-repeat #000; width:122px; height:511px; float:right; }
.container 					{ width:954px; margin: 0 auto; }

.content_main {
	border: 1px solid #333333;
	width: 640px; 
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 525px;
	overflow-x: hidden;
	overflow-y: visible;
	text-align: left;
}

* html .content_main {
	height: 525px;
}

.content_main_distribution {
	border: 1px solid #333333;
	width: 640px; 
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 525px;
	height: 525px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

* html .content_main_distribution {
	height: 525px;
}

.footer {
	margin: 10px auto;
	width: 500px;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

h4 {
	cursor: default;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 23px;
	font-family:"Calibri","Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url("../images/separateur_2.png") bottom center no-repeat;
}

h3 {
	cursor: default;
	margin-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	text-align: left;
	font-size: 18px;
	text-decoration: underline;
	font-family:"Calibri","Times New Roman", Times, serif;
	color: #FFFFFF;
}

.coverflow {
	text-align: center;
	width: 600px;
	min-width: 600px;
	min-height: 180px;
	margin-top: 0px;
	padding-top: 0;
	border: 1px solid #151515;
	margin-bottom: 25px;
}

.coverflow legend {
	color: #666666;
}

.coverflow legend a {
	font-size: 12px;
	text-decoration: none;
}

img.float {
	float: right;
	display: inline;
	margin: 5px 15px 15px 15px;
	padding: 2px;
	border: 1px solid #151515;
}

div#non_flash_preview {
	margin-bottom: 0px;
}

ul#distribution {
	list-style: none;
	margin: 0px;
	margin-bottom: 3px;
	width: 600px;
	min-width: 600px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}

	ul#distribution li.category_title {
		border: 1px solid #494949;
	}

	ul#distribution li.category_title, ul#distribution li.category_title a {
		text-align: left;
		font-size: 18px;
		font-family: Times;
		font-weight: bold;
		color: #FFFFFF;
        margin-top: 5px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 4px;
		background: #060606;
	}
	
	ul#distribution li.hover {
		background: #111111;
		cursor: pointer;
	}
	
	ul#distribution li.no_bottom_border {
		border-bottom: 0px;
	}
	
	ul#distribution li.minor_tags_hidden {
	}
	
	ul#distribution li.minor_tags a {
		color: #EEEEEE;
		font-size: 17px;
		font-family:"Calibri","Times New Roman", Times, serif;
		text-decoration: none;
	}
	
	ul#distribution li.minor_tags {
		color: #DDDDDD;
		font-size: 14px;
		font-family:"Calibri","Times New Roman", Times, serif;	
		border-top: 0px;
		border-bottom: 1px solid #393939;
		padding-left: 25px;
        padding-top: 8px;
        padding-bottom: 4px;
		border-left: 1px solid #393939;
		border-right: 1px solid #393939;
	}

ul#breadcrumbs {
	list-style: none;
	margin: 0px;
	margin-bottom: 3px;
	width: 600px;
	min-width: 600px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}

* html ul#breadcrumbs {
	width: 585px;
}

	ul#breadcrumbs li.category_title {
		text-align: left;
		font-size: 16px;
		border: 1px solid #494949;
		font-family:"Calibri","Times New Roman", Times, serif;
		color: #FFFFFF;
        margin-top: 5px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 4px;
		background: #060606;
	}
	
	ul#breadcrumbs li.category_title a {
		font-size: 16px;
		font-family:"Calibri","Times New Roman", Times, serif;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	ul#breadcrumbs li.bc_info {
		font-size: 13px;
		color: #999999;
		margin-top: 5px;
		border: 1px solid #333333;
		background: #060606;
		padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 4px;
		cursor: default;
	}

ul.items_list {
	list-style: none;
	margin: 0px auto;
	margin-top: 10px;
	width: 600px;
	min-width: 600px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}

* html ul.items_list {
	width: 585px;
	margin-left: 0px;
	text-align: center;
}

	ul.items_list li {
		text-align: left;
		font-size: 16px;
		border: 1px solid #222222;
		font-family:"Calibri","Times New Roman", Times, serif;
		color: #FFFFFF;
		background: #000000;
	}

		ul.items_list li table {
			width: 100%;
		}

			ul.items_list li table tr.top td {
				border: 1px solid #222222;
				color: #FFFFFF;
				font-weight: bold;
				padding: 5px;
			}
			
			ul.items_list li table tr.list td {
				color: #BBBBBB;
				padding: 4px;
				border: 1px solid #151515;
			}
			
			ul.items_list li table tr.list td.tocart {
				background: #000000;
			}
			
			ul.items_list li table tr.list {
				cursor: pointer;
			}
			
			ul.items_list li table tr.no-pointer {
				cursor: default;
			}
			
			ul.items_list li table tr td.description {
				border: 1px solid #222222;
			}
			
			ul.items_list li table tr.description td div {
				width: 100%;
				color: #EEEEEE;
				border: 1px solid #222222;
				margin: 0;
				padding: 0;
			}
			
			ul.items_list li table tr.description td div.loaded {
			}
			
			ul.items_list li table tr.hidden {
				display: none;
			}
			
p.i_prev {
	border-bottom: 1px dotted #333333;
	min-height: 140px;
	overflow: visible;
	margin-bottom: 5px;
}

* html p.i_prev {
	height: 140px;
}

table.i_prev {
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

	table.i_prev tr td {
		border: 1px solid #222222;
		margin: 0px;
		padding: 7px;
		width: 150px;
		cursor: pointer;
	}
	
	table.i_prev tr td.more_info {
		cursor: default;
	}

ul.items_list li.country_notice {
		font-size: 13px;
		color: #999999;
		margin-top: 10px;
		border: 1px solid #333333;
		background: #060606;
		padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 4px;
		cursor: default;
	}
	
ul.items_list li.country_proceed {
		text-align: left;
		font-size: 18px;
		font-family:"Calibri","Times New Roman", Times, serif;
		font-weight: bold;
		color: #FFFFFF;
        margin-top: 5px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 4px;
		background: #060606;
		cursor: pointer;
	}
	
div .links_list
{
	width: 630px; border-bottom: 1px solid #666; padding-bottom: 1px; padding-top: 10px;
}

div.links_list a.links_list_style {
	text-decoration: none; color: #EEEEEE;
}

div.links_list a.links_list_style_r {
	float: right; border-right: 10px; text-decoration: none; color: #EEEEEE;
}

div .links_list_desc {
	width: 630px; font-style: italic; padding: 2px; padding-top: 4px; padding-bottom: 20px; border-bottom: 20px; background: url(../images/separateur_2.png) bottom center no-repeat;
}

#div-1a {
 position:absolute;
 top:5px;
 right:0px;
 border: 0;
 padding: 0;
 float: right;
 text-decoration: none;
 font-variant: small-caps;
 width:105px;
}

#div-1a a {
	text-decoration: none;
	font-size: 15px;
	padding-left: 33px;
	
}

#div-1a a.en {
	background: url(english_sm.gif) top left no-repeat;
}

#div-1a a.fr {
	background: url(francais_sm.gif) top left no-repeat;
}