html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
    font-size: 12px;
    background: #fff;
	line-height: 18px;
	background: url(../image/background.png) repeat-x;
	background-position-x: -50px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}

.meer
{
	font-size: 10px;
	background-color: #ddd;
	color: #000;
	padding: 2px;
}

.meer:hover
{
	background-color: #fff;
}

h3
{
	margin: 5px 0 5px 0;
}
/* layout */
#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#columnback
{
	background:#fff;
	border: #ccc 1px solid;
	padding: 5px;
}
#header {
	position: relative;
	background: transparent url(../image/header-bg.jpg) repeat-x scroll 0 0;
}
#header .div1 {
	height: 168px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent url(../image/logo-bg.gif) no-repeat;

}
#header .div2 {
	position: relative;
	top: 21px;
	left: 15px;
}
#header .div3 {
	width: 250px;
	height: 62px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}
#header .div4 {
	height: 45px;
	background: url('../image/navigation-bg.gif') repeat-x;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumb {
	padding: 8px 0;
}
#column_left {
	float: left;
	width: 227px;
	background: #a06378;
}
#column_right {
	float: right;
	width: 227px;
}
#content {
	float: left;
	width: 686px;
}
#content .top {
	padding: 8px 0px 6px 10px;
}
#content .top h1, .heading {
	color: #669933;
	font-size: 22px;
	margin: 0px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	height: 1px;
}
.box {
	margin-bottom: 10px;
	border: #ccc 1px solid;
	text-align: left;
}
.box .top {
	padding: 9px 15px;
	background: url(../image/box-header-bg.gif) repeat-x;
	font-weight: bold;
	height: 16px;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
	background: #FCFCFC url(../image/box-content-bg.gif) repeat-x;
}

.informatie
{
	margin-bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
	margin-top: -10px;
}
.list td {
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 645px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding-top: 20px;
	background: #808080 url('../image/footer-bg.gif') repeat-x;
	height: 60px;
	color: #333;

}

#footer a
{
	color: #333;
}

#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}

#footer2
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#information ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

#module_cart a.cartbutton
{
	display: inline-block;
	background: #ebeb60;
	border: 1px solid #b2b217;
	padding: 4px 7px;
	color: #333;
	width: 180px;
	font-size: 12px;
	margin-top: 5px;
}

#module_cart a.cartbutton:hover
{
	text-decoration: none;
	background: #fff;
}

a.leesmeer
{
	display: inline-block;
	background: #c6c622;
	border: 1px solid #b2b217;
	padding: 4px 7px;
	color: #333;
	width: 112px;
	margin-top: 5px;
}

a.leesmeer:hover
{
	text-decoration: none;
	background: #fff;
	color: #b2b217;
}

.hand
{
	cursor: pointer;
}

.kleur
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.list th
{
	padding: 10px;
	text-align: left;
}

ul.menu
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.menu li
	{
		float: left;
	}

	ul.menu li a
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		background:url(../image/navigation-div.gif) no-repeat;
		padding: 13px 25px 14px 25px;
		display: block;
	}
	
	ul.menu li a:hover
	{
		color: #fff;
	}

.linksnieuw
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.linksnieuw li
{
	display: block;
	border:1px solid #c47373;
    background:url(../image/box-content-bg2.gif) repeat-x #fff;
	padding: 5px;
	margin-bottom: 4px;
}

	.linksnieuw li a
	{
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}
	
.voorwaarden
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.voorwaarden li
{
	display: block;
	border:1px solid #ccc;
    background:url(../image/box-content-bg.gif) repeat-x;
	padding: 5px;
	margin-bottom: 4px;
}

	.voorwaarden li a
	{
		text-decoration: none;
		font-weight: bold;
		color: #333;
	}
	
#intro_image, #intro
{
	float: left;
}

	#intro
	{
		width: 422px;
		border: 1px solid #ccc;
		padding: 5px 15px;
		margin-left: 5px;
		font-size: 14px;
		line-height: 20px;
		height: 438px;
	}

.intro_bottom
{
	width: 225px;
	border: 1px solid #ccc;
	margin: 5px 3px 0 0;
	float: left;
}

.last
{
	margin: 5px -2px 0 0;
}

.intro_bottom img
{
	margin: 0;
	display: block;
}

.intro_bottom .text
{
	padding: 10px;
	background: #FCFCFC url(../image/box-content-bg.gif) repeat-x;
}

#category ul
{
	list-style: none;
	margin:0;
	margin-top: -1.5em;
	padding: 0;
}

#category ul ul
{
	margin-top:0;
}

#category ul li a
{
	font-weight: bold;
	margin-top: 1.5em;
	display: block;
	background: url(../image/narrow_by_set.gif) no-repeat;
	padding-left: 18px;
	background-position-y: 2px;
}

#category ul li li a
{
	font-weight: normal;
	margin-top: 0;
	padding-left: 0;
	color: #666;
	background: none;
}

#category ul li li li a
{
	margin-left: 20px;
}

#category ul li li b
{
	color: #000;
}
