body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #464646;
	background: #000 url(../images/body-bg.jpg) center top no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 958px;
}

#header {
	position: relative;
	margin: 0 0 17px 0;
	padding: 171px 0 0 0;
	overflow: hidden;
}

#logoDDL {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 351px;
	height: 150px;
	background: url(../images/logo-ddl.png) left top no-repeat;
}

#logoDDL a {
	display: block;
	width: 179px;
	height: 28px;
	text-indent: -9999px;
}


#onelinerDDL {
	font-size: 1.8em;
	font-style: italic;
	color: #fff;
}

#onelinerDDL span {
	position: absolute;
}

#onelinerDDL span.line-1 {
	top: 88px;
	left: 400px;
}

#onelinerDDL span.line-2 {
	top: 108px;
	left: 430px;
}

#header .picture {
	position: absolute;
	top: 20px;
	left: 715px;
	width: 228px;
	height: 202px;
	background: url(../images/header-picture.png) left top no-repeat;
	z-index: 1;
}

#menu-panel {
	width: 958px;
}

.without-submenu {
	background: url(../images/menu-box.png) left top no-repeat;
}

.with-submenu {
	background: url(../images/menu-box-submenu.png) left top no-repeat;
}

#menu {
	position: relative;
	margin: 0 0 0 -1px;
	padding: 21px 0;
	height: 86px;
	color: #787878;
	z-index: 2;
}

#menu li {
	float: left;
	padding: 0 17px 0 18px;
	width: 156px;
	height: 86px;
	background: url(../images/menu-dots.gif) left top repeat-y;
}

#menu a:link,
#menu a:visited {
	font-size: 2.0em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover,
#menu a:active {
	color: #787878;
}

#menu .subtitle {
	float: left;
	margin: 11px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 18px;
}

#menu li.active a:link,
#menu li.active a:visited {
	color: #787878;
}

#submenu {
	position: relative;
	margin: 0 0 0 -3px;
	padding: 3px 0 7px 1px;
	width: 955px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
}

#submenu li {
	float: left;
	padding: 0 17px 0 19px;
	width: 155px;
	background: url(../images/submenu-spacer.gif) left top repeat-y;
}

#submenu a:link,
#submenu a:visited {
	padding: 0 0 0 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/submenu-arrow.gif) left 3px no-repeat;
}

#submenu a:hover,
#submenu a:active {
	color: #8c8c8c;
	text-decoration: none;
	background: url(../images/submenu-arrow-hover.gif) left 3px no-repeat;
}

#submenu li.active a:link,
#submenu li.active a:visited {
	color: #8c8c8c;
	background: url(../images/submenu-arrow-hover.gif) left 5px no-repeat;
}

#submenu #account {
	float: right;
	font-weight: normal;
}

#content-wrapper {
	padding: 6px 0 0 0;
	background: #fff url(../images/content-top.jpg) left top no-repeat;
}

#content {
	padding: 14px 0 20px 0;
	background: url(../images/content-left.jpg) left bottom no-repeat;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
}

#column-main {
	float: left;
	padding: 0 20px;
	width: 532px;
	background: url(../images/column-dots.gif) right top repeat-y;
}

#column-side {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 20px;
	width: 345px;
	background: url(../images/column-dots.gif) left top repeat-y;
}

.block {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	background: url(../images/block-dots.gif) left bottom repeat-x;
}

.block h1 {
	padding: 0 0 25px 0;
	font-size: 2.4em;
	color: #e60000;
}
.block h2 {
	padding: 0 0 5px 0;
	font-size: 1.8em;
	line-height: 20px;
	color: #e60000;
}
.block h3 {
	padding: 0 0 25px 0;
	font-size: 2.4em;
	color: #e60000;
}


.block h4 {
	padding: 0 0 5px 0;
	font-size: 1.8em;
	line-height: 20px;
	color: #e60000;
}

.block h5 {
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 20px;
}

.block p {
	padding: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 20px;
}

.block a:link,
.block a:visited {
	color: #0000b4;
	text-decoration: underline;
}

.block a:hover,
.block a:active {
	color: #0000b4;
	text-decoration: none;
}

