@charset "iso-8859-1";

html {
	height: 101%;
}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #475573;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #037CCF;
	text-decoration: none;
}

a:hover, a:active {
	color: #AA3C36;
	text-decoration: none;
}

p {
	margin: 0px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 2px 5px;
	line-height: 18px;
}
#container {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat;
	padding: 5px;
}
#header {
	float:left;
	width:100%;
	margin:0;
}

#logo {
	float: left;
	margin-right: 5px;
}

#sd_topnav {
	margin-top: 5px;
	height: 33px;
	width: 825px;
	background: url(images/header-main-bottom-wide.gif);
	padding: 0px;
	float: left;
}
#sd_topnav ul {
	margin: 0px;
	padding: 0px 4px;
	list-style: none;
}

#sd_topnav li {
	line-height: 33px;
	height: 33px;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
}
#sd_topnav a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0px 12px;
	text-align: center;
}
#sd_topnav   a:hover    {
	color: #FFFFFF!important;
	background: none #44567B!important;
}
.nav_active a {
	background: #44567B;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* Left column background colour */
	margin-top: 5px;
	background-image: url(images/container-bg.gif);
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:155px;    	/* Centre column background colour */
	background-color: #fff;
	background-repeat: repeat;
	background-position: 1px 1px;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-300px;    	/* Right column background colour */
	background-image: url(images/container-bg.gif);
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 5px 0 305px;
	overflow:hidden;
}
#col1 {
	width:660px;
	overflow:hidden;
	background-color: #FFF;
}
#col2 {
	float:left;
	width:155px;
	position:relative;
	margin-left:-50%;
	left:145px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:140px;
	position:relative;
	left:5px;
	overflow:hidden;
}

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin: 10px -10px -10px 10px;
	background: url(images/shadow1.png) scroll right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -8px;
	top: -8px;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right {
	float:
	right;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #8A91A0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}
/* Clear fix
------------------------------------------*/
/* Alsett Clearing Method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

*html .clearfix {height: 1%;}

.clearfix {display: block;}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin: 0px;
}
#mainContent  {
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main_top {
	width: auto;
	margin: 5px 0px;
	height: 133px;
}
.top_box {
	float: left;
	width: 240px;
	color: #45577C;
	padding: 5px;
	font-size: 0.8em;
	height: 90px;
	background: url(images/bg_tip.gif);
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.top_box_midlle {
	background: url(images/bg_top_middle.gif);
	height: 75px;
	width: 420px;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.top_box_midlle .links {
	margin-top: 45px;
	margin-left: 60px;
}

.top_box_midlle A {
	color: #FFF;
	float: left;
	display: block;
	margin-right: 15px;
	height: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFF;
	font-weight: normal;
}
.top_box_midlle A:hover {
	color: #45577C !important; 
	background-color: #FFF;
}


#top_box_cart {
	float: left;
	height: 70px;
	width: 160px;
	margin-left: 67px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	text-align: right;
	background-image: url(images/cart.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#top_box_cart H1 {
	font-size: 12px;
	color: #FFF;
	display: block;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#top_box_cart H1 A {
	color: #FFF;
}
#top_box_cart h1 a:hover {
	color: #45577C;
}


#top_box_cart P {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#top_box_cart H2 {
	display: block;
	margin: 3px 0px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	color: #FFF;
	font-weight: normal;
}
#top_box_cart H2 A {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
#top_box_cart h2 a:hover {
	color: #45577C;
}


.top_box_left {
	float: left;
}

.top_box_right {
	float: right;
	height: 90px;
	width: 240px;
	font-size: 0.8em;
	color: #FFF;
	background: url(images/bg_top_right.gif);
	padding: 5px;
	text-align: right;
}
.top_box_tip {
	height: 133px;
	width: 210px;
	float: left;
	margin-left: 5px;
	background: url(images/bg_tip.gif);
}
.top_box_tip H1 {
	display: block;
	text-align: center;
	margin: 5px 10px 0px;
	padding: 0px;
	font-size: 16px;
	color: #45577C;
	border-bottom: 2px solid #45577C;
}



.top_box_search {
	float: left;
	width: 360px;
	color: #FFF;
	margin-top: 10px;
	display: inline;
	margin-left: 40px;
}
.top_box_search #form1 {
	display: inline;
}

.top_box_search .selloff {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 2px;
	font-style: italic;
	color: #FFF;
}
.form_search #q {
	font: 14px Arial, Helvetica, sans-serif;
	width: 275px;
	padding: 0px;
	display: inline;
	margin-top: 4px;
	float: left;
	height: 18px;
}
.form_search #zoeken {
	padding: 0px;
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.form_search LABEL {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	display: block;
	margin-top: 2px;
	float: left;
}
.form_search_ie6 #q {
	font: 11px Arial, Helvetica, sans-serif;
	width: 150px;
	margin: -3px 5px 0px;
	padding: 0px;
	float: left;
	display: block;
}
.form_search_ie6 #zoeken {
	margin: -4px 0px 0px 5px;
	padding: 0px;
	display: block;
}
.form_search_ie6 LABEL {
	font-weight: bold;
	display: block;
	float: left;
	margin: -2px;
	padding: 0px;
	color: #4d4d4d;
	font-size: 12px;
}




.box_left {
	width: 150px;
	color: #FFFFFF;
	width: 150px;
	margin: 5px 0px 0px;
}
.box_left .button {
	font-size: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.content {
	background: #FFF;
	width: 670px;
	min-height: 400px;
	float: left;
}
.container_right {
	margin-left: 5px;
	float: left;
	width: 150px;
	color: #FFF;
	padding: 0px;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	display: block;
	font-size: 1px;
	line-height: 0px;
	height: 0;
}
.login p {
	margin: 0px;
	padding-top: 4px;
	padding-left: 0px;
	font-size: 11px;
	text-align: left;
	display: block;
}
.login a {
	color: #FFFF66 !important;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.login {
	margin-bottom: 0px;
	margin-right: 5px;
	background-image: url(images/User.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #AA3C36;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFF66;
}
#footer {
}
#footer p {
}



.login form {
	margin: 0px;
	padding: 0px;
}
.login .remember {
	margin: 2px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
}

.inputbox {
	font-size: 11px;
	width: 120px;
}
#login label {
	font-size: 11px;
	padding-left: 2px;
}
.genre {
	padding: 5px;
	background: #666666;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
}
.genre  p {
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
.genre a {
	color: #FFFFFF !important;
	background: url(images/arrow-off.gif) no-repeat 5px 6px;
	display: block;
	padding-left: 15px;
	line-height: 18px;
}
.genre  a#active_genre {
	color: #FE9800 !important;
	background: url(images/arrow-on.gif) no-repeat 5px 6px;
	display: block;
	padding-left: 15px;
}
.genre h3 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.genre   a:hover , .genre a:active {
	color: #FE9800 !important;
	background: url(images/arrow-on.gif) no-repeat 5px 6px;
	display: block;
	padding-left: 15px;
}
.paymethods {
	padding: 0px;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.paymethods H1 {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
}

.top_box_midlle A:hover, .top_box_midlle A:active {
	color: #FBB03B;
}


.right1 {
	padding: 5px;
	background: #45577C;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	color: #FFF;
	font-size: 11px;
}
.right1 A {
	color: #FFF;
	text-decoration: underline;
}
.right1 H1 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.front_nieuw {
	background: #FFF;
	margin: 0px 5px;
}
.front_item {
	width: 115px;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.front_item .detail {
}
.front_item .detail A {
	text-decoration: underline;
}
.front_item .cover {
	margin-left: -5px;
	margin-bottom: -3px;
}





.front_item .artiest {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.front_item .titel {
	font-size: 11px;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin: 0px 0px;
}
.front_item .prijs {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
	color: #F00;
	float: left;
}
.bestseller_cover {
	float: left;
}
.bestseller_detail {
	width: 80px;
	overflow: hidden;
	float: left;
}
.bestseller_item .artiest {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bestseller_item .titel {
	font-size: 11px;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin: 0px 0px;
}
.bestseller_item .prijs {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
	color: #F00;
	float: left;
}
.bestseller_item .detail {
}
.bestseller_item .detail A {
	text-decoration: underline;
}



.nieuw_header {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #45577C;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: uppercase;
}
.twitter {
	margin-left: 5px;
    margin-top: 5px;
}

.nieuw_sub_header {
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: -25px;
}
.nieuw_sub_header A {
	text-decoration: underline;
}

.verwacht_header {
	font-size: 14px;
	font-weight: bold;
	color: #AA3C36;
	width: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA3C36;
	text-transform: uppercase;
}
.bestsellers {
	background: #FFF;
	margin: 0px;
	color: #000;
	padding: 0px;
}
.bestsellers .front_item {
	margin-left: 0px;
	margin-right: 0px;
}
.bestsellers .front_item .cover {
	float: left;
}
.bestsellers .front_item .artiest {
	font-size: 9px;
	width: 80px;
}
.bestsellers h1 {
border-bottom:2px solid #45577C;
color:#45577C;
display:block;
font-size:16px;
margin:0 5px;
padding:5px 5px 0;
text-align:center;
}
.bestsellers h2 {
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin-right: 3px;
	display: block;
}
#main {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F9F9F9;
}

#searchtitle {
font-size:16px;
font-weight:bold;
margin-bottom:6px;
}
#result_totals {
float:left;
}
#filter_switch {
text-align:right;
line-height:20px;
}
.nav_sort {
clear:both;
height:30px;
}
#search_nav_div {
float:left;
margin:0;
padding:0;
}
.search_nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
color:#333333;
font-weight:bold;
margin:5px 0 0;
padding:0;
width:100px;
}
#sortselecter {
float:right;
}
#sortnavform {
margin:0;
padding:0;
}
#sortnavform #sort {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFCC none repeat scroll 0 0;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px 0 0;
padding:0;
}
.searchrow {
border-top:1px solid #666666;
}
.coverart {
float:left;
}
.detail_a {
float:left;
margin:0;
padding:5px 0 0;
}
.prijs {
font-size:11px;
font-weight:bold;
margin:0;
overflow:hidden;
padding:0 0 0 5px;
text-transform:capitalize;
white-space:nowrap;
width:115px;
}
.edit {
margin-top:25px;
}
.detail_a_right {
border:1px solid #AA3C36;
display:block;
float:right;
height:73px;
margin:5px 0 0;
padding:5px;
width:195px;
}
.detail_a_right_content {
border:1px solid #AA3C36;
display:block;
float:right;
font-size:10px;
height:73px;
margin:5px 0 0;
padding:5px;
width:195px;
}
.detail_a_right_content #form1 {
margin:0;
padding:0;
}
.detail_a_right_content {
font-size:10px;
}
.detail_a_right_content select {
font-size:10px;
}
.detail_a_right_content .button {
font-size:10px;
}
.button {
font-size:11px;
margin-top:4px;
}
.detail_opvoorraad {
color:#333333;
font-weight:bold;
}
.kopen {
height:30px;
margin:0;
padding:0;
}
.kopen form {
margin:0;
padding:0;
}
.kopen a {
margin:0;
padding:0;
}
.searchrow a {
color:#000066;
font-weight:bold;
text-decoration:underline;
}
.kopen img {
margin:0;
padding:0;
}
.responce {
color:#333333;
font-weight:bold;
margin-top:2px;
}
#sd_footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC none repeat scroll 0 0;
	height:30px;
	position:relative;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tip_item {
	padding-top: 10px;
	padding-left: 15px;
}

.tip_item .artiest {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.tip_item .titel {
	font-size: 11px;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	margin: 0px 0px;
}
.tip_item .prijs {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
	color: #F00;
	float: left;
}
.tip_item .detail {
}
.tip_item .detail A {
	text-decoration: underline;
}
.top_banner {
	background-image: url(images/top_banner.gif);
	float: left;
	height: 95px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 825px;
}
.top_box_links {
	height: 80px;
	width: 110px;
	float: left;
	margin-left: 62px;
	margin-top: 10px;
}
.top_box_links ul li {
	font-weight: bold;
	color: #FFF;
}
.top_box_links ul li a {
	color: #FFF;
}
.top_box_links ul li a:hover {
	color: #45577C;
}
#form1 .uitgebreid {
	float: left;
	margin-left: 70px;
}
#form1 .uitgebreid a {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
#form1 .uitgebreid a:hover {
	color: #45577C;
}
#detail_main {
	background: #F9F9F9;
	padding: 5px 10px 5px 5px;
	height: auto;
}

#detail_head {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	padding-left: 7px;
	padding-bottom: 2px;
	background: #CCC;
	margin-top: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #001237;
	border-bottom-color: #001237;
}
#detail_top {
	margin: 0px;
	padding: 0px;
}
#detail_tracks {
	padding: 5px 0px 10px 10px;
	border-top: thin dotted #45577C;
	width: 300px;
	float: left;
}
#detail_tracks .disknr {
	font-weight: bold;
	font-size: 14px;
	margin: 3px 0px;
	padding: 0px;
}
.tracklist {
	height: 200px;
	overflow: auto;
}
#tracklist_header {
	font-weight: bold;
	font-size: 14px;
}
#detail_H2  {
	margin: 0px;
	padding: 0px 0px 7px;
}
.detail_a    {
	margin: 0px;
	padding: 5px 0px 0px;
	float: left;
}
.detail_a_right {
	margin: 5px 0px 0px;
	padding: 5px;
	border: 1px solid #AA3C36;
	height: 73px;
	width: 195px;
	display: block;
	float: right;
}
.detail_a_right_content {
	margin: 5px 0px 0px;
	padding: 5px;
	border: 1px solid #AA3C36;
	height: 73px;
	width: 195px;
	display: block;
	float: right;
	font-size: 10px;
}
.detail_a_right_content #form1 {
	margin: 0px;
	padding: 0px;
}

.detail_a_right_content  select {
	font-size: 10px;
}
.detail_a_right_content   .button          {
	font-size: 10px;
}
.detail_b_left {
	margin: 0px;
	padding: 5px 0px 0px;
	float: left;
	height: auto;
	width: 295px;
}
.detail_b_right {
	margin: 5px 0px 0px;
	padding: 5px;
	float: left;
	border: 2px solid #AA3C36;
	height: 110px;
	width: 195px;
	display: block;
}
.detail_b_right #remove {
	margin: 0px;
	padding: 0px;
}
.detail_b_right #remove .button {
	margin: 2px 0px 0px;
	padding: 0px;
}
.detail_b_right #remove #content {
	float: left;
}
.detail_b_right input {
	margin-top: 1px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.detail_b_right select {
	margin-bottom: 5px;
	margin-top: 5px;
}
.detail_b_right .button {
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.detail_opvoorraad {
	font-weight: bold;
	color: #333333;
}
.detail_prijs {
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	margin: 5px 0px 0px;
	padding: 0px;
}
.detail_prerelease {
	font-weight: bold;
	color: #333333;
}
.detail_alerts {
	float: left;
	height: 250px;
	width: 230px;
	color: #006;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
.product_detail {
	border-bottom: 2px dotted #333;
	padding-bottom: 10px;
	padding-top: 5px;
	min-height: 250px;
	background: #FFF;
}

.product_detail .cover {
	float: left;
	height: auto;
	width: 130px;
	margin-right: 8px;
}
.product_detail .product_details {
	float: left;
	height: auto;
	width: 205px;
	margin-left: 25px;
	margin-top: 4px;
}
.product_detail .product_details H3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
.product_detail .product_details H4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
.product_detail .product_details H5 {
	margin: 5px 0px 10px;
	padding: 0px;
	font-style: italic;
}

.product_detail .product_details .cartbox {
	margin-right: 7px;
}


.product_detail .tracks {
	float: left;
	height: auto;
	width: 295px;
}
.product_detail .tracks .player_wimpy {
	margin-top: 5px;
}

.product_detail .tracks H1 {
	display: block;
	margin: 4px 0px 0px;
	padding: 0px;
	text-align: center;
	background: #45577C;
	color: #FFF;
	font-size: 14px;
}

.product_detail .tracks UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
}
.product_detail .tracks .listing UL LI {
	margin: 0px;
	padding: 0px;
}
.product_detail .tracks .listing UL .notracks {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin-top: 3px;
	margin-left: 75px;
}

.product_detail .tracks .listing UL .disk {
	font-size: 12px;
	font-weight: bold;
	color: #009;
}
.product_detail .tracks .listing UL .track .tracknr {
	display:block;
	float:left;
	width:18px;
}

.product_detail .tracks .listing UL .track .speaker{
	margin: 0px;
	padding: 0px;
}
.product_detail .tracks .listing UL .track .speaker IMG {
	margin-bottom: -4px;

}

.product_detail .tracks .listing {
	padding: 0px;
	height: 200px;
	overflow: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.preorder {
	height: 110px;
	width: 195px;
	float: left;
	border: 2px solid #03F;
	background: #F9F9F9;
	padding: 5px;
	margin-left: 20px;
	margin-top: 5px;
}
.preorder #form2 .button {
	float: left;
}
.login_error {
	color: #FF0000;
	text-align: center;
	background: #FFFFFF url(images/error.jpg) no-repeat 7px;
	border: thin solid #FF0000;
	padding-left: 14px;
	height: auto;
	padding-top: 10px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.account_wrapper {
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.account_wrapper H1 {
	font-size: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #45577C;
}
.account_wrapper P {
	color: #45577C;
	margin-bottom: 5px;
	font-size: 16px;
}

.account_wrapper FIELDSET {
	border: 1px solid #45577C;
	padding: 0px 10px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-right: 30px;
}
.account_wrapper FIELDSET LEGEND {
	font-size: 16px;
	font-weight: bold;
	color: #45577C;
}
.account_wrapper FIELDSET .wijzig {
	float: right;
	width: 200px;
	text-align: right;
}


.account_wrapper FIELDSET .wijzig A {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.account_wrapper FIELDSET .payment {
	float: right;
	text-align: right;
	width: 350px;
	height: 28px;
}
.account_wrapper FIELDSET .payment A {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.account_wrapper FIELDSET LI {
	padding: 0px;
	margin: 5px 0px 0px 25px;
}
.account_wrapper FIELDSET UL {
	list-style: disc;
}

.account_wrapper FIELDSET LI A {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.account_wrapper FIELDSET .fieldset_content .order_content_left {
	float: left;
	width: 280px;
	margin-right: 5px;
	font-size: 12px;
}
.account_wrapper FIELDSET .fieldset_content .order_content_right {
	font-size: 12px;
}

.account_wrapper FIELDSET .fieldset_content TABLE {
	font-size: 12px;
}
.order_omschrijving {
	color: #000;
}


FIELDSET .fieldset_content  {
	margin-top: 10px;
}
FIELDSET .payment_content {
	margin-top: 10px;
	text-align: center;
}
FIELDSET .payment_content SELECT {
	float: none;
}
FIELDSET .payment_content INPUT {
	float: none;
}



.register_wrapper H1 {
	font-size: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #45577C;
}
.register_wrapper A {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.register_wrapper P {
	color: #45577C;
	margin-bottom: 5px;
	font-size: 16px;
}
#contact {
	padding: 10px;
}
#contact h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #39F;
	text-align: center;
	line-height: 28px;
}
#contact p {
	font-size: 14px;
	color: #475573;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact #contact_form {
	margin-top: 10px;
	font-size: 14px;
}
#contact #contact_form label {
	width: 100px;
	color: #475573;
	display: block;
	float: left;
	padding-top: 2px;
	font-size: 14px;
}
#contact #contact_form h2 {
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #475573;
}
#ship_address .contentbox {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#ship_address .box_content_left  {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#ship_address .wijzig {
	text-align: right;
	float: right;
}
#ship_address h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #475573;
}
#ship_address fieldset table tr td img {
	margin-right: 5px;
}
#ship_address .payments {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ship_address .payments legend {
	margin-left: 10px;
}
#ship_address fieldset #form2 input {
	float: right;
}
#ship_address .pay_ideal {
	text-align: center;
}
#ship_address fieldset form .pay_paypal {
	float: right;
}
#ship_address .active_fieldset {
	border: medium solid #F00;
	background-color: #FF9;
}
#ship_address .contentbox fieldset .versturen {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 10px;
	margin-top: 10px;
}
#ship_address fieldset .verzendadres {
	font-weight: bold;
	font-size: 14px;
}

.changeaddress a {
	color: #475573;
	text-decoration: underline;
}
.changeaddress a:hover {
	color: #A93B35;
	text-decoration: underline;
}


.thanks_alert {
	margin: 15px;
	padding: 5px;
	border: thin solid #F00;
	text-align: center;
}
.thanks_order {
	margin: 10px;
}
.fieldset_forgot {
	text-align: center;
	font-size: 14px;
	color: #475573;
	padding: 10px;
}
.fieldset_forgot label {
	margin-left: 50px;
}
#ship_address {
	padding-right: 5px;
	margin-top: 10px;
	padding-left: 15px;
}
#ship_address .checkoutHeader {
	font-weight: bold;
	color: #45577C;
	padding-left: 5px;
	margin-bottom: 5px;
}
#ship_address FORM LABEL #imageField {
	margin-left: 31px;
}
#ship_address .contentbox FIELDSET TABLE TR TD FORM LABEL #imageField4 {
	margin-left: -2px;
}

#ship_address #newaddress FIELDSET #imageField2 {
	margin-left: 162px;
}

#ship_address #new_adrress {
	background: #F0F0F0;
	padding: 5px;
}
#ship_address FORM FIELDSET {
	border-top: 1px solid #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px 10px 10px;
	margin-right: 10px;
}
#ship_address FORM FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.new_address FIELDSET LABEL {
	display: block;
	width: 150px;
	float: left;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: right;
}
.new_address FIELDSET INPUT {
	margin-left: 13px;
	float: left;
}
.new_address FIELDSET SELECT {
	float: left;
	margin-left: 13px;
}
.new_address FIELDSET BR {
	clear: left;
}
#newaddress FIELDSET .verplicht {
	background: url(images/required_star.gif) no-repeat right;
	padding-right: 12px;
	margin-right: -12px;
}


.titellabel  {
	margin: 0px 0px 0px 5px;
	padding: 4px 0px 5px 10px;
	display: block;
	float: left;
}
FIELDSET #titel_0 {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: block;
}
FIELDSET #titel_1 {
	margin: 5px 49px 0px 5px;
	padding: 0px;
	float: left;
}

.huisnr {
	display: block;
	float: left;
	padding: 0px;
	margin-left: 10px;
	background: url(images/required_star.gif) no-repeat right;
	margin-right: -8px;
	width: 50px !important;
}
#newaddress label.error {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(images/unchecked.gif) no-repeat scroll 0 0;
	color:#EA5200;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:18px;
	display: none;
	width: 200px;
	text-align: left;
	margin-left: 5px;
}
#newaddress .submit {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 160px;
	height: 30px;
}

#newaddress label.checked {
	background:url("images/checked.gif") no-repeat 0px 0px;
	margin-left: 5px;
}

#newaddress .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
.register_error {
	color: #FF0000;
	text-align: center;
	margin: 5px 0px 0px;
	background: #FFFFFF url(images/error.jpg) no-repeat 20px center;
	border: 2px solid #FF0000;
	vertical-align: text-bottom;
	padding-top: 13px;
	padding-bottom: 13px;
}
#ship_address FIELDSET {
	border-top: 1px solid #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin-right: 10px;
}
#ship_address FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.pickup {
	margin-left: 15px;
	margin-right: 5px;
}

.pickup FIELDSET {
	border-top: 1px solid #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin-right: 10px;
}
.pickup FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.register_new FIELDSET LABEL {
	display: block;
	width: 150px;
	float: left;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: right;
}
.register_new FIELDSET INPUT {
	margin-left: 13px;
	float: left;
}
.register_new FIELDSET SELECT {
	float: left;
	margin-left: 13px;
}
.register_new FIELDSET BR {
	clear: left;
}
.register_new FIELDSET {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
}

.register_new FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.register_wrapper {
	margin: 5px 20px 35px 25px;
	padding:
	0px;
}
.register_wrapper P {
	margin-top: 10px;
	margin-bottom: 10px;
}

.register {
	background: #F9F9F9;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}
#register FIELDSET .nieuwsbrief {
	width: 500px;
	text-align: left;
	display: block;
	margin: 3px 0px 5px;
	padding: 0px 0px 0px 5px;
}


#register FIELDSET .verplicht {
	background: url(images/required_star.gif) no-repeat right;
	padding-right: 12px;
	margin-right: -12px;
}
#register .remove {
	margin: 10px 0px 0px;
	padding: 10px 10px 10px 235px;
	height: auto;
}

#register label.error {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(images/unchecked.gif) no-repeat scroll 0 0;
	color:#EA5200;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:18px;
	display: none;
	width: 200px;
	text-align: left;
	margin-left: 5px;
}
#register .submit {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 160px;
	height: 30px;
}

#register label.checked {
	background:url("images/checked.gif") no-repeat 0px 0px;
	margin-left: 5px;
}

#register .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#register .remove_address {
	font-size: 14px;
}
#register .remove .remove_address_alert {
	font-size: 14px;
	color: #F00;
	margin-left: -85px;
}

.titellabel  {
	margin: 0px 0px 0px 5px;
	padding: 4px 0px 5px 10px;
	display: block;
	float: left;
}
FIELDSET #titel_0 {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: block;
}
FIELDSET #titel_1 {
	margin: 5px 49px 0px 5px;
	padding: 0px;
	float: left;
}

.huisnr {
	display: block;
	float: left;
	padding: 0px;
	margin-left: 10px;
	background: url(images/required_star.gif) no-repeat right;
	margin-right: -8px;
	width: 50px !important;
}
/*FIELDSET A {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	margin-left: 10px;
}*/
.login_wrapper {
	padding: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
.login_wrapper H1 {
	font-size: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #45577C;
}
.login_wrapper P {
	color: #45577C;
	margin-bottom: 5px;
	font-size: 16px;
}
.login_wrapper .login_register P {
	color: #333;
	font-size: 14px;
}
.login_register P IMG {
	margin-top: 5px;
	margin-left: 150px;
}



.login_wrapper .login_login {
	float: left;
	width: 280px;
	padding: 15px 10px 10px;
	height: 145px;
	background: url(images/bg_login.gif);
	margin-top: 10px;
}
.login_wrapper .login_login #login_main {
	padding-left: 70px;
}
.login_wrapper .login_login P {
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFF;
}

.login_wrapper .login_register {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 25px;
}
#login_main .submit_button .button {
	float: left;
	margin-right: 10px;
}

