/**
 * Algemene opmaak
 *
 * Kleurprofiel
 * - lichtblauw:  #84BAEF
 * - blauw:       #4286c6
 * - donkerblauw: #104D7B;
 */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #104D7B;
}

h1,h2,h3,h4 {
	margin-bottom: 1em;
}

h1 {
	font-size: 1.4em;
	color: #034476;
}

h2.kop {
	font-size: 1.2em;
	color: #034476;
	margin: 1.4em 0 1em 0;
}
a img { 
	border: 0;
}

body {
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.7em;
}

p {
	margin-bottom: 10px;	
}

.clear {
	clear: both;
}

.error-message {
	display: inline;
	color: #900;
	font-weight: bold;
}

input.form-error {
	border: 1px solid #900;
}

#content-kolom-midden ul
{
	margin-left: 20px;
}

.blokgrijs {
	padding: 10px;
	background: #F7F7F7;
    border: 1px #DEDFDE solid;
}

/**
 * AutoMagicforms
 */
.labelform label {
	width: 200px; 
	margin-top: 10px;
	display: block;
	margin-bottom:  5px;
}

/**
 * Pagina editor
 */
#cmspaginas {
	float: left;
	margin: 10px;
	width: 300px;
}

#cmseditor {
	float: left;
	margin: 10px;
	width: 600px;
}
/**
 * CSS Structuur voor 3-koloms layout
 */
#sitecontainer {
	width: 980px;
	text-align: left;
	margin: 20px auto;
}

#header {
	background: #84BAEF url('../img/header-bg.png') repeat-x;
	height: 90px;
	clear: both;
}

#logo {
	padding: 20px;
}

#nav {
	background: #104D7B url('../img/menu-bg.png') repeat-x;
	height: 31px;
	margin-top: 1px;
}

#nav #hoofdmenu {
	float: left;
}

#nav #zoeken {
	float: right;
}

#content {
	margin-top: 10px;
}

#content-kolom-links {
	width: 200px;
	float: left;
}

#content-kolom-midden {
	width: 560px;
	float: left;
	margin-left: 10px;
}

#content-kolom-breed {
	width: 960px;
	padding: 10px;
	clear: both;
	background: #f7f7f7;
}

#content-kolom-rechts {
	margin-left: 10px;
	float: left;
	width: 200px;
}



/**
 * Zoeken
 */
#zoeken {
	height: 31px;
	margin: 0 5px;
	line-height: 31px;
}

#zoeken input[type=text] {
	border: 1px solid #4286C6;
	padding: 1px;
}
#zoeken input[type=submit] {
	font-size: 0.9em;
}

/**
 * Footer
 */
#footer {
	clear: both;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 5px;
}
#footer li {
	display: inline;
}
/**
 * Product detailpagina
 */
#pathway {
	margin-bottom: 10px;
	padding: 10px;
	border-top: 2px solid #84BAEF;
	border-bottom: 2px solid #84BAEF;
	background: #f7f7f7;
}
#product-details {
	padding: 10px; 
	background: #f7f7f7;
    border: 1px #DEDFDE solid;
}
.product-afbeelding img {
	border: 0px solid #034476; 
	padding: 1px;
	background: #fff;
}

/**
 * Winkelwagen element
 */
#winkelwagen { 
	padding: 10px;
	background: #4286c6;
	color: #fff;
	margin-bottom: 10px;
}

#winkelwagen table {
	width: 100%;
	margin: 10px 0;
}

#winkelwagen a {
	color: #fff;
}

/**
 * Beheermenu element
 */
#beheermenu {
	width: 960px;
	background: #F7F7F7;
	margin-bottom: 10px;
	padding: 10px;
}
#beheermenu a {
	padding: 5px 10px;
}
#beheermenu a.active {
	font-weight: bold;
	background: #E7E7E7;
	text-decoration: none;
}
 
/**
 * Linkermenu element
 */
#linkermenu {
	border-left: 1px solid #DEDFDE;
	border-top: 1px solid #DEDFDE;
	border-right: 1px solid #DEDFDE;
	float: left;
	width: 198px;
}

#menufooter {
	float: left;
	margin-bottom: 10px;
}

#linkermenu ul {
	list-style-type: none;
}

#linkermenu li {
	background: #fff url('../img/menu-arrow.png') no-repeat 10px 9px;
}

#linkermenu li.spacer {
	margin-top: 10px;
}

#linkermenu a:hover {
	background: #f7f7f7 url('../img/menu-arrow.png') no-repeat 10px 9px;
}

#linkermenu a {
	padding: 4px 4px 4px 25px;
	display: block;
}

#linkermenu h3 {
	color: #08497B;
	display: block;
	margin: 0;
	padding: 10px;
}

#merkenlijst {
	height: 400px;
	overflow: auto;
   font-weight:bold;
   
}

/**
 * Contact element
 */
#contact {
	clear: both;
	padding: 10px;
	background: #4286c6;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}