.block .badge-nieuw {
	position: absolute;
	width: 84px;
	height: 84px;
	background: url(../images/badge-nieuw.png) left top no-repeat;
}
.block .badge-actie {
	position: absolute;
	width: 84px;
	height: 84px;
	top: -10px;
	right:-10px;
	background: url(../images/badge-actie.png) left top no-repeat;
}

.block ul {
	padding: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 20px;
}

.block ul li {
	padding: 0 0 0 20px;
	background: url(../images/list-bullet.gif) left 7px no-repeat;
}

.block img {
	float: left;
	margin: 5px 20px 10px 0;
	padding: 2px;
	border: 1px solid #bbb;
}
.post td{
	font-size:12px;
}
.blockForm {
	margin: -5px 0 0 0;
	padding: 0;
	background: none;
}

.blockForm dt {
	float: left;
	width: 145px;
}

.blockForm dd {
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 0 22px;
	width: 365px;
}

.blockForm dd.error {
	background: url(../images/icon-error.png) left 7px no-repeat;
}

.blockForm label {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 28px;
	width:130px;
	display:block;
	float:left;
}

.blockForm input {
	padding: 7px 9px 3px 9px;
	width: 347px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #464646;
	background: url(../images/form-textinput.png) left top no-repeat;
	border: none;
}
.blockForm select {
	padding: 7px 9px 0 9px;
	width: 365px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #464646;
	background: url(../images/form-textinput.png) left top no-repeat;
	border: none;
	margin-bottom:-8px;
}
.blockForm input .betaalButton {
	display: block;
	margin: 0 -2px 0 0;
	padding: 0 0 0 10px;
	width: 92px;
	height: 28px;
	color: #0a0a0a;
	text-decoration: none;
	background: url(../images/button-yellow.png) left top no-repeat;
}

.blockForm .error .textinput {
	color: #e60000;
	background: url(../images/form-textinput-error.png) left top no-repeat;
}

.blockForm textarea {
	padding: 7px 7px 7px 9px;
	width: 349px;
	height: 89px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	color: #464646;
	background: url(../images/form-textarea.png) left top no-repeat;
	border: none;
}

.blockForm .error textarea {
	color: #e60000;
	background: url(../images/form-textarea-error.png) left top no-repeat;
}

.blockForm .submit {
	float: right;
	margin: 12px -2px 0 0;
	padding: 0 0 0 7px;
	width: 102px;
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0a0a0a;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/button-yellow.png) left top no-repeat;
	border: none;
	cursor: pointer;
}


	.message, p#login_error {
		padding: 3px 5px;
	}
	.message {
		background-color: lightyellow;
		border: 1px solid yellow;
	}
	#login_error {
		background-color: lightcoral;
		border: 1px solid red;
		color: #000;
	}
			#display_name {
			width: 250px;
		}
		.field-hint {
			display: block;
			clear: both;
		}

.block .readmore {
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
}

.block .readmore a:link,
.block .readmore a:visited,
.block .readmore a:hover,
.block .readmore a:active {
	float: right;
	display: block;
	margin: 0 -2px 0 0;
	padding: 0 0 0 10px;
	width: 92px;
	height: 28px;
	color: #0a0a0a;
	text-decoration: none;
	background: url(../images/button-yellow.png) left top no-repeat;
}

.block .readmore span {
	float: right;
	display: block;
	margin: 0 -2px 0 0;
	padding: 0 0 0 10px;
	width: 102px;
	background: #fff;
}

.block .readmore span a:link,
.block .readmore span a:visited,
.block .readmore span a:hover,
.block .readmore span a:active {
	float: none;
	margin: 0;
}

#suppliers {
	margin: 0;
	background: none;
}

#suppliers table {
	margin: -15px 0 0 0;
}

#suppliers td {
	width: 177px;
	height: 103px;
	text-align: center;
	vertical-align: middle;
}

#suppliers td img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}

#search {
	margin: 0 0 27px 0;
}

#search .textinput {
	float: left;
	margin: 0 8px 0 0;
	padding: 6px 9px 0 9px;
	width: 217px;
	height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #e60000;
	background: url(../images/search-input.png) left top no-repeat;
}

