html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* hier seiten-styles */

body {
	font-family: arial, verdana, sans-serif;
	color: #2e2e2e;
}

strong {font-weight: bold;}
em { font-style:italic; }
a, a:hover, a:link, a:visited, a:active {
	color: #2e2e2e;
	text-decoration: none;
}


img { behavior: url(/css/iepngfix.htc) }

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#layout_wrap {
	text-align: center;
	background-color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 952px;
	text-align: left;
}

#nav {
	float: left; 
	width: 164px;
	position: relative;
	overflow: hidden;
}

#logo_111 {
	position: absolute;
	width: 164px;
	height: 163px;
	z-index: 500;
}

#logo_111 a {
	width: 164px;
	height: 163px;
	display: block;
}
#nav_content {
	position: relative;
	padding: 156px 2px 0;
	width: 160px;
	z-index: 400;
}

ul#mainnav {
	background: url(../images/nav_bottom.png) no-repeat bottom left;
	padding-bottom: 4px;	
	z-index: 410;
	behavior: url(/css/iepngfix.htc);
}

ul#mainnav li {
	border-bottom: 1px solid #dddddd;
	z-index: 410;
	width: 160px;
}

ul#mainnav li a, ul#mainnav li a:hover, ul#mainnav li a:visited, ul#mainnav li a:active, ul#mainnav li a:link {
	line-height: 35px;
	padding: 0 20px 0 28px;
	display: block;
	font-size: 13px;
	color: #6c6d6c;
	text-decoration: none;
	background: #f9f9f9;
	border-top: 1px solid #fafafa;      
	border-left: 1px solid #f9f9f9; 
	border-right: 1px solid #f9f9f9; 
	width: 108px;
	z-index: 410;
	cursor: pointer;
}

ul#mainnav li a:hover {
	background: #fdf057;
	border: 1px solid #f0e453;
	border-bottom: none; 
	color: #000;
}

ul#mainnav li.nav_active  {
	background: #fdf057;
	font-weight: bold;
}

ul#mainnav li.nav_active a, 
ul#mainnav li.nav_active a:hover, 
ul#mainnav li.nav_active a:visited, 
ul#mainnav li.nav_active a:link, 
ul#mainnav li.nav_active a:active {
	background: #fdf057;
	color: #000;
	border: 1px solid #f0e453;
	border-bottom: none; 
	font-weight: bold;
}
ul#mainnav li.nav_active ul {
	border-left: 1px solid #f0e453;
	border-right: 1px solid #f0e453;
	padding-bottom: 12px;
	background: #fdf057;
	width: 158px;
}

ul#mainnav li.nav_active ul.secondlevel li {
	border: none; 
	background: #fdf057;
	width: 158px;
}

ul#mainnav li.nav_active ul.secondlevel a,
ul#mainnav li.nav_active ul.secondlevel a:hover,
ul#mainnav li.nav_active ul.secondlevel a:visited,
ul#mainnav li.nav_active ul.secondlevel a:link,
ul#mainnav li.nav_active ul.secondlevel a:active {
	color: #6c6d6c;
	border: none; 
	font-size: 12px; 
	line-height: 18px;
	padding: 0 0 0 28px;
	display: block;
	width: 120px; 
	background: #fdf057;
	font-weight: normal;
}

ul#mainnav li.nav_active ul.secondlevel a:hover,
ul#mainnav li.nav_active ul.secondlevel li.subnav_active a,
ul#mainnav li.nav_active ul.secondlevel li.subnav_active a:hover,
ul#mainnav li.nav_active ul.secondlevel li.subnav_active a:visited,
ul#mainnav li.nav_active ul.secondlevel li.subnav_active a:link,
ul#mainnav li.nav_active ul.secondlevel li.subnav_active a:active {
	/*font-weight: bold;*/
	color: #000;
}

ul#mainnav li#home a,
ul#mainnav li#home a:hover,
ul#mainnav li#home a:visited,
ul#mainnav li#home a:link,
ul#mainnav li#home a:active {
	padding-top: 5px;	
}

ul#mainnav li#history  {
	border-bottom: none;	
}

