/* MAIN SETTINGS */
html, body {
	background: #e1e1e1;
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding:0px;
	margin:0px;
}

p {
	padding:0px;
	margin:0px;
}

table, td {
	font-size: 12px;
}

.clear {clear:both}

#container{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	background:#ffffff;
}

hr {
	border:1px solid #efefef;
	margin-bottom:15px;
}

#header-kop {
	background:#f7f7f7;
	width:100%;
	height:30px;
	-moz-box-shadow: 0 0 5px 5px #e0e0e0;
	-webkit-box-shadow: 0 0 5px 5px#e0e0e0;
	box-shadow: 0 0 5px 5px #e0e0e0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	display:none;
}

#header-titel {
	padding:3px;
	font-size:14px;
	color:#a0a0a0;
	padding-left:10px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}

/* FRAME SETTINGS */

/* Adjust container background en elements with a class */
#header{
	width: 100%;
	height: 105px;
	background-color:#e2e6e7;
	background: -moz-linear-gradient(bottom, #ffffff, #efefef);
	background: -webkit-gradient(linear, center bottom, center top, from(#ffffff), to(#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#ffffff); 
}

#header-content {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#logo {
	width:300px;
	float:left;
}

#logo-tekst-wrapper {
	position:relative;
	top:-30px;
	left:80px;
	color:#707070;
}

#logo-tekst {
	position:absolute;
}

#shopping {
	width:550px;
	float:right;
	text-align:right;
	padding-top:20px;
}

#page{
	background: #ffffff;
	width: 100%;
}

#footer								{color:#A0A0A0;background:#F0F0F0;width:100%;border-top:solid #A0A0A0 1px;border-bottom:solid #A0A0A0 1px;padding-top:20px;overflow:hidden;padding-bottom:10px;}
#footer .shadow						{margin:0px -10px;box-shadow:inset 0px 0px 8px #C0C0C0;}
#footer .container					{width:950px;margin-left:auto;margin-right:auto;}
#footer ul							{width:150px;float:left;margin:0px;padding:0px;;border:0px solid red;}
#footer li							{display:block;}
#footer a							{display:block;padding:1px 5px;color:#A0A0A0;text-decoration:none;}
#footer a:hover						{color:#606060;}
#footer span						{font-weight:bold;}


#content {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding-top:20px;
}

#content-nav {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	font-size:14px;
	color:#000000;
	background-color:#efefef;
}

#top {
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

#intro {
	background:#8073a5;
	padding:10px;
	color:#ffffff;
	background-image: -moz-linear-gradient(left, #8073a5, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8073a5, endColorstr=#e0e0e0); 
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

.intro-tekst {
	font-size:12px;
	color:#ffffff;
}

#spotlight {
	background:#dedede;
	width:300px;
	padding:10px;
	background-image: -moz-linear-gradient(right, #ffffff, #efefef);
}

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

#spotlight li {
	padding-bottom:5px;
}

#nav {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	color:#ffffff;
	padding-top:2px;
	border-color:#000000;
	background-color:#55408f;
	background-image: -moz-linear-gradient(right, #55408f, #55408f);
	display:block;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

#nav ul {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
	height:25px;
	padding:0px;
}

#nav li {
	overflow:hidden;
	display:block;
	float:left;
	border-right:1px solid #8073a5;
	height:25px;
}

#nav li:last-child {
	border-right:0px;
}

#nav a {
	color:#ffffff;
	cursor:pointer;
	padding-left:16px;
	padding-right:16px;
	line-height:25px;
}

#nav-search {
	float:right;
	margin:2px;
	border:0px;
	width:200px;
}
#nav-search input {
	height:20px;
}


#second-nav {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	color:#ffffff;
	background-color:#311e67;
	display:block;
}

#second-nav ul {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	list-style:none;
	height:25px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#second-nav li {
	overflow:hidden;
	display:block;
	float:left;
	border-right:1px solid #8073a5;
	height:25px;
}