#search .submit {
	margin: 0 -2px 0 0;
}

#tagcloud {
	margin: 0 0 20px 0;
	padding: 0 0 44px 0;
}

#tagcloud ul {
	margin: -6px 0 0 0;
	font-size: 1.0em;
	line-height: 26px;
}

#tagcloud li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}

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

#tagcloud a:hover,
#tagcloud a:active {
	color: #0000b4;
	text-decoration: underline;
}

#event-kalender {
	margin: 0;
	padding: 0;
	width: 345px;
	background: url(../images/event-kalender-bg.jpg) left top repeat-y;
}

#event-kalender h3 {
	padding: 14px 20px;
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
	background: #000;
}

#event-kalender .content {
	padding: 8px 20px 20px 20px;
	width: 305px;
	background: url(../images/event-kalender-gradient.jpg) left bottom no-repeat;
}

#event-kalender .date {
	margin: 0 6px 0 0;
}

#event-kalender h4 {
	margin: 0 0 10px 0;
	padding: 8px 0 5px 0;
	color: #000;
	text-transform: uppercase;
	background: url(../images/block-dots.gif) left bottom repeat-x;
}

#event-kalender ul {
	padding: 0 0 12px 0;
}

#event-kalender li {
	padding: 0;
	background: none;
}

#event-kalender ul a:link,
#event-kalender ul a:visited {
	color: #000078;
	text-decoration: underline;
}

#event-kalender ul a:hover,
#event-kalender ul a:active {
	color: #000078;
	text-decoration: none;
}

#event-kalender .readmore {
	padding: 17px 0 0 0;
	background: url(../images/block-dots.gif) left top repeat-x;
}

#shop {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
}

#shop h3 {
	padding: 0 0 13px 0;
}

#shop .badge-nieuw {
	top: -30px;
	left: 455px;
}

#shop table {
	margin: 0 -20px 0 -20px;
	width: 552px;
	border-collapse: separate;
	border-spacing: 20px;
}

#shop td {
	padding: 2px;
	width: 250px;
	background: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
}

#shop h5 {
	padding: 0 10px;
	line-height: 30px;
	color: #464646;
}
#shop .pricedisplay {
	padding: 0 10px;
	line-height: 30px;
	color: #464646;
	font-size: 20px;
	margin: 10px;
}

#shop img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
#winkelwagen table {
	margin: 0;
	width: 100%;
	border-collapse:inherit;
	border-spacing:10px;
}

#winkelwagen td {
	padding: 2px;
	width: 250px;
	background: #fff;
	border:none;
	cursor:auto;
}

#winkelwagen ul {
	margin:0;
	padding:0;
}
	
#winkelwagen li {
	margin:0;
	padding:0;
}

#winkelwagen li span {
	line-height:30px;
	height:30px;
	display:block;
	background: url(../images/block-dots.gif) left bottom repeat-x;
}
	
#winkelwagen li span a {
	color: #0a0a0a;
	text-decoration: none;
}

#winkelwagen li span a:hover {
text-decoration: underline;
}

.shoppingcart table {
	border: 1px solid #000;	
}
	
.shoppingcart td {
	font-size:12px;
	padding: 4px;
}

.shoppingcart th {
	background-color: #ccc;
	font-size: 1.3em;
	padding: 4px;
}

#shop .info {
	padding: 0 10px;
	width: 230px;
	height: 30px;
	color: #0a0a0a;
	background: url(../images/shop-info.gif) left top repeat-x;
}

#shop td.hover .info {
	color: #fff;
	background: url(../images/shop-info-hover.gif) left top repeat-x;
}

#shop .info p {
	padding: 0;
	line-height: 30px;
}

#shop .info .price {
	float: left;
}

#shop .info .details {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

#shop .info .details a {
	color: #0a0a0a;
	text-decoration: none;
}

#shop td.hover .info .details a {
	color: #fff;
}

#shop-nav {
	height: 28px;
}

#shop-nav .nav {
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
}

#shop-nav .nav a {
	display: block;
	width: 107px;
	height: 28px;
	color: #0a0a0a;
	text-decoration: none;
}