.trenner {
	height: 2px;
	border:none;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fafafa;
	margin: 20px 0;
	clear: both;
}

#language_select
{
	display: none;
}

#language_list ul {
	margin-left: 30px;
}

#language_list a {
	font-size: 10px;
}

#language_list .active a {
	font-weight: bold;
}


#change_lang {
	width: 160px;
	overflow: hidden;
}

#change_lang select {
	font-size: 11px;
	width: 158px;
}

#change_lang label {
	display: none;
}

#main {
	width: 534px;
	float: left;
	position:relative;
	margin: 0 17px;
	z-index: 200;
 	overflow: hidden;
	font-size: 12px;
}

#albums_cubeDetail #main, #albums_book #main, #albums_cubeProduct #main {
	width: 551px;
	margin: 0 0 0 17px;
}

#related {
	width: 220px;
	float: left;	
}

#dg_logo {
	padding: 15px 39px 0 38px;
}

.relativebox {
	width: 220px;
	margin: 0 0 20px;
	padding: 0;
	background-color:#f2f3f2;
	font-size: 1%;
}
.box_top {
	background: transparent url(../images/box_top_bg.gif) no-repeat top left;
	height: 6px;
}

.box_bot {
	background: transparent url(../images/box_bot_bg.gif) no-repeat top left;
	height: 6px;
}

.box_content {
	font-size: 10px;
	color: #2e2e2e;
	line-height: 14px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.box_content p {
	margin-top: 2px;
	padding: 0 10px;
}

.box_content h2, 
.box_content h2 a, 
.box_content h2 a:hover, 
.box_content h2 a:visited, 
.box_content h2 a:link, 
.box_content h2 a:active  {
	font-size: 12px;
	font-weight: bold;
	color: #6c6d6c;
}

#userstory h2, #hof h2, #userphoto h2 {
  text-transform: uppercase;
}

.teaser-text h1 em
{
	text-transform: uppercase;
	font-style: normal;
}

.box_content h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 10px 0;
}

.box_content h2 {
	padding: 6px 10px;
	margin: 0;
}

#featured_artist {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 1%;
}

#featured_artist .relativebox {
	float: left;
	width: 127px;
	margin: 0 0 0 1px;
	padding:0;
}

#featured_artist .box_content {
	height: 103px;
	border-right: 0px;
	position:relative
}

#featured_artist .artist-image {
	float: left;
	width: 90px;
}

#hof ul {
	margin-top: 4px;
}
#hof ul li {
	clear: both;
}
#hof div.hof_cover {
	width: 82px;
	margin: 3px 4px 4px;
	float: left;
}
#hof div.hof_platz {
	width: 100px;
	text-align: center;
	float: left;
	margin: 3px 4px 4px;
}

.box_content .trenner {
	margin: 0;
}
#hof .box_content {
	padding: 0;
}
#hof .box_content h2 {
	padding: 6px 10px;
}

.relativebox .action {
	margin: 0 auto;
}
.action {
	width: 202px;
}

.action a, .action a:hover, .action a:visited, .action a:link, .action a:active {
	margin: 5px auto 0;
	display: block;
	text-align: center;
	background: url(../images/button_yellow.png) no-repeat center top;
	font-size: 14px;
	line-height: 31px;
	padding-bottom: 5px;
	color: #2e2e2e;
	text-decoration: none;
	behavior: url(/css/iepngfix.htc);
	cursor: pointer;
}

#tabs, .regular_content {
	position:relative;
	z-index: 10;
	width: 534px;
	overflow: hidden;
}

#albums_cubeDetail .regular_content, #albums_book .regular_content, #albums_cubeProduct .regular_content {
	width: 551px;
}

#tab_nav {
	overflow: hidden;
	position:relative;
	z-index: 10;
	width: 534px;
}

#tab_nav ul {
	z-index: 10;
	position:relative;
}

#tab_nav ul li {
	float: left;
	z-index: 10;
}

#tab_nav ul li a  {
	margin-top: 8px;
	cursor: pointer;
	white-space: nowrap;
}
#tab_nav ul li a, #tab_nav ul li a:hover, #tab_nav ul li a:visited, #tab_nav ul li a:link, #tab_nav ul li a:active {
	display:block;
	line-height: 34px;
	font-size: 12px;
	color: #585958;
	text-decoration: none;
}

