/* CSS-Definition fuer Projekt: "Bund Deutscher Bestatter" - www.bestatter.de - (c) 2003 Yarmedia GbR, http://www.yarmedia.com */ 

/*** Shop Formatierungen ************************************************ */ 
a:link { 
   text-decoration: underline; 
   color: #CC6600; 
} 
a:visited { 
   text-decoration: underline; 
   color: #CC6600; 
} 
a:hover { 
   text-decoration: none; 
   color: #CC6600; 
} 
a:active { 
   text-decoration: none; 
   color: #FFFFFF; 
} 

a.shoplink:link, a.shoplink:visited, a.shoplink:hover, a.shoplink:active { 
   text-decoration: underline; 
   color: #CC3333; 
   white-space : nowrap;
} 

a.shoplink:hover { 
   text-decoration: none; 
} 

h4.category {
	color: #CC3333;
}

td.shopOrderBg {
	background-color: #F7F1BF;
}

.artist {
	font-weight: bold;
	color: #000000;
}
.title {
	margin-left: 10px;
	font-style : italic;
	color: #CC6600;
}
.time {
	margin-left: 10px;
	font-weight: bold;
	color: #CC6600;
}
.additional {
	font-size: 90%;
	font-style : italic;
	color: #000000;
}
ol.tracklist {
	margin-left: 12px;
	padding-left: 12px;
	font-size: 90%;
}
ol.tracklist li {
	color: #CC6600;
}

ul li {
	list-style-image: url(../../images/shop/bullet.gif);
	list-style-type: none;
}
ul ul li {
	list-style-image: url(../../images/shop/bullet_border.gif);
	list-style-type: none;
}

/* background for buecher popup */
body#body_buecher_imverlorenen_dietsche_popup {
	background-color: #ffffff;
}

