/*
	tracklist und buy 
	30.03.2007, mJ:	em -> catalog.css
					div kl Änderungen f. schöneres Tracklisting
	
	09.04.2007, mJ:	Klassen für noscript js-only
	
	27.04.2007, mJ:	Stylesheets Aufräumaktion I
	
	03.05.2007, mJ:	Euro padding-right

	23.08.2007, mJ: Fixed: Mantis 0000479 Track listing to wide for 4297902

	05.12.2007, mJ:	disabled-countryselection nicht mehr bold
	
	11.06.2008, mJ:	countryselection: padding weg
*/

noscript
{
	padding-top:		10px;
	font-weight:		bold;
	margin-bottom:		0px;
}

.js-only
{
	display: 			none;
}


.tracklist-buy-album-actions
{
	float:				right;
}

.product-buy-album
{
	padding-top: 		10px;
}

 
.tracklist-buy-album,
.tracklist-buy-tracks
{
	position:			relative;
/* 	border-top: 		1px dotted #979797; */
/* 	padding-top: 10px; */
/* 	padding:			10px; */
	
/* 	padding:			10px 10px 0px 10px; */

}

.tracklist-buy-album
{ /* msie bottmnavi... */
/* 	height:				110px;	 */
	padding-bottom:		0px;
}



/* .tracklist-buy-album .h5, */
/* .tracklist-buy-tracks .h5 { */

.h5
{
/* Looks like h4 from product info or track list
	but other implementation
*/
/* 	position:				relative; */
	background:				#eaebeb;
	padding:				2px 6px 1px 10px;
	margin-top:				9px;
	margin-left:			-10px;
	margin-right:			-10px;
 	margin-bottom:			11px;
	font-size:				11px;
	font-weight:			bold;
/* 	text-transform:			uppercase; */
	text-align:				left;
/* 	width:					100%; */
}

/* .tracklist-buy-album */
.h5 .infolink
{
	position: 				absolute;
/* 	bottom: 				3px; */
	right: 					4px;
}

h6
{
	font-size:				10px;
}


.tracklist-buy-album-choices
{
	width:					250px;
}

.tracklist-buy-tracks-choices
{
 	font-size: 				11px;
	width:					100%;
}

.buy-price
{	/*produkt*/
	text-align:				right;
}


table.tracklist-buy-tracks-choices .tl-even
{
	background-color:		#e7e7e7;
}

table.tracklist-buy-tracks-choices .tl-odd
{
	background-color:		#f0f0f0;
}



/* Tracklisting text */
table.tracklist-buy-tracks-choices .spacer {	height:10px; }
table.tracklist-buy-tracks-choices .product {	font-size: 		11px; font-weight: bold;}
table.tracklist-buy-tracks-choices .composer {	font-size: 		12px; } /* composer etwas wegstrecken */
table.tracklist-buy-tracks-choices .artist {	font-size: 		9px; padding-left: 20px;}
table.tracklist-buy-tracks-choices .arranger {	font-weight: 	normal;	} /* white-space:	nowrap;} */
table.tracklist-buy-tracks-choices .work {		font-weight:	bold; margin-left:	0px;}
table.tracklist-buy-tracks-choices .style0 {	margin-left: 	 0px;}
table.tracklist-buy-tracks-choices .track .style0 {	font-weight: bold;}
table.tracklist-buy-tracks-choices .style1 {	margin-left: 	10px;}
table.tracklist-buy-tracks-choices .style2 {	margin-left:	20px;}
table.tracklist-buy-tracks-choices .style3 {	margin-left:	30px;}
table.tracklist-buy-tracks-choices .style4 {	margin-left: 	40px;}
table.tracklist-buy-tracks-choices .time {		text-align:		right;	padding-left:	3px;}
table.tracklist-buy-tracks-choices .price {
	text-align:		right;
	padding-left:	10px;	width: 45px; padding-right:3px;
/*white-space:	nowrap; */										
}

table.tracklist-buy-tracks-choices .total {	
	font-weight: 	bold;
	text-align:		right;
}

/* textconteiner besser lesbar machen */
table.tracklist-buy-tracks-choices .style0,
table.tracklist-buy-tracks-choices .style1, 
table.tracklist-buy-tracks-choices .style2,
table.tracklist-buy-tracks-choices .style3,
table.tracklist-buy-tracks-choices .style4
{
	padding-top:		3px;
	padding-bottom:		3px;
}


.fd-product-type-choice,
.tracklist-buy-tracks input
{
	background-color:	transparent;	/* msie macht sie sonst weiß */
}


/* Preisspalten im Tracklisting. Per JS einschalten */
.DIGITAL,
.BURN
{
	display:				none;
}



.track-format-option
{ /* radios buttons etwas platz verschaffen */
	padding-left:			3px;
	padding-right:			3px;
}


#countryselection
{
	float:					right;
}

#disabled-countryselection
{
	padding-top:			10px;
/* 	float:					right; */
/* 	font-weight:			bold; */
/* 	background:				yellow; */
}





/* radio/checkboxes transparent für ie */
/* .fd-product-type-choice, */
/* .fd-track-choice { */
/* 	background:				transparent; */
/* 	margin-right: 			3px; */
/* } */