#shop-nav .nav-previous {
	float: left;
	margin: 0 0 0 -2px;
	text-align: right;
	background: url(../images/button-previous.png) left top no-repeat;
}

#shop-nav .nav-previous a {
	padding: 0 10px 0 0;
}

#shop-nav .nav-next {
	float: right;
	margin: 0 -2px 0 0;
	background: url(../images/button-next.png) left top no-repeat;
}

#shop-nav .nav-next a {
	padding: 0 0 0 10px;
}

#shop-nav ul {
	float: left;
	width: 302px;
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

#shop-nav li {
	display: inline;
	padding: 0 1px;
}

#shop-nav li a:link,
#shop-nav li a:visited {
	font-weight: normal;
	color: #000078;
	text-decoration: underline;
}

#shop-nav li a:hover,
#shop-nav li a:active {
	color: #000078;
	text-decoration: none;
}

#winkelmandje {
	margin: 0;
	padding: 0;
	background: none;
}

#winkelmandje a {
	font-weight: bold;
}

#winkelmandje .readmore {
	background: url(../images/block-dots.gif) left 14px repeat-x;
}

#winkelmandje .readmore a {
	color: #fff;
	background: url(../images/button-red.png) left top no-repeat;
}


#categorieen {
	margin: 0;
	padding: 0;
	width: 345px;
	background: url(../images/categorieen-bg.jpg) bottom right repeat;
}

#categorieen h3 {
	padding: 14px 20px;
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
	background: #000;
}

#categorieen .content {
	padding: 8px 20px 20px 20px;
	width: 305px;
}

#categorieen .date {
	margin: 0 6px 0 0;
}

#categorieen h4 {
	margin: 0 0 10px 0;
	padding: 8px 0 5px 0;
	color: #000;
	text-transform: uppercase;
	background: url(../images/block-dots.gif) left bottom repeat-x;
}

#categorieen ul {
	padding: 0 0 25px 0;
	width: 152px;
}

#categorieen ul.left {
	float: left;
}

#categorieen ul.right {
	float: right;
}

#categorieen li {
	padding: 0;
	background: none;
}

#categorieen ul a:link,
#categorieen ul a:visited {
	color: #000078;
	text-decoration: underline;
}

#categorieen ul a:hover,
#categorieen ul a:active {
	color: #000078;
	text-decoration: none;
}

#footer {
	margin: 0 0 50px 0;
	padding: 0 21px;
	height: 117px;
	color: #b4b4b4;
	background: url(../images/footer-bg.png) left top no-repeat;
}

#footer ul {
	margin: 0 0 15px 0;
	height: 50px;
	font-size: 1.2em;
	line-height: 50px;
	background: url(../images/footer-line.gif) left bottom repeat-x;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}

#footer ul a:link,
#footer ul a:visited {
	font-weight: bold;
	color: #b4b4b4;
	text-decoration: none;
}

#footer ul a:hover,
#footer ul a:active {
	color: #b4b4b4;
	text-decoration: underline;
}

#footer p {
	font-size: 1.1em;
	line-height: 18px;
}

#footer p a:link,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	color: #fff;
	text-decoration: underline;
}

#footer #social {
	float: right;
	margin: -35px 0 0 0;
	height: 36px;
	line-height: 36px;
	background: none;
}

#footer #social li {
	float: left;
	margin: 0 0 0 15px;
}

#footer #social a:link,
#footer #social a:visited {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer #social a:hover,
#footer #social a:active {
	background-position: left top;
}

#footer #social #delicious a {
	background-image: url(../images/social-icon-delicious.gif);
}

#footer #social #stumbleupon a {
	background-image: url(../images/social-icon-stumbleupon.gif);
}

#footer #social #digg a {
	background-image: url(../images/social-icon-digg.gif);
}

.clear {
	clear: both;
}
/* WP-Ecommerce styles */

#carttable table {
	margin: 0;
	width: 532px;
	border-collapse: collapse;
	border-spacing: -1px;
	border;
	}
	
#carttable td {
	padding: 5px;
	font-size: 1.2em;	
	
}