#second-nav a {
	color:#ffffff;
	cursor:pointer;
	padding-left:6px;
	padding-right:6px;
	line-height:25px;
}



.second-nav-meer ul {
	position:absolute;
	display:none;
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	width:120px;
	max-width:120px;
	z-index:1000;
}
.second-nav-meer ul li {
	overflow:hidden;
	display:block;
	float:left;
	height:25px;
	background:#8073a5;
	width:120px;
	max-width:120px;
	z-index:1000;
}
.second-nav-meer ul li a {
	color:#ffffff;
	cursor:pointer;
	padding-left:16px;
	padding-right:2px;
	line-height:25px;
	max-width:120px;
	z-index:1000;
}

#third-nav {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	color:#000000;
	/*background-color:#e1e1e1;*/
	display:block;
}

#third-nav ul {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	list-style:none;
	height:25px;
	padding:0px;
	margin-top:5px;
	margin-bottom:0px;
}

#third-nav li {
	overflow:hidden;
	display:block;
	float:left;
	border-right:1px solid #e0e0e0;
	height:25px;
}

#third-nav a {
	color:#000000;
	cursor:pointer;
	padding-left:16px;
	padding-right:16px;
	line-height:25px;
	font-size:14px;
}

#third-nav a.current {
	color:#8073a5;
	font-weight:bold;
}



.sub-header {
	/*background:#503d8c;*/
	height:22px;
	color:#A0A0A0;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	padding-top:3px;
	padding-left:5px;
	margin-bottom:5px;
	background: url('../images/pad.jpg') no-repeat right;
}

#content-sidebar .sub-header {
	background:none;
}

.sub-header-nav {
	background:#a098b9;
	padding:2px;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.sub-header-nav ul {
	list-style:none;
	height:20px;
	padding:0px;
	margin:0px;
}

.sub-header-nav li {
	float:left;
	border-right:1px solid #8073a5;
	height:20px;
	padding-right:5px;
	padding-left:5px;
}

.sub-header-nav li a {
	color:#000000;
}

.sub-header-nav-empty {
	height:1px;
	background:#a098b9;
	padding:1px;
	width:100%;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/* PAGES */

/* CHARACTERS */

h1{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
}

h2{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #0e0e0e;
	margin: 0;
/* 	color: #5cb94d; */
}



a{
	/*color: #1a8ad2;*/
	color: #3d218c;
	text-decoration: none;
}

a:hover{
	/*color: #1a8ad2;*/
	color: #978db3;
	text-decoration: underline;
}

.producten table {
	width: 600px;
}
.producten td {
	text-align:center;
	font-size: 14px;
	padding-top:10px;
	width:150px;
}

.producten img {
	max-height:140px;
	max-width:120px;
}

.prijs {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}

.prijs-small {
	font-size: 12px;
	color:#000000;
}

.release {
	font-weight:bold;
	color:#000000;
}

.link-button {
	width:150px;
	background:#d2e137; /*#ceda45; *//*#ceda45;*/ /*#d2e137;*/
	padding:4px;
	color:#000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	font-size: 12px;
	border:1px solid #a0a0a0;
}

.link-button-reserveren {
	background:#776f8e;
	color:#ffffff;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.reserveren {
	background:#776f8e;
	display:block;
	margin-top:10px;
	width:100px;
	color:#ffffff;
}


.winkelwagen {
	display:block;
	margin-top:10px;
	width:100px;
}

.winkelwagen-link {
	display:block;
	margin-top:0px;
	width:110px;
	margin-left:30px;
	margin-bottom:20px;
	font-size:11px;
}

.reserveren-link {
	display:block;
	margin-top:0px;
	width:110px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:11px;
}

.grijs {
	background:#d0d0d0;
}

.link-zwart {
	color:#000000;
}

.link-button-large {
	height: 30px;
	font-size: 14px;
}

.link-button-large {
	height: 30px;
	font-size: 14px;
	/*background:#776f8e;*/
}

a.link-button-large:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.link-button:hover {
	/*color:#ffffff;*/
	color:#000000;
	text-decoration:underline;
}

.titel {
	width:100%;
}

#content-main {
	float:left;
	width:620px;
	padding-right:10px;
}

#content-sidebar {
	float:right;
	width:300px;
}

