
ul.artists {
    list-style: none outside none;
}

ul.artists li {
	float: left;
    margin: 0 20px 40px 20px;
    position: relative;
    width: 400px;
}

ul.artists li img {
	background-color: #393939;
    float: left;
    margin-right: 40px;
}

ul.artists li hr {
	bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 180px;
}

#content ul.artists p {
	margin-top:0;
}

#content ul.artists h2 {
	position:relative;
	top: -4px;
}html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}

body {
	font: normal normal normal 11px/15px Arial, sans-serif;
	color:#BFBFBD;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color: #212222;
}

* {
	margin:0;
	padding:0;
}

:focus { 
	outline: 0px;
}

a:link, a:visited {
	color:#BFBFBD;
	text-decoration:none;
}

a:hover {
	color:#BFBFBD;
	text-decoration:none;
}

img {
	border:0 none;
}

div {
	position:relative;
}

#wrapper {
	position:relative;
	z-index: 103;
	width:880px;
	margin:0 auto;
	padding-bottom:90px;
}

#header {
	width:840px;
	margin: 0 20px;
}

#content {
	
}

input, textarea {
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table {
	border-collapse:collapse;
}

hr {
	background-color: #393A3A;
    border: 0 none;
    color: #393A3A;
    font-size: 0;
    height: 1px;
    line-height: 0;
	margin: 0 20px 26px 20px;
}

/* ALGEMEEN */
#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:301;
	cursor:wait;
	display:none;
}
.hand {
	cursor: pointer;}
.clear, .vullen {
	clear:both;
}
.preload {
	display:none;
}div#cart-box h1 {
	margin-top:10px;
}

div#cart-box p a {
	text-decoration:none;
}

div.checkout input.submit {
	clear:both;
}

#content div.checkout a.billingAddress, #content a.submit.change-address {
	background-color: #565656;
    color: #212222;
    display: block;
    line-height: 13px;
    margin-bottom: 10px;
    padding: 1px 4px;
    text-decoration: none;
}

table#shopping-cart {
	margin-top:40px;
	line-height: 8px;
}

table#shopping-cart td.description h3 {
	margin-bottom: 2px;
	line-height: 12px;
	margin-top: -2px;
}

table#shopping-cart td.description p {
	margin:0;
	font-size:10px;
	padding-bottom: 22px;
    line-height: 16px;
}

table#shopping-cart td.count {
	background-image: url('/images/times.gif');
	background-repeat: no-repeat;
}

table#shopping-cart td.count span.aantal {
	color:#F8FCF0;
	font-size:10px;
	font-weight:bold;

    margin-left: 16px;
}

table#shopping-cart td.count input {
	background-color: #565656;
    border: 0 none;
    color: #F8FCF0;
    font: bold 10px/10px Arial,sans-serif;
    height: 15px;
    margin-left: 16px;
    margin-top: -3px;
    text-align: center;
    width: 20px;
}

table#shopping-cart td.equal {
	color:#F8FCF0;
	font-size:10px;
	font-weight:bold;
}

table#shopping-cart td.sub-total {
	color:#F8FCF0;
	font-size:10px;
	font-weight:bold;
}

table#shopping-cart td.sub-total a.removeFromCart {
    color: #EB4C1A;
    cursor: pointer;
    display: block;
    height: 12px;
    padding-top: 8px;
    width: 20px;
}

table#shopping-cart tr.subtotal hr {
	background-color:#212222;
	border-top:1px dotted #5E9978;
	margin: 0 0 4px;
}

table#shopping-cart tr.subtotal {
	font-size:10px;
	line-height:26px;
	color:#5E9978;
	text-transform:uppercase;
	font-weight:bold;
}

table#shopping-cart tr.subtotal form {
	display:inline;
}

table#shopping-cart tr.total hr {
	background-color:#5E9978;
	margin:2px 0;
}

table#shopping-cart tr.total {
	font-size:10px;
	line-height:26px;
	color:#5E9978;
	text-transform:uppercase;
	font-weight:bold;
}

div.checkout input {
	background-color: #565656;
    border: 0 none;
    color: #F8FCF0;
    font: bold 10px/10px Arial,sans-serif;
    height: 17px;
    padding: 0 3px;
    width: 100%;
}

div.checkout input, div.checkout select {
	margin-bottom:10px;
	text-transform:none;
}

#shopping-cart select {
	text-transform:none;
}

div.checkout input.radio {
	margin-right: 5px;
    position: relative;
    top: 2px;
    width: auto;
}

div.checkout input.invalid {
	background-color:#FF4343;
}

div.checkout select {
	width:100%;
}