.user-profile-links { font-size:12px;};
table.logdisplay{ width: 100%; font-size:12px;  }

table.logdisplay tr.toprow td{ text-align: center; font-weight:bold; font-size:12px; }

table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; font-size:12px; }
  
table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px; font-size:12px;}
  
table.logdisplay tr.alt{ background-color: #eeeeee; }

table.logdisplay tr.alt td{ background-color: #eeeeee; }

  
table.logdisplay{ width: 100%; }

table.logdisplay tr.toprow td{ text-align: left; font-weight:bold; }

table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; }
  
table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px;}
  
table.logdisplay tr.alt{ background-color: #eeeeee; }

table.logdisplay tr.alt td{ background-color: #eeeeee; }

td.processed{ text-align: left; font-size:12px; min-width: 140px; width: 140px; white-space: nowrap; line-height:30px; }
td.processed a{ border-bottom: none; text-decoration:none; padding-left:5px; }
td.processed a img{ margin-left: 5px; margin-top:8px; }
div#form_field_form_container{ padding: 0px; margin: 0px; }  

div#form_field_form_container div, div#form_field_form_container div table{  padding: 0px;  margin: 0px;  width: 100%;  border-collapse: collapse; }  

div#form_field_form_container div table tr td{ padding: 0px; margin: 0px; }  

div.order_status{ font-size:12px;  border: 1px solid #eeeeee; display: none; width: 100%; }

div.order_status div{ font-size:12px;  width: 100%; padding:0px 0px 1ex 0px; display: block !important;}
  
div.order_status ul{ list-style-type: none; margin: 1ex 0px 0px 0px; padding: 0px; }
  
div.order_status ul li{ padding-left: 0px; }

div.order_status ul li input{ margin: 0px 2px -2px 0px; }
  
img.log_expander_icon { margin-right: 3px; }

div.wpsc_page_numbers{
  margin-bottom: 5px;
  clear:both;
  }


 #button {
		color: #fff;
	background: url(../images/button-red.png) left top no-repeat;

	float: right;
	display: block;
	margin: 5px 10px 0 0;
	padding: 0 0 0 10px;
	width: 105px;
	height: 28px;
	text-align:left;
	padding-left: 2px;
	padding-top:0px; 


	
 }
 
 
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.block img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.block img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.block img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.block img.alignright {
	float: right;
	}

.block img.alignleft {
	float: left;
	}
/* End Images */

#login {
	margin-bottom:  27px;
}

#login .textinput {
	padding: 7px 9px 3px 9px;
	width: 188px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #464646;
	background: url(../images/form-textinput-login.png) left top no-repeat;
	border: none;
}

#login .submit {
	float: right;
	margin: 12px -2px 0 0;
	padding: 0 0 0 7px;
	width: 102px;
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/button-red.png) left top no-repeat;
	border: none;
	cursor: pointer;
}

#login .checkbox {
	padding: 7px 9px 3px 9px;
	width: 20px;
	height:  28px;
	margin: 0;
	background: none;
}

#login .readmore {
	background: url(../images/block-dots.gif) left 14px repeat-x;
}

#login readmore a {
	color: #fff;
	background: url(../images/button-red.png) left top no-repeat;
}

.search_drop_down {
	border: 1px solid #000;
	background-color: #ededed;
	padding: 10px;
}

.search_drop_down li a {
	color: #000;
	list-style-type: square;
}

.more-link {
	height: 28px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 28px;
	text-align: left;

}

a.more-link:link,
a.more-link:visited,
a.more-link:hover,
a.more-link:active {
	float: right;
	display: block;
	margin: 0 -2px 0 0;
	padding: 0 0 0 10px;
	width: 92px;
	height: 28px;
	color: #0a0a0a;
	text-decoration: none;
	background: url(../images/button-yellow.png) left top no-repeat;
}

p a.more-link {
	float: right;
	display: block;
	margin: 0 -2px 0 0;
	padding: 0 0 0 10px;
	width: 102px;
	background: #fff;
}

a.more-link:link,
a.more-link:visited,
a.more-link:hover,
a.more-link:active {
	float: none;
	margin: 0;
}

