/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Lightbox popup */
div.lightbox_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 101; 
}
	div.lightbox_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 15%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
	}
	
		div.lightbox_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.lightbox_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}

body#tinymce {
 height: auto;
}


body
	{
font-family: verdana;
font-size: 12px;
background-color: #ececec;
	}
td
	{
font-family: verdana;
font-size: 12px;
	}
h2 
{
font-size: 18px;
}
a
	{
color: #595882;
font-weight: bold;
text-decoration: none;
	}
#cellheight
	{
height: 14px;
font-size: 2px;
	}
#logo
	{
position: absolute;
top: 26px;
left: 15px;
border: none;
	}
	
#webshop
	{
position: absolute;
top: 19px;
right: 0;
border: none;
background-color: #74b775;
padding: 18px 20px 22px 12px;
color: #fff;
width: 248px;
text-align: center;
	}

	#webshop:hover {
		background-color: #53aa53;
	}
	
	#webshop span.fa {
		font-size: 30px;
		padding-right: 10px;
		display: block;
		float: left;
		padding: 5px 0 0 17px;
	}

	#webshop span {
		vertical-align: middle;

	}

	#webshop span.title {
		text-align: center;
	}


#content_center
	{
position: absolute;
top: 0px;
left: 50%;
margin-left: -465px;
width: 930px;
height: 100%;
	}
#bottombar
	{
width: 100%;
font-size: 10px;
text-align: center;
color: white;
height: 18px;
background-color: #8A8A8A;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
	}
#table_main
	{
height: 100%;
width: 100%;
	}
#table_main2
	{
height: 100%;
width: 100%;
background-color: white;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
	}
#contenttable
	{
width: 70%;
height: 100%;
padding: 10px;
	}
#padding
	{
padding-top: 10px;
	}
#sidebartd
	{
padding-top: 10px;
	}
#keurmerkmargin
	{
width: 2px;
height: 100px;
	}
#newsheader
	{
font-size: 19px;
color: #595882;
width: 275px;
	}
#menu	{
	position: absolute;
	top: 116px;
	left: 650px;
	z-index: 2;
}

	#menu ul	{
		width: 280px; 
		height: auto; 
		margin: 0; 
		padding: 0; 
	}
	
		#menu ul li	{
			list-style: none; 
			width: 280px; 
			height: 35px; 
			margin: 0; 
			padding: 0; 
		}
		
			#menu ul li a	{
				display: block; 
				width: 250px; 
				height: 21px; 
				padding: 7px 15px; 
				margin: 0; 
				font-size: 17px; 
				font-family: Verdana; 
				font-weight: normal; 
				text-decoration: none; 
				color: #fff; 
				border: none; 
			}
			#menu ul li a:hover, #menu ul li.active a	{
				background: #595882; 
			}

.menu_item
	{
width: 280px;
height: 35px;
font-size: 15px;
cursor: pointer;
color: white;
font-weight: normal;
	}
.menu_item2
	{
width: 280px;
height: 35px;
font-size: 15px;
cursor: pointer;
color: white;
font-weight: normal;
background-color: #595882;
	}
.menu_link
	{
font-weight: normal;
font-size: 17px;
cursor: pointer;
color: white;
	}
.bodyItem
	{
color: #666666;
	}
.newsheader
	{
color: #545454;
font-weight: bold;
	}
/*********
Bestelform
**********/

.panel {
    clear: both;
    display: none;
    border: 3px solid #CCC;
    padding: 1em;
}
.panel.active-tab-body {
    display: block;
}
#tabs {
    list-style: none;
}

#tabs li {
    float: left;
}

#tabs a {
    float: left;
    padding: 5px 8px;
    margin-left: 6px;
    background-color: #F2F2F2;
    text-decoration: none;
    color: #999999;
}

#tabs a.active-tab {
    background-color: #CCC;
    border-top: 3px solid #999;
    padding-top: 3px;
    color: #000;
}
input.disabled {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
}

input.optional, textarea.optional {
    border: 1px solid #080A79;
    margin-right: 2px;
}

input.required, textarea.required {
    border: 1px solid #080A79;
}
input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice {
    margin: 5px 0;
    padding: 5px;
    background-color: #FF3300;
    color : #FFF;
    font-weight: bold;
}

.custom-advice {
    margin: 5px 0;
    padding: 5px;
    background-color: #C8AA00;
    color : #FFF;
    font-weight: bold;
}

fieldset {
    padding: 1em;
    margin-bottom: 0.2em;
    width: 600px;
}

label {
    font-weight: bold;
}
.form-row {
    clear: both;
    padding: 0.2em;
}

.field-label {
    float: left;
    width: 200px;
    text-align: right;
}

.field-widget {
    float: right;
    width: 350px;
    text-align: left;
}
#header-product
{
margin-left: 22px;
margin-right: 22px;
font-weight: bold;
}
#header-amount
{
margin-left: 64px;
margin-right: 64px;
font-weight: bold;
}
#header-price
{
margin-left: 64px;
margin-right: 64px;
font-weight: bold;
}
.items-margin
{
padding-bottom: 2px;
}
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 Ã¢â‚¬â€œ 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active h1, 
	.sIFR-active h2, 
	.sIFR-active bodyItem.right h1, 
	.sIFR-active bodyItem.right h2, 
	.sIFR-active div.ballon p	{
		font-family: Verdana; 
		visibility: hidden; 
	}
	
	.sIFR-active h1	{
		font-size: 22px; 

	}
	
	.sIFR-active h2
	.sIFR-active bodyItem.right h1	{
		font-size: 20px; 
	}
	
	.sIFR-active bodyItem.right h2	{
		font-size: 16px; 
	}
	.sIFR-active div.porttitle {
		font-size: 20px; 
	}
}
/* TinyMCE specific rules */
.mceContentBody a 
	{
   color: #595882;
	}
.mceContentBody
	{
   background: transparent;
	}
/* TinyMCE specific rules */
.mceContentBody a { 
color: #595882 !important;
font-weight: bold !important;
text-decoration: none !important;
	 }
.mceContentBody { background: transparent; text-align: left; }