div.address-overview {
    border-bottom: 1px solid #393A3A;
    border-top: 1px solid #393A3A;
    margin: 4px 0 15px;
}div.box {
	margin: 0 20px 30px 20px;
	float:left;
}

div.box hr {
	margin: 0 0 26px 0;
}

div.box.wide {
	width:840px;
}

div.box.medium {
	width:400px;
}

div.box.small {
	width:180px;
}

#content div.box.medium div.left {
	float:left;
	width:180px;
}

#content div.box.medium div.right {
	float:right;
	width:180px;
}

div.box p a {
	text-decoration:underline;
}

#content h1 {
	font: normal normal normal 22px/24px "N52Bold", Arial, sans-serif;
	color:#F8FCF0;
	text-transform:uppercase;
	margin-top: -3px;
}

#content h2 {
	font: normal normal normal 11px/18px "N52Bold", Arial, sans-serif;
	color:#F8FCF0;
	text-transform:uppercase;
}

#content h3 {
	font: bold 10px/15px Arial, sans-serif;
	color:#F8FCF0;
	text-transform:uppercase;
}

#content p {
	margin: 15px 0;
}

#content a.more, #content a.viewall {
	font-size:10px;
	text-decoration:underline;
	color:#6A6A69;
}

#content a.viewall {
	position:absolute;
	top: 26px;
	right:0;
}

#content div.left {
	float:left;
	width:400px;
	margin-right:40px;
}

#content div.right {
	float:right;
	width:400px;
}

#content span.mdash {
	background-image: url("/images/mdash.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    text-indent: -10300px;
    width: 10px;
}

#content span.details {
	font-size:10px;
}

#content ul.albumlist, #content ul.newslist, #content ul.eventlist, #content ul.artistlist {
	margin-top:20px;
	list-style: none outside none;
}

#content #box-recordings ul.albumlist {
	margin-top:0;
}

#content ul.artistlist {
	margin-top:0px;
}

#content ul.artistlist h2 {
	position:relative;
	top: -4px;
}

#content ul.albumlist li, #content ul.artistlist li {
	position:relative;
	margin-bottom: 40px;
}

#content ul.albumlist li img, #content ul.artistlist li img {
	background-color: #393939;
    float: left;
    margin-right: 40px;
}

#content ul.albumlist li p, #content ul.artistlist li p {
	margin-top:0;
}

#content ul.albumlist li hr, #content ul.artistlist li hr {
	width:180px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0;
}

#content a.addToCart {
	font: 9px/9px "N52MedRegular", Arial, sans-serif;
	text-transform: uppercase;
	color:#fafbfa;
	background-color: #5E9978;
	padding: 2px 4px;
	border-radius: 3px 3px 3px 3px;
	-webkit-radius: 3px 3px 3px 3px;
	-moz-radius: 3px 3px 3px 3px;
	cursor: pointer;	text-decoration:none;
}

#content ul.newslist li {
	
}

#content ul.newslist li hr {
	margin: 26px 0;
	width: 50%;
}

#content ul.eventlist li hr {
	margin: 20px 0;
	width: 10px;
	background-color:#575756;
	color:#575756;
}

#content input#code {
	background-color: #565656;
    border: 0 none;
    color: #F8FCF0;
    font: bold 10px/10px Arial,sans-serif;
    height: 17px;
    padding: 0 3px;
    width: 50%;
}

#content input.submit, #content a.submit, div.checkout a.billingAddress {
	background-color: #5E9978;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 9px/9px "N52MedRegular",Arial,sans-serif;
    padding: 1px 2px;
    text-transform: uppercase;
	cursor:pointer;
	cursor:hand;
	width:auto;
	height: auto;
    float: right;
}

form#downloadform input.submit {
	float:left;
}

#content input.submit {
	padding: 3px 5px;
}


#content input.maillist {
	float: none;
}

#content span.emailaddress {
	color:#F8FCF0;
}

#content a.submit {
	display: block;
    line-height: 13px;
    padding: 1px 3px;
}

#content div.video {
	margin-bottom:15px;
}

span.date {
	color:#F8FCF0;
	font-size:10px;
}

span.location {
	font-size:10px;
}#box-events table tr th {
    color: #F8FCF0;
    font: 11px/18px "N52Bold",Arial,sans-serif;
    text-transform: uppercase;
	padding-bottom:20px;
}

#box-events table tr td {
	padding-bottom:6px;
}

#box-events table tr td a.ticket-link {
    background-color: #5E9978;
    border-radius: 3px 3px 3px 3px;
    color: #FAFBFA;
    cursor: pointer;
    font: 9px/9px "N52MedRegular",Arial,sans-serif;
    padding: 2px 4px;
    text-transform: uppercase;
	float:right;
}