#tab_nav ul li a span {
	display:block;
	line-height: 34px;
	padding: 0 10px;
	text-align: center;
	background: url(../images/reiter_bg.gif) repeat-x center top; 
}

#tab_nav ul li a.active, #tab_nav ul li a:hover {
	background: url(../images/reiter_mitte_aktiv.gif) no-repeat left top; 
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}

#tab_nav ul li a.active span, #tab_nav ul li a:hover span {
	background: url(../images/reiter_mitte_aktiv.gif) no-repeat right top; 
	line-height: 42px;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: -10px;
}

#tab_nav ul li#tab_anfang a {
	background: url(../images/reiter_ecke_links.gif) no-repeat left top;
	padding-left: 5px; 
}
#tab_nav ul li#tab_ende a {
	background: url(../images/reiter_ecke_rechts.gif) no-repeat right top;
	padding-right: 5px; 
}

#tab_nav ul li#tab_anfang a.active, #tab_nav ul li#tab_anfang a:hover {
	background: url(../images/reiter_ecke_aktiv_links.gif) no-repeat left top; 
	padding-left: 15px; 
}

#tab_nav ul li#tab_ende a.active, #tab_nav ul li#tab_ende a:hover {
	background: url(../images/reiter_mitte_aktiv.gif) no-repeat left top;
	margin-top: 0; 
	padding-left: 0;
}

#tab_nav ul li#tab_ende a.active span, #tab_nav ul li#tab_ende a:hover span {
	background: url(../images/reiter_ecke_aktiv_rechts.gif) no-repeat right top;
	padding-right: 15px;
	padding-left: 10px;
	margin-right: -15px; 
}

#tab_content {
	background: url(../images/infocontent_bg.gif) repeat-y;
	width: 536px;
}

#home_what2do
{
	position: absolute;
	left: 0px;
	top: 346px;
	width: 531px;
	text-align: right;
	font-weight: bold;
	
}

#home_teasers_wrap {
	overflow: hidden;
	margin: 0 2px 0 3px;
	width: 531px;
}
ul#home_teasers {
	width: 531px;
}
#home_teasers li.teaser {
	padding: 0px;
	line-height: 18px;
	width: 531px;
}

.teaser_content {
	padding: 20px;	
	width: 491px;
}	

.teaser_product_image {
	float:left;
	padding-right: 20px;
	height: 400px;
}

.teaser_product_image .cover_image {
	bottom: 145px;
}

#cotw_teaser_cover {
	float: left;
	margin-right: 10px;
}

#cotw_index {
	width: 531px;
	margin:10px 0;	
	background: url(../images/cotw_bg.jpg) no-repeat left top;
	position:relative;
	height: 282px;
}

#cotw_index img {
	position: absolute;
	bottom: 36px;
	left: 31px;
	width: 194px;
}

.addthis_toolbox {
	margin-top:10px;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	font-size: 10px;
	line-height: 27px;
	clear: both;
}

#copyright, #copyright img {
	float: left;
	margin-right: 15px;
}

ul#metanav {
	float: right;
}
ul#metanav li {
	float: left; 
	padding-left: 15px; 
}

ul#metanav li a {
	color: #000;
	text-decoration: none;
}

#carousel, #related-carousel {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	text-align: center; 
}

.teaser {
	overflow: hidden;
	padding-top: 100px;
	width: 296px;
}

.teaser-text {
	padding-bottom: 15px;	
}

.teaser h1 {
	color: #626362;
	font-size: 20px;
	line-height: 23px;
/*	font-weight: bold; */
	margin: 8px 0 12px;
}
.teaser h1 span
{
	font-size: 16px;
}

.teaser p {
	line-height: 18px;
	margin: 8px 0;
}

.teaser_image {
	float: right;
	width: 210px;
	position:relative;
	text-align: right;
}

.cover_image {
	position: absolute;
	right: 15px;
	bottom: 25px;
}

.dachzeile {
	font-size: 10px;
	color: #ababab;
}