#login_main FIELDSET LABEL {
	display: block;
	width: 120px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#login_main FIELDSET .inputbox {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
}
#login_main FIELDSET .checkbox {
	display: block;
	margin: 1px 3px 0 0px;
	padding: 0px;
	float: left;
}
#login_main .submit_button A {
	margin: 10px 10px 0px;
	padding: 0px;
	display: block;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.login h2 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.login h3 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
}
div.pagination {
	padding: 3px;
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
.aktieomschrijving {
	margin-top: 5px;
}


div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #001237;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #001237;
	color: #001237;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #001237;
	font-weight: bold;
	background-color: #001237;
	color: #FFF;
	}
	div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #7986A0;
	color: #7986A0;
	}
div.pagination_container {
	text-align: center;
}

.register_bedankt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}.payment_content {
	text-align: center; !important
}
.payment_content select {

}
.payment FIELDSET LABEL {
	display: block;
	width: 150px;
	float: left;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: right;
}
.payment FIELDSET {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
}

.payment FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.cart_opvoorraad {
	font-size: 11px;
	color: #060;
	font-weight: bold;
	font-style: italic;
	
}.cart_nietopvoorraad {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	font-style: italic;
}
.cart_total                {
	text-align: right;
	padding-right: 10px;
}
.thanks_alert h1 {
	font-size: 24px;
	color: #F00;
}
.forgot_password h1 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #0CF;
	text-align: center;
}
.reset_password h1 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	text-align: center;
}
.forgot_pass .reset_melding {
	font-size: 14px;
	color: #45577C;
	text-align: center;
}
.forgot_pass .reset_melding a {
	text-decoration: underline;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.forgot_pass {

}
.forgot_pass p {
	text-align: center;
}

.forgot_pass label {
	color: #45577C;
	font-weight: bold;
	width: 140px;
	white-space: nowrap;
}
.forgot_pass form {
	margin-left: 150px;
}
#custservice h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	background-color: #39F;
	text-align: center;
	line-height: 28px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#custservice h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#custservice .cs_right {
	padding: 5px;
	float: left;
	width: 320px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#custservice .cs_left {
	padding: 5px;
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#custservice ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#custservice li {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
}
#custservice .nav {
	font-size: 16px;
	font-weight: bold;
	color: #45577C;
	padding-left: 15px;
	margin-bottom: 10px;
}
#custservice h4 {
	font-size: 16px;
	font-weight: bold;
	color: #475573;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#custservice h5 {
	font-size: 13px;
	font-weight: bold;
	color: #475573;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#custservice p {
	font-size: 14px;
	color: #475573;
	padding: 10px;
	line-height: 18px;
}
.winkel h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #39F;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.winkel h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 310px;
	background-color: #273B70;
	color: #FFF;
	line-height: 20px;
}
.winkel .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.winkel .text {
	position:static;
	
	font-size: 14px;
	color: #45577C;
}
.winkel h4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:210px;
	width:310px;
	margin: 0px 0px 10px 0px;
	float: left;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:300;
}
.wie h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #39F;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wie h3 {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wie p {
	font-size: 14px;
	color: #45577C;
}
.wie h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.wie img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header {
	background-color:#3399FF !important;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	margin:5px 0 10px;
	padding:0;
	text-align:center;
}
.bxcarousel-container {
	margin-right: auto;
	margin-left: auto;
}
.bxcarousel-text {
	text-transform: capitalize;
	width: 100px;
	overflow: hidden;
	text-align: center;
}