#box-events div.past-events {
    border-top: 1px solid #393A3A;
    color: #F8FCF0;
    font: 11px/18px "N52Bold",Arial,sans-serif;
    margin: 26px 0 0;
    padding: 26px 0 0 2px;
    text-transform: uppercase;
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 29, 2012 */



@font-face {
    font-family: 'N52Bold';
    src: url('/fonts/nobel-bold-webfont.eot');
    src: url('/fonts/nobel-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nobel-bold-webfont.woff') format('woff'),
         url('/fonts/nobel-bold-webfont.ttf') format('truetype'),
         url('/fonts/nobel-bold-webfont.svg#Nobel52Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'N52MedRegular';
    src: url('/fonts/nobel-medium-webfont.eot');
    src: url('/fonts/nobel-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nobel-medium-webfont.woff') format('woff'),
         url('/fonts/nobel-medium-webfont.ttf') format('truetype'),
         url('/fonts/nobel-medium-webfont.svg#Nobel52MedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}div.footer {
	color: #6A6A69;
    font-size: 9px;
}

div.footer a {
	color: #6A6A69;
	border-bottom:1px dotted;
}

#itemAdded, #progress {
	display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3001;
}

#itemAddedDetail, #progressDetail {
	height: 100%;
    margin-top: -42px;
    text-align: center;
    top: 50%;
    width: 100%;
}

#itemAddedBackground, #progressBackground {
	/*
	position:absolute;
	top:0;
	
    background-color: #5E9978;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);

	border-radius:14px;

    width: 100%;
    height: 100%;
	*/
}

#itemAddedContent, #progressContent {
	background-color: #5E9978;
    border-radius: 14px 14px 14px 14px;
    display: inline-block;
    padding: 18px;
    position: relative;
    text-align: left;
    width: 220px;
	opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
}

#itemAddedContent h1, #progressContent h1 {
    color: #212222;
    font: 22px/24px "N52Bold",Arial,sans-serif;
    text-transform: uppercase;
}

#itemAddedContent p, #progressContent p {
    color: #212222;
}

#itemAdded a {
    background-color: #FAFBFA;
    border-radius: 3px 3px 3px 3px;
    color: #5E9978;
    cursor: pointer;
    font: 9px/9px "N52MedRegular",Arial,sans-serif;
    margin: 0 4px;
    padding: 2px 4px;
    text-transform: uppercase;
}#header {
	margin-bottom:17px;
}

#header h1 {
	display: block;
    height: 250px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 45px;
    width: 250px;
}

#header ul {
	font: 11px/10px "N52MedRegular", Arial, sans-serif;
	position:relative;
	list-style: none outside none;
	text-transform:uppercase;
}

#header ul li {
	float: left;
    margin-right: 10px;
    position: relative;
}

#header ul#navigation li a {
	color:#F8FCF0;
    display: block;
    padding: 5px 4px;
	border-radius: 3px 3px 3px 3px;
	-webkit-radius: 3px 3px 3px 3px;
	-moz-radius: 3px 3px 3px 3px;
}

#header ul#navigation li a.active, #header ul#navigation li a.active:hover {
	background-color: #565656;
}

#header ul#navigation li a:hover {
	background-color: #393939;
}


#header ul.social {
	position:relative;
	top: 3px;
	float:right;
}

#header ul.social li {
	margin-left: 7px;
	margin-right: 0;
}

#header ul.social li a {
	display:block;
	width:15px;
	height:15px;
	text-indent:-10300px;
	position:relative;
	background-image: url("/images/social.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
}

#header ul.social li a.facebook {
	background-position: -20px 0;
}

#header a.cart {
	background-image: url("/images/cart.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #5E9978;
    font: 9px/9px "N52MedRegular",Arial,sans-serif;
    padding-left: 17px;
    padding-top: 3px;
    text-transform: uppercase;
	position:absolute;
	left:660px;
	bottom:5px;
}div.box.wide div.media {
	width:840px;
	height:473px;
	overflow:hidden;
}

div.box.wide div.media iframe, div.box.wide div.media-medium iframe {
	display:none;
}

