#box-tab-tracklist table tr.currentproduct td.col1,#box-tab-tracklist table tr.currentproduct td.col2,#box-tab-tracklist table tr.currentproduct td.col3
	{ /*font-weight: bold;*/
	
}

#box-tab-tracklist table tr.currentproduct td.col1 {
	background-image: url(../img/ico/ico_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	height: 14px;
	display: block;
	background-color: #ffffff;
}

.tbl-tracklist table .full-album .col1 span,#box-tab-tracklist table .full-album .col1 span {
	background-position: 0px 5px;
}

/** Switch printable and non-printable elements **/
	/** Show elements only for screen output **/
.screenonly,.printablereceipt .screenonly {
	display: block;
}

/** Hide elements only for print output **/
.printonly,.printablereceipt .printonly {
	display: none !important;
}

/** Remove debugonly output **/
.debugonly {
	display: none;
}

/** LAYOUT PATCHING
 **************************************************************************************************/
.box-buy-together-v2 .titlename {
	font-weight: normal !important;
}



/** SSL-BOX RIGHTTAB IN MYACCOUNT **/
#container.tpl-2col .box-right-holder {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 5px;
}

/** 
 ****************************************************************** PATCH EXTERNAL NOVOMIND HTML **/
	/* myaccount navi patches... */
#navigationLeft,
#navigationLeft .level0 {
	width: 175px !important;
	margin: 0;
	padding: 0;
}

/* patch this PN-element to avoid strange IE rendering of Novomind LeftTab Elements */
#content-box-left {
	overflow: hidden !important;
}


/** CHECKOUT PROCESS
 **************************************************************************************************/
	/* logo */
#checkout_head {
	background-image: url( ../img/bg/head.gif );
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	height: 45px; /*128px*/
	padding-top: 33px;
}

.tpl-2col #checkout_head {
	background-image: url( ../img/bg/head_2col.gif );
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.tpl-checkout #checkout_head {
	height: 50px;
	padding-top: 20px;
}

#checkout_head a {
	background-image: url( ../img/bg/logo.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 26px;
	width: 195px;
}

#checkout_head a span {
	display: none;
}

/* /logo */ /* meta navigation */
#checkout_header-meta-navi {
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 11px;
	float: right;
}

#checkout_header-meta-navi li {
	display: inline;
	white-space: nowrap;
}

#checkout_header-meta-navi li a {
	color: #fff;
	float: left;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #fd9999;
	line-height: 11px;
}

#checkout_header-meta-navi li.lang-switch img {
	float: left;
}

/** errornous input fields should be marked red **/
#check-content form input.red {
	background-color: #df0000;
	color: #FFFFFF;
}

/** move the displaced header from MCS so that it fits the music-download shop **/
/*#header {
	margin-left: -10px;
}
*/
/** adjust width of ALBUM - TAB on frontpage, so the word is fully displayed **/
.tab-box .tab-list li#tab-albums .inner-tab {
	width: 39px;
}

/** we do not want the background-image in the player popup **/
body.player-popup {
	background: #820000;
}

/** enhance style of boy-buy-together **/
#contentbox-middle .box-buy-together-v2 .bu-box {
	padding-top: 0px;
}

/*************************************************** LAYER **/
#layer .content {
    text-align: left;
    padding: 0 10px;
}
#layer .content .def-list {
	margin-top: 8px;
}

#layer .content .def-list dt {
	margin: 1px 0;
	padding: 5px 0px;
	color: #e2001a;
	border-top: 1px solid #ccc;
	background-image: url(../img/bg/bg_gradient_23.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

#layer .content .def-list dd {
}
#layer .content .def-list ul {
    list-style-type: none;
}

#layer .content .def-list dd .def-cnt {
	/*padding-left: 47px;*/
}

#layer .content .def-list dd .title {
	font-weight: bold;
	padding: 8px 0 5px 10px;
}

#layer .content .def-list dd .txt-box {
	padding: 5px 10px 7px 30px;
}

/*
#layer .content .slide-list dd ul,
#layer .content .def-list dd ul {
	list-style-type: disc;
}
*/

#layer .content .slide-list dd li,
#layer .content .def-list dd li
{
	padding-left:17px;
    padding-bottom:8px;
}

#layer .content .slide-list .level1
{
    padding-left:24px;
    padding-bottom:5px;
}

#layer .content .slide-list .level1 p
{
    padding-bottom:7px;
}