.list_head, .regular_head {
	clear:both; 
	background:transparent url(../images/list_head.gif) no-repeat scroll left top;
	width: 534px;
	height: 69px;
}

.list_head .list_action {
	float: right;
	width: 200px;
	padding-top: 20px;
}

.list_head .list_action .action  {
	width: 172px;
}
.list_head .list_action .action a {
	background: url(../images/button_white.png) no-repeat center top;
}

.list_head .headline, .regular_head .headline,  .regular_head h1 {
	font-size: 14px;
	float: left;
	padding: 35px 15px 0 20px;
	font-weight: bold;
}
.list_head .results {
	font-size: 11px;
	float: left;
	padding: 36px 0 0;
}

.list_hof, .list_sotw, .list_story, .list_testimonial {
	background: url(../images/infocontent_bg.gif) repeat-y;
	padding: 0 2px;
	width: 530px
}

.list_story
{
	width: 500px
}

.list_story h1
{
	font-weight: bold;
}


.list_story .author {
	margin-top: 15px;
  
}


.regular_body {
	background: url(../images/infocontent_bg.gif) repeat-y;
	padding: 10px 20px;
	overflow: hidden;
}

.regular_body p, .regular_body address, .regular_body ul {
	padding: 6px 0; 
	line-height: 18px;
}

.regular_body h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 6px;
	line-height: 17px; 
}

.list_hof li, .list_sotw li, .list_testimonial li {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
	width: 510px; 
}

.list_hof .columns {
	width: 510px; 
} 

ul#halloffame_entries {
	font-weight: bold;
}

ul#halloffame_entries h1 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

ul#halloffame_entries li  .position {
	width: 80px;
	height: 60px;
	float: left;
}

ul#halloffame_entries li  .product {
	float: left;
	padding-right: 20px; 
	width: 80px;
	height: 80px;
}

.list_hof .text {
	float: left;
}
.list_hof .text h2 {
	color: #2e2e2e;
	font-size: 12px;
	font-weight: bold;
}

.list_footer, .regular_footer {
	margin-top: -1px;
}

.halloffame_pager {
	text-align: center;
	padding: 30px 0px 45px;
	font-size: 11px;
}
.halloffame_pager a, .halloffame_pager a:hover, .halloffame_pager a:visited, .halloffame_pager a:link, .halloffame_pager a:active {
	margin: 0 3px;
	color: #2e2e2e;
	text-decoration: none;
}

.halloffame_pager span.page_active {
	font-weight: bold;
	text-decoration: underline;
	margin: 0 3px;
}

.list_sotw li {
	padding: 15px 20px;
	line-height: 18px;
	overflow: hidden;
	width: 490px;
}

.list_sotw h3 {
	font-weight: bold;
} 

.list_sotw .action, .list_story .action {
	width: 205px;
	margin-top: 15px;
}

.list_sotw .author {
	text-align: right;
	font-style: italic;
}

.list_story {
	padding: 20px;
	line-height: 18px;
}

.list_testimonial li {
	padding: 30px 20px;
	line-height: 18px;
	overflow: hidden;
	width: 491px;
}

.list_testimonial .test_image {
	float: left;
	padding-right: 20px;
	width: 130px;
}

.list_testimonial .quote {
	float: left;
	width: 295px;
	background: url(../images/quote_start.gif) no-repeat left top;
	padding-left: 45px;
	padding-top: 20px;
}

.list_testimonial .quote p {
	background: url(../images/quote_end.gif) no-repeat right bottom;
	padding-right: 45px;
	padding-bottom: 20px;
	font-style: italic;
}
.list_testimonial .quote a.toggle {
	display: block;
	text-align: right; 
	font-weight: bold;
}

#cube_matrix_wrap {
  background: url(../images/infocontent_bg.gif) repeat-y;
	padding: 15px;
	overflow: hidden;
}

#cube_back
{
	position: absolute;
	top:  330px;
	left: 0px;
}

ul#cube_matrix li {
  float: left;
  width: 50px;
  height: 50px;
  margin: 3px 3px;
  text-align: center;
}

ul#cube_matrix .product img {
  width: 50px;
  height: 50px;
}
#tracklist_frame {
	
}