div.box.wide div.media .video-knop {
    background-image: url("/images/videoKnop.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 473px;
    position: absolute;
    top: 0;
    width: 840px;
	cursor:pointer;
	cursor:hand;
}

div.box.wide div.media-medium .video-knop {
    background-image: url("/images/videoKnop.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 225px;
    position: absolute;
    top: 0;
    width: 400px;
	cursor:pointer;
	cursor:hand;
}

div.box.wide div.media div.overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

div.box.wide div.media div.overlay div.centered {
    display: table-cell;
    height: 473px;
    width: 840px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

div.box.wide div.media div.overlay h1 {
    font: 44px/46px "N52Bold",Arial,sans-serif !important;
    margin-top: 0px !important;
}

div.box.wide div.media div.overlay h2 {
    font: 22px/24px "N52Bold",Arial,sans-serif !important;
    margin-top: 0px !important;
}div#box-recording div.left a.active {
	display:none;
}

div#box-recording img.thumb {
    margin: 15px 15px 0 0;
}

div#box-recording span.catalogID {
    display: block;
    font-size: 10px;
    padding-bottom: 15px;
}

div#box-recording ul.releases {
    margin-top: 50px;
	list-style: none outside none;
}

div#box-recording ul.releases li.first {
    border-top: 0 none;
    margin-top: 0;
}

div#box-recording ul.releases li {
    border-top: 1px solid #434545;
    margin-top: 9px;
    padding-top: 10px;
}

div#box-recording ul.releases div.release-summary {
}

div.jp-audio {
    float: left;
    height: 30px;
    width: 30px;
}

div.jp-audio ul.jp-controls {
	list-style: none inside none;
}

div#box-recording ul.releases div.jp-audio ul.jp-controls li {
	padding:0;
	margin:0;
	border:0;
}

div.jp-audio div.jp-progress {
	display:none;
}

div.jp-audio div.jp-clock {
	display:none;
}

ul.jp-controls a.jp-play {
	width:30px;
	height:28px;
    background-image: url("/images/playerPlay.gif");
    background-position: left center;
    background-repeat: no-repeat;
	display:block;
	text-indent:-3000px;

	cursor:hand;
	cursor:pointer;
}

ul.jp-controls a.jp-pause {
	width:30px;
	height:28px;
    background-image: url("/images/playerPause.gif");
    background-position: left center;
    background-repeat: no-repeat;
	display:block;
	text-indent:-3000px;

	cursor:hand;
	cursor:pointer;
}

div#box-recording a.showDetail {
    cursor: hand;
    cursor: pointer;
    display: block;
    width: 320px;
}

div#box-recording ul.releases div.release-summary h3 {
    font: bold 11px/14px Arial,sans-serif !important;
}

div#box-recording ul.releases div.release-summary span {
	font-size: 10px;
}

div#box-recording ul.releases div.release-summary span.price {
    color: #5E9978;
    position: absolute;
    right: 0;
    top: 6px;
}

div#box-recording ul.releases div.release-summary a.addToCart {
    margin-left: 6px;
}

div#box-recording ul.releases div.release-detail {
    border-left: 1px dotted #434545;
    display: none;
    padding-left: 18px;
	margin: 15px 0 22px 12px;
}

div#box-recording ul.releases li.open div.release-detail {
	display:block;
}

div#box-recording ul.releases div.release-detail p {
	margin: 0 0 15px 0;
}

div#box-recording ul.releases div.release-detail ol {
    list-style: decimal-leading-zero inside none;
    padding-left: 0;
	margin-bottom: 22px;
}

div#box-recording ul.releases div.release-detail ol li {
	margin:0;
	border:0;
	padding-top:3px;
	cursor:pointer;
	cursor:hand;
	font-size:10px;
}

div.release-detail ol li:hover, div.release-detail ol li.jp-playlist-current {
	font-weight:bold;
}

div.release-detail ol li div.jp-clock {
	display:inline;
	margin-left: 5px;
}

div#box-recording ul.releases div.release-detail ol li div.jp-clock div {
	display:inline;
}

div#box-recording ul.releases div.release-detail ol li div.jp-clock div.jp-haakje {
	margin:0 -2px;
}


div#box-recording ul.releases div.release-detail ol li a.trackToCart {
    background-image: url("/images/cart.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: none;
    font-weight: normal;
    margin-left: 6px;
    padding-right: 16px;
	color:#5E9978;
}

div#box-recording ul.releases div.release-detail ol li:hover a.trackToCart, div#box-recording ul.releases div.release-detail ol li.jp-playlist-current a.trackToCart {
	display:inline;
}

ul.recordings {
    list-style: none outside none;
}

ul.recordings li {
	float: left;
    margin: 0 20px 40px 20px;
    position: relative;
    width: 400px;
}

ul.recordings li img {
	background-color: #393939;
    float: left;
    margin-right: 40px;
}

ul.recordings li hr {
	bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 180px;
}

#content ul.recordings p {
	margin-top:0;
}

#content ul.recordings h2 {
	position:relative;
	top: -4px;
}