/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
/*font-size:0.7895em;*/
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
/*text-transform: lowercase;*/
}

h3,h4,h5,h6
{
color: #66000F;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom:0.5em;/* 1.5em;*/
margin-top: 0.5em;
}

img.floatTR
{
float: right;
margin-right: 1.5em;
margin-bottom:0.5em;/* 1.5em;*/
margin-top:0.5em;
}

#cat_detailImg {
float:right;
margin:10px;
padding:5px;
background:#e5ccd0;
border:1px solid #a94b4b;
}

img.prod_cat{
	border:1px solid #e1e1e1;
}

img.normal
{
	padding:0;
	border:0;
}

#cat_main {
	width:750px;
	margin:5px;
}

.cat_main_inner {
	float:left;
	margin-right:60px;
	width:310px;
	border:1px solid #e5ccd0;
	margin-bottom:10px;
    display:table;
}

.cat_main_inner h1 {
	padding:5px;
	background:#d3bec0;
	font-weight:bold;
	font-size:1.1em;
/*	text-transform: uppercase;*/
}

.cat_main_inner
    .left{
	float:left;
	text-align:center;
	margin-top:5px;
	width:118px;
	height:115px;
    display:table-row;
}

.cat_main_inner
   .right {
	float:right;
	/*min-height:110px;
	max-height:170px;*/
	height:120px;
	width:190px;
	border-left:1px solid #e5ccd0;
    display:table-row;
}

table.cat_prod {
	border:1px solid #e5ccd0;	/*d3bec0;*/
	padding-bottom:5px;
	width:650px;
}

.cat_prod {
	padding:5px 10px 5px 5px;
	/*width:650px;*/
}

.cat_prodPrijs {
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}

.cat_detail {
	padding:2px 10px 0px 5px;
}

.cat_detailCaption {
	padding:10px 20px 10px 5px;	/* top | right | bottom | left */
	color:#a94b4b;
	font-weight:bold;
	font-size:1.5em;
}

.cat_detailValue {
	width:275px;
	padding:2px 10px 0px 5px;		/*5px 20px 5px 5px;*/
	font-weight:normal;
}

.cat_detailValue
	select	{
	width:130px;
}

.cat_detailSpecborder {
	padding-left:5px;
	color:#a94b4b;
	text-decoration:underline;
}

.cat_detailSpecborder hr {
	height:0;
	border:0;
	border-top:1px dashed #e5ccd0;
}

.cat_detailPrijs {
	font-weight:bold;
	font-size:1.3em;
	padding:2px 10px 0px 5px;
}

.cat_detailNavi {
	border:1px solid #a94b4b;
	background:#f4e8ee;
	padding:5px;
	margin-bottom:3px;
	width:638px;
}

/* Cart */
#cart {
	padding: 0em 0em 0.3em 2em;
	border-left: dotted 1px #E1E1E1;
	width:140px;
}

table.cart_main {
	width: 740px;
	/*margin-bottom:5px;*/
}

table.cart {
	border:1px solid #d3bec0;	/*d3bec0;*/
	padding-bottom:5px;
	width:500px;
}

.shoppingcart_hdr {
	padding-left:5px;
	background:#d3bec0;		/*fba2ba;*/
	font-weight:bold;
	font-size:1em;
	text-align:left;
}

.cart_even {
	background:#fff;
	border:1px solid #e1e1e1;
	font-weight:normal;
	padding-left:5px;
}

.cart_odd {
	background:#f4e8ee;
	border:1px solid #e1e1e1;
	font-weight:normal;
	padding-left:5px;
}

.cart hr {
	height:1px;
	padding:0px;
	border-top:1px solid #000;
}

hr.cart_subtot {
	height:1px;
	padding:0px;
	border-top:1px dashed #000;
}

.cart_total {
	font-weight:bold;
	padding-left:5px;
}

#nav_mijnaccount {
	padding: 0em 0em 0.3em 2em;
	border-left: dotted 1px #E1E1E1;
	width:140px;
}