.bx_wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.testsite {
	font-size: 18px;
	color: #F00;
	background-color: #FF9;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #F00;
	text-align: center;
}
.subscribe h2 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.subscribe #subscribeForm fieldset {
	border: 1px solid #03F;
	padding: 10px;
}
.subscribe #subscribeForm legend {
	font-size: 16px;
	font-weight: bold;
	color: #09F;
}
.subscribe #subscribeForm p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.subscribe #subscribeForm .buttons {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.update h2 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.update h3 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.update #subscribeForm fieldset {
	border: 1px solid #03F;
	padding: 10px;
}
.update #subscribeForm legend {
	font-size: 16px;
	font-weight: bold;
	color: #09F;
}
.update #subscribeForm p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.update #subscribeForm .buttons {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 150px;
}
.update #subscribeForm label {
	display:block;
	float:left;
	width: 150px;
}
.activate p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.activate h2 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.activate h3 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.mailinglogin p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.mailinglogin h2 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.mailinglogin h3 {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	padding: 2px;
}
.mailinglogin fieldset {
	border: 1px solid #03F;
	padding: 10px;
}
.mailinglogin legend {
	font-size: 16px;
	font-weight: bold;
	color: #09F;
}
.mailinglogin .buttons {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 150px;
}
.mailinglogin label {
	display:block;
	float:left;
	width: 150px;
}
.update .unsubscribe label {
	display:block;
	float:left;
	width: 140px;
	margin-left:10px;
}
.update .buttons {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 150px;
}
#nieuwsbrief {
	background-color: #9C3;
	padding: 5px;
	width: 140px;
	margin-top: 5px;
}
#nieuwsbrief input {
	font-size:11px;
	width: 130px;
}
#nieuwsbrief legend {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	width: 130px;
}
#nieuwsbrief label {
	color:#FFF;
	font-size:12px;
}