#contact p {
	margin: 10px 0;
}

#contact a {
	color: #fff;
}

#contact #safe2shop {
	position: absolute;
	bottom: -25px;
	right: 5px;
}

/**
 * Productenlijst
 */
.filter {
	border-top: 2px solid #84BAEF;
	border-bottom: 2px solid #84BAEF;
	background: #f7f7f7;
	color: #333;
	padding: 6px 10px;
	font-size: 0.8em;
	width: 540px;
	margin-bottom: 10px;
	text-align: left;
}

.filter select {
	font-size: 1.2em;
}

.filter input {
	font-size: 1.2em;
}

.filter form { 
	display: inline;
}

.pagingblok {
	float: right;
	text-align: right;
	padding-top: 5px;
}
.pagingblok a {
	color: #333;
}

#content-kolom-breed .pagingblok {
	width: 952px;
	text-align: left;
	padding: 0;
	background: #fff;
	color: #104D7B;
}
#content-kolom-breed .pagingblok a {
	color: #104D7B;
}

.productblok {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 178px;
	border: 1px solid #DEDFDE;
	height: 140px;
	margin-bottom: 10px;
    background: #f7f7f7;
}
.producttitel {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size:0.8em;
	z-index: 15;
	font-weight: bold;
	color: #104D7B;
    }

.productomschrijving {
	display: none;
}

.productafbeelding {
	position: absolute;
	bottom: 10px;
	z-index: 5;
	left: 10px;
}

.productprijs {
	width: 58px;
	height: 16px;
	position: absolute;
	background: #000 url('../img/prijslabel_origineel.png');
	right: 10px;
	z-index: 10;
	font-size: 1.1em;
	text-align: right;
	padding: 2px 6px 6px 2px;
	bottom: 10px;
	color: #fff;
}

.productprijs a {
	color: #fff;
	text-decoration: none;
    font-weight:bold;
}

#pd_prijs{
    color:#cc0000;
    font-size:2em;
    font-weight:bold;
}

.pd_vanprijs {
    text-decoration: line-through;
}

.kolom-1 {
	clear: both;
}
.kolom-3 {
	margin-right: 0;
}

/**
 * Topmenu
 */
#topmenu {
	float:  right;
	margin: 5px 0 10px;
} 

#topmenu a {
	color: #fff;
    font-weight:bold;
	text-decoration: none;
	margin-left: 10px;
}

#topmenu a:hover {
	text-decoration: underline;
}
 
/**
 * Hoofdmenu, met grote meer-koloms uitvouw
 */
ul#menu {
	background: transparent;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
 
ul#menu li {
  display: block;
  float: left;
  position: relative;
  height: 31px;
}

ul#menu div {
  display: none;
}

ul#menu li.mega div {
  width: 18em;
  position: absolute;
  top: 1.6em;
  left: 0em;
}

ul#menu li.hovering div {
  display: block;
}

ul#menu h2, ul#menu h3 {
	display:inline;
	font-size:100%;
	font-weight:normal;
}
ul#menu li a {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 31px;
	padding:0 0.4em;
	text-decoration:none;
}
ul#menu li a:hover {
	text-decoration:underline;
}
ul#menu li a {
	padding:0 1.2em;
}
ul#menu li.mega a {
	background:transparent url('../img/arrow.gif') no-repeat scroll right center;
}
ul#menu li.hovering a {
	text-decoration:underline;
	color: #104D7B;
}
ul#menu div {
	display:none;
}
ul#menu li.mega div {
	background: #F7F7F7 none repeat scroll 0 0;
	border-left: 1px solid #ADAAAD;
	border-right: 1px solid #ADAAAD;
	border-bottom: 1px solid #ADAAAD;
	color: #104D7B;
	left:0;
	padding:1.3em;
	position:absolute;
	top: 31px;
	width: auto;
	min-width: 200px;
	z-index: 30;
}
ul#menu li.hovering {
	background: transparent url('../img/menu-hover-bg.png') repeat-x;
}
ul#menu table.mega-kolom {
	margin: 0;
}
ul#menu table.mega-kolom td {
	vertical-align: top;
}
table.mega-kolom td a {
	width: 150px;
	display: block;
	vertical-align: top;
}
ul#menu li.hovering div {
	display:block;
}
ul#menu li.mega div a {
	background-image:none;
	color: #034476;
	font-size: 1em;
	padding:0;
	border: 0;
	text-decoration:none;
}
ul#menu li.mega div a:hover {
	text-decoration: underline;
}
ul#menu td.mega-spacer {
	background: #fff url('../img/mega-spacer.png') repeat-y;
	width: 17px;
	height: 150px;
	display: block;
}
ul#menu li div a.more {
	color:#339900;
	font-weight:bold;
}
ul#menu div h3 {
	color:#FF7700;
	font-size:1.1em;
	padding-bottom: 0;
	display: block;
	font-weight:bold;
}
ul#menu div p {
	margin:0 0 0.8em;
	padding:0;
}