div#mijnaccount_login {
	float:left;
	background:#f4e8ee;
	width:700px;
	padding:5px;
	border:1px solid #e5ccd0;
}

div#mijnaccount_login
	.signup {
	float:left;
	width:48%;
	background:#fff;
	border:1px solid #e5ccd0;
	padding:5px;
	min-height:140px;
}

div#mijnaccount_login
	.login {
	float:right;
	background:#fff;
	width:48%;
	border:1px solid #e5ccd0;
	padding:5px;
	min-height:140px;
}

h4.mijnaccount {
	padding:0px 0px 5px 5px;
	text-transform:uppercase;
}

div#mijnaccount {
	float:left;
	background:#f4e8ee;
	width:700px;
	padding:5px;
	border:1px solid #e5ccd0;
}

.mijnaccount_hdr {
	color:#a94b4b;
	font-size:1.1em;
	padding:5px;
	font-weight:bold;
	text-decoration:underline;
}

.mijnaccount_form {
	float:left;
	background:#fff;
	margin-left:20%; /* Kader ongeveer in het midden van mainaccount div */
	width:400px;
	border:1px solid #e5ccd0;
	padding:5px;
}

div.bestelovz {
	float:left;
	background:#fff;
	width:600px;
	margin:5px;
	border:1px solid #e5ccd0;
	padding:5px 10px 5px 10px;
}

.xtrinfobox {
	float:left;
	background:lightyellow;
	border:1px solid #e5ccd0;
	max-width:550px;
	margin:5px;
	padding:5px;
}

hr.dividers {
	width: 100%;
	color: #FFFFFF;
	height: 3px;
	border: 1px solid #e5ccd0;

}

hr.line {
	height:1px;
	padding:0px;
	border-top:1px solid #e1e1e1;
}