.form-row {
	clear: both;
	overflow: hidden;
	padding: 4px 10px 4px 0;
}

.form-row label {
	float: left;
	display: block;
	width: 110px;
	margin-right: 10px;
	margin-top: 3px;
	line-height: 16px;
}

.form-row.error label {
  color: red;
}


.required label {
	background: url(../images/stern.gif) no-repeat right top;
}

.form-row input, .form-row textarea {
	border: 1px solid #d9d9d9;
	float: left;
	background: url(../images/form_bg.gif) left top;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

.form-row textarea {
	width: 300px;	
}

.textrow {
	padding-bottom: 10px;
}

.messagerow label {
	float: none;
	display: block;
	width: 500px;
	padding-bottom: 4px;
}

.messagerow textarea {
	margin-left: 120px;
}

span.error {
	color: #ff0000; 
	font-size: 10px;
	float:left;
	display: block;
	padding-left: 20px;	
	width: 80px;
	line-height: 14px;
}

span.error ul {
	padding: 0;
	line-height: 14px;
}
.captcha {
	float: left;
	width: 364px;
}
.advicerow {
	padding-top: 10px;
	font-size: 10px;
	
}

.advicerow p
{
	line-height: normal;
	padding: 3px 0px;
}


.buttonrow {
	padding: 10px 0 10px 115px;
}

.list_potw {
	background: url(../images/infocontent_bg.gif) repeat-y;
	padding: 15px 18px;
	overflow: hidden;
}

ul#potw_entries {
	
}
ul#potw_entries li {
	float: left;
	width: 150px;
	margin: 8px;
}

.image_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

#countdown {
	margin-top: 35px;
	width: 160px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666;
}

#countdown p {
	padding: 10px;
	clear: both;	
}

#countdown a {
	color: #666;
}

#countdown ul {
	width: 164px;
	overflow: hidden;
}

#countdown li {
	float: left;
	margin-right: 5px;	
}
#countdown span {
	background: url(../images/number_bg.gif) no-repeat top left;
	width: 14px;
	height: 16px;
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #666;
	line-height: 15px;
	padding-left: 2px;
}
#countdown .label {
	text-align: center;
	font-size: 10px;
	color: #b5b5b5;
	padding-top: 3px;
	display: block;
	clear: both;
}

a.more {
  padding-left:22px;
  background: url(../images/arrow_yellow.gif) no-repeat left 2px;
  display: block;
}

.entry a.more {
  font-size: 12px;
  font-weight: normal;
}

#related a.more {
	margin: 4px 10px;
}

#featured_artist a.more {
	position: absolute;
	bottom: 0;
	left: 0px;
	margin-bottom: 0;
}

.formbutton input {
	background: none;
	padding :0;
	margin: 0;
	border: 0;	
	padding: 6px 0;
	width: auto;
}
.link-box  {float:left;}
.link-box a, .formbutton {
	display:inline-block;
	cursor:pointer;
	font-size:0;
    line-height:0;
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	margin:0 0 0px 0;
	padding:0 0 0 3px;	
	vertical-align:middle;	
	
    padding-top:-2px;
	/* _position:relative;  */
	_width:10px;	
	_overflow-y:hidden;
}

.link-box a, .formbutton ,
.link-box a span, .formbutton span{
    background-image:url(../images/button_yellow_30.gif);
}

.link-box a span, .formbutton span{
	
	white-space:nowrap;
	cursor:pointer;
    display: inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	line-height:30px;
	padding:0px 13px 0 10px;
	margin:0 -6px 0 0;
	border:none;
	vertical-align:text-top;
	zoom:1;
	/* _position:relative; */
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}

html.safari .link-box a span{
  line-height:1.3;
}


html.safari .link-box a:focus {
    outline:none;
}

#halloffame_entries .pos_nr {
	display:block;
	background: url(../images/hof_nr_bg2.gif) no-repeat left top; 
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0px;
	margin-right: 5px;
	margin-left: auto;
	margin-top: 23px;
	float:left;
}