#layer .content .slide-list .level2
{
    padding-left:19px;
}

#layer .content .link {
	background-image: url( ../img/bg/bg_slidelist_dt.gif );
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 15px;
	color: #df0000;
}

#layer .content .a_headline {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#layer .content .space {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

#layer .title_top {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#layer .content.scrollable {
	margin-top: 0px;
	margin-bottom: 10px;
	height: 420px;
	overflow-y: scroll;
}
#layer .collapsingList dd.open {
	display: block;
}
#layer .collapsingList dt .toggleState,
#layer .collapsingList dt.open .toggleState {
	width: 20px;
	height: 15px;
	float: right;
	/*margin-top: -14px;*/
	background-image: url(../img/ico/boxExpand.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#layer .collapsingList dt.open .toggleState {
    background-image: url(../img/ico/boxCollapse.gif);
    /*margin-top: -16px;*/
}
#layer .collapsingList dt .text {
	float: left;
}


/** patch the listings to gain more chars displayed, but stay secured **/
#content-middle-holder #contentbox-middle .box-also-bought a.teaser-link span.descr,
#content-middle-holder #contentbox-middle .box-also-bought a.teaser-link strong.hl3,
#content-middle-holder #contentbox-middle .tab-box-content a.teaser-link span.descr,
#content-middle-holder #contentbox-middle .tab-box-content a.teaser-link strong.hl3,
#content-middle-holder #contentbox-middle .tab-box-content span.descr a,
#content-middle-holder #contentbox-middle .tab-box-content strong.hl3 a,
#content-middle-holder #contentbox-middle .chart-box .tbl-tracklist .col2 a,
#content-middle-holder #contentbox-middle .chart-box .tbl-tracklist .col3 a {
    overflow: hidden;
    white-space: nowrap;
}
#content-middle-holder #contentbox-middle .box-also-bought a.teaser-link span.descr,
#content-middle-holder #contentbox-middle .box-also-bought a.teaser-link strong.hl3 {
    width: 120px;
}

/** link in SSL-infobox should always be underlined **/
.ssl-box a.black {
    text-decoration: underline;
}

/** fix text-align of tracklist / alles von headline **/
.tab-box-content-holder .track-table-holder th {
    text-align: left;
}
.tab-box-content-holder .track-table-holder th.col5 { /* price should still be right aligned */
    text-align: right !important;
}

/** pre-releases in tracklist and alles von **/
.tbl-tracklist table td a.ico-tbl-preorder,
#box-tab-tracklist table td a.ico-tbl-preorder {
    background-image: url( ../img/ico/ico_tbl_preorder_red.gif );
}
.tbl-tracklist table td span.ico-tbl-preorder,
#box-tab-tracklist table td span.ico-tbl-preorder {
    background-image: url( ../img/ico/ico_tbl_preorder_grey.gif );
}

/** improve contrast for previous chart position **/
.chart-box .chart-content li .chart-comp-pos {
    color:#888;
}


.margin-left10 { margin-left: 10px !important; }
.margin-left15 { margin-left: 15px !important; }
.margin-right10 { margin-right: 10px !important; }
.margin-right15 { margin-right: 15px !important; }
.width175 { width:175px !important; }

.voucher-input-holder label.red { display: none !important; }

/* PATCH PREISBILDER GENRES F1 */
.produktList .li-img-price { right:0; }

/** NEW **/
.loadingWrap { margin: 50px auto 50px !important; }

/* fix for new header */
.tpl-2col .tab-box { padding-top: 0; }
#header { z-index: 1000 !important; }
#content-holder, #content, #content-2col { z-index: 1 !important; }

.numberRightAlign { text-align: right; }

/* set cover images dimensions */
li.chartlist_item .chartlist_item_image img,
ul li a.teaser_image img.img-cover,
#often-bought-together a.teaser_image img,
.what-we-like ul li a.teaser_image img { width: 116px; height: 116px; }
#album-detail .img-large img { width: 236px !important; height: 236px !important; }

div.tooltip-cnt .row_interpret, div.tooltip-cnt .row_album { height: 16px; overflow: hidden !important; }

/* 2010-02-13 minibasket righttab */
#content-right-holder #minibasket h3 {
    padding-bottom:5px;
}
#voucher-registered-codes table thead th { text-align: left; }

#header .logo {
 background-image:url(../img/bg/logos_245x91px_01.png);
 right:-48px;
 top:0px;
 height:91px;
 width:245px;
}