a
{
text-decoration: underline;
color: #D90000;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

ul.links li.active {
	list-style-image: url("../images/pijlrood.gif");
}

ul.links hr {
	border-top:1px solid #E1E1E1;
	height:1px;
	padding-top:0px;
	padding-bottom:0px;
}

p
{
line-height: 1.6em;
}

p.textblok {
	padding-right:75px;
	margin-bottom:1em;
}

table.view {
background: #440000 url('../images/n1.gif') repeat-x;
border:1px solid #e1e1e1;
color:#fff;
}

table.view th {
	padding-left:3px;
}

div.admspecs_maten {
	float:left;
	width:80px; /*45*/
}


div.admspecs_kleuren {
	float:left;
	width:100px; /*70*/
}

.admfield_hdr {
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
}

p.admfield_hdr
	span {
	font-weight:normal;
	text-decoration:none;
}

td.admfield {
	padding-left:5px;
}

td.admfield
	input, textarea, select {
	width:140px;
	margin-left:3px;
}

.admfield select {
	width:140px;
}

input.disabled {
	color:#585858;
}

.mouseoff {
	cursor:pointer;
}
.mouseover {
	background:#f4e8ee; /*fbf7f9;/*F4E8EE;*/
	cursor:pointer;
}

.even {
	background:#fff;
	color:#585858;
	font-weight:normal;
	padding:3px;
}

.odd {
	background:#fccbc9;
	color:#585858;
	font-weight:normal;
	padding:3px;
}

a.basic {
	text-decoration:none;
	color: #66000F;
}

a.basic:hover {
	text-decoration:underline;
}

/* Header */
#header
{
width:100%;
height:122px;
background: #440000 url('../images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

.linkHome
{
	color:#fff;
	text-decoration:none;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
text-align: center;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 0.3em 1.0em 0.3em 1.0em;  /*top | right | bottom | left*/
background: #fff url('../images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 0.8em;
/*text-transform: lowercase;*/
text-decoration: none;
}

#menu li /*a:active*/
	a.active
{
background: #CA2F2F url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
}

#menu li a:hover
{
background: #CA2F2F url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
}

/* Main */

#main
{
background: #fff url('../images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
/*margin-bottom: 2.0em;*/
margin-bottom: 1em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
/*padding-bottom: 0.175em;
margin-bottom: 1.4em;*/
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('../images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('../images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
/*text-transform: lowercase;*/
}

.cat_prodKnop {
	color: #585858;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
	background:#e5ccd0;
	border:1px solid #A94B4B;
	height:2.0em;
	margin:2px;
	padding:2px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.cat_prodKnopHover {
	color: #585858;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
	background:#F4E8EE;		/*fccbc9;*/
	border:1px solid #A94B4B;
	height:2.0em;
	margin:2px;
	padding:2px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}


.knop {
	font-family:arial;
	background:#CA2F2F;
	border:1px solid #A94B4B;
	height:2.0em;
	margin:2px;
	padding:2px;
	color:#fff;
	cursor:pointer;
	font-size:0.8em;
	font-weight:bold;
}

.knop:hover {
	background:#fff;
	color:#ca2f2f;
}

.knophover {
	font-family:arial;
	background:#fff;
	border:1px solid #A94B4B;
	height:2.0em;
	margin:2px;
	padding:2px;
	color:#CA2F2F;
	cursor:pointer;
	font-size:0.8em;
	font-weight:bold;
}

input, textarea, select
{
	font-size: 1em;
	color:darkred;
}

input.Upper {
        text-transform:uppercase;
}

input.button
{
background: #CA2F2F url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */

	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}

	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}

	/* Secondary Content */

	#secondaryContent_3columns
	{
	float: right;
	}

	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - 2 COLUMNS */

	/* Primary content */

	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}

	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}

	/* Secondary Content */

	#secondaryContent_2columns
	{
	float: right;
	}

	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;		/* top | right | bottom | left */
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */

	#primaryContent_columnless
	{
	position: relative;
	}

	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}

	#Box {
	/*border: 1px solid silver;*/
	/*color:#FFFFFF;
	font-size:10pt;*/
	}

	#Box
		label{
		margin: 3px 5px 2px 5px;
		float: left;
		width: 120px;
		font-weight:normal;
		}

	#Box label.left {
		margin-left:0px;
	}

	#Box label.right {
		width:200px;
	}

	#Box
		legend {
		text-decoration:underline;
	}

	#Box
		input, textarea, select{
		margin: 3px 0px 2px 5px;
		width: 100px;
		/*margin-bottom: 2px;*/
		/*border: 1px solid #000000;*/
	}
	#Box
		textarea{
		width: 250px;
		height: 150px;
	}
	#Box
		.boxes{
		width: 1em;
	}

	#Box
		br{
		clear: left;
	}

	.error {
		color:#ca2f2f;
		font-weight:bold;
	}

/* Popup openen met grotere foto */
div.pos_bookinn_popupimage {
	position: absolute;
	left: 7em;
	top: 1em;
	width: 46.75em;
	height: 48em;
	display: none;
}

div.pos_bookinn_popupimage img {
	max-width:43em;
	max-height:43em;
	padding-left:1em;
}

div.stl_bookinn_popupimage {
	background: white;
	border: 1px solid black;
}

div.pos_bookinn_popupimage a,
div.pos_bookinn_popupimage h1 {
	float: left;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.pos_bookinn_popupimage h1 {
	/*width: 52.25em;*/
	width:40.65em;
}

div.pos_bookinn_popupimage a {
	float: right;
	padding-right: 1em;
}

div.stl_bookinn_popupimage a,
div.stl_bookinn_popupimage h1 {
	background: #440000;
	color: #ffffff;
	font-size:1em;
	font-weight: normal;
}

div.stl_bookinn_popupimage h1 {
	text-transform: uppercase;
}

table.kd td.pj {
	padding-top:5px;
}

table.kd td.cap {
	font-weight:bold;
	text-decoration:underline;
}