#halloffame_entries .pos_nr span {
	display:block;
	background: url(../images/hof_nr_bg2.gif) no-repeat right top; 
	line-height: 32px;
	height: 34px;
	padding-left: 7px;
	padding-right: 12px;
	margin-right: -5px;
	float:left;
}
#decades_wrap {
	margin: 0 3px;
	width: 530px;
	background: none;
}
#decades {
	margin:0;
}
#decades .decade_header , .history_artists, .history_details {
	padding: 20px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	line-height: 18px;
	width: 490px;
}

#decades .history_details img
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#decades .history_summary
{
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}

#decades .decade_header h2 {
	padding: 0px;
	margin: 0;
	font-size: 14px;
	width: 400px;
	float: left;
	width: 320px;
}

.history_artists h2, .history_details h2 {
	font-weight: bold;
	padding: 0px;
	margin: 0 0 3px 0;
	line-height: 18px;
}

#decades .history_artists td li {
	padding-right: 15px;
}
.decade p
{
	margin-bottom: 10px;
}

#history_summary ul li {
	line-height: 18px;
}
#decades .open h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
#decades .decade_header  .opendecade {
	float: right;
	width: 150px;
	text-align: right;
}

#decades .decade_header  .opendecade a {
	background: url(../images/button_yellow_down.gif) no-repeat right 3px;
	behavior: url(/css/iepngfix.htc);
	padding-right: 20px;
	width: 30px;
	height: 15px;
}

#decades .open .opendecade a {
	background: url(../images/button_yellow_close.gif) no-repeat right 3px;
}

.history_summary .head
{
	float: left;
  width: 78px;
  
}

.history_summary .table
{
  float: left;
  width: 452px;
  
}

.history_table tr {
  vertical-align: top;
}


.history_table_wrap {
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
}

.head .history_table td
{
	font-weight: bold;
}


.history_table tr
{	
  height: 95px;
  margin: 1px 0;
}
.history_table td {
  width: 150px; 
  border-right:1px solid #e4de9d;
  border-bottom:1px solid #e4de9d;
  padding: 10px 15px; 
  font-size: 10px;
  line-height: 14px;
}

.history_table tr.company {
	background-color: #fef9c6;
} 
.history_table tr.technical{
	background-color: #fef7af;
} 
.history_table tr.artistic {
	background-color: #fdf598;
} 
.history_table tr.history_year {	
	height: 40px;
}	

.history_table .history_year td
{
  font-weight: bold;
}	


.note {
	font-size: 11px;
}

.subline, .teaser h1 .subline {
	font-size: 16px;
}

.cotw_product {
	font-size: 14px;
}

#main_info_content.homepage {
	padding: 0px;
}

#artist_testimonials {
	
}

#artist_testimonials p {
	
}

#artist_testimonials .artist_name {
	font-style: normal;
	font-weight: bold;
}

#artist_testimonials .credits {
  margin-top: 5px;
  font-size: 11px;
}

#album_index_actions li {
	display: inline;
	width: 218;
	list-style-type: none;
}

.tooltip {
	cursor: help;
}

#tooltip {
	position: absolute;
	background: #333;
	padding: 10px;
	color: white;
	display: none;
	border: 1px solid black;
	font-size: 11px;
	z-index: 999;
}

#cover_tooltip {
	position: absolute;
	background: #333;
	padding: 10px;
	color: white;
	display: none;
	border: 1px solid black;
	font-size: 11px;
	width: 300px;
	z-index: 999;
}

#cover_tooltip .cover {
	float: left;
	width: 100px;
	height: 100px;
	background: white;
}

#cover_tooltip .text {
	float: left;
	width: 170px;
	margin-left: 10px;
	font-size: 12px;
}

#cover_tooltip .text h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

#cover_tooltip img {
	width: 100px;
	height: 100px;
	border: 1px solid #666;
}

ul.price_detail
{
	margin-top: -5px;
	padding:0px;
}

.terms_list li
{
	line-height: 16px;
	margin-bottom: 15px;
}
ol.terms_list {
	padding-left: 20px;
	list-style-type: decimal;
	padding-top: 8px;
}

#banner
{
	margin-top: 30px
	
}

.nowrap {
  white-space: nowrap;
}