#nieuwsbrief .buttons {
	margin-left:-1px;
	margin-top:2px;
	font-size:12px;
}
.newsletterbedankt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	background-image: url(images/alert.jpg);
	background-color: #F8FFCC;
	background-repeat: no-repeat;
	background-position: 15px center;
	border: thin solid #F00;
}
.alert {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	background-image: url(images/alert.jpg);
	background-color: #F8FFCC;
	background-repeat: no-repeat;
	background-position: 15px center;
	border: thin solid #F00;
}
.standaardtext {
color:#475573;
font-size:14px;
margin:10px 0 0;
padding:0;
}.voorwaarden {
	display: block;
	float: left;
}
.voorwaardencheckbox {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.form_left {
	float: left;
	width: 400px;
}
.form_right {
	float: left;
	width: 210px;
}
.form_right .advance {
	text-align: right;
}
.hoesje {
	margin-left: 10px;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #EEFF99;
	behavior: url(/includes/pie/PIE.htc);
}
.payment_paypal FIELDSET LABEL {
	display: block;
	width: 450px;
	float: left;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: right;
}
.payment_paypal FIELDSET {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
}

.payment_paypal FIELDSET LEGEND {
	font-size: 14px;
	font-weight: bold;
	color: #45577C;
}
.payment_paypal .form_right {
	float: left;
	width: 0px;
}
.payment_paypal .form_left {
	float: left;
	width: 480px;
}
.wim {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.wim .avhm_item {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 5px;
	padding-left: 3px;
	margin-top: 5px;
}
.wim .avhm_item .recensie {
	display: block;
    float: right;
    font-size: 10px;
    margin-top: 22px;
    width: 60px;
}
.wim .avhm_item .titel {
	font-size: 10px;
	text-transform: capitalize;
	display: block;
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 5px;
	margin-bottom: 2px;
}



.wim img {
	float: left;
	margin-right: 10px;
}
.wim h2 {
	margin: 0px;
	font-size: 15px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.wim_recensie p a {
	text-align: right;
	display: block;
}

.welkom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	text-align: right;
	display: block;
	width: 400px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rsd h2 {
	text-decoration: underline;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
#jaarlijsten {
	font-size: 14px;
}
#jaarlijsten h2 {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #001237;
	text-align: center;
}
#jaarlijsten .top25 li .top25-nr {
	font-size: 18px;
	float: left;
	margin-right: 10px;
	margin-left: 180px;
	padding-top: 5px;
	width: 30px;
}

#jaarlijsten .top25 li .top25-img {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
#jaarlijsten .top25 li .top25-item {
	clear: right;
	float: left;
	font-size: 18px;
	padding-top: 5px;
}
#jaarlijsten .top25 .clearfix .top25-item a .top25-titel {
	font-size: 12px;
}
#jaarlijsten .col-left {
	float: left;
	width: 45%;
}
#jaarlijsten .col-right {
	float: left;
	width: 45%;
}