.meerinfo {
	display:block;
	margin-top:5px;
	cursor:pointer;
}

#product h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}


.bekeken {
	color: #a0a0a0;
	font-size: 20px;
	padding-left:20px;
	background:#f8f8f8;
	border-top:1px solid #a0a0a0;
	padding-bottom:5px;
	width:98%;
	margin-left:auto;margin-right:auto;
	overflow:hidden;
}

.bekeken h1 {
	font-size: 20px;
	font-weight: normal;
	color: #a0a0a0;
}

.bekeken img {
	height:120px;
	max-width:120px;
}
	
.info {
	width:150px;
	background:#efefef;
	padding:5px;
	color:#000000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	min-height:100px;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}

.info-prijs {
	font-size: 32px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	margin:10px;
}
.info-prijs-korting {
	font-size: 32px;
	line-height: 24px;
	font-weight: normal;
	color: #ff0000;
	margin:10px;
}

.info-levering {
	font-size: 12px;
	color:#000000;
}

.info ul {
	padding:5px;
	margin:0px;
}

.info li {
	list-style:none;
	text-align:left;
}

.product-header {
	/*background:#503d8c;*/
	height:22px;
	color:#A0A0A0;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	padding-top:0px;
	padding-left:30px;
	margin-bottom:8px;
	/*padding-bottom:5px;*/
	background: url('../images/pad.jpg') no-repeat left;
}

#product-data td {
	padding:5px;
}

#product-data th {
	text-align:left;
}

.product-titel {
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:24px;
}

.product-subtitel {
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:16px;
}

.product-subtitel {
	font-weight:bold;
	font-size:12px;
	color:#a0a0a0;
}

.producten-lijst {
	width:100%;
}

.producten-lijst td {
	padding:2px;
	margin:0px;
}

.producten-lijst hr {
	padding:0px;
	margin:0px;
}

.producten-lijst-datum {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-align:center;
}

.producten-lijst-small {
	width:100%;
}

.producten-lijst-small td {
	border-bottom:1px solid #efefef;
}

#list-nav {
	border-radius:5px;
	background:#e1e1e1;
	padding:5px;
	height:18px;
}

#list-nav a.current{
	font-weight:bold;
}

a.current{
	font-weight:bold;
}

.search-count {
	color:#808080;
}

.searchpagenumber {
	padding-left:7px;
	padding-right:7px;
	border:0px;
}
.searchselected {
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
}

.input-button-small {
	background:#ceda45; /*#d2e137;*/
	padding:4px;
	color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	font-size: 12px;
}

.row-highlight							{background: #ceda45;}
.row-highlight-yellow					{background: #FFFFF0;}
.row-even								{background: #e9e9e9;}
.row-odd								{background: #dfdcdc;}
.borderedtable							{border: 1px solid black;}
.bordertop								{border-top: 1px solid #efefef;}
.borderbottom							{border-bottom: 1px solid #efefef;}

.beschikbaar-op {
	font-size:10px;
	color:#c0c0c0;
}

.verplicht {
	font-size:10px;
	color:#a0a0a0;
}

.verplicht-legenda {
	display:block;
	margin-top:30px;
	font-size:10px;
	color:#a0a0a0;
}

.gegevens-toelichting {
	font-size:10px;
	color:#a0a0a0;
}

.halve-prijs {
	color:#ff0000;
	font-size:18px;
	display:block;
	padding:5px;
}

.platform-link {
	font-size: 11px;
	color:#a0a0a0;